.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 6.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #173633 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eeebee !important;
  border-color: #eeebee !important;
  color: #766476;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #766476 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.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: #173633 !important;
}
.bg-success {
  background-color: #eddbc7 !important;
}
.bg-info {
  background-color: #beaa98 !important;
}
.bg-warning {
  background-color: #1b6b6b !important;
}
.bg-danger {
  background-color: #173633 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #173633 !important;
  border-color: #173633 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #265a55 !important;
  border-color: #265a55 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #265a55 !important;
  border-color: #265a55 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #beaa98 !important;
  border-color: #beaa98 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d2c4b7 !important;
  border-color: #d2c4b7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d2c4b7 !important;
  border-color: #d2c4b7 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #eddbc7 !important;
  border-color: #eddbc7 !important;
  color: #895d2c;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f9f4ee !important;
  border-color: #f9f4ee !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #895d2c !important;
  background-color: #f9f4ee !important;
  border-color: #f9f4ee !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #1b6b6b !important;
  border-color: #1b6b6b !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #259494 !important;
  border-color: #259494 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #259494 !important;
  border-color: #259494 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #173633 !important;
  border-color: #173633 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #265a55 !important;
  border-color: #265a55 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #265a55 !important;
  border-color: #265a55 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #173633;
  color: #173633;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #173633 !important;
  border-color: #173633 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eeebee;
  color: #eeebee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c6bcc6 !important;
  background-color: transparent !important;
  border-color: #c6bcc6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #766476 !important;
  background-color: #eeebee !important;
  border-color: #eeebee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #beaa98;
  color: #beaa98;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9c7e63 !important;
  background-color: transparent !important;
  border-color: #9c7e63 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #beaa98 !important;
  border-color: #beaa98 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eddbc7;
  color: #eddbc7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d8b185 !important;
  background-color: transparent !important;
  border-color: #d8b185 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #895d2c !important;
  background-color: #eddbc7 !important;
  border-color: #eddbc7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1b6b6b;
  color: #1b6b6b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a2626 !important;
  background-color: transparent !important;
  border-color: #0a2626 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1b6b6b !important;
  border-color: #1b6b6b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #173633;
  color: #173633;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #173633 !important;
  border-color: #173633 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #173633 !important;
}
.text-secondary {
  color: #eeebee !important;
}
.text-success {
  color: #eddbc7 !important;
}
.text-info {
  color: #beaa98 !important;
}
.text-warning {
  color: #1b6b6b !important;
}
.text-danger {
  color: #173633 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bfb4bf !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d4a97a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #93775d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #061a1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #173633;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #beaa98;
}
.alert-warning {
  background-color: #1b6b6b;
}
.alert-danger {
  background-color: #173633;
}
.mbr-gallery-filter li.active .btn {
  background-color: #173633;
  border-color: #173633;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #173633;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #70c2ba;
}
.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: #efebe6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #39cdcd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #70c2ba;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #173633 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #173633;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #173633;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #173633;
}
.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: #173633;
  border-bottom-color: #173633;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #173633 !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: #eeebee !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='%23173633' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uqTOfTZkIK {
  z-index: 1000;
  width: 100%;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .dropdown-menu {
  padding: 0;
}
.cid-uqTOfTZkIK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uqTOfTZkIK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uqTOfTZkIK .dropdown-item:hover:after {
  color: #173633;
}
.cid-uqTOfTZkIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTOfTZkIK .nav-link {
  position: relative;
}
.cid-uqTOfTZkIK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK .dropdown-menu,
.cid-uqTOfTZkIK .navbar.opened {
  background: #eeebee !important;
}
.cid-uqTOfTZkIK .nav-item:focus,
.cid-uqTOfTZkIK .nav-link:focus {
  outline: none;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uqTOfTZkIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqTOfTZkIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTOfTZkIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTOfTZkIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTOfTZkIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqTOfTZkIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTOfTZkIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTOfTZkIK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar {
    min-height: 80px;
  }
}
.cid-uqTOfTZkIK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uqTOfTZkIK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-brand {
    min-height: 69px;
  }
}
.cid-uqTOfTZkIK .dropdown-item.active,
.cid-uqTOfTZkIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTOfTZkIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTOfTZkIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTOfTZkIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uqTOfTZkIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar {
    height: 70px;
  }
  .cid-uqTOfTZkIK .navbar.opened {
    height: auto;
  }
  .cid-uqTOfTZkIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTOfTZkIK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-short {
    min-height: 70px;
  }
}
.cid-uqTOfTZkIK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 3px;
  }
}
.cid-uqTOfTZkIK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uqTOfTZkIK .navbar-nav {
  display: flex !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:focus,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uqTOfTZkIK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uqTOfTZkIK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqTOfTZkIK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uqTOfTZkIK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uqTOfTZkIK .offcanvas.show {
  transform: translateX(0);
}
.cid-uqTOfTZkIK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uqTOfTZkIK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTOfTZkIK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uqTOfTZkIK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uqTOfTZkIK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uqTOfTZkIK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar {
  width: 1em;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uqTOfTZkIK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .social-container {
    padding-top: 40px;
  }
}
.cid-uqTOfTZkIK .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uqTOfTZkIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uqTOfTZkIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uqTOfTZkIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uqTOfTZkIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uqTOfTZkIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uqTOfTZkIK .soc-item:hover:before {
  opacity: 1;
}
.cid-uqTOfTZkIK .offcanvas_btn {
  margin-top: auto;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqTOfTZkIK .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uqTOfTZkIK #idioma,
.cid-uqTOfTZkIK #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uqTOfTZkIK h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uqTOfTZkIK .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uqTOfTZkIK .google {
  z-index: 99999999999999;
}
#custom-html-6n {
  /* Por defecto, ocultar el vídeo de móvil en pantallas grandes */
  /* Mostrar el vídeo móvil solo en pantallas pequeñas */
  /* Asegurarse de que el vídeo cubra todo el área */
}
#custom-html-6n .video-movil {
  display: none;
}
@media (max-width: 767px) {
  #custom-html-6n .video-escritorio {
    display: none;
  }
  #custom-html-6n .video-movil {
    display: block;
    width: 100%;
    height: 100vh;
    /* Ocupar todo el alto de la pantalla */
    background-color: black;
    /* Evitar la pantalla negra si hay retraso en la carga */
  }
}
#custom-html-6n video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uoIpz8HyYA {
  display: flex;
  background-image: url("../../../assets/images/apartamentos-turisticos-en-madrid-alfisa-2000x1500.webp");
}
.cid-uoIpz8HyYA .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uoIpz8HyYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoIpz8HyYA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uoIpz8HyYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoIpz8HyYA {
    align-items: center;
  }
  .cid-uoIpz8HyYA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoIpz8HyYA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoIpz8HyYA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoIpz8HyYA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoIpz8HyYA .content-wrap {
    width: 100%;
  }
}
.cid-uoIpz8HyYA .mbr-section-subtitle,
.cid-uoIpz8HyYA .line {
  color: #173633;
  text-align: left;
}
.cid-uoIpz8HyYA .mbr-text,
.cid-uoIpz8HyYA .mbr-section-btn {
  text-align: left;
}
.cid-uoIpz8HyYA .mbr-section-title {
  color: #173633;
  text-align: right;
}
.cid-uoIpz8HyYA .mbr-section-title DIV {
  text-align: right;
}
.cid-uqgZecg3UQ {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeebee;
}
.cid-uqgZecg3UQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqgZecg3UQ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uqgZecg3UQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqgZecg3UQ h1 {
  max-width: 800px;
}
.cid-uqgZecg3UQ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uqgZecg3UQ {
    align-items: center;
  }
  .cid-uqgZecg3UQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqgZecg3UQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqgZecg3UQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqgZecg3UQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqgZecg3UQ .content-wrap {
    width: 100%;
  }
}
.cid-uqgZecg3UQ .mbr-section-subtitle,
.cid-uqgZecg3UQ .line {
  color: #291f1e;
}
.cid-uqgZecg3UQ .mbr-text,
.cid-uqgZecg3UQ .mbr-section-btn {
  text-align: right;
  color: #1b6b6b;
}
.cid-uqgZecg3UQ .mbr-section-title {
  color: #173633;
}
.cid-uqTmdeohhr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uqTmdeohhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTmdeohhr .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #eeebee;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uqTmdeohhr .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uqTmdeohhr .item-wrapper:hover {
  background: #beaa98;
  transform: translateY(-5px);
}
.cid-uqTmdeohhr .item-wrapper:hover .card-title,
.cid-uqTmdeohhr .item-wrapper:hover .card-text,
.cid-uqTmdeohhr .item-wrapper:hover .card-link,
.cid-uqTmdeohhr .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uqTmdeohhr .item-wrapper:hover span {
  color: #173633;
}
.cid-uqTmdeohhr .card-title,
.cid-uqTmdeohhr .card-text,
.cid-uqTmdeohhr .card-link,
.cid-uqTmdeohhr .card-link a {
  transition: all 0.3s;
}
.cid-uqTmdeohhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTmdeohhr .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uqTmdeohhr .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uqTmdeohhr .link-wrapper:hover {
  cursor: pointer;
}
.cid-uqTmdeohhr .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #beaa98;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqTmdeohhr .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uqTmdeohhr .card-title,
.cid-uqTmdeohhr .iconfont-wrapper {
  color: #163300;
  text-align: center;
}
.cid-uqTmdeohhr .card-text {
  color: #232323;
}
.cid-uqTmdeohhr .content-head {
  max-width: 800px;
}
.cid-uqTmdeohhr .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-uqTmdeohhr .card-link,
.cid-uqTmdeohhr .link-icon,
.cid-uqTmdeohhr .link-align {
  color: #232323;
}
.cid-uqTmdeohhr .mbr-section-subtitle {
  color: #1b6b6b;
  text-align: center;
}
.cid-uqezA1DfOT {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/apartamentos-turisticos-de-lujo-en-madrid-alfisa-11-2000x1500.webp");
}
.cid-uqezA1DfOT .mbr-overlay {
  background-color: #1b6b6b;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-uqezA1DfOT {
    align-items: center;
  }
  .cid-uqezA1DfOT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqezA1DfOT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqezA1DfOT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqezA1DfOT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqezA1DfOT .content-wrap {
    width: 100%;
  }
}
.cid-uqezA1DfOT .mbr-section-title {
  text-align: center;
  color: #173633;
}
.cid-uqezA1DfOT .mbr-text,
.cid-uqezA1DfOT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uqhssggSh5 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/cama-con-logo-1224x918.webp");
}
.cid-uqhssggSh5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uqhssggSh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqhssggSh5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uqhssggSh5 .line {
    margin-bottom: 10rem;
  }
}
.cid-uqhssggSh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqhssggSh5 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uqhssggSh5 {
    align-items: center;
  }
  .cid-uqhssggSh5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqhssggSh5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqhssggSh5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqhssggSh5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqhssggSh5 .content-wrap {
    width: 100%;
  }
}
.cid-uqhssggSh5 .mbr-section-subtitle,
.cid-uqhssggSh5 .line {
  color: #ffffff;
}
.cid-uqhssggSh5 .mbr-text,
.cid-uqhssggSh5 .mbr-section-btn {
  text-align: left;
}
.cid-uqhssggSh5 .mbr-section-title {
  color: #173633;
}
.cid-uqeoBxs7CB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173633;
}
.cid-uqeoBxs7CB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqeoBxs7CB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqeoBxs7CB .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uqeoBxs7CB .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uqeoBxs7CB .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqeoBxs7CB .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqeoBxs7CB .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uqeoBxs7CB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqeoBxs7CB .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqeoBxs7CB .image-wrapper img {
    height: 350px;
  }
}
.cid-uqeoBxs7CB .mbr-section-title {
  color: #ffffff;
}
.cid-uqeoBxs7CB .mbr-text,
.cid-uqeoBxs7CB .text-wrapper {
  color: #9aa0a6;
}
.cid-uqerhLqFtq {
  align-items: flex-end;
}
.cid-uqerhLqFtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqerhLqFtq .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/teatro-real-de-madrid-alfisa-luxury-apartments-486x294.webp");
}
.cid-uqerhLqFtq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqerhLqFtq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqerhLqFtq .container {
    padding: 0 30px;
  }
}
.cid-uqerhLqFtq .card {
  justify-content: center;
}
.cid-uqerhLqFtq .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uqerhLqFtq .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqerhLqFtq .content-wrapper {
    padding: 0;
  }
}
.cid-uqerhLqFtq .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqerhLqFtq .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqerhLqFtq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uqerhLqFtq .mbr-section-title {
  color: #ffffff;
}
.cid-uqerhLqFtq .mbr-text {
  color: #ffffff;
}
.cid-uqTmqw2SnG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeebee;
}
.cid-uqTmqw2SnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTmqw2SnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTmqw2SnG .items-wrapper {
  justify-content: flex-end;
}
.cid-uqTmqw2SnG .items-wrapper .card {
  justify-content: center;
}
.cid-uqTmqw2SnG .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uqTmqw2SnG .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqTmqw2SnG .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uqTmqw2SnG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqTmqw2SnG .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #1b6b6b, #259494);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uqTmqw2SnG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqTmqw2SnG .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqTmqw2SnG .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqTmqw2SnG .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uqTmqw2SnG .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uqTmqw2SnG .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uqTmqw2SnG .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqTmqw2SnG .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.cid-uqTmqw2SnG .mbr-section-title {
  color: #ffffff;
}
.cid-uqTmqw2SnG .mbr-text {
  color: #1b6b6b;
}
.cid-uqTmqw2SnG .mbr-section-title,
.cid-uqTmqw2SnG .mbr-section-btn {
  color: #beaa98;
}
.cid-uqTx5ZZmOW {
  background-color: #eeebee;
}
.cid-uqTx5ZZmOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTx5ZZmOW .container {
  max-width: 1300px;
}
.cid-uqTx5ZZmOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTx5ZZmOW .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uqTx5ZZmOW .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-uqTx5ZZmOW .row {
  background: #eeebee;
}
@media (max-width: 991px) {
  .cid-uqTx5ZZmOW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqTx5ZZmOW .image-wrapper {
  padding: 0;
}
.cid-uqTx5ZZmOW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uqTx5ZZmOW .mbr-section-title {
  color: #beaa98;
}
.cid-uqTx5ZZmOW .mbr-text,
.cid-uqTx5ZZmOW .mbr-section-btn {
  color: #beaa98;
}
.cid-uqTx5ZZmOW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqeBb5aOCv {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeebee;
}
@media (min-width: 768px) {
  .cid-uqeBb5aOCv {
    align-items: center;
  }
  .cid-uqeBb5aOCv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqeBb5aOCv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqeBb5aOCv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqeBb5aOCv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqeBb5aOCv .content-wrap {
    width: 100%;
  }
}
.cid-uqeBb5aOCv .mbr-section-title {
  text-align: center;
  color: #173633;
}
.cid-uqeBb5aOCv .mbr-text,
.cid-uqeBb5aOCv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uoIYifSEfs {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeebee;
}
.cid-uoIYifSEfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoIYifSEfs .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uoIYifSEfs .image-wrapper,
.cid-uoIYifSEfs img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoIYifSEfs .image-wrapper,
  .cid-uoIYifSEfs img {
    padding-bottom: 0.5rem;
  }
}
.cid-uoIYifSEfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoIYifSEfs h1 {
  max-width: 800px;
}
.cid-uoIYifSEfs p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uoIYifSEfs .btn:hover {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.cid-uoIYifSEfs .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uoIYifSEfs .btn div {
  overflow: hidden;
}
.cid-uoIYifSEfs .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoIYifSEfs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoIYifSEfs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoIYifSEfs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoIYifSEfs .content-wrap {
    width: 100%;
  }
}
.cid-uoIYifSEfs .mbr-section-subtitle,
.cid-uoIYifSEfs .line {
  color: #291f1e;
}
.cid-uoIYifSEfs .mbr-text,
.cid-uoIYifSEfs .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uoIYifSEfs .mbr-section-title {
  color: #291f1e;
}
.cid-uoIYifSEfs .mbr-section-title,
.cid-uoIYifSEfs .mbr-section-btn,
.cid-uoIYifSEfs .line {
  text-align: left;
  color: #1b6b6b;
}
.cid-uoIYifSEfs .mbr-text {
  text-align: right;
  color: #1b6b6b;
}
.cid-tZsbvHR94S {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eddbc7;
}
.cid-tZsbvHR94S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZsbvHR94S .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZsbvHR94S .image-wrapper,
.cid-tZsbvHR94S img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tZsbvHR94S .image-wrapper,
  .cid-tZsbvHR94S img {
    padding-bottom: 0.5rem;
  }
}
.cid-tZsbvHR94S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsbvHR94S h1 {
  max-width: 800px;
}
.cid-tZsbvHR94S p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZsbvHR94S .btn:hover {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.cid-tZsbvHR94S .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZsbvHR94S .btn div {
  overflow: hidden;
}
.cid-tZsbvHR94S .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZsbvHR94S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZsbvHR94S {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZsbvHR94S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZsbvHR94S .content-wrap {
    width: 100%;
  }
}
.cid-tZsbvHR94S .mbr-section-subtitle,
.cid-tZsbvHR94S .line {
  color: #291f1e;
}
.cid-tZsbvHR94S .mbr-text,
.cid-tZsbvHR94S .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-tZsbvHR94S .mbr-section-title {
  color: #291f1e;
}
.cid-tZsbvHR94S .mbr-section-title,
.cid-tZsbvHR94S .mbr-section-btn,
.cid-tZsbvHR94S .line {
  text-align: left;
  color: #1b6b6b;
}
.cid-tZsbvHR94S .mbr-text {
  text-align: right;
  color: #1b6b6b;
}
.cid-tZsbw3nRcB {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #beaa98;
}
.cid-tZsbw3nRcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZsbw3nRcB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZsbw3nRcB .image-wrapper,
.cid-tZsbw3nRcB img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tZsbw3nRcB .image-wrapper,
  .cid-tZsbw3nRcB img {
    padding-bottom: 0.5rem;
  }
}
.cid-tZsbw3nRcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsbw3nRcB h1 {
  max-width: 800px;
}
.cid-tZsbw3nRcB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZsbw3nRcB .btn:hover {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.cid-tZsbw3nRcB .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZsbw3nRcB .btn div {
  overflow: hidden;
}
.cid-tZsbw3nRcB .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZsbw3nRcB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZsbw3nRcB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZsbw3nRcB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZsbw3nRcB .content-wrap {
    width: 100%;
  }
}
.cid-tZsbw3nRcB .mbr-section-subtitle,
.cid-tZsbw3nRcB .line {
  color: #291f1e;
}
.cid-tZsbw3nRcB .mbr-text,
.cid-tZsbw3nRcB .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-tZsbw3nRcB .mbr-section-title {
  color: #291f1e;
}
.cid-tZsbw3nRcB .mbr-section-title,
.cid-tZsbw3nRcB .mbr-section-btn,
.cid-tZsbw3nRcB .line {
  text-align: left;
  color: #1b6b6b;
}
.cid-tZsbw3nRcB .mbr-text {
  text-align: right;
}
.cid-tZsbvlBenl {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b6b6b;
}
.cid-tZsbvlBenl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZsbvlBenl .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZsbvlBenl .image-wrapper,
.cid-tZsbvlBenl img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tZsbvlBenl .image-wrapper,
  .cid-tZsbvlBenl img {
    padding-bottom: 0.5rem;
  }
}
.cid-tZsbvlBenl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsbvlBenl h1 {
  max-width: 800px;
}
.cid-tZsbvlBenl p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZsbvlBenl .btn:hover {
  transform: scale(1.1);
  background: #eeebee !important;
  border-color: #eeebee !important;
  color: #173633 !important;
}
.cid-tZsbvlBenl .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZsbvlBenl .btn div {
  overflow: hidden;
}
.cid-tZsbvlBenl .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZsbvlBenl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZsbvlBenl {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZsbvlBenl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZsbvlBenl .content-wrap {
    width: 100%;
  }
}
.cid-tZsbvlBenl .mbr-section-subtitle,
.cid-tZsbvlBenl .line {
  color: #291f1e;
}
.cid-tZsbvlBenl .mbr-text,
.cid-tZsbvlBenl .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-tZsbvlBenl .mbr-section-title {
  color: #291f1e;
}
.cid-tZsbvlBenl .mbr-section-title,
.cid-tZsbvlBenl .mbr-section-btn,
.cid-tZsbvlBenl .line {
  text-align: left;
  color: #beaa98;
}
.cid-tZsbvlBenl .mbr-text {
  text-align: right;
  color: #beaa98;
}
.cid-uqTmw5s8iE {
  background-color: #173633;
}
.cid-uqTmw5s8iE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTmw5s8iE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTmw5s8iE .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqTmw5s8iE .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqTmw5s8iE .container {
    padding: 0 14px;
  }
}
.cid-uqTmw5s8iE .row {
  justify-content: center;
}
.cid-uqTmw5s8iE .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uqTmw5s8iE .panel-group .card {
  border-bottom: 1px solid #eeebee;
  border-radius: 0 !important;
}
.cid-uqTmw5s8iE .panel-group .card:first-child {
  border-top: 1px solid #eeebee;
}
.cid-uqTmw5s8iE .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uqTmw5s8iE .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTmw5s8iE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uqTmw5s8iE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqTmw5s8iE .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #f2f2f2;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uqTmw5s8iE .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqTmw5s8iE .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uqTmw5s8iE .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uqTmw5s8iE .mbr-section-title {
  color: #eddbc7;
  text-align: center;
}
.cid-uqTmw5s8iE .panel-title {
  color: #01004c;
}
.cid-uqTmw5s8iE .panel-text {
  color: #eddbc7;
}
.cid-uqTmw5s8iE .panel-title-edit {
  color: #eddbc7;
  text-align: center;
}
.cid-uqvWuA5b7t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqvWuA5b7t .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uqvWuA5b7t form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uqvWuA5b7t form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uqvWuA5b7t form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uqvWuA5b7t .row {
  margin: 0;
}
.cid-uqvWuA5b7t .card {
  padding: 3rem;
  border: 1px solid #173633 !important;
}
@media (max-width: 767px) {
  .cid-uqvWuA5b7t .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uqvWuA5b7t h3 {
  margin-bottom: 3rem !important;
}
.cid-uqvWuA5b7t .content-head {
  max-width: 800px;
}
.cid-uqvWuA5b7t textarea {
  min-height: 200px;
}
.cid-uqvWuA5b7t input,
.cid-uqvWuA5b7t textarea {
  border: 1px solid #173633 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uqvWuA5b7t .mbr-section-title {
  color: #221b35;
}
.cid-uqvWuA5b7t LABEL {
  color: #221b35;
}
.cid-uoJOdR0qEA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uoJOdR0qEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJOdR0qEA .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uoJOdR0qEA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoJOdR0qEA .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uoJOdR0qEA .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uoJOdR0qEA .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uoJOdR0qEA .card-box {
  padding: 0 2rem;
}
.cid-uoJOdR0qEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoJOdR0qEA .card-title,
.cid-uoJOdR0qEA .iconfont-wrapper,
.cid-uoJOdR0qEA .card-text {
  color: #000000;
  text-align: center;
}
.cid-uoJOdR0qEA .mbr-section-title {
  color: #1b6b6b;
  text-align: left;
}
.cid-uoJOdR0qEA .mbr-section-btn {
  text-align: center;
}
.cid-uoJOdR0qEA .card-text,
.cid-uoJOdR0qEA .mbr-section-btn {
  color: #94999c;
  text-align: left;
}
.cid-uoJOdR0qEA .card-title,
.cid-uoJOdR0qEA .iconfont-wrapper {
  text-align: left;
  color: #1b6b6b;
}
.cid-uoJOdR0qEA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uoJFXMipZx {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoJFXMipZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJFXMipZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoJFXMipZx .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .container {
    padding: 0 26px;
  }
}
.cid-uoJFXMipZx .row {
  justify-content: center;
}
.cid-uoJFXMipZx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uoJFXMipZx .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoJFXMipZx .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uoJFXMipZx .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uoJFXMipZx .mbr-section-title {
  color: #ffffff;
}
.cid-uoJFXMipZx .mbr-text {
  color: #ffffff;
}
.cid-uoJFXMipZx .list {
  color: #ffffff;
}
.cid-uoJFXMipZx .list,
.cid-uoJFXMipZx .nav-wrapper,
.cid-uoJFXMipZx .social-wrapper {
  text-align: right;
}
.cid-uoJFXMipZx .list,
.cid-uoJFXMipZx .item-wrap,
.cid-uoJFXMipZx .nav-wrapper,
.cid-uoJFXMipZx .social-wrapper {
  color: #a6a99c;
}
.cid-uoJFXMipZx .mbr-text,
.cid-uoJFXMipZx .text-wrapper {
  color: #94999c;
}
.cid-usuIECu3X6 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-usuIECu3X6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-usuIECu3X6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuIECu3X6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-usuIECu3X6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-usuIECu3X6 {
    align-items: flex-end;
  }
  .cid-usuIECu3X6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usuIECu3X6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usuIECu3X6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usuIECu3X6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usuIECu3X6 .content-wrap {
    width: 100%;
  }
  .cid-usuIECu3X6 .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usuIECu3X6 .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-usuIECu3X6 .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-usuIECu3X6 .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-usuIECu3X6 .mbr-section-subtitle,
.cid-usuIECu3X6 .line {
  color: #ffffff;
}
.cid-usuIECu3X6 .mbr-text,
.cid-usuIECu3X6 .mbr-section-btn {
  text-align: right;
}
.cid-uqTOfTZkIK {
  z-index: 1000;
  width: 100%;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .dropdown-menu {
  padding: 0;
}
.cid-uqTOfTZkIK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uqTOfTZkIK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uqTOfTZkIK .dropdown-item:hover:after {
  color: #173633;
}
.cid-uqTOfTZkIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTOfTZkIK .nav-link {
  position: relative;
}
.cid-uqTOfTZkIK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK .dropdown-menu,
.cid-uqTOfTZkIK .navbar.opened {
  background: #eeebee !important;
}
.cid-uqTOfTZkIK .nav-item:focus,
.cid-uqTOfTZkIK .nav-link:focus {
  outline: none;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uqTOfTZkIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqTOfTZkIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTOfTZkIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTOfTZkIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTOfTZkIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqTOfTZkIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTOfTZkIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTOfTZkIK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar {
    min-height: 80px;
  }
}
.cid-uqTOfTZkIK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uqTOfTZkIK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-brand {
    min-height: 69px;
  }
}
.cid-uqTOfTZkIK .dropdown-item.active,
.cid-uqTOfTZkIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTOfTZkIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTOfTZkIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTOfTZkIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uqTOfTZkIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar {
    height: 70px;
  }
  .cid-uqTOfTZkIK .navbar.opened {
    height: auto;
  }
  .cid-uqTOfTZkIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTOfTZkIK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-short {
    min-height: 70px;
  }
}
.cid-uqTOfTZkIK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 3px;
  }
}
.cid-uqTOfTZkIK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uqTOfTZkIK .navbar-nav {
  display: flex !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:focus,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uqTOfTZkIK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uqTOfTZkIK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqTOfTZkIK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uqTOfTZkIK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uqTOfTZkIK .offcanvas.show {
  transform: translateX(0);
}
.cid-uqTOfTZkIK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uqTOfTZkIK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTOfTZkIK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uqTOfTZkIK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uqTOfTZkIK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uqTOfTZkIK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar {
  width: 1em;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uqTOfTZkIK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .social-container {
    padding-top: 40px;
  }
}
.cid-uqTOfTZkIK .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uqTOfTZkIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uqTOfTZkIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uqTOfTZkIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uqTOfTZkIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uqTOfTZkIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uqTOfTZkIK .soc-item:hover:before {
  opacity: 1;
}
.cid-uqTOfTZkIK .offcanvas_btn {
  margin-top: auto;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqTOfTZkIK .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uqTOfTZkIK #idioma,
.cid-uqTOfTZkIK #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uqTOfTZkIK h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uqTOfTZkIK .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uqTOfTZkIK .google {
  z-index: 99999999999999;
}
.cid-uoLAIDu0EA {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
.cid-uoLAIDu0EA .mbr-overlay {
  background-color: #173633;
  opacity: 0.5;
}
.cid-uoLAIDu0EA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoLAIDu0EA .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uoLAIDu0EA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoLAIDu0EA {
    align-items: center;
  }
  .cid-uoLAIDu0EA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoLAIDu0EA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoLAIDu0EA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoLAIDu0EA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoLAIDu0EA .content-wrap {
    width: 100%;
  }
}
.cid-uoLAIDu0EA .mbr-section-subtitle,
.cid-uoLAIDu0EA .line {
  color: #f7f7f7;
  text-align: right;
}
.cid-uoLAIDu0EA .mbr-text,
.cid-uoLAIDu0EA .mbr-section-btn {
  text-align: right;
}
.cid-uoLAIDu0EA .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uoLAIHA6gm {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoLAIHA6gm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoLAIHA6gm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoLAIHA6gm .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .container {
    padding: 0 26px;
  }
}
.cid-uoLAIHA6gm .row {
  justify-content: center;
}
.cid-uoLAIHA6gm .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoLAIHA6gm .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoLAIHA6gm .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uoLAIHA6gm .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoLAIHA6gm .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoLAIHA6gm .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoLAIHA6gm .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uoLAIHA6gm .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoLAIHA6gm .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uoLAIHA6gm .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uoLAIHA6gm .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoLAIHA6gm .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uoLAIHA6gm .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoLAIHA6gm .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uoLAIHA6gm .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uoLAIHA6gm .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uoLAIHA6gm .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoLAIHA6gm .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoLAIHA6gm .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uoLAIHA6gm .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoLAIHA6gm .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uoLAIHA6gm .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uoLAIHA6gm .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uoLAIHA6gm .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uoLAIHA6gm .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uoLAIHA6gm .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uoLAIHA6gm .mbr-section-title {
  color: #ffffff;
}
.cid-uoLAIHA6gm .mbr-text {
  color: #ffffff;
}
.cid-uoLAIHA6gm .list {
  color: #ffffff;
}
.cid-uoLAIHA6gm .list,
.cid-uoLAIHA6gm .nav-wrapper,
.cid-uoLAIHA6gm .social-wrapper {
  text-align: right;
}
.cid-uoLAIHA6gm .list,
.cid-uoLAIHA6gm .item-wrap,
.cid-uoLAIHA6gm .nav-wrapper,
.cid-uoLAIHA6gm .social-wrapper {
  color: #a6a99c;
}
.cid-uoLAIHA6gm .mbr-text,
.cid-uoLAIHA6gm .text-wrapper {
  color: #94999c;
}
.cid-usuMfFDMAW {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-usuMfFDMAW .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-usuMfFDMAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuMfFDMAW .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-usuMfFDMAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-usuMfFDMAW {
    align-items: flex-end;
  }
  .cid-usuMfFDMAW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usuMfFDMAW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usuMfFDMAW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usuMfFDMAW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usuMfFDMAW .content-wrap {
    width: 100%;
  }
  .cid-usuMfFDMAW .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usuMfFDMAW .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-usuMfFDMAW .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-usuMfFDMAW .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-usuMfFDMAW .mbr-section-subtitle,
.cid-usuMfFDMAW .line {
  color: #ffffff;
}
.cid-usuMfFDMAW .mbr-text,
.cid-usuMfFDMAW .mbr-section-btn {
  text-align: right;
}
.cid-uqTOfTZkIK {
  z-index: 1000;
  width: 100%;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .dropdown-menu {
  padding: 0;
}
.cid-uqTOfTZkIK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uqTOfTZkIK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uqTOfTZkIK .dropdown-item:hover:after {
  color: #173633;
}
.cid-uqTOfTZkIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTOfTZkIK .nav-link {
  position: relative;
}
.cid-uqTOfTZkIK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK .dropdown-menu,
.cid-uqTOfTZkIK .navbar.opened {
  background: #eeebee !important;
}
.cid-uqTOfTZkIK .nav-item:focus,
.cid-uqTOfTZkIK .nav-link:focus {
  outline: none;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uqTOfTZkIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqTOfTZkIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTOfTZkIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTOfTZkIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTOfTZkIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqTOfTZkIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTOfTZkIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTOfTZkIK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar {
    min-height: 80px;
  }
}
.cid-uqTOfTZkIK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uqTOfTZkIK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-brand {
    min-height: 69px;
  }
}
.cid-uqTOfTZkIK .dropdown-item.active,
.cid-uqTOfTZkIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTOfTZkIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTOfTZkIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTOfTZkIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uqTOfTZkIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar {
    height: 70px;
  }
  .cid-uqTOfTZkIK .navbar.opened {
    height: auto;
  }
  .cid-uqTOfTZkIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTOfTZkIK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-short {
    min-height: 70px;
  }
}
.cid-uqTOfTZkIK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 3px;
  }
}
.cid-uqTOfTZkIK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uqTOfTZkIK .navbar-nav {
  display: flex !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:focus,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uqTOfTZkIK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uqTOfTZkIK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqTOfTZkIK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uqTOfTZkIK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uqTOfTZkIK .offcanvas.show {
  transform: translateX(0);
}
.cid-uqTOfTZkIK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uqTOfTZkIK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTOfTZkIK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uqTOfTZkIK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uqTOfTZkIK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uqTOfTZkIK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar {
  width: 1em;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uqTOfTZkIK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .social-container {
    padding-top: 40px;
  }
}
.cid-uqTOfTZkIK .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uqTOfTZkIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uqTOfTZkIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uqTOfTZkIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uqTOfTZkIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uqTOfTZkIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uqTOfTZkIK .soc-item:hover:before {
  opacity: 1;
}
.cid-uqTOfTZkIK .offcanvas_btn {
  margin-top: auto;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqTOfTZkIK .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uqTOfTZkIK #idioma,
.cid-uqTOfTZkIK #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uqTOfTZkIK h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uqTOfTZkIK .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uqTOfTZkIK .google {
  z-index: 99999999999999;
}
.cid-uoKbfVlACT {
  display: flex;
  background-image: url("../../../assets/images/apartamentos-turisticos-de-lujo-en-madrid-alfisa-22-2000x1500.webp");
}
.cid-uoKbfVlACT .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uoKbfVlACT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKbfVlACT .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uoKbfVlACT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoKbfVlACT {
    align-items: flex-end;
  }
  .cid-uoKbfVlACT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoKbfVlACT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoKbfVlACT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoKbfVlACT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoKbfVlACT .content-wrap {
    width: 100%;
  }
}
.cid-uoKbfVlACT .mbr-section-subtitle,
.cid-uoKbfVlACT .line {
  color: #eeebee;
  text-align: right;
}
.cid-uoKbfVlACT .mbr-text,
.cid-uoKbfVlACT .mbr-section-btn {
  text-align: right;
}
.cid-uoKbfVlACT .mbr-section-title {
  color: #eeebee;
  text-align: right;
}
.cid-uoKbfW04It {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uoKbfW04It .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uoKbfW04It .display-1 {
    font-size: 2rem;
  }
}
.cid-uoKbfW04It .mbr-section-title {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uoKbfW04It .mbr-section-title {
    padding-left: 2rem;
  }
}
.cid-uoKbfW04It .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uoKbfW04It .content-wrap:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: currentColor;
  left: 0px;
  top: 6px;
  border-radius: 50%;
}
.cid-uoKbfW04It .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uoKbfW04It .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKbfW04It .mbr-section-subtitle,
.cid-uoKbfW04It .line {
  color: #291f1e;
}
.cid-uoKbfW04It .mbr-text,
.cid-uoKbfW04It .mbr-section-btn {
  text-align: left;
  color: #1b6b6b;
}
.cid-uoKbfW04It .mbr-section-title,
.cid-uoKbfW04It .line {
  color: #d70081;
  text-align: left;
}
.cid-uoKbfW04It .mbr-section-maintitle {
  color: #173633;
  text-align: right;
}
.cid-uoKbfW04It .mbr-section-title,
.cid-uoKbfW04It .line,
.cid-uoKbfW04It .content-wrap::after {
  color: #291f1e;
}
.cid-uoKbfW04It .mbr-section-subtitle {
  text-align: left;
  color: #1b6b6b;
}
.cid-uqToIEN7bP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #eeebee;
}
.cid-uqToIEN7bP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqToIEN7bP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uqToIEN7bP .container-fluid {
    padding: 0;
  }
}
.cid-uqToIEN7bP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uqToIEN7bP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqToIEN7bP .embla__button--next,
.cid-uqToIEN7bP .embla__button--prev {
  display: flex;
}
.cid-uqToIEN7bP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqToIEN7bP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqToIEN7bP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqToIEN7bP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqToIEN7bP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqToIEN7bP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqToIEN7bP .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqToIEN7bP .embla {
  position: relative;
  width: 100%;
}
.cid-uqToIEN7bP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqToIEN7bP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqToIEN7bP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqToIEN7bP .embla__slide a {
  cursor: grab;
}
.cid-uqToIEN7bP .embla__slide a:active {
  cursor: grabbing;
}
.cid-uqToIEN7bP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqToIEN7bP .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uqToIEN7bP .mbr-section-title {
  color: #232323;
}
.cid-uqToIEN7bP .mbr-section-subtitle {
  color: #232323;
}
.cid-uqToIEN7bP .mbr-box {
  color: #ffffff;
}
.cid-uqToIEN7bP .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uqToIEN7bP img,
.cid-uqToIEN7bP .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uqToIEN7bP .item-wrapper {
  position: relative;
}
.cid-uqToIEN7bP .content-head {
  max-width: 800px;
}
.cid-uqToBXDSv7 {
  overflow: hidden;
  background-image: url("../../../assets/images/imagen-apartamentos-alfisa-7-2000x1500.webp");
}
.cid-uqToBXDSv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqToBXDSv7 .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-uqToBXDSv7 .container {
    padding: 0 30px;
  }
}
.cid-uqToBXDSv7 .card {
  justify-content: center;
}
.cid-uqToBXDSv7 .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uqToBXDSv7 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqToBXDSv7 .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uqToBXDSv7 .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqToBXDSv7 .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #1b6b6b;
  padding-left: 20px;
  height: fit-content;
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #1b6b6b;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #1b6b6b;
  transition: all 0.3s ease-in-out;
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uqToBXDSv7 .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uqToBXDSv7 .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqToBXDSv7 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqToBXDSv7 .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uqToBXDSv7 .mbr-section-title {
  color: #254b45;
}
.cid-uqToBXDSv7 .mbr-text {
  color: #173633;
}
.cid-uqToBXDSv7 .mbr-section-title,
.cid-uqToBXDSv7 .tabs-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-uqTuE0lgB6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uqTuE0lgB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTuE0lgB6 .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #eeebee;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uqTuE0lgB6 .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uqTuE0lgB6 .item-wrapper:hover {
  background: #beaa98;
  transform: translateY(-5px);
}
.cid-uqTuE0lgB6 .item-wrapper:hover .card-title,
.cid-uqTuE0lgB6 .item-wrapper:hover .card-text,
.cid-uqTuE0lgB6 .item-wrapper:hover .card-link,
.cid-uqTuE0lgB6 .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uqTuE0lgB6 .item-wrapper:hover span {
  color: #173633;
}
.cid-uqTuE0lgB6 .card-title,
.cid-uqTuE0lgB6 .card-text,
.cid-uqTuE0lgB6 .card-link,
.cid-uqTuE0lgB6 .card-link a {
  transition: all 0.3s;
}
.cid-uqTuE0lgB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTuE0lgB6 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uqTuE0lgB6 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uqTuE0lgB6 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uqTuE0lgB6 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #beaa98;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqTuE0lgB6 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uqTuE0lgB6 .card-title,
.cid-uqTuE0lgB6 .iconfont-wrapper {
  color: #163300;
  text-align: center;
}
.cid-uqTuE0lgB6 .card-text {
  color: #232323;
}
.cid-uqTuE0lgB6 .content-head {
  max-width: 800px;
}
.cid-uqTuE0lgB6 .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-uqTuE0lgB6 .card-link,
.cid-uqTuE0lgB6 .link-icon,
.cid-uqTuE0lgB6 .link-align {
  color: #232323;
}
.cid-uqTuE0lgB6 .mbr-section-subtitle {
  color: #173633;
  text-align: center;
}
.cid-uqg6YqFIS1 {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eeebee;
}
@media (min-width: 768px) {
  .cid-uqg6YqFIS1 {
    align-items: center;
  }
  .cid-uqg6YqFIS1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqg6YqFIS1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqg6YqFIS1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqg6YqFIS1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqg6YqFIS1 .content-wrap {
    width: 100%;
  }
}
.cid-uqg6YqFIS1 .mbr-section-title {
  text-align: center;
  color: #173633;
}
.cid-uqg6YqFIS1 .mbr-text,
.cid-uqg6YqFIS1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uqg6TZ8N2m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uqg6TZ8N2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqg6TZ8N2m .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqg6TZ8N2m .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqg6TZ8N2m .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uqg6TZ8N2m .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uqg6TZ8N2m .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uqg6TZ8N2m .card-box {
  padding: 0 2rem;
}
.cid-uqg6TZ8N2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqg6TZ8N2m .card-title,
.cid-uqg6TZ8N2m .iconfont-wrapper,
.cid-uqg6TZ8N2m .card-text {
  color: #000000;
  text-align: center;
}
.cid-uqg6TZ8N2m .mbr-section-title {
  color: #1b6b6b;
  text-align: left;
}
.cid-uqg6TZ8N2m .mbr-section-btn {
  text-align: center;
}
.cid-uqg6TZ8N2m .card-text,
.cid-uqg6TZ8N2m .mbr-section-btn {
  color: #94999c;
  text-align: left;
}
.cid-uqg6TZ8N2m .card-title,
.cid-uqg6TZ8N2m .iconfont-wrapper {
  text-align: left;
  color: #1b6b6b;
}
.cid-uqg6TZ8N2m .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uoKbg38SVN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoKbg38SVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKbg38SVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKbg38SVN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .container {
    padding: 0 26px;
  }
}
.cid-uoKbg38SVN .row {
  justify-content: center;
}
.cid-uoKbg38SVN .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKbg38SVN .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKbg38SVN .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uoKbg38SVN .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoKbg38SVN .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoKbg38SVN .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKbg38SVN .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uoKbg38SVN .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoKbg38SVN .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uoKbg38SVN .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uoKbg38SVN .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoKbg38SVN .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uoKbg38SVN .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKbg38SVN .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uoKbg38SVN .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uoKbg38SVN .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uoKbg38SVN .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoKbg38SVN .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoKbg38SVN .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uoKbg38SVN .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoKbg38SVN .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uoKbg38SVN .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uoKbg38SVN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uoKbg38SVN .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uoKbg38SVN .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uoKbg38SVN .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uoKbg38SVN .mbr-section-title {
  color: #ffffff;
}
.cid-uoKbg38SVN .mbr-text {
  color: #ffffff;
}
.cid-uoKbg38SVN .list {
  color: #ffffff;
}
.cid-uoKbg38SVN .list,
.cid-uoKbg38SVN .nav-wrapper,
.cid-uoKbg38SVN .social-wrapper {
  text-align: right;
}
.cid-uoKbg38SVN .list,
.cid-uoKbg38SVN .item-wrap,
.cid-uoKbg38SVN .nav-wrapper,
.cid-uoKbg38SVN .social-wrapper {
  color: #a6a99c;
}
.cid-uoKbg38SVN .mbr-text,
.cid-uoKbg38SVN .text-wrapper {
  color: #94999c;
}
.cid-usuLOW0cGi {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-usuLOW0cGi .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-usuLOW0cGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuLOW0cGi .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-usuLOW0cGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-usuLOW0cGi {
    align-items: flex-end;
  }
  .cid-usuLOW0cGi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usuLOW0cGi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usuLOW0cGi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usuLOW0cGi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usuLOW0cGi .content-wrap {
    width: 100%;
  }
  .cid-usuLOW0cGi .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usuLOW0cGi .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-usuLOW0cGi .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-usuLOW0cGi .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-usuLOW0cGi .mbr-section-subtitle,
.cid-usuLOW0cGi .line {
  color: #ffffff;
}
.cid-usuLOW0cGi .mbr-text,
.cid-usuLOW0cGi .mbr-section-btn {
  text-align: right;
}
.cid-uqTOfTZkIK {
  z-index: 1000;
  width: 100%;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .dropdown-menu {
  padding: 0;
}
.cid-uqTOfTZkIK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uqTOfTZkIK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uqTOfTZkIK .dropdown-item:hover:after {
  color: #173633;
}
.cid-uqTOfTZkIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTOfTZkIK .nav-link {
  position: relative;
}
.cid-uqTOfTZkIK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK .dropdown-menu,
.cid-uqTOfTZkIK .navbar.opened {
  background: #eeebee !important;
}
.cid-uqTOfTZkIK .nav-item:focus,
.cid-uqTOfTZkIK .nav-link:focus {
  outline: none;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uqTOfTZkIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqTOfTZkIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTOfTZkIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTOfTZkIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTOfTZkIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqTOfTZkIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTOfTZkIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTOfTZkIK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar {
    min-height: 80px;
  }
}
.cid-uqTOfTZkIK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uqTOfTZkIK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-brand {
    min-height: 69px;
  }
}
.cid-uqTOfTZkIK .dropdown-item.active,
.cid-uqTOfTZkIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTOfTZkIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTOfTZkIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTOfTZkIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uqTOfTZkIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar {
    height: 70px;
  }
  .cid-uqTOfTZkIK .navbar.opened {
    height: auto;
  }
  .cid-uqTOfTZkIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTOfTZkIK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-short {
    min-height: 70px;
  }
}
.cid-uqTOfTZkIK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 3px;
  }
}
.cid-uqTOfTZkIK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uqTOfTZkIK .navbar-nav {
  display: flex !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:focus,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uqTOfTZkIK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uqTOfTZkIK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqTOfTZkIK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uqTOfTZkIK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uqTOfTZkIK .offcanvas.show {
  transform: translateX(0);
}
.cid-uqTOfTZkIK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uqTOfTZkIK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTOfTZkIK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uqTOfTZkIK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uqTOfTZkIK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uqTOfTZkIK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar {
  width: 1em;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uqTOfTZkIK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .social-container {
    padding-top: 40px;
  }
}
.cid-uqTOfTZkIK .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uqTOfTZkIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uqTOfTZkIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uqTOfTZkIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uqTOfTZkIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uqTOfTZkIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uqTOfTZkIK .soc-item:hover:before {
  opacity: 1;
}
.cid-uqTOfTZkIK .offcanvas_btn {
  margin-top: auto;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqTOfTZkIK .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uqTOfTZkIK #idioma,
.cid-uqTOfTZkIK #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uqTOfTZkIK h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uqTOfTZkIK .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uqTOfTZkIK .google {
  z-index: 99999999999999;
}
.cid-uqfB3XyC7i {
  display: flex;
  background-image: url("../../../assets/images/apartamentos-turisticos-de-lujo-en-madrid-alfisa-5-2000x1500.webp");
}
.cid-uqfB3XyC7i .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uqfB3XyC7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqfB3XyC7i .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uqfB3XyC7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uqfB3XyC7i {
    align-items: flex-start;
  }
  .cid-uqfB3XyC7i .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqfB3XyC7i .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqfB3XyC7i {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqfB3XyC7i .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqfB3XyC7i .content-wrap {
    width: 100%;
  }
}
.cid-uqfB3XyC7i .mbr-section-subtitle,
.cid-uqfB3XyC7i .line {
  color: #eeebee;
  text-align: left;
}
.cid-uqfB3XyC7i .mbr-text,
.cid-uqfB3XyC7i .mbr-section-btn {
  text-align: left;
  color: #173633;
}
.cid-uqfB3XyC7i .mbr-section-title {
  color: #eeebee;
  text-align: right;
}
.cid-uqfB3XyC7i .mbr-section-title DIV {
  text-align: left;
}
.cid-uoKhT0PUic {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uoKhT0PUic .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uoKhT0PUic .display-1 {
    font-size: 2rem;
  }
}
.cid-uoKhT0PUic .mbr-section-title {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uoKhT0PUic .mbr-section-title {
    padding-left: 2rem;
  }
}
.cid-uoKhT0PUic .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uoKhT0PUic .content-wrap:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: currentColor;
  left: 0px;
  top: 6px;
  border-radius: 50%;
}
.cid-uoKhT0PUic .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uoKhT0PUic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKhT0PUic .mbr-section-subtitle,
.cid-uoKhT0PUic .line {
  color: #291f1e;
}
.cid-uoKhT0PUic .mbr-text,
.cid-uoKhT0PUic .mbr-section-btn {
  text-align: left;
  color: #1b6b6b;
}
.cid-uoKhT0PUic .mbr-section-title,
.cid-uoKhT0PUic .line {
  color: #d70081;
  text-align: left;
}
.cid-uoKhT0PUic .mbr-section-maintitle {
  color: #173633;
  text-align: right;
}
.cid-uoKhT0PUic .mbr-section-title,
.cid-uoKhT0PUic .line,
.cid-uoKhT0PUic .content-wrap::after {
  color: #291f1e;
}
.cid-uoKhT0PUic .mbr-section-subtitle {
  text-align: left;
  color: #1b6b6b;
}
.cid-uqTnd0nYcR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #eeebee;
}
.cid-uqTnd0nYcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTnd0nYcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uqTnd0nYcR .container-fluid {
    padding: 0;
  }
}
.cid-uqTnd0nYcR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uqTnd0nYcR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqTnd0nYcR .embla__button--next,
.cid-uqTnd0nYcR .embla__button--prev {
  display: flex;
}
.cid-uqTnd0nYcR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqTnd0nYcR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqTnd0nYcR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTnd0nYcR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqTnd0nYcR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqTnd0nYcR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqTnd0nYcR .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqTnd0nYcR .embla {
  position: relative;
  width: 100%;
}
.cid-uqTnd0nYcR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqTnd0nYcR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqTnd0nYcR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqTnd0nYcR .embla__slide a {
  cursor: grab;
}
.cid-uqTnd0nYcR .embla__slide a:active {
  cursor: grabbing;
}
.cid-uqTnd0nYcR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqTnd0nYcR .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uqTnd0nYcR .mbr-section-title {
  color: #232323;
}
.cid-uqTnd0nYcR .mbr-section-subtitle {
  color: #232323;
}
.cid-uqTnd0nYcR .mbr-box {
  color: #ffffff;
}
.cid-uqTnd0nYcR .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uqTnd0nYcR img,
.cid-uqTnd0nYcR .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uqTnd0nYcR .item-wrapper {
  position: relative;
}
.cid-uqTnd0nYcR .content-head {
  max-width: 800px;
}
.cid-uqTndWWwrZ {
  overflow: hidden;
  background-image: url("../../../assets/images/imagen-apartamentos-alfisa-6-2000x1500.webp");
}
.cid-uqTndWWwrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTndWWwrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTndWWwrZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqTndWWwrZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqTndWWwrZ .container {
    padding: 0 30px;
  }
}
.cid-uqTndWWwrZ .card {
  justify-content: center;
}
.cid-uqTndWWwrZ .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uqTndWWwrZ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqTndWWwrZ .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uqTndWWwrZ .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqTndWWwrZ .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #eddbc7;
  padding-left: 20px;
  height: fit-content;
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #eddbc7;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #eddbc7;
  transition: all 0.3s ease-in-out;
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uqTndWWwrZ .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uqTndWWwrZ .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTndWWwrZ .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqTndWWwrZ .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uqTndWWwrZ .mbr-section-title {
  color: #254b45;
}
.cid-uqTndWWwrZ .mbr-text {
  color: #eddbc7;
  text-align: left;
}
.cid-uqTndWWwrZ .mbr-section-title,
.cid-uqTndWWwrZ .tabs-wrap {
  color: #eeebee;
  text-align: left;
}
.cid-uqTnhuBROd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uqTnhuBROd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTnhuBROd .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #eeebee;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uqTnhuBROd .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uqTnhuBROd .item-wrapper:hover {
  background: #beaa98;
  transform: translateY(-5px);
}
.cid-uqTnhuBROd .item-wrapper:hover .card-title,
.cid-uqTnhuBROd .item-wrapper:hover .card-text,
.cid-uqTnhuBROd .item-wrapper:hover .card-link,
.cid-uqTnhuBROd .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uqTnhuBROd .item-wrapper:hover span {
  color: #173633;
}
.cid-uqTnhuBROd .card-title,
.cid-uqTnhuBROd .card-text,
.cid-uqTnhuBROd .card-link,
.cid-uqTnhuBROd .card-link a {
  transition: all 0.3s;
}
.cid-uqTnhuBROd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTnhuBROd .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uqTnhuBROd .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uqTnhuBROd .link-wrapper:hover {
  cursor: pointer;
}
.cid-uqTnhuBROd .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #beaa98;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqTnhuBROd .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uqTnhuBROd .card-title,
.cid-uqTnhuBROd .iconfont-wrapper {
  color: #163300;
  text-align: center;
}
.cid-uqTnhuBROd .card-text {
  color: #232323;
}
.cid-uqTnhuBROd .content-head {
  max-width: 800px;
}
.cid-uqTnhuBROd .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-uqTnhuBROd .card-link,
.cid-uqTnhuBROd .link-icon,
.cid-uqTnhuBROd .link-align {
  color: #232323;
}
.cid-uqTnhuBROd .mbr-section-subtitle {
  color: #173633;
  text-align: center;
}
.cid-uqfGeQT3GS {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eeebee;
}
@media (min-width: 768px) {
  .cid-uqfGeQT3GS {
    align-items: center;
  }
  .cid-uqfGeQT3GS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqfGeQT3GS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqfGeQT3GS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqfGeQT3GS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqfGeQT3GS .content-wrap {
    width: 100%;
  }
}
.cid-uqfGeQT3GS .mbr-section-title {
  text-align: center;
  color: #173633;
}
.cid-uqfGeQT3GS .mbr-text,
.cid-uqfGeQT3GS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uqfI4dBt44 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uqfI4dBt44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqfI4dBt44 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqfI4dBt44 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqfI4dBt44 .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uqfI4dBt44 .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uqfI4dBt44 .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uqfI4dBt44 .card-box {
  padding: 0 2rem;
}
.cid-uqfI4dBt44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqfI4dBt44 .card-title,
.cid-uqfI4dBt44 .iconfont-wrapper,
.cid-uqfI4dBt44 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uqfI4dBt44 .mbr-section-title {
  color: #1b6b6b;
  text-align: left;
}
.cid-uqfI4dBt44 .mbr-section-btn {
  text-align: center;
}
.cid-uqfI4dBt44 .card-text,
.cid-uqfI4dBt44 .mbr-section-btn {
  color: #94999c;
  text-align: left;
}
.cid-uqfI4dBt44 .card-title,
.cid-uqfI4dBt44 .iconfont-wrapper {
  text-align: left;
  color: #1b6b6b;
}
.cid-uqfI4dBt44 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uoKhTaTKTv {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoKhTaTKTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKhTaTKTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKhTaTKTv .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .container {
    padding: 0 26px;
  }
}
.cid-uoKhTaTKTv .row {
  justify-content: center;
}
.cid-uoKhTaTKTv .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKhTaTKTv .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKhTaTKTv .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uoKhTaTKTv .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoKhTaTKTv .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoKhTaTKTv .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKhTaTKTv .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uoKhTaTKTv .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoKhTaTKTv .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uoKhTaTKTv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uoKhTaTKTv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoKhTaTKTv .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uoKhTaTKTv .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKhTaTKTv .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uoKhTaTKTv .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uoKhTaTKTv .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uoKhTaTKTv .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoKhTaTKTv .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoKhTaTKTv .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uoKhTaTKTv .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoKhTaTKTv .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uoKhTaTKTv .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uoKhTaTKTv .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uoKhTaTKTv .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uoKhTaTKTv .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uoKhTaTKTv .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uoKhTaTKTv .mbr-section-title {
  color: #ffffff;
}
.cid-uoKhTaTKTv .mbr-text {
  color: #ffffff;
}
.cid-uoKhTaTKTv .list {
  color: #ffffff;
}
.cid-uoKhTaTKTv .list,
.cid-uoKhTaTKTv .nav-wrapper,
.cid-uoKhTaTKTv .social-wrapper {
  text-align: right;
}
.cid-uoKhTaTKTv .list,
.cid-uoKhTaTKTv .item-wrap,
.cid-uoKhTaTKTv .nav-wrapper,
.cid-uoKhTaTKTv .social-wrapper {
  color: #a6a99c;
}
.cid-uoKhTaTKTv .mbr-text,
.cid-uoKhTaTKTv .text-wrapper {
  color: #94999c;
}
.cid-usuLLeNq0O {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-usuLLeNq0O .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-usuLLeNq0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuLLeNq0O .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-usuLLeNq0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-usuLLeNq0O {
    align-items: flex-end;
  }
  .cid-usuLLeNq0O .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usuLLeNq0O .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usuLLeNq0O {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usuLLeNq0O .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usuLLeNq0O .content-wrap {
    width: 100%;
  }
  .cid-usuLLeNq0O .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usuLLeNq0O .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-usuLLeNq0O .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-usuLLeNq0O .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-usuLLeNq0O .mbr-section-subtitle,
.cid-usuLLeNq0O .line {
  color: #ffffff;
}
.cid-usuLLeNq0O .mbr-text,
.cid-usuLLeNq0O .mbr-section-btn {
  text-align: right;
}
.cid-uqTOfTZkIK {
  z-index: 1000;
  width: 100%;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .dropdown-menu {
  padding: 0;
}
.cid-uqTOfTZkIK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uqTOfTZkIK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uqTOfTZkIK .dropdown-item:hover:after {
  color: #173633;
}
.cid-uqTOfTZkIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTOfTZkIK .nav-link {
  position: relative;
}
.cid-uqTOfTZkIK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK .dropdown-menu,
.cid-uqTOfTZkIK .navbar.opened {
  background: #eeebee !important;
}
.cid-uqTOfTZkIK .nav-item:focus,
.cid-uqTOfTZkIK .nav-link:focus {
  outline: none;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uqTOfTZkIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqTOfTZkIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTOfTZkIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTOfTZkIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTOfTZkIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqTOfTZkIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTOfTZkIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTOfTZkIK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar {
    min-height: 80px;
  }
}
.cid-uqTOfTZkIK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uqTOfTZkIK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-brand {
    min-height: 69px;
  }
}
.cid-uqTOfTZkIK .dropdown-item.active,
.cid-uqTOfTZkIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTOfTZkIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTOfTZkIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTOfTZkIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uqTOfTZkIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar {
    height: 70px;
  }
  .cid-uqTOfTZkIK .navbar.opened {
    height: auto;
  }
  .cid-uqTOfTZkIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTOfTZkIK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-short {
    min-height: 70px;
  }
}
.cid-uqTOfTZkIK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 3px;
  }
}
.cid-uqTOfTZkIK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uqTOfTZkIK .navbar-nav {
  display: flex !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:focus,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uqTOfTZkIK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uqTOfTZkIK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqTOfTZkIK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uqTOfTZkIK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uqTOfTZkIK .offcanvas.show {
  transform: translateX(0);
}
.cid-uqTOfTZkIK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uqTOfTZkIK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTOfTZkIK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uqTOfTZkIK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uqTOfTZkIK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uqTOfTZkIK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar {
  width: 1em;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uqTOfTZkIK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .social-container {
    padding-top: 40px;
  }
}
.cid-uqTOfTZkIK .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uqTOfTZkIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uqTOfTZkIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uqTOfTZkIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uqTOfTZkIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uqTOfTZkIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uqTOfTZkIK .soc-item:hover:before {
  opacity: 1;
}
.cid-uqTOfTZkIK .offcanvas_btn {
  margin-top: auto;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqTOfTZkIK .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uqTOfTZkIK #idioma,
.cid-uqTOfTZkIK #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uqTOfTZkIK h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uqTOfTZkIK .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uqTOfTZkIK .google {
  z-index: 99999999999999;
}
.cid-uoKfalEaDH {
  display: flex;
  background-image: url("../../../assets/images/apartamentos-turisticos-de-lujo-en-madrid-alfisa-29-2000x1500.webp");
}
.cid-uoKfalEaDH .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uoKfalEaDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKfalEaDH .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uoKfalEaDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoKfalEaDH {
    align-items: flex-end;
  }
  .cid-uoKfalEaDH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoKfalEaDH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoKfalEaDH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoKfalEaDH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoKfalEaDH .content-wrap {
    width: 100%;
  }
}
.cid-uoKfalEaDH .mbr-section-subtitle,
.cid-uoKfalEaDH .line {
  color: #eeebee;
  text-align: left;
}
.cid-uoKfalEaDH .mbr-text,
.cid-uoKfalEaDH .mbr-section-btn {
  text-align: right;
}
.cid-uoKfalEaDH .mbr-section-title {
  color: #eddbc7;
  text-align: right;
}
.cid-uoKfalEaDH .mbr-section-title P {
  text-align: left;
}
.cid-uoKfamg8Fc {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uoKfamg8Fc .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uoKfamg8Fc .display-1 {
    font-size: 2rem;
  }
}
.cid-uoKfamg8Fc .mbr-section-title {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uoKfamg8Fc .mbr-section-title {
    padding-left: 2rem;
  }
}
.cid-uoKfamg8Fc .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uoKfamg8Fc .content-wrap:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: currentColor;
  left: 0px;
  top: 6px;
  border-radius: 50%;
}
.cid-uoKfamg8Fc .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uoKfamg8Fc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKfamg8Fc .mbr-section-subtitle,
.cid-uoKfamg8Fc .line {
  color: #291f1e;
}
.cid-uoKfamg8Fc .mbr-text,
.cid-uoKfamg8Fc .mbr-section-btn {
  text-align: left;
  color: #1b6b6b;
}
.cid-uoKfamg8Fc .mbr-section-title,
.cid-uoKfamg8Fc .line {
  color: #d70081;
  text-align: left;
}
.cid-uoKfamg8Fc .mbr-section-maintitle {
  color: #173633;
  text-align: right;
}
.cid-uoKfamg8Fc .mbr-section-title,
.cid-uoKfamg8Fc .line,
.cid-uoKfamg8Fc .content-wrap::after {
  color: #291f1e;
}
.cid-uoKfamg8Fc .mbr-section-subtitle {
  text-align: left;
  color: #1b6b6b;
}
.cid-uqTpfAXV5R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #eeebee;
}
.cid-uqTpfAXV5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTpfAXV5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uqTpfAXV5R .container-fluid {
    padding: 0;
  }
}
.cid-uqTpfAXV5R .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uqTpfAXV5R .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqTpfAXV5R .embla__button--next,
.cid-uqTpfAXV5R .embla__button--prev {
  display: flex;
}
.cid-uqTpfAXV5R .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqTpfAXV5R .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqTpfAXV5R .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTpfAXV5R .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqTpfAXV5R .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqTpfAXV5R .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqTpfAXV5R .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqTpfAXV5R .embla {
  position: relative;
  width: 100%;
}
.cid-uqTpfAXV5R .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqTpfAXV5R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqTpfAXV5R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqTpfAXV5R .embla__slide a {
  cursor: grab;
}
.cid-uqTpfAXV5R .embla__slide a:active {
  cursor: grabbing;
}
.cid-uqTpfAXV5R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqTpfAXV5R .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uqTpfAXV5R .mbr-section-title {
  color: #232323;
}
.cid-uqTpfAXV5R .mbr-section-subtitle {
  color: #232323;
}
.cid-uqTpfAXV5R .mbr-box {
  color: #ffffff;
}
.cid-uqTpfAXV5R .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uqTpfAXV5R img,
.cid-uqTpfAXV5R .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uqTpfAXV5R .item-wrapper {
  position: relative;
}
.cid-uqTpfAXV5R .content-head {
  max-width: 800px;
}
.cid-uqTpgy73Ds {
  overflow: hidden;
  background-image: url("../../../assets/images/imagen-apartamentos-alfisa-4-2000x1500.webp");
}
.cid-uqTpgy73Ds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTpgy73Ds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTpgy73Ds .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqTpgy73Ds .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqTpgy73Ds .container {
    padding: 0 30px;
  }
}
.cid-uqTpgy73Ds .card {
  justify-content: center;
}
.cid-uqTpgy73Ds .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uqTpgy73Ds .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqTpgy73Ds .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uqTpgy73Ds .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqTpgy73Ds .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #eeebee;
  padding-left: 20px;
  height: fit-content;
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #eeebee;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #eeebee;
  transition: all 0.3s ease-in-out;
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uqTpgy73Ds .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uqTpgy73Ds .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTpgy73Ds .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqTpgy73Ds .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uqTpgy73Ds .mbr-section-title {
  color: #254b45;
}
.cid-uqTpgy73Ds .mbr-text {
  color: #eeebee;
  text-align: left;
}
.cid-uqTpgy73Ds .mbr-section-title,
.cid-uqTpgy73Ds .tabs-wrap {
  color: #eddbc7;
  text-align: left;
}
.cid-uqTuI47T2C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uqTuI47T2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTuI47T2C .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #eeebee;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uqTuI47T2C .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uqTuI47T2C .item-wrapper:hover {
  background: #beaa98;
  transform: translateY(-5px);
}
.cid-uqTuI47T2C .item-wrapper:hover .card-title,
.cid-uqTuI47T2C .item-wrapper:hover .card-text,
.cid-uqTuI47T2C .item-wrapper:hover .card-link,
.cid-uqTuI47T2C .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uqTuI47T2C .item-wrapper:hover span {
  color: #173633;
}
.cid-uqTuI47T2C .card-title,
.cid-uqTuI47T2C .card-text,
.cid-uqTuI47T2C .card-link,
.cid-uqTuI47T2C .card-link a {
  transition: all 0.3s;
}
.cid-uqTuI47T2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTuI47T2C .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uqTuI47T2C .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uqTuI47T2C .link-wrapper:hover {
  cursor: pointer;
}
.cid-uqTuI47T2C .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #beaa98;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqTuI47T2C .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uqTuI47T2C .card-title,
.cid-uqTuI47T2C .iconfont-wrapper {
  color: #163300;
  text-align: center;
}
.cid-uqTuI47T2C .card-text {
  color: #232323;
}
.cid-uqTuI47T2C .content-head {
  max-width: 800px;
}
.cid-uqTuI47T2C .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-uqTuI47T2C .card-link,
.cid-uqTuI47T2C .link-icon,
.cid-uqTuI47T2C .link-align {
  color: #232323;
}
.cid-uqTuI47T2C .mbr-section-subtitle {
  color: #173633;
  text-align: center;
}
.cid-uqgaZ3JOtX {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eeebee;
}
@media (min-width: 768px) {
  .cid-uqgaZ3JOtX {
    align-items: center;
  }
  .cid-uqgaZ3JOtX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqgaZ3JOtX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqgaZ3JOtX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqgaZ3JOtX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqgaZ3JOtX .content-wrap {
    width: 100%;
  }
}
.cid-uqgaZ3JOtX .mbr-section-title {
  text-align: center;
  color: #173633;
}
.cid-uqgaZ3JOtX .mbr-text,
.cid-uqgaZ3JOtX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uoKfasiNyc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uoKfasiNyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKfasiNyc .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uoKfasiNyc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoKfasiNyc .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uoKfasiNyc .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uoKfasiNyc .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uoKfasiNyc .card-box {
  padding: 0 2rem;
}
.cid-uoKfasiNyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKfasiNyc .card-title,
.cid-uoKfasiNyc .iconfont-wrapper,
.cid-uoKfasiNyc .card-text {
  color: #000000;
  text-align: center;
}
.cid-uoKfasiNyc .mbr-section-title {
  color: #94999c;
  text-align: left;
}
.cid-uoKfasiNyc .mbr-section-btn {
  text-align: center;
}
.cid-uoKfasiNyc .card-text,
.cid-uoKfasiNyc .mbr-section-btn {
  color: #94999c;
  text-align: left;
}
.cid-uoKfasiNyc .card-title,
.cid-uoKfasiNyc .iconfont-wrapper {
  text-align: left;
  color: #757b62;
}
.cid-uoKfasiNyc .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uoKfat32Uv {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoKfat32Uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoKfat32Uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoKfat32Uv .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .container {
    padding: 0 26px;
  }
}
.cid-uoKfat32Uv .row {
  justify-content: center;
}
.cid-uoKfat32Uv .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKfat32Uv .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKfat32Uv .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uoKfat32Uv .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoKfat32Uv .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoKfat32Uv .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKfat32Uv .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uoKfat32Uv .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoKfat32Uv .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uoKfat32Uv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uoKfat32Uv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoKfat32Uv .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uoKfat32Uv .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoKfat32Uv .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uoKfat32Uv .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uoKfat32Uv .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uoKfat32Uv .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoKfat32Uv .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoKfat32Uv .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uoKfat32Uv .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoKfat32Uv .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uoKfat32Uv .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uoKfat32Uv .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uoKfat32Uv .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uoKfat32Uv .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uoKfat32Uv .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uoKfat32Uv .mbr-section-title {
  color: #ffffff;
}
.cid-uoKfat32Uv .mbr-text {
  color: #ffffff;
}
.cid-uoKfat32Uv .list {
  color: #ffffff;
}
.cid-uoKfat32Uv .list,
.cid-uoKfat32Uv .nav-wrapper,
.cid-uoKfat32Uv .social-wrapper {
  text-align: right;
}
.cid-uoKfat32Uv .list,
.cid-uoKfat32Uv .item-wrap,
.cid-uoKfat32Uv .nav-wrapper,
.cid-uoKfat32Uv .social-wrapper {
  color: #a6a99c;
}
.cid-uoKfat32Uv .mbr-text,
.cid-uoKfat32Uv .text-wrapper {
  color: #94999c;
}
.cid-usuLUepO0B {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-usuLUepO0B .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-usuLUepO0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuLUepO0B .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-usuLUepO0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-usuLUepO0B {
    align-items: flex-end;
  }
  .cid-usuLUepO0B .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usuLUepO0B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usuLUepO0B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usuLUepO0B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usuLUepO0B .content-wrap {
    width: 100%;
  }
  .cid-usuLUepO0B .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usuLUepO0B .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-usuLUepO0B .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-usuLUepO0B .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-usuLUepO0B .mbr-section-subtitle,
.cid-usuLUepO0B .line {
  color: #ffffff;
}
.cid-usuLUepO0B .mbr-text,
.cid-usuLUepO0B .mbr-section-btn {
  text-align: right;
}
.cid-uqTOfTZkIK {
  z-index: 1000;
  width: 100%;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .dropdown-menu {
  padding: 0;
}
.cid-uqTOfTZkIK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uqTOfTZkIK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uqTOfTZkIK .dropdown-item:hover:after {
  color: #173633;
}
.cid-uqTOfTZkIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTOfTZkIK .nav-link {
  position: relative;
}
.cid-uqTOfTZkIK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK .dropdown-menu,
.cid-uqTOfTZkIK .navbar.opened {
  background: #eeebee !important;
}
.cid-uqTOfTZkIK .nav-item:focus,
.cid-uqTOfTZkIK .nav-link:focus {
  outline: none;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uqTOfTZkIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqTOfTZkIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTOfTZkIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTOfTZkIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTOfTZkIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqTOfTZkIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTOfTZkIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTOfTZkIK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar {
    min-height: 80px;
  }
}
.cid-uqTOfTZkIK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uqTOfTZkIK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-brand {
    min-height: 69px;
  }
}
.cid-uqTOfTZkIK .dropdown-item.active,
.cid-uqTOfTZkIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTOfTZkIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTOfTZkIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTOfTZkIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uqTOfTZkIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar {
    height: 70px;
  }
  .cid-uqTOfTZkIK .navbar.opened {
    height: auto;
  }
  .cid-uqTOfTZkIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTOfTZkIK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-short {
    min-height: 70px;
  }
}
.cid-uqTOfTZkIK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 3px;
  }
}
.cid-uqTOfTZkIK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uqTOfTZkIK .navbar-nav {
  display: flex !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:focus,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uqTOfTZkIK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uqTOfTZkIK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqTOfTZkIK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uqTOfTZkIK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uqTOfTZkIK .offcanvas.show {
  transform: translateX(0);
}
.cid-uqTOfTZkIK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uqTOfTZkIK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTOfTZkIK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uqTOfTZkIK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uqTOfTZkIK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uqTOfTZkIK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar {
  width: 1em;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uqTOfTZkIK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .social-container {
    padding-top: 40px;
  }
}
.cid-uqTOfTZkIK .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uqTOfTZkIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uqTOfTZkIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uqTOfTZkIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uqTOfTZkIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uqTOfTZkIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uqTOfTZkIK .soc-item:hover:before {
  opacity: 1;
}
.cid-uqTOfTZkIK .offcanvas_btn {
  margin-top: auto;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqTOfTZkIK .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uqTOfTZkIK #idioma,
.cid-uqTOfTZkIK #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uqTOfTZkIK h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uqTOfTZkIK .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uqTOfTZkIK .google {
  z-index: 99999999999999;
}
.cid-uoIZz7rcMq {
  display: flex;
  background-image: url("../../../assets/images/apartamentos-turisticos-de-lujo-en-madrid-alfisa-b1-2000x1500.webp");
}
.cid-uoIZz7rcMq .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uoIZz7rcMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoIZz7rcMq .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uoIZz7rcMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uoIZz7rcMq {
    align-items: flex-end;
  }
  .cid-uoIZz7rcMq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoIZz7rcMq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uoIZz7rcMq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uoIZz7rcMq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uoIZz7rcMq .content-wrap {
    width: 100%;
  }
}
.cid-uoIZz7rcMq .mbr-section-subtitle,
.cid-uoIZz7rcMq .line {
  color: #f7f7f7;
  text-align: right;
}
.cid-uoIZz7rcMq .mbr-text,
.cid-uoIZz7rcMq .mbr-section-btn {
  text-align: right;
}
.cid-uoIZz7rcMq .mbr-section-title {
  color: #f7f7f7;
  text-align: right;
}
.cid-uqgezZ3dUt {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uqgezZ3dUt .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uqgezZ3dUt .display-1 {
    font-size: 2rem;
  }
}
.cid-uqgezZ3dUt .mbr-section-title {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uqgezZ3dUt .mbr-section-title {
    padding-left: 2rem;
  }
}
.cid-uqgezZ3dUt .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uqgezZ3dUt .content-wrap:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: currentColor;
  left: 0px;
  top: 6px;
  border-radius: 50%;
}
.cid-uqgezZ3dUt .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uqgezZ3dUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqgezZ3dUt .mbr-section-subtitle,
.cid-uqgezZ3dUt .line {
  color: #291f1e;
}
.cid-uqgezZ3dUt .mbr-text,
.cid-uqgezZ3dUt .mbr-section-btn {
  text-align: left;
  color: #1b6b6b;
}
.cid-uqgezZ3dUt .mbr-section-title,
.cid-uqgezZ3dUt .line {
  color: #d70081;
  text-align: left;
}
.cid-uqgezZ3dUt .mbr-section-maintitle {
  color: #173633;
  text-align: right;
}
.cid-uqgezZ3dUt .mbr-section-title,
.cid-uqgezZ3dUt .line,
.cid-uqgezZ3dUt .content-wrap::after {
  color: #291f1e;
}
.cid-uqgezZ3dUt .mbr-section-subtitle {
  text-align: left;
  color: #1b6b6b;
}
.cid-uqTqdOJFC3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #eeebee;
}
.cid-uqTqdOJFC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTqdOJFC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uqTqdOJFC3 .container-fluid {
    padding: 0;
  }
}
.cid-uqTqdOJFC3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uqTqdOJFC3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uqTqdOJFC3 .embla__button--next,
.cid-uqTqdOJFC3 .embla__button--prev {
  display: flex;
}
.cid-uqTqdOJFC3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqTqdOJFC3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqTqdOJFC3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTqdOJFC3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uqTqdOJFC3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqTqdOJFC3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqTqdOJFC3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqTqdOJFC3 .embla {
  position: relative;
  width: 100%;
}
.cid-uqTqdOJFC3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uqTqdOJFC3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqTqdOJFC3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqTqdOJFC3 .embla__slide a {
  cursor: grab;
}
.cid-uqTqdOJFC3 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uqTqdOJFC3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqTqdOJFC3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uqTqdOJFC3 .mbr-section-title {
  color: #232323;
}
.cid-uqTqdOJFC3 .mbr-section-subtitle {
  color: #232323;
}
.cid-uqTqdOJFC3 .mbr-box {
  color: #ffffff;
}
.cid-uqTqdOJFC3 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uqTqdOJFC3 img,
.cid-uqTqdOJFC3 .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uqTqdOJFC3 .item-wrapper {
  position: relative;
}
.cid-uqTqdOJFC3 .content-head {
  max-width: 800px;
}
.cid-uqTqexw9vk {
  overflow: hidden;
  background-image: url("../../../assets/images/imagen-apartamentos-alfisa-8-2000x1500.webp");
}
.cid-uqTqexw9vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTqexw9vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTqexw9vk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqTqexw9vk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqTqexw9vk .container {
    padding: 0 30px;
  }
}
.cid-uqTqexw9vk .card {
  justify-content: center;
}
.cid-uqTqexw9vk .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uqTqexw9vk .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqTqexw9vk .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uqTqexw9vk .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqTqexw9vk .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #1b6b6b;
  padding-left: 20px;
  height: fit-content;
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #1b6b6b;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #1b6b6b;
  transition: all 0.3s ease-in-out;
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uqTqexw9vk .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uqTqexw9vk .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTqexw9vk .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqTqexw9vk .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uqTqexw9vk .mbr-section-title {
  color: #254b45;
}
.cid-uqTqexw9vk .mbr-text {
  color: #1b6b6b;
}
.cid-uqTqexw9vk .mbr-section-title,
.cid-uqTqexw9vk .tabs-wrap {
  color: #ffffff;
}
.cid-uqTuLJtSgS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uqTuLJtSgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTuLJtSgS .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #eeebee;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uqTuLJtSgS .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uqTuLJtSgS .item-wrapper:hover {
  background: #beaa98;
  transform: translateY(-5px);
}
.cid-uqTuLJtSgS .item-wrapper:hover .card-title,
.cid-uqTuLJtSgS .item-wrapper:hover .card-text,
.cid-uqTuLJtSgS .item-wrapper:hover .card-link,
.cid-uqTuLJtSgS .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uqTuLJtSgS .item-wrapper:hover span {
  color: #173633;
}
.cid-uqTuLJtSgS .card-title,
.cid-uqTuLJtSgS .card-text,
.cid-uqTuLJtSgS .card-link,
.cid-uqTuLJtSgS .card-link a {
  transition: all 0.3s;
}
.cid-uqTuLJtSgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTuLJtSgS .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uqTuLJtSgS .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uqTuLJtSgS .link-wrapper:hover {
  cursor: pointer;
}
.cid-uqTuLJtSgS .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #beaa98;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqTuLJtSgS .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uqTuLJtSgS .card-title,
.cid-uqTuLJtSgS .iconfont-wrapper {
  color: #163300;
  text-align: center;
}
.cid-uqTuLJtSgS .card-text {
  color: #232323;
}
.cid-uqTuLJtSgS .content-head {
  max-width: 800px;
}
.cid-uqTuLJtSgS .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-uqTuLJtSgS .card-link,
.cid-uqTuLJtSgS .link-icon,
.cid-uqTuLJtSgS .link-align {
  color: #232323;
}
.cid-uqTuLJtSgS .mbr-section-subtitle {
  color: #173633;
  text-align: center;
}
.cid-uqgewPOoEa {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eeebee;
}
@media (min-width: 768px) {
  .cid-uqgewPOoEa {
    align-items: center;
  }
  .cid-uqgewPOoEa .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqgewPOoEa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqgewPOoEa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqgewPOoEa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqgewPOoEa .content-wrap {
    width: 100%;
  }
}
.cid-uqgewPOoEa .mbr-section-title {
  text-align: center;
  color: #173633;
}
.cid-uqgewPOoEa .mbr-text,
.cid-uqgewPOoEa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uqgeQsorZU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uqgeQsorZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqgeQsorZU .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqgeQsorZU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqgeQsorZU .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uqgeQsorZU .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uqgeQsorZU .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uqgeQsorZU .card-box {
  padding: 0 2rem;
}
.cid-uqgeQsorZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqgeQsorZU .card-title,
.cid-uqgeQsorZU .iconfont-wrapper,
.cid-uqgeQsorZU .card-text {
  color: #000000;
  text-align: center;
}
.cid-uqgeQsorZU .mbr-section-title {
  color: #1b6b6b;
  text-align: left;
}
.cid-uqgeQsorZU .mbr-section-btn {
  text-align: center;
}
.cid-uqgeQsorZU .card-text,
.cid-uqgeQsorZU .mbr-section-btn {
  color: #94999c;
  text-align: left;
}
.cid-uqgeQsorZU .card-title,
.cid-uqgeQsorZU .iconfont-wrapper {
  text-align: left;
  color: #1b6b6b;
}
.cid-uqgeQsorZU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uoJFXMipZx {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoJFXMipZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJFXMipZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoJFXMipZx .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .container {
    padding: 0 26px;
  }
}
.cid-uoJFXMipZx .row {
  justify-content: center;
}
.cid-uoJFXMipZx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uoJFXMipZx .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoJFXMipZx .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uoJFXMipZx .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uoJFXMipZx .mbr-section-title {
  color: #ffffff;
}
.cid-uoJFXMipZx .mbr-text {
  color: #ffffff;
}
.cid-uoJFXMipZx .list {
  color: #ffffff;
}
.cid-uoJFXMipZx .list,
.cid-uoJFXMipZx .nav-wrapper,
.cid-uoJFXMipZx .social-wrapper {
  text-align: right;
}
.cid-uoJFXMipZx .list,
.cid-uoJFXMipZx .item-wrap,
.cid-uoJFXMipZx .nav-wrapper,
.cid-uoJFXMipZx .social-wrapper {
  color: #a6a99c;
}
.cid-uoJFXMipZx .mbr-text,
.cid-uoJFXMipZx .text-wrapper {
  color: #94999c;
}
.cid-usuLZcFWcY {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-usuLZcFWcY .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-usuLZcFWcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuLZcFWcY .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-usuLZcFWcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-usuLZcFWcY {
    align-items: flex-end;
  }
  .cid-usuLZcFWcY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usuLZcFWcY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usuLZcFWcY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usuLZcFWcY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usuLZcFWcY .content-wrap {
    width: 100%;
  }
  .cid-usuLZcFWcY .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usuLZcFWcY .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-usuLZcFWcY .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-usuLZcFWcY .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-usuLZcFWcY .mbr-section-subtitle,
.cid-usuLZcFWcY .line {
  color: #ffffff;
}
.cid-usuLZcFWcY .mbr-text,
.cid-usuLZcFWcY .mbr-section-btn {
  text-align: right;
}
.cid-uqTOfTZkIK {
  z-index: 1000;
  width: 100%;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .dropdown-menu {
  padding: 0;
}
.cid-uqTOfTZkIK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uqTOfTZkIK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uqTOfTZkIK .dropdown-item:hover:after {
  color: #173633;
}
.cid-uqTOfTZkIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTOfTZkIK .nav-link {
  position: relative;
}
.cid-uqTOfTZkIK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK .dropdown-menu,
.cid-uqTOfTZkIK .navbar.opened {
  background: #eeebee !important;
}
.cid-uqTOfTZkIK .nav-item:focus,
.cid-uqTOfTZkIK .nav-link:focus {
  outline: none;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uqTOfTZkIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqTOfTZkIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTOfTZkIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTOfTZkIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTOfTZkIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqTOfTZkIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTOfTZkIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTOfTZkIK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar {
    min-height: 80px;
  }
}
.cid-uqTOfTZkIK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uqTOfTZkIK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-brand {
    min-height: 69px;
  }
}
.cid-uqTOfTZkIK .dropdown-item.active,
.cid-uqTOfTZkIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTOfTZkIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTOfTZkIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTOfTZkIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uqTOfTZkIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar {
    height: 70px;
  }
  .cid-uqTOfTZkIK .navbar.opened {
    height: auto;
  }
  .cid-uqTOfTZkIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTOfTZkIK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-short {
    min-height: 70px;
  }
}
.cid-uqTOfTZkIK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 3px;
  }
}
.cid-uqTOfTZkIK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uqTOfTZkIK .navbar-nav {
  display: flex !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:focus,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uqTOfTZkIK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uqTOfTZkIK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqTOfTZkIK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uqTOfTZkIK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uqTOfTZkIK .offcanvas.show {
  transform: translateX(0);
}
.cid-uqTOfTZkIK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uqTOfTZkIK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTOfTZkIK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uqTOfTZkIK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uqTOfTZkIK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uqTOfTZkIK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar {
  width: 1em;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uqTOfTZkIK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .social-container {
    padding-top: 40px;
  }
}
.cid-uqTOfTZkIK .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uqTOfTZkIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uqTOfTZkIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uqTOfTZkIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uqTOfTZkIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uqTOfTZkIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uqTOfTZkIK .soc-item:hover:before {
  opacity: 1;
}
.cid-uqTOfTZkIK .offcanvas_btn {
  margin-top: auto;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqTOfTZkIK .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uqTOfTZkIK #idioma,
.cid-uqTOfTZkIK #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uqTOfTZkIK h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uqTOfTZkIK .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uqTOfTZkIK .google {
  z-index: 99999999999999;
}
.cid-uqTrm8sNnh {
  display: flex;
}
.cid-uqTrm8sNnh .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uqTrm8sNnh .display-1 {
    font-size: 2rem;
  }
}
.cid-uqTrm8sNnh .mbr-section-title {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uqTrm8sNnh .mbr-section-title {
    padding-left: 2rem;
  }
}
.cid-uqTrm8sNnh .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uqTrm8sNnh .content-wrap:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: currentColor;
  left: 0px;
  top: 6px;
  border-radius: 50%;
}
.cid-uqTrm8sNnh .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uqTrm8sNnh .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/sol-alfisa-luxury-apartments.-1000x667.webp");
}
.cid-uqTrm8sNnh .mbr-section-subtitle,
.cid-uqTrm8sNnh .line {
  color: #291f1e;
}
.cid-uqTrm8sNnh .mbr-text,
.cid-uqTrm8sNnh .mbr-section-btn {
  text-align: left;
  color: #173633;
}
.cid-uqTrm8sNnh .mbr-section-title,
.cid-uqTrm8sNnh .line {
  color: #d70081;
  text-align: left;
}
.cid-uqTrm8sNnh .mbr-section-maintitle {
  color: #173633;
  text-align: right;
}
.cid-uqTrm8sNnh .mbr-section-title,
.cid-uqTrm8sNnh .line,
.cid-uqTrm8sNnh .content-wrap::after {
  color: #291f1e;
}
.cid-uqTrm8sNnh .mbr-section-subtitle {
  text-align: left;
  color: #beaa98;
}
.cid-uqTrm8sNnh #lodgify-search-bar {
  margin-top: 25px !important;
}
#custom-html-6o {
  /* Por defecto, ocultar el vídeo de móvil en pantallas grandes */
  /* Mostrar el vídeo móvil solo en pantallas pequeñas */
  /* Asegurarse de que el vídeo cubra todo el área */
}
#custom-html-6o .video-movil {
  display: none;
}
@media (max-width: 767px) {
  #custom-html-6o .video-escritorio {
    display: none;
  }
  #custom-html-6o .video-movil {
    display: block;
    width: 100%;
    height: 100vh;
    /* Ocupar todo el alto de la pantalla */
    background-color: black;
    /* Evitar la pantalla negra si hay retraso en la carga */
  }
}
#custom-html-6o video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uqTroe5PjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #eeebee;
}
.cid-uqTroe5PjH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqTroe5PjH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqTroe5PjH .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uqTroe5PjH .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTroe5PjH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqTroe5PjH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqTroe5PjH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqTroe5PjH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uqTroe5PjH .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uqTroe5PjH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uqTroe5PjH .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uqTroe5PjH .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #beaa98;
}
.cid-uqTroe5PjH .embla__slide .slide-content {
  width: 100%;
}
.cid-uqTroe5PjH .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uqTroe5PjH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uqTroe5PjH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uqTroe5PjH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uqTroe5PjH .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uqTroe5PjH .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uqTroe5PjH .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqTroe5PjH .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uqTroe5PjH .embla__button--next,
.cid-uqTroe5PjH .embla__button--prev {
  display: flex;
}
.cid-uqTroe5PjH .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #1b6b6b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uqTroe5PjH .embla__button:hover {
  transform: scale(1.05);
}
.cid-uqTroe5PjH .embla__button.embla__button--prev {
  left: 0;
}
.cid-uqTroe5PjH .embla__button.embla__button--next {
  right: 0;
}
.cid-uqTroe5PjH .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uqTroe5PjH .embla {
    margin-bottom: 38px;
  }
}
.cid-uqTroe5PjH .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uqTroe5PjH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqTroe5PjH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqTroe5PjH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqTroe5PjH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uqTroe5PjH .mbr-section-title {
  color: #ffffff;
}
.cid-uqTroe5PjH .mbr-text,
.cid-uqTroe5PjH .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqTroe5PjH .mbr-desc,
.cid-uqTroe5PjH .desc-wrapper {
  color: #beaa98;
  text-align: center;
}
.cid-uqTroe5PjH .item-title,
.cid-uqTroe5PjH .title-wrap {
  color: #1b6b6b;
  text-align: center;
}
.cid-uqTroe5PjH .item-text,
.cid-uqTroe5PjH .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uqTroe5PjH .mbr-section-title,
.cid-uqTroe5PjH .mbr-section-btn {
  text-align: center;
  color: #1b6b6b;
}
.cid-uqTrpzzcpO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uqTrpzzcpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTrpzzcpO .container {
  max-width: 1300px;
}
.cid-uqTrpzzcpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTrpzzcpO .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-uqTrpzzcpO .text-wrapper {
    padding: 3rem;
  }
}
.cid-uqTrpzzcpO .row {
  background: #eeebee;
}
@media (max-width: 991px) {
  .cid-uqTrpzzcpO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqTrpzzcpO .image-wrapper {
  padding: 0;
}
.cid-uqTrpzzcpO .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uqTrpzzcpO .mbr-section-title {
  color: #1b6b6b;
}
.cid-uqTrpzzcpO .mbr-text,
.cid-uqTrpzzcpO .mbr-section-btn {
  color: #173633;
}
.cid-uqTrpzzcpO .mbr-section-subtitle {
  color: #beaa98;
}
.cid-uqTrrwhLf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeebee;
}
.cid-uqTrrwhLf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTrrwhLf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqTrrwhLf5 .card {
    padding: 0;
  }
  .cid-uqTrrwhLf5 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uqTrrwhLf5 .card:first-child {
  background-color: #beaa98;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-uqTrrwhLf5 .card:first-child .title-wrapper {
  padding: 84px 0;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uqTrrwhLf5 .card:first-child .title-wrapper {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .cid-uqTrrwhLf5 .card:first-child .title-wrapper {
    padding: 56px 0;
    width: 90%;
  }
}
.cid-uqTrrwhLf5 .card:first-child .title-wrapper .mbr-section-subtitle {
  margin: 10px 0 0 0;
}
.cid-uqTrrwhLf5 .card:first-child .title-wrapper .mbr-section-title {
  margin: 32px 0;
}
.cid-uqTrrwhLf5 .card:first-child .title-wrapper .mbr-section-btn {
  margin: 14px 0;
}
@media (max-width: 768px) {
  .cid-uqTrrwhLf5 .card:first-child .title-wrapper .mbr-section-btn {
    margin: 10px 0;
  }
}
@media (max-width: 992px) {
  .cid-uqTrrwhLf5 .card:last-child {
    padding: 0;
  }
}
.cid-uqTrrwhLf5 .card:last-child .image-wrapper {
  height: 100%;
}
.cid-uqTrrwhLf5 .card:last-child .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqTrrwhLf5 .mbr-section-title {
  color: #ffe4c1;
}
.cid-uqTrrwhLf5 .mbr-section-subtitle {
  color: #eeebee;
  text-align: center;
}
.cid-uqTrrwhLf5 .mbr-section-title,
.cid-uqTrrwhLf5 .mbr-section-btn {
  text-align: center;
  color: #eddbc7;
}
.cid-uqTrrXoiZ9 {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1787.webp");
}
.cid-uqTrrXoiZ9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uqTrrXoiZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTrrXoiZ9 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uqTrrXoiZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqTrrXoiZ9 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uqTrrXoiZ9 {
    align-items: center;
  }
  .cid-uqTrrXoiZ9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqTrrXoiZ9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqTrrXoiZ9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqTrrXoiZ9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqTrrXoiZ9 .content-wrap {
    width: 100%;
  }
}
.cid-uqTrrXoiZ9 .mbr-section-subtitle,
.cid-uqTrrXoiZ9 .line {
  color: #ffffff;
}
.cid-uqTrrXoiZ9 .mbr-text,
.cid-uqTrrXoiZ9 .mbr-section-btn {
  text-align: right;
  color: #eddbc7;
}
.cid-uqTrsHk9Sb {
  display: flex;
  background-image: url("../../../assets/images/museo-del-prado-2000x836.webp");
}
.cid-uqTrsHk9Sb .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uqTrsHk9Sb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTrsHk9Sb .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uqTrsHk9Sb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uqTrsHk9Sb {
    align-items: center;
  }
  .cid-uqTrsHk9Sb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqTrsHk9Sb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uqTrsHk9Sb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uqTrsHk9Sb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uqTrsHk9Sb .content-wrap {
    width: 100%;
  }
}
.cid-uqTrsHk9Sb .mbr-section-subtitle,
.cid-uqTrsHk9Sb .line {
  color: #ffffff;
}
.cid-uqTrsHk9Sb .mbr-text,
.cid-uqTrsHk9Sb .mbr-section-btn {
  text-align: right;
}
.cid-uswwm9G96K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uswwm9G96K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uswwm9G96K form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uswwm9G96K form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uswwm9G96K form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uswwm9G96K .row {
  margin: 0;
}
.cid-uswwm9G96K .card {
  padding: 3rem;
  border: 1px solid #173633 !important;
}
@media (max-width: 767px) {
  .cid-uswwm9G96K .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uswwm9G96K h3 {
  margin-bottom: 3rem !important;
}
.cid-uswwm9G96K .content-head {
  max-width: 800px;
}
.cid-uswwm9G96K textarea {
  min-height: 200px;
}
.cid-uswwm9G96K input,
.cid-uswwm9G96K textarea {
  border: 1px solid #173633 !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uswwm9G96K .mbr-section-title {
  color: #221b35;
}
.cid-uswwm9G96K LABEL {
  color: #221b35;
}
.cid-uqhHOvroG8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eeebee;
}
.cid-uqhHOvroG8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uqhHOvroG8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqhHOvroG8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqhHOvroG8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqhHOvroG8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqghfuRXhs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-uqghfuRXhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqghfuRXhs .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqghfuRXhs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqghfuRXhs .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uqghfuRXhs .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uqghfuRXhs .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uqghfuRXhs .card-box {
  padding: 0 2rem;
}
.cid-uqghfuRXhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqghfuRXhs .card-title,
.cid-uqghfuRXhs .iconfont-wrapper,
.cid-uqghfuRXhs .card-text {
  color: #000000;
  text-align: center;
}
.cid-uqghfuRXhs .mbr-section-title {
  color: #1b6b6b;
  text-align: left;
}
.cid-uqghfuRXhs .mbr-section-btn {
  text-align: center;
}
.cid-uqghfuRXhs .card-text,
.cid-uqghfuRXhs .mbr-section-btn {
  color: #94999c;
  text-align: left;
}
.cid-uqghfuRXhs .card-title,
.cid-uqghfuRXhs .iconfont-wrapper {
  text-align: left;
  color: #1b6b6b;
}
.cid-uqghfuRXhs .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uqghfviufz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uqghfviufz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqghfviufz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqghfviufz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqghfviufz .container {
    padding: 0 26px;
  }
}
.cid-uqghfviufz .row {
  justify-content: center;
}
.cid-uqghfviufz .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqghfviufz .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqghfviufz .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uqghfviufz .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqghfviufz .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqghfviufz .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqghfviufz .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uqghfviufz .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqghfviufz .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uqghfviufz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uqghfviufz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uqghfviufz .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uqghfviufz .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqghfviufz .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uqghfviufz .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uqghfviufz .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uqghfviufz .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uqghfviufz .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqghfviufz .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uqghfviufz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqghfviufz .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uqghfviufz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uqghfviufz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uqghfviufz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uqghfviufz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uqghfviufz .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uqghfviufz .mbr-section-title {
  color: #ffffff;
}
.cid-uqghfviufz .mbr-text {
  color: #ffffff;
}
.cid-uqghfviufz .list {
  color: #ffffff;
}
.cid-uqghfviufz .list,
.cid-uqghfviufz .nav-wrapper,
.cid-uqghfviufz .social-wrapper {
  text-align: right;
}
.cid-uqghfviufz .list,
.cid-uqghfviufz .item-wrap,
.cid-uqghfviufz .nav-wrapper,
.cid-uqghfviufz .social-wrapper {
  color: #a6a99c;
}
.cid-uqghfviufz .mbr-text,
.cid-uqghfviufz .text-wrapper {
  color: #94999c;
}
.cid-usuM36cq99 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-usuM36cq99 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-usuM36cq99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuM36cq99 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-usuM36cq99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-usuM36cq99 {
    align-items: flex-end;
  }
  .cid-usuM36cq99 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usuM36cq99 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usuM36cq99 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usuM36cq99 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usuM36cq99 .content-wrap {
    width: 100%;
  }
  .cid-usuM36cq99 .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usuM36cq99 .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-usuM36cq99 .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-usuM36cq99 .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-usuM36cq99 .mbr-section-subtitle,
.cid-usuM36cq99 .line {
  color: #ffffff;
}
.cid-usuM36cq99 .mbr-text,
.cid-usuM36cq99 .mbr-section-btn {
  text-align: right;
}
.cid-uqTOfTZkIK {
  z-index: 1000;
  width: 100%;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .dropdown-menu {
  padding: 0;
}
.cid-uqTOfTZkIK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uqTOfTZkIK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uqTOfTZkIK .dropdown-item:hover:after {
  color: #173633;
}
.cid-uqTOfTZkIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTOfTZkIK .nav-link {
  position: relative;
}
.cid-uqTOfTZkIK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK .dropdown-menu,
.cid-uqTOfTZkIK .navbar.opened {
  background: #eeebee !important;
}
.cid-uqTOfTZkIK .nav-item:focus,
.cid-uqTOfTZkIK .nav-link:focus {
  outline: none;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uqTOfTZkIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqTOfTZkIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTOfTZkIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTOfTZkIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTOfTZkIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqTOfTZkIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTOfTZkIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTOfTZkIK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar {
    min-height: 80px;
  }
}
.cid-uqTOfTZkIK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uqTOfTZkIK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-brand {
    min-height: 69px;
  }
}
.cid-uqTOfTZkIK .dropdown-item.active,
.cid-uqTOfTZkIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTOfTZkIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTOfTZkIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTOfTZkIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uqTOfTZkIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar {
    height: 70px;
  }
  .cid-uqTOfTZkIK .navbar.opened {
    height: auto;
  }
  .cid-uqTOfTZkIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTOfTZkIK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-short {
    min-height: 70px;
  }
}
.cid-uqTOfTZkIK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 3px;
  }
}
.cid-uqTOfTZkIK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uqTOfTZkIK .navbar-nav {
  display: flex !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:focus,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uqTOfTZkIK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uqTOfTZkIK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqTOfTZkIK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uqTOfTZkIK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uqTOfTZkIK .offcanvas.show {
  transform: translateX(0);
}
.cid-uqTOfTZkIK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uqTOfTZkIK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTOfTZkIK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uqTOfTZkIK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uqTOfTZkIK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uqTOfTZkIK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar {
  width: 1em;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uqTOfTZkIK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .social-container {
    padding-top: 40px;
  }
}
.cid-uqTOfTZkIK .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uqTOfTZkIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uqTOfTZkIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uqTOfTZkIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uqTOfTZkIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uqTOfTZkIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uqTOfTZkIK .soc-item:hover:before {
  opacity: 1;
}
.cid-uqTOfTZkIK .offcanvas_btn {
  margin-top: auto;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqTOfTZkIK .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uqTOfTZkIK #idioma,
.cid-uqTOfTZkIK #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uqTOfTZkIK h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uqTOfTZkIK .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uqTOfTZkIK .google {
  z-index: 99999999999999;
}
.cid-uqhGF2Xibj {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f1f1f1;
}
.cid-uqhGF2Xibj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqhGF2Xibj .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-uqhGF2Xibj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uqhGF2Xibj .container {
    padding: 0 14px;
  }
}
.cid-uqhGF2Xibj .image-wrapper {
  border-left: 2px solid #01004c;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uqhGF2Xibj .image-wrapper {
    padding-left: 20px;
  }
}
.cid-uqhGF2Xibj .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #01004c;
}
@media (max-width: 992px) {
  .cid-uqhGF2Xibj .image-wrapper img {
    height: 350px;
  }
}
.cid-usoeWRlS8x {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/apartamentos-turisticos-de-lujo-en-madrid-alfisa-11-2000x1500.webp");
}
.cid-usoeWRlS8x .underline .line {
  width: 2rem;
  height: 1px;
  background: #173633;
  display: inline-block;
}
.cid-usoeWRlS8x .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-usoeWRlS8x .card .card-header {
  background: #173633;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-usoeWRlS8x .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-usoeWRlS8x .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-usoeWRlS8x .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-usoeWRlS8x .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-usoeWRlS8x .card .panel-body {
  background: #eeebee;
}
.cid-usoeWRlS8x .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-usoeWRlS8x .card-header h4,
  .cid-usoeWRlS8x .panel-body {
    padding: 1rem !important;
  }
}
.cid-usoeWRlS8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-usoeWRlS8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usoeWRlS8x H2 {
  color: #173633;
}
.cid-usoeWRlS8x .mbr-section-subtitle,
.cid-usoeWRlS8x .underline {
  color: #beaa98;
}
.cid-uqghEPMXfA {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uqghEPMXfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqghEPMXfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqghEPMXfA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .container {
    padding: 0 26px;
  }
}
.cid-uqghEPMXfA .row {
  justify-content: center;
}
.cid-uqghEPMXfA .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqghEPMXfA .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqghEPMXfA .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uqghEPMXfA .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uqghEPMXfA .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqghEPMXfA .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqghEPMXfA .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uqghEPMXfA .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqghEPMXfA .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uqghEPMXfA .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uqghEPMXfA .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uqghEPMXfA .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uqghEPMXfA .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqghEPMXfA .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uqghEPMXfA .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uqghEPMXfA .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uqghEPMXfA .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uqghEPMXfA .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqghEPMXfA .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uqghEPMXfA .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqghEPMXfA .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uqghEPMXfA .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uqghEPMXfA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uqghEPMXfA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uqghEPMXfA .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uqghEPMXfA .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uqghEPMXfA .mbr-section-title {
  color: #ffffff;
}
.cid-uqghEPMXfA .mbr-text {
  color: #ffffff;
}
.cid-uqghEPMXfA .list {
  color: #ffffff;
}
.cid-uqghEPMXfA .list,
.cid-uqghEPMXfA .nav-wrapper,
.cid-uqghEPMXfA .social-wrapper {
  text-align: right;
}
.cid-uqghEPMXfA .list,
.cid-uqghEPMXfA .item-wrap,
.cid-uqghEPMXfA .nav-wrapper,
.cid-uqghEPMXfA .social-wrapper {
  color: #a6a99c;
}
.cid-uqghEPMXfA .mbr-text,
.cid-uqghEPMXfA .text-wrapper {
  color: #94999c;
}
.cid-usuMcymvVi {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-usuMcymvVi .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-usuMcymvVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuMcymvVi .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-usuMcymvVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-usuMcymvVi {
    align-items: flex-end;
  }
  .cid-usuMcymvVi .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usuMcymvVi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usuMcymvVi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usuMcymvVi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usuMcymvVi .content-wrap {
    width: 100%;
  }
  .cid-usuMcymvVi .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usuMcymvVi .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-usuMcymvVi .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-usuMcymvVi .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-usuMcymvVi .mbr-section-subtitle,
.cid-usuMcymvVi .line {
  color: #ffffff;
}
.cid-usuMcymvVi .mbr-text,
.cid-usuMcymvVi .mbr-section-btn {
  text-align: right;
}
.cid-uqTOfTZkIK {
  z-index: 1000;
  width: 100%;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .dropdown-menu {
  padding: 0;
}
.cid-uqTOfTZkIK .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .dropdown-item {
    text-align: left !important;
  }
}
.cid-uqTOfTZkIK .dropdown-item:hover {
  background-position: right !important;
}
.cid-uqTOfTZkIK .dropdown-item:hover:after {
  color: #173633;
}
.cid-uqTOfTZkIK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqTOfTZkIK .nav-link {
  position: relative;
}
.cid-uqTOfTZkIK .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK .dropdown-menu,
.cid-uqTOfTZkIK .navbar.opened {
  background: #eeebee !important;
}
.cid-uqTOfTZkIK .nav-item:focus,
.cid-uqTOfTZkIK .nav-link:focus {
  outline: none;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqTOfTZkIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqTOfTZkIK .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uqTOfTZkIK .navbar.opened {
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqTOfTZkIK .navbar .navbar-logo img {
  width: auto;
}
.cid-uqTOfTZkIK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqTOfTZkIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqTOfTZkIK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqTOfTZkIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqTOfTZkIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqTOfTZkIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqTOfTZkIK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar {
    min-height: 80px;
  }
}
.cid-uqTOfTZkIK .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uqTOfTZkIK .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqTOfTZkIK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-brand {
    min-height: 69px;
  }
}
.cid-uqTOfTZkIK .dropdown-item.active,
.cid-uqTOfTZkIK .dropdown-item:active {
  background-color: transparent;
}
.cid-uqTOfTZkIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqTOfTZkIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uqTOfTZkIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqTOfTZkIK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqTOfTZkIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqTOfTZkIK button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uqTOfTZkIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqTOfTZkIK .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-uqTOfTZkIK .navbar {
    height: 70px;
  }
  .cid-uqTOfTZkIK .navbar.opened {
    height: auto;
  }
  .cid-uqTOfTZkIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqTOfTZkIK .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .navbar-short {
    min-height: 70px;
  }
}
.cid-uqTOfTZkIK .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .container-fluid {
    padding: 0 3px;
  }
}
.cid-uqTOfTZkIK .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uqTOfTZkIK .navbar-nav {
  display: flex !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:hover,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:focus,
.cid-uqTOfTZkIK .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uqTOfTZkIK .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uqTOfTZkIK .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uqTOfTZkIK .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uqTOfTZkIK button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uqTOfTZkIK button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqTOfTZkIK .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uqTOfTZkIK .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqTOfTZkIK .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uqTOfTZkIK .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uqTOfTZkIK .offcanvas.show {
  transform: translateX(0);
}
.cid-uqTOfTZkIK .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uqTOfTZkIK .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqTOfTZkIK .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uqTOfTZkIK .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uqTOfTZkIK .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uqTOfTZkIK .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uqTOfTZkIK .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uqTOfTZkIK .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar {
  width: 1em;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uqTOfTZkIK ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uqTOfTZkIK .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uqTOfTZkIK .social-container {
    padding-top: 40px;
  }
}
.cid-uqTOfTZkIK .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uqTOfTZkIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uqTOfTZkIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uqTOfTZkIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uqTOfTZkIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uqTOfTZkIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uqTOfTZkIK .soc-item:hover:before {
  opacity: 1;
}
.cid-uqTOfTZkIK .offcanvas_btn {
  margin-top: auto;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uqTOfTZkIK .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uqTOfTZkIK .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uqTOfTZkIK #idioma,
.cid-uqTOfTZkIK #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uqTOfTZkIK h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uqTOfTZkIK .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uqTOfTZkIK .google {
  z-index: 99999999999999;
}
.cid-uqw3HhuIro {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-uqw3HhuIro .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uqw3HhuIro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqw3HhuIro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqw3HhuIro .content-wrap {
  justify-content: center;
}
.cid-uqw3HhuIro .card-wrapper {
  padding: 190px 32px;
  background-color: #f4f2ef;
  border: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uqw3HhuIro .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqw3HhuIro .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uqw3HhuIro .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqw3HhuIro .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uqw3HhuIro .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uqw3HhuIro .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqw3HhuIro .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uqw3HhuIro .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uqw3HhuIro .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqw3HhuIro .mbr-section-title {
  color: #150764;
}
.cid-uqw3HhuIro .mbr-text,
.cid-uqw3HhuIro .text-wrapper {
  color: #150764;
  text-align: center;
}
.cid-uqw3HhuIro .mbr-section-title,
.cid-uqw3HhuIro .mbr-section-btn,
.cid-uqw3HhuIro .logo-wrapper {
  text-align: center;
}
.cid-uoJFXMipZx {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoJFXMipZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJFXMipZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoJFXMipZx .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .container {
    padding: 0 26px;
  }
}
.cid-uoJFXMipZx .row {
  justify-content: center;
}
.cid-uoJFXMipZx .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uoJFXMipZx .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoJFXMipZx .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoJFXMipZx .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uoJFXMipZx .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoJFXMipZx .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uoJFXMipZx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uoJFXMipZx .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uoJFXMipZx .mbr-section-title {
  color: #ffffff;
}
.cid-uoJFXMipZx .mbr-text {
  color: #ffffff;
}
.cid-uoJFXMipZx .list {
  color: #ffffff;
}
.cid-uoJFXMipZx .list,
.cid-uoJFXMipZx .nav-wrapper,
.cid-uoJFXMipZx .social-wrapper {
  text-align: right;
}
.cid-uoJFXMipZx .list,
.cid-uoJFXMipZx .item-wrap,
.cid-uoJFXMipZx .nav-wrapper,
.cid-uoJFXMipZx .social-wrapper {
  color: #a6a99c;
}
.cid-uoJFXMipZx .mbr-text,
.cid-uoJFXMipZx .text-wrapper {
  color: #94999c;
}
.cid-usuM91w2iD {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-usuM91w2iD .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-usuM91w2iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-usuM91w2iD .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-usuM91w2iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-usuM91w2iD {
    align-items: flex-end;
  }
  .cid-usuM91w2iD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usuM91w2iD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-usuM91w2iD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usuM91w2iD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usuM91w2iD .content-wrap {
    width: 100%;
  }
  .cid-usuM91w2iD .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usuM91w2iD .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-usuM91w2iD .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-usuM91w2iD .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-usuM91w2iD .mbr-section-subtitle,
.cid-usuM91w2iD .line {
  color: #ffffff;
}
.cid-usuM91w2iD .mbr-text,
.cid-usuM91w2iD .mbr-section-btn {
  text-align: right;
}
.cid-uzhRZdqXHl {
  z-index: 1000;
  width: 100%;
}
.cid-uzhRZdqXHl .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-uzhRZdqXHl .dropdown-menu {
  padding: 0;
}
.cid-uzhRZdqXHl .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uzhRZdqXHl .dropdown-item {
    text-align: left !important;
  }
}
.cid-uzhRZdqXHl .dropdown-item:hover {
  background-position: right !important;
}
.cid-uzhRZdqXHl .dropdown-item:hover:after {
  color: #173633;
}
.cid-uzhRZdqXHl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzhRZdqXHl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzhRZdqXHl .nav-link {
  position: relative;
}
.cid-uzhRZdqXHl .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uzhRZdqXHl .dropdown-menu,
.cid-uzhRZdqXHl .navbar.opened {
  background: #eeebee !important;
}
.cid-uzhRZdqXHl .nav-item:focus,
.cid-uzhRZdqXHl .nav-link:focus {
  outline: none;
}
.cid-uzhRZdqXHl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzhRZdqXHl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzhRZdqXHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzhRZdqXHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzhRZdqXHl .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uzhRZdqXHl .navbar.opened {
  transition: all 0.3s;
}
.cid-uzhRZdqXHl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzhRZdqXHl .navbar .navbar-logo img {
  width: auto;
}
.cid-uzhRZdqXHl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uzhRZdqXHl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzhRZdqXHl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzhRZdqXHl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzhRZdqXHl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzhRZdqXHl .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-uzhRZdqXHl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzhRZdqXHl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzhRZdqXHl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzhRZdqXHl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzhRZdqXHl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzhRZdqXHl .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uzhRZdqXHl .navbar {
    min-height: 80px;
  }
}
.cid-uzhRZdqXHl .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uzhRZdqXHl .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uzhRZdqXHl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzhRZdqXHl .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uzhRZdqXHl .navbar-brand {
    min-height: 69px;
  }
}
.cid-uzhRZdqXHl .dropdown-item.active,
.cid-uzhRZdqXHl .dropdown-item:active {
  background-color: transparent;
}
.cid-uzhRZdqXHl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzhRZdqXHl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzhRZdqXHl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzhRZdqXHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeebee;
}
.cid-uzhRZdqXHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzhRZdqXHl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzhRZdqXHl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzhRZdqXHl button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uzhRZdqXHl button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uzhRZdqXHl button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uzhRZdqXHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uzhRZdqXHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uzhRZdqXHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uzhRZdqXHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uzhRZdqXHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzhRZdqXHl nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhRZdqXHl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzhRZdqXHl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzhRZdqXHl nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhRZdqXHl .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uzhRZdqXHl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzhRZdqXHl .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-uzhRZdqXHl .navbar {
    height: 70px;
  }
  .cid-uzhRZdqXHl .navbar.opened {
    height: auto;
  }
  .cid-uzhRZdqXHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzhRZdqXHl .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #eeebee;
  background: rgba(238, 235, 238, 0.7);
}
@media (max-width: 575px) {
  .cid-uzhRZdqXHl .navbar-short {
    min-height: 70px;
  }
}
.cid-uzhRZdqXHl .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uzhRZdqXHl .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uzhRZdqXHl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uzhRZdqXHl .container-fluid {
    padding: 0 3px;
  }
}
.cid-uzhRZdqXHl .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uzhRZdqXHl .navbar-nav {
  display: flex !important;
}
.cid-uzhRZdqXHl .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uzhRZdqXHl .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uzhRZdqXHl .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uzhRZdqXHl .navbar-nav .nav-item .nav-link:hover,
.cid-uzhRZdqXHl .navbar-nav .nav-item .nav-link:focus,
.cid-uzhRZdqXHl .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uzhRZdqXHl .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #eddbc7 !important;
}
.cid-uzhRZdqXHl .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uzhRZdqXHl .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uzhRZdqXHl button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uzhRZdqXHl button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uzhRZdqXHl button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uzhRZdqXHl button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uzhRZdqXHl button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uzhRZdqXHl button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uzhRZdqXHl button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uzhRZdqXHl button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzhRZdqXHl .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #173633, #173633);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uzhRZdqXHl .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uzhRZdqXHl .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uzhRZdqXHl .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #eddbc7;
}
.cid-uzhRZdqXHl .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uzhRZdqXHl .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzhRZdqXHl .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzhRZdqXHl .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uzhRZdqXHl .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uzhRZdqXHl .offcanvas.show {
  transform: translateX(0);
}
.cid-uzhRZdqXHl .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uzhRZdqXHl .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzhRZdqXHl .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #eddbc7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uzhRZdqXHl .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uzhRZdqXHl .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uzhRZdqXHl .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzhRZdqXHl .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uzhRZdqXHl .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uzhRZdqXHl .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uzhRZdqXHl .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uzhRZdqXHl .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uzhRZdqXHl .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uzhRZdqXHl .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uzhRZdqXHl ::-webkit-scrollbar {
  width: 1em;
}
.cid-uzhRZdqXHl ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uzhRZdqXHl ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uzhRZdqXHl .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uzhRZdqXHl .social-container {
    padding-top: 40px;
  }
}
.cid-uzhRZdqXHl .social-title {
  color: #1b6b6b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uzhRZdqXHl .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uzhRZdqXHl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #173633, #1b6b6b);
  transition: 0.4s all;
}
.cid-uzhRZdqXHl .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uzhRZdqXHl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #eeebee;
}
.cid-uzhRZdqXHl .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uzhRZdqXHl .soc-item:hover:before {
  opacity: 1;
}
.cid-uzhRZdqXHl .offcanvas_btn {
  margin-top: auto;
}
.cid-uzhRZdqXHl .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uzhRZdqXHl .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uzhRZdqXHl .show .navbar-expand-lg {
  z-index: 999999999999999999999999999999999 !important;
}
.cid-uzhRZdqXHl #idioma,
.cid-uzhRZdqXHl #idioma img {
  height: 40px;
  width: auto;
  position: fixed;
  top: 15px;
  right: 25%;
  z-index: 9999 !important;
}
.cid-uzhRZdqXHl h5 {
  text-align: center;
  font-size: 16px;
}
.cid-uzhRZdqXHl .google img {
  padding-right: 3px;
  width: auto;
  height: auto;
}
.cid-uzhRZdqXHl .google {
  z-index: 99999999999999;
}
.cid-uzhRZdMq82 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uzhRZdMq82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhRZdMq82 .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-uzhRZdMq82 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzhRZdMq82 .container {
    padding: 0 14px;
  }
}
.cid-uzhRZdMq82 .image-wrapper {
  border-left: 2px solid #01004c;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uzhRZdMq82 .image-wrapper {
    padding-left: 20px;
  }
}
.cid-uzhRZdMq82 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #01004c;
}
@media (max-width: 992px) {
  .cid-uzhRZdMq82 .image-wrapper img {
    height: 350px;
  }
}
.cid-uzhSHJIdYg {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uzhSHJIdYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhSHJIdYg .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzhSHJIdYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhSHJIdYg h1 {
  max-width: 800px;
}
.cid-uzhSHJIdYg p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uzhSHJIdYg {
    align-items: center;
  }
  .cid-uzhSHJIdYg .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzhSHJIdYg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzhSHJIdYg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzhSHJIdYg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzhSHJIdYg .content-wrap {
    width: 100%;
  }
}
.cid-uzhSHJIdYg .mbr-section-subtitle,
.cid-uzhSHJIdYg .line {
  color: #291f1e;
}
.cid-uzhSHJIdYg .mbr-text,
.cid-uzhSHJIdYg .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uzhSHJIdYg .mbr-section-title {
  color: #291f1e;
}
.cid-uzhRZejRU0 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzhRZejRU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhRZejRU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhRZejRU0 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .container {
    padding: 0 26px;
  }
}
.cid-uzhRZejRU0 .row {
  justify-content: center;
}
.cid-uzhRZejRU0 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzhRZejRU0 .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzhRZejRU0 .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzhRZejRU0 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzhRZejRU0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzhRZejRU0 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzhRZejRU0 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uzhRZejRU0 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzhRZejRU0 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uzhRZejRU0 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uzhRZejRU0 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uzhRZejRU0 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uzhRZejRU0 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzhRZejRU0 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uzhRZejRU0 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uzhRZejRU0 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uzhRZejRU0 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #757b62;
}
.cid-uzhRZejRU0 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzhRZejRU0 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uzhRZejRU0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzhRZejRU0 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uzhRZejRU0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzhRZejRU0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzhRZejRU0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #757b62;
}
.cid-uzhRZejRU0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uzhRZejRU0 .mbr-copy {
  margin-bottom: 0;
  color: #94999c;
  text-align: center;
}
.cid-uzhRZejRU0 .mbr-section-title {
  color: #ffffff;
}
.cid-uzhRZejRU0 .mbr-text {
  color: #ffffff;
}
.cid-uzhRZejRU0 .list {
  color: #ffffff;
}
.cid-uzhRZejRU0 .list,
.cid-uzhRZejRU0 .nav-wrapper,
.cid-uzhRZejRU0 .social-wrapper {
  text-align: right;
}
.cid-uzhRZejRU0 .list,
.cid-uzhRZejRU0 .item-wrap,
.cid-uzhRZejRU0 .nav-wrapper,
.cid-uzhRZejRU0 .social-wrapper {
  color: #a6a99c;
}
.cid-uzhRZejRU0 .mbr-text,
.cid-uzhRZejRU0 .text-wrapper {
  color: #94999c;
}
.cid-uzhRZeEx0R {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/logo-digitalizadores-2000x232.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-uzhRZeEx0R .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uzhRZeEx0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhRZeEx0R .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uzhRZeEx0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uzhRZeEx0R {
    align-items: flex-end;
  }
  .cid-uzhRZeEx0R .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzhRZeEx0R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzhRZeEx0R {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uzhRZeEx0R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzhRZeEx0R .content-wrap {
    width: 100%;
  }
  .cid-uzhRZeEx0R .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzhRZeEx0R .mbr-fallback-image {
    background-size: contain;
    background-position: center;
  }
}
.cid-uzhRZeEx0R .footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #393193;
}
.cid-uzhRZeEx0R .footer-section img {
  max-width: 100%;
  height: auto;
}
.cid-uzhRZeEx0R .mbr-section-subtitle,
.cid-uzhRZeEx0R .line {
  color: #ffffff;
}
.cid-uzhRZeEx0R .mbr-text,
.cid-uzhRZeEx0R .mbr-section-btn {
  text-align: right;
}
