body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #b1a374 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b1a374 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7a6e45 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b1a374;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dfd9c6;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #b1a374;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #b1a374;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b1a374;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b1a374;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b1a374;
  border-bottom-color: #b1a374;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b1a374 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23b1a374' %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.3;
}
.cid-sgBSYSGWzo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgBSYSGWzo .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgBSYSGWzo .nav-item,
.cid-sgBSYSGWzo .nav-link,
.cid-sgBSYSGWzo .navbar-caption {
  font-weight: normal;
}
.cid-sgBSYSGWzo .nav-item:focus,
.cid-sgBSYSGWzo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgBSYSGWzo .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgBSYSGWzo .nav-item .nav-link {
    position: relative;
  }
  .cid-sgBSYSGWzo .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgBSYSGWzo .nav-item:hover .nav-link:before,
  .cid-sgBSYSGWzo .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgBSYSGWzo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgBSYSGWzo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgBSYSGWzo .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgBSYSGWzo .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgBSYSGWzo .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgBSYSGWzo .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgBSYSGWzo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgBSYSGWzo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgBSYSGWzo .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgBSYSGWzo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgBSYSGWzo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgBSYSGWzo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgBSYSGWzo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgBSYSGWzo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgBSYSGWzo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgBSYSGWzo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgBSYSGWzo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgBSYSGWzo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgBSYSGWzo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgBSYSGWzo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgBSYSGWzo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgBSYSGWzo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgBSYSGWzo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgBSYSGWzo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgBSYSGWzo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgBSYSGWzo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgBSYSGWzo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgBSYSGWzo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgBSYSGWzo .dropdown-item.active,
.cid-sgBSYSGWzo .dropdown-item:active {
  background-color: transparent;
}
.cid-sgBSYSGWzo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgBSYSGWzo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgBSYSGWzo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgBSYSGWzo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgBSYSGWzo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgBSYSGWzo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgBSYSGWzo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgBSYSGWzo .navbar-buttons {
  text-align: center;
}
.cid-sgBSYSGWzo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgBSYSGWzo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgBSYSGWzo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgBSYSGWzo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBSYSGWzo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgBSYSGWzo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgBSYSGWzo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBSYSGWzo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgBSYSGWzo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgBSYSGWzo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgBSYSGWzo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgBSYSGWzo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgBSYSGWzo .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgBSYSGWzo .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgBSYSGWzo .soc-item {
  margin: .5rem .3rem;
}
.cid-sgBSYSGWzo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgBSYSGWzo a.nav-link .mbr-iconfont-btn,
.cid-sgBSYSGWzo a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgBSYSGWzo a.nav-link:hover .mbr-iconfont-btn,
.cid-sgBSYSGWzo a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgBSYSGWzo a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgBSYSGWzo .navbar {
    height: 77px;
  }
  .cid-sgBSYSGWzo .navbar.opened {
    height: auto;
  }
  .cid-sgBSYSGWzo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgBSYXwGZ9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallaxf1-1920x762.jpg");
}
@media (min-width: 992px) {
  .cid-sgBSYXwGZ9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBSYXwGZ9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgBSYXwGZ9 .mbr-text {
    text-align: center;
  }
}
.cid-shmPd6f8Hh {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shmPd6f8Hh .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-shmPd6f8Hh H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgBSZ43wuU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgBSZ43wuU .mbr-section-subtitle {
  color: #767676;
}
.cid-sgBSZ43wuU H2 {
  color: #b1a374;
}
.cid-shmPrWg3zj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shmPrWg3zj .mbr-iconfont {
  color: #879a9f;
}
.cid-shmPrWg3zj .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-shmPrWg3zj .mbr-text {
  margin: 1.5rem 0;
}
.cid-shmPrWg3zj .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shmPrWg3zj .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-shmPrWg3zj .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-shmPrWg3zj .mbr-section-subtitle,
.cid-shmPrWg3zj .mbr-text,
.cid-shmPrWg3zj .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-shmPrWg3zj .card-title {
  color: #b1a374;
}
.cid-sgCbHVv300 .modal-body .close {
  background: #1b1b1b;
}
.cid-sgCbHVv300 .modal-body .close span {
  font-style: normal;
}
.cid-sgCbHVv300 .carousel-inner > .active,
.cid-sgCbHVv300 .carousel-inner > .next,
.cid-sgCbHVv300 .carousel-inner > .prev {
  display: flex;
}
.cid-sgCbHVv300 .carousel-control .icon-next,
.cid-sgCbHVv300 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sgCbHVv300 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgCbHVv300 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgCbHVv300 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sgCbHVv300 .boxed-slider > div {
  position: relative;
}
.cid-sgCbHVv300 .container img {
  width: 100%;
}
.cid-sgCbHVv300 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sgCbHVv300 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgCbHVv300 .mbr-table-cell {
  padding: 0;
}
.cid-sgCbHVv300 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgCbHVv300 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sgCbHVv300 .mbr-overlay {
  z-index: 1;
}
.cid-sgCbHVv300 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgCbHVv300 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sgCbHVv300 .carousel-item.active.right,
.cid-sgCbHVv300 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sgCbHVv300 .carousel-item.active.left,
.cid-sgCbHVv300 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sgCbHVv300 .carousel-item.active,
.cid-sgCbHVv300 .carousel-item.next.left,
.cid-sgCbHVv300 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sgCbHVv300 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sgCbHVv300 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCbHVv300 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCbHVv300 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sgCbHVv300 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgCbHVv300 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgCbHVv300 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sgCbHVv300 .mbr-slider .carousel-indicators li.active,
.cid-sgCbHVv300 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sgCbHVv300 .mbr-slider .carousel-indicators li::after,
.cid-sgCbHVv300 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sgCbHVv300 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sgCbHVv300 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sgCbHVv300 .mbr-slider > .container img {
  width: 100%;
}
.cid-sgCbHVv300 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sgCbHVv300 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sgCbHVv300 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgCbHVv300 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgCbHVv300 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sgCbHVv300 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sgCbHVv300 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sgCbHVv300 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sgCbHVv300 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sgCbHVv300 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgCbHVv300 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sgCbHVv300 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sgCbHVv300 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-shmSg2Z2Jg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmSg2Z2Jg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmSg2Z2Jg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmSg2Z2Jg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmSg2Z2Jg .mbr-text {
    text-align: center;
  }
}
.cid-shmSg2Z2Jg .mbr-text,
.cid-shmSg2Z2Jg .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmSg2Z2Jg H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmSg2Z2Jg H3 {
  color: #767676;
  text-align: right;
}
.cid-shmOIIDjxV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmShVLC5U {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmShVLC5U .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmShVLC5U .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmShVLC5U .mbr-text {
    text-align: center;
  }
}
.cid-shmShVLC5U .mbr-text,
.cid-shmShVLC5U .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmShVLC5U H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmShVLC5U H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCnnHzg6i .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCnnHzg6i .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCnnHzg6i .nav-item,
.cid-sgCnnHzg6i .nav-link,
.cid-sgCnnHzg6i .navbar-caption {
  font-weight: normal;
}
.cid-sgCnnHzg6i .nav-item:focus,
.cid-sgCnnHzg6i .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCnnHzg6i .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCnnHzg6i .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCnnHzg6i .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCnnHzg6i .nav-item:hover .nav-link:before,
  .cid-sgCnnHzg6i .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCnnHzg6i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCnnHzg6i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCnnHzg6i .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCnnHzg6i .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCnnHzg6i .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCnnHzg6i .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCnnHzg6i .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCnnHzg6i .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCnnHzg6i .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCnnHzg6i .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCnnHzg6i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCnnHzg6i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCnnHzg6i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCnnHzg6i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCnnHzg6i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCnnHzg6i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCnnHzg6i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCnnHzg6i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCnnHzg6i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCnnHzg6i .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCnnHzg6i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCnnHzg6i .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCnnHzg6i .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCnnHzg6i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCnnHzg6i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCnnHzg6i .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCnnHzg6i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCnnHzg6i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCnnHzg6i .dropdown-item.active,
.cid-sgCnnHzg6i .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCnnHzg6i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCnnHzg6i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCnnHzg6i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCnnHzg6i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCnnHzg6i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCnnHzg6i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCnnHzg6i ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCnnHzg6i .navbar-buttons {
  text-align: center;
}
.cid-sgCnnHzg6i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnnHzg6i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCnnHzg6i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCnnHzg6i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCnnHzg6i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCnnHzg6i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCnnHzg6i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCnnHzg6i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCnnHzg6i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCnnHzg6i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCnnHzg6i .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCnnHzg6i a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCnnHzg6i .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCnnHzg6i .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCnnHzg6i .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCnnHzg6i .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCnnHzg6i a.nav-link .mbr-iconfont-btn,
.cid-sgCnnHzg6i a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCnnHzg6i a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCnnHzg6i a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCnnHzg6i a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCnnHzg6i .navbar {
    height: 77px;
  }
  .cid-sgCnnHzg6i .navbar.opened {
    height: auto;
  }
  .cid-sgCnnHzg6i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCnnPnmLX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallaxf1-1920x762.jpg");
}
@media (min-width: 992px) {
  .cid-sgCnnPnmLX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCnnPnmLX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCnnPnmLX .mbr-text {
    text-align: center;
  }
}
.cid-sgCoENr0zu {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgCoENr0zu .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCoENr0zu H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCoGg2Zru {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgCoGg2Zru .mbr-section-subtitle {
  color: #767676;
}
.cid-sgCoGg2Zru H2 {
  color: #b1a374;
}
.cid-sgCoHIhA5j {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgCoHIhA5j .mbr-iconfont {
  color: #879a9f;
}
.cid-sgCoHIhA5j .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sgCoHIhA5j .mbr-text {
  margin: 1.5rem 0;
}
.cid-sgCoHIhA5j .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sgCoHIhA5j .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sgCoHIhA5j .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgCoHIhA5j .mbr-section-subtitle,
.cid-sgCoHIhA5j .mbr-text,
.cid-sgCoHIhA5j .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgCoHIhA5j .card-title {
  color: #b1a374;
}
.cid-sgCno3nB4W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #443f0b;
}
.cid-sgCno3nB4W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sgCno3nB4W H2 {
  color: #ffffff;
}
.cid-sgCpQKz4EW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallaxf1-1920x762.jpg");
}
@media (min-width: 992px) {
  .cid-sgCpQKz4EW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCpQKz4EW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCpQKz4EW .mbr-text {
    text-align: center;
  }
}
.cid-sgCpXKJHxY {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgCpXKJHxY .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCpXKJHxY H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCqviDykk {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCqviDykk .mbr-text {
  color: #767676;
}
.cid-sgCqviDykk h4 {
  text-align: center;
}
.cid-sgCqviDykk p {
  text-align: center;
}
.cid-sgCqviDykk .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgCqviDykk .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCqviDykk .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sgCqviDykk .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sgCqviDykk .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #786f51, #b1a374);
  border-radius: 50%;
}
.cid-sgCqviDykk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sgCqviDykk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b1a374, #ff3366);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sgCqviDykk .mbr-section-title,
  .cid-sgCqviDykk .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sgCqviDykk .mbr-section-title,
.cid-sgCqviDykk .underline {
  color: #b1a374;
}
.cid-sgCqviDykk .card-title,
.cid-sgCqviDykk .card-img {
  color: #b1a374;
}
.cid-sgCno58Q7i .modal-body .close {
  background: #1b1b1b;
}
.cid-sgCno58Q7i .modal-body .close span {
  font-style: normal;
}
.cid-sgCno58Q7i .carousel-inner > .active,
.cid-sgCno58Q7i .carousel-inner > .next,
.cid-sgCno58Q7i .carousel-inner > .prev {
  display: flex;
}
.cid-sgCno58Q7i .carousel-control .icon-next,
.cid-sgCno58Q7i .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sgCno58Q7i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgCno58Q7i .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgCno58Q7i .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sgCno58Q7i .boxed-slider > div {
  position: relative;
}
.cid-sgCno58Q7i .container img {
  width: 100%;
}
.cid-sgCno58Q7i .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sgCno58Q7i .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgCno58Q7i .mbr-table-cell {
  padding: 0;
}
.cid-sgCno58Q7i .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgCno58Q7i .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sgCno58Q7i .mbr-overlay {
  z-index: 1;
}
.cid-sgCno58Q7i .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgCno58Q7i .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sgCno58Q7i .carousel-item.active.right,
.cid-sgCno58Q7i .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sgCno58Q7i .carousel-item.active.left,
.cid-sgCno58Q7i .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sgCno58Q7i .carousel-item.active,
.cid-sgCno58Q7i .carousel-item.next.left,
.cid-sgCno58Q7i .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sgCno58Q7i .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sgCno58Q7i .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCno58Q7i .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCno58Q7i .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sgCno58Q7i .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgCno58Q7i .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgCno58Q7i .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sgCno58Q7i .mbr-slider .carousel-indicators li.active,
.cid-sgCno58Q7i .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sgCno58Q7i .mbr-slider .carousel-indicators li::after,
.cid-sgCno58Q7i .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sgCno58Q7i .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sgCno58Q7i .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sgCno58Q7i .mbr-slider > .container img {
  width: 100%;
}
.cid-sgCno58Q7i .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sgCno58Q7i .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sgCno58Q7i .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgCno58Q7i .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgCno58Q7i .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sgCno58Q7i .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sgCno58Q7i .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sgCno58Q7i .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sgCno58Q7i .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sgCno58Q7i .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgCno58Q7i .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sgCno58Q7i .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sgCno58Q7i .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sgCno79wb8 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgCno79wb8 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgCno79wb8 H2 {
  color: #b1a374;
}
.cid-shna8pXTuH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shna8pXTuH .mbr-iconfont {
  color: #879a9f;
}
.cid-shna8pXTuH .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-shna8pXTuH .mbr-text {
  margin: 1.5rem 0;
}
.cid-shna8pXTuH .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shna8pXTuH .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-shna8pXTuH .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-shna8pXTuH .mbr-section-subtitle,
.cid-shna8pXTuH .mbr-text,
.cid-shna8pXTuH .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-shnbkKfIpd.popup-builder {
  background-color: #ffffff;
}
.cid-shnbkKfIpd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-shnbkKfIpd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-shnbkKfIpd .modal-content,
.cid-shnbkKfIpd .modal-dialog {
  height: auto;
}
.cid-shnbkKfIpd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-shnbkKfIpd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-shnbkKfIpd .form-wrapper .mbr-form .form-group,
  .cid-shnbkKfIpd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-shnbkKfIpd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-shnbkKfIpd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shnbkKfIpd .mbr-text {
  text-align: left;
}
.cid-shnbkKfIpd .pt-0 {
  padding-top: 0 !important;
}
.cid-shnbkKfIpd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-shnbkKfIpd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-shnbkKfIpd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-shnbkKfIpd .modal-open {
  overflow: hidden;
}
.cid-shnbkKfIpd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-shnbkKfIpd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-shnbkKfIpd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-shnbkKfIpd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-shnbkKfIpd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-shnbkKfIpd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-shnbkKfIpd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-shnbkKfIpd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-shnbkKfIpd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-shnbkKfIpd .modal-backdrop.fade {
  opacity: 0;
}
.cid-shnbkKfIpd .modal-backdrop.show {
  opacity: .5;
}
.cid-shnbkKfIpd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-shnbkKfIpd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-shnbkKfIpd .modal-header .close:hover {
  opacity: 1;
}
.cid-shnbkKfIpd .modal-header .close:focus {
  outline: none;
}
.cid-shnbkKfIpd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-shnbkKfIpd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-shnbkKfIpd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-shnbkKfIpd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-shnbkKfIpd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-shnbkKfIpd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-shnbkKfIpd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-shnbkKfIpd .modal-sm {
    max-width: 300px;
  }
  .cid-shnbkKfIpd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-shnbkKfIpd .modal-lg,
  .cid-shnbkKfIpd .modal-xl {
    max-width: 800px;
  }
  .cid-shnbkKfIpd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-shnbkKfIpd .modal-xl {
    max-width: 1140px;
  }
  .cid-shnbkKfIpd .container {
    max-width: 1140px;
  }
}
.cid-shnbkKfIpd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-shnbkKfIpd .container {
    max-width: 720px;
  }
}
.cid-shnbkKfIpd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-shnbkKfIpd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-shnbkKfIpd .form-group {
  margin-bottom: 1rem;
}
.cid-shnbkKfIpd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-shnbkKfIpd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-shnbkKfIpd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnoeu47D.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnoeu47D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnoeu47D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnoeu47D .modal-content,
.cid-sgCnoeu47D .modal-dialog {
  height: auto;
}
.cid-sgCnoeu47D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnoeu47D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnoeu47D .form-wrapper .mbr-form .form-group,
  .cid-sgCnoeu47D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnoeu47D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnoeu47D .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnoeu47D .mbr-text {
  text-align: left;
}
.cid-sgCnoeu47D .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnoeu47D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnoeu47D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnoeu47D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnoeu47D .modal-open {
  overflow: hidden;
}
.cid-sgCnoeu47D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnoeu47D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnoeu47D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnoeu47D .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnoeu47D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnoeu47D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnoeu47D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnoeu47D .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnoeu47D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnoeu47D .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnoeu47D .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnoeu47D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnoeu47D .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnoeu47D .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnoeu47D .modal-header .close:focus {
  outline: none;
}
.cid-sgCnoeu47D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnoeu47D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnoeu47D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnoeu47D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnoeu47D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnoeu47D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnoeu47D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnoeu47D .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnoeu47D .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnoeu47D .modal-lg,
  .cid-sgCnoeu47D .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnoeu47D .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnoeu47D .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnoeu47D .container {
    max-width: 1140px;
  }
}
.cid-sgCnoeu47D .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnoeu47D .container {
    max-width: 720px;
  }
}
.cid-sgCnoeu47D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnoeu47D .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnoeu47D .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnoeu47D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnoeu47D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnoeu47D .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnogWi16.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnogWi16.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnogWi16.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnogWi16 .modal-content,
.cid-sgCnogWi16 .modal-dialog {
  height: auto;
}
.cid-sgCnogWi16 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnogWi16 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnogWi16 .form-wrapper .mbr-form .form-group,
  .cid-sgCnogWi16 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnogWi16 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnogWi16 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnogWi16 .mbr-text {
  text-align: left;
}
.cid-sgCnogWi16 .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnogWi16 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnogWi16 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnogWi16 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnogWi16 .modal-open {
  overflow: hidden;
}
.cid-sgCnogWi16 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnogWi16 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnogWi16 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnogWi16 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnogWi16 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnogWi16 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnogWi16 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnogWi16 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnogWi16 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnogWi16 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnogWi16 .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnogWi16 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnogWi16 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnogWi16 .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnogWi16 .modal-header .close:focus {
  outline: none;
}
.cid-sgCnogWi16 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnogWi16 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnogWi16 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnogWi16 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnogWi16 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnogWi16 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnogWi16 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnogWi16 .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnogWi16 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnogWi16 .modal-lg,
  .cid-sgCnogWi16 .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnogWi16 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnogWi16 .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnogWi16 .container {
    max-width: 1140px;
  }
}
.cid-sgCnogWi16 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnogWi16 .container {
    max-width: 720px;
  }
}
.cid-sgCnogWi16 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnogWi16 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnogWi16 .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnogWi16 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnogWi16 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnogWi16 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnojpEJT.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnojpEJT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnojpEJT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnojpEJT .modal-content,
.cid-sgCnojpEJT .modal-dialog {
  height: auto;
}
.cid-sgCnojpEJT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnojpEJT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnojpEJT .form-wrapper .mbr-form .form-group,
  .cid-sgCnojpEJT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnojpEJT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnojpEJT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnojpEJT .mbr-text {
  text-align: left;
}
.cid-sgCnojpEJT .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnojpEJT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnojpEJT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnojpEJT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnojpEJT .modal-open {
  overflow: hidden;
}
.cid-sgCnojpEJT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnojpEJT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnojpEJT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnojpEJT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnojpEJT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnojpEJT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnojpEJT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnojpEJT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnojpEJT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnojpEJT .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnojpEJT .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnojpEJT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnojpEJT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnojpEJT .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnojpEJT .modal-header .close:focus {
  outline: none;
}
.cid-sgCnojpEJT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnojpEJT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnojpEJT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnojpEJT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnojpEJT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnojpEJT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnojpEJT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnojpEJT .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnojpEJT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnojpEJT .modal-lg,
  .cid-sgCnojpEJT .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnojpEJT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnojpEJT .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnojpEJT .container {
    max-width: 1140px;
  }
}
.cid-sgCnojpEJT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnojpEJT .container {
    max-width: 720px;
  }
}
.cid-sgCnojpEJT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnojpEJT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnojpEJT .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnojpEJT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnojpEJT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnojpEJT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-shnaay6G7D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shnaay6G7D .mbr-iconfont {
  color: #879a9f;
}
.cid-shnaay6G7D .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-shnaay6G7D .mbr-text {
  margin: 1.5rem 0;
}
.cid-shnaay6G7D .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shnaay6G7D .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-shnaay6G7D .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-shnaay6G7D .mbr-section-subtitle,
.cid-shnaay6G7D .mbr-text,
.cid-shnaay6G7D .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgCnooux6P.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnooux6P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnooux6P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnooux6P .modal-content,
.cid-sgCnooux6P .modal-dialog {
  height: auto;
}
.cid-sgCnooux6P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnooux6P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnooux6P .form-wrapper .mbr-form .form-group,
  .cid-sgCnooux6P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnooux6P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnooux6P .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnooux6P .mbr-text {
  text-align: left;
}
.cid-sgCnooux6P .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnooux6P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnooux6P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnooux6P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnooux6P .modal-open {
  overflow: hidden;
}
.cid-sgCnooux6P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnooux6P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnooux6P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnooux6P .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnooux6P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnooux6P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnooux6P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnooux6P .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnooux6P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnooux6P .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnooux6P .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnooux6P .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnooux6P .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnooux6P .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnooux6P .modal-header .close:focus {
  outline: none;
}
.cid-sgCnooux6P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnooux6P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnooux6P .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnooux6P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnooux6P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnooux6P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnooux6P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnooux6P .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnooux6P .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnooux6P .modal-lg,
  .cid-sgCnooux6P .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnooux6P .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnooux6P .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnooux6P .container {
    max-width: 1140px;
  }
}
.cid-sgCnooux6P .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnooux6P .container {
    max-width: 720px;
  }
}
.cid-sgCnooux6P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnooux6P .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnooux6P .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnooux6P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnooux6P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnooux6P .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnoqLSq4.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnoqLSq4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnoqLSq4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnoqLSq4 .modal-content,
.cid-sgCnoqLSq4 .modal-dialog {
  height: auto;
}
.cid-sgCnoqLSq4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnoqLSq4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnoqLSq4 .form-wrapper .mbr-form .form-group,
  .cid-sgCnoqLSq4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnoqLSq4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnoqLSq4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnoqLSq4 .mbr-text {
  text-align: left;
}
.cid-sgCnoqLSq4 .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnoqLSq4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnoqLSq4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnoqLSq4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnoqLSq4 .modal-open {
  overflow: hidden;
}
.cid-sgCnoqLSq4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnoqLSq4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnoqLSq4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnoqLSq4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnoqLSq4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnoqLSq4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnoqLSq4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnoqLSq4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnoqLSq4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnoqLSq4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnoqLSq4 .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnoqLSq4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnoqLSq4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnoqLSq4 .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnoqLSq4 .modal-header .close:focus {
  outline: none;
}
.cid-sgCnoqLSq4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnoqLSq4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnoqLSq4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnoqLSq4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnoqLSq4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnoqLSq4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnoqLSq4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnoqLSq4 .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnoqLSq4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnoqLSq4 .modal-lg,
  .cid-sgCnoqLSq4 .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnoqLSq4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnoqLSq4 .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnoqLSq4 .container {
    max-width: 1140px;
  }
}
.cid-sgCnoqLSq4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnoqLSq4 .container {
    max-width: 720px;
  }
}
.cid-sgCnoqLSq4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnoqLSq4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnoqLSq4 .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnoqLSq4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnoqLSq4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnoqLSq4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnot6CN0.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnot6CN0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnot6CN0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnot6CN0 .modal-content,
.cid-sgCnot6CN0 .modal-dialog {
  height: auto;
}
.cid-sgCnot6CN0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnot6CN0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnot6CN0 .form-wrapper .mbr-form .form-group,
  .cid-sgCnot6CN0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnot6CN0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnot6CN0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnot6CN0 .mbr-text {
  text-align: left;
}
.cid-sgCnot6CN0 .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnot6CN0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnot6CN0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnot6CN0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnot6CN0 .modal-open {
  overflow: hidden;
}
.cid-sgCnot6CN0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnot6CN0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnot6CN0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnot6CN0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnot6CN0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnot6CN0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnot6CN0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnot6CN0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnot6CN0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnot6CN0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnot6CN0 .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnot6CN0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnot6CN0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnot6CN0 .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnot6CN0 .modal-header .close:focus {
  outline: none;
}
.cid-sgCnot6CN0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnot6CN0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnot6CN0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnot6CN0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnot6CN0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnot6CN0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnot6CN0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnot6CN0 .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnot6CN0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnot6CN0 .modal-lg,
  .cid-sgCnot6CN0 .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnot6CN0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnot6CN0 .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnot6CN0 .container {
    max-width: 1140px;
  }
}
.cid-sgCnot6CN0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnot6CN0 .container {
    max-width: 720px;
  }
}
.cid-sgCnot6CN0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnot6CN0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnot6CN0 .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnot6CN0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnot6CN0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnot6CN0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnovQx2L.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnovQx2L.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnovQx2L.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnovQx2L .modal-content,
.cid-sgCnovQx2L .modal-dialog {
  height: auto;
}
.cid-sgCnovQx2L .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnovQx2L .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnovQx2L .form-wrapper .mbr-form .form-group,
  .cid-sgCnovQx2L .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnovQx2L .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnovQx2L .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnovQx2L .mbr-text {
  text-align: left;
}
.cid-sgCnovQx2L .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnovQx2L .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnovQx2L .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnovQx2L .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnovQx2L .modal-open {
  overflow: hidden;
}
.cid-sgCnovQx2L .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnovQx2L .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnovQx2L .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnovQx2L .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnovQx2L .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnovQx2L .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnovQx2L .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnovQx2L .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnovQx2L .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnovQx2L .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnovQx2L .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnovQx2L .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnovQx2L .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnovQx2L .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnovQx2L .modal-header .close:focus {
  outline: none;
}
.cid-sgCnovQx2L .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnovQx2L .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnovQx2L .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnovQx2L .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnovQx2L .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnovQx2L .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnovQx2L .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnovQx2L .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnovQx2L .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnovQx2L .modal-lg,
  .cid-sgCnovQx2L .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnovQx2L .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnovQx2L .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnovQx2L .container {
    max-width: 1140px;
  }
}
.cid-sgCnovQx2L .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnovQx2L .container {
    max-width: 720px;
  }
}
.cid-sgCnovQx2L .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnovQx2L .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnovQx2L .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnovQx2L .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnovQx2L .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnovQx2L .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-shnadPrXpu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shnadPrXpu .mbr-iconfont {
  color: #879a9f;
}
.cid-shnadPrXpu .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-shnadPrXpu .mbr-text {
  margin: 1.5rem 0;
}
.cid-shnadPrXpu .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-shnadPrXpu .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-shnadPrXpu .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-shnadPrXpu .mbr-section-subtitle,
.cid-shnadPrXpu .mbr-text,
.cid-shnadPrXpu .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgCnoAP8w1.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnoAP8w1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnoAP8w1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnoAP8w1 .modal-content,
.cid-sgCnoAP8w1 .modal-dialog {
  height: auto;
}
.cid-sgCnoAP8w1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnoAP8w1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnoAP8w1 .form-wrapper .mbr-form .form-group,
  .cid-sgCnoAP8w1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnoAP8w1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnoAP8w1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnoAP8w1 .mbr-text {
  text-align: left;
}
.cid-sgCnoAP8w1 .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnoAP8w1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnoAP8w1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnoAP8w1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnoAP8w1 .modal-open {
  overflow: hidden;
}
.cid-sgCnoAP8w1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnoAP8w1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnoAP8w1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnoAP8w1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnoAP8w1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnoAP8w1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnoAP8w1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnoAP8w1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnoAP8w1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnoAP8w1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnoAP8w1 .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnoAP8w1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnoAP8w1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnoAP8w1 .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnoAP8w1 .modal-header .close:focus {
  outline: none;
}
.cid-sgCnoAP8w1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnoAP8w1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnoAP8w1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnoAP8w1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnoAP8w1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnoAP8w1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnoAP8w1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnoAP8w1 .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnoAP8w1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnoAP8w1 .modal-lg,
  .cid-sgCnoAP8w1 .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnoAP8w1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnoAP8w1 .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnoAP8w1 .container {
    max-width: 1140px;
  }
}
.cid-sgCnoAP8w1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnoAP8w1 .container {
    max-width: 720px;
  }
}
.cid-sgCnoAP8w1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnoAP8w1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnoAP8w1 .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnoAP8w1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnoAP8w1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnoAP8w1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnoD9lzn.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnoD9lzn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnoD9lzn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnoD9lzn .modal-content,
.cid-sgCnoD9lzn .modal-dialog {
  height: auto;
}
.cid-sgCnoD9lzn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnoD9lzn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnoD9lzn .form-wrapper .mbr-form .form-group,
  .cid-sgCnoD9lzn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnoD9lzn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnoD9lzn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnoD9lzn .mbr-text {
  text-align: left;
}
.cid-sgCnoD9lzn .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnoD9lzn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnoD9lzn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnoD9lzn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnoD9lzn .modal-open {
  overflow: hidden;
}
.cid-sgCnoD9lzn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnoD9lzn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnoD9lzn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnoD9lzn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnoD9lzn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnoD9lzn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnoD9lzn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnoD9lzn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnoD9lzn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnoD9lzn .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnoD9lzn .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnoD9lzn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnoD9lzn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnoD9lzn .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnoD9lzn .modal-header .close:focus {
  outline: none;
}
.cid-sgCnoD9lzn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnoD9lzn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnoD9lzn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnoD9lzn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnoD9lzn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnoD9lzn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnoD9lzn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnoD9lzn .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnoD9lzn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnoD9lzn .modal-lg,
  .cid-sgCnoD9lzn .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnoD9lzn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnoD9lzn .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnoD9lzn .container {
    max-width: 1140px;
  }
}
.cid-sgCnoD9lzn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnoD9lzn .container {
    max-width: 720px;
  }
}
.cid-sgCnoD9lzn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnoD9lzn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnoD9lzn .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnoD9lzn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnoD9lzn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnoD9lzn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnoFRtof.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnoFRtof.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnoFRtof.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnoFRtof .modal-content,
.cid-sgCnoFRtof .modal-dialog {
  height: auto;
}
.cid-sgCnoFRtof .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnoFRtof .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnoFRtof .form-wrapper .mbr-form .form-group,
  .cid-sgCnoFRtof .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnoFRtof .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnoFRtof .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnoFRtof .mbr-text {
  text-align: left;
}
.cid-sgCnoFRtof .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnoFRtof .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnoFRtof .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnoFRtof .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnoFRtof .modal-open {
  overflow: hidden;
}
.cid-sgCnoFRtof .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnoFRtof .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnoFRtof .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnoFRtof .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnoFRtof .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnoFRtof .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnoFRtof .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnoFRtof .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnoFRtof .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnoFRtof .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnoFRtof .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnoFRtof .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnoFRtof .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnoFRtof .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnoFRtof .modal-header .close:focus {
  outline: none;
}
.cid-sgCnoFRtof .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnoFRtof .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnoFRtof .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnoFRtof .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnoFRtof .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnoFRtof .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnoFRtof .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnoFRtof .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnoFRtof .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnoFRtof .modal-lg,
  .cid-sgCnoFRtof .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnoFRtof .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnoFRtof .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnoFRtof .container {
    max-width: 1140px;
  }
}
.cid-sgCnoFRtof .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnoFRtof .container {
    max-width: 720px;
  }
}
.cid-sgCnoFRtof .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnoFRtof .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnoFRtof .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnoFRtof .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnoFRtof .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnoFRtof .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnoIbnyK.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnoIbnyK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnoIbnyK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnoIbnyK .modal-content,
.cid-sgCnoIbnyK .modal-dialog {
  height: auto;
}
.cid-sgCnoIbnyK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnoIbnyK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnoIbnyK .form-wrapper .mbr-form .form-group,
  .cid-sgCnoIbnyK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnoIbnyK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnoIbnyK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnoIbnyK .mbr-text {
  text-align: left;
}
.cid-sgCnoIbnyK .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnoIbnyK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnoIbnyK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnoIbnyK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnoIbnyK .modal-open {
  overflow: hidden;
}
.cid-sgCnoIbnyK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnoIbnyK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnoIbnyK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnoIbnyK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnoIbnyK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnoIbnyK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnoIbnyK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnoIbnyK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnoIbnyK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnoIbnyK .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnoIbnyK .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnoIbnyK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnoIbnyK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnoIbnyK .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnoIbnyK .modal-header .close:focus {
  outline: none;
}
.cid-sgCnoIbnyK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnoIbnyK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnoIbnyK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnoIbnyK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnoIbnyK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnoIbnyK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnoIbnyK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnoIbnyK .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnoIbnyK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnoIbnyK .modal-lg,
  .cid-sgCnoIbnyK .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnoIbnyK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnoIbnyK .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnoIbnyK .container {
    max-width: 1140px;
  }
}
.cid-sgCnoIbnyK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnoIbnyK .container {
    max-width: 720px;
  }
}
.cid-sgCnoIbnyK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnoIbnyK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnoIbnyK .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnoIbnyK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnoIbnyK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnoIbnyK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnoKxKfW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCnoKxKfW .mbr-iconfont {
  color: #879a9f;
}
.cid-sgCnoKxKfW .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sgCnoKxKfW .mbr-text {
  margin: 1.5rem 0;
}
.cid-sgCnoKxKfW .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sgCnoKxKfW .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sgCnoKxKfW .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgCnoKxKfW .mbr-section-subtitle,
.cid-sgCnoKxKfW .mbr-text,
.cid-sgCnoKxKfW .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgCnoNsXTY.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnoNsXTY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnoNsXTY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnoNsXTY .modal-content,
.cid-sgCnoNsXTY .modal-dialog {
  height: auto;
}
.cid-sgCnoNsXTY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnoNsXTY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnoNsXTY .form-wrapper .mbr-form .form-group,
  .cid-sgCnoNsXTY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnoNsXTY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnoNsXTY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCnoNsXTY .mbr-text {
  text-align: left;
}
.cid-sgCnoNsXTY .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnoNsXTY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnoNsXTY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnoNsXTY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnoNsXTY .modal-open {
  overflow: hidden;
}
.cid-sgCnoNsXTY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnoNsXTY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnoNsXTY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnoNsXTY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sgCnoNsXTY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnoNsXTY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnoNsXTY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnoNsXTY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCnoNsXTY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnoNsXTY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnoNsXTY .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnoNsXTY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sgCnoNsXTY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnoNsXTY .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnoNsXTY .modal-header .close:focus {
  outline: none;
}
.cid-sgCnoNsXTY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnoNsXTY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnoNsXTY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sgCnoNsXTY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnoNsXTY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnoNsXTY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnoNsXTY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnoNsXTY .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnoNsXTY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnoNsXTY .modal-lg,
  .cid-sgCnoNsXTY .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnoNsXTY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnoNsXTY .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnoNsXTY .container {
    max-width: 1140px;
  }
}
.cid-sgCnoNsXTY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnoNsXTY .container {
    max-width: 720px;
  }
}
.cid-sgCnoNsXTY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnoNsXTY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sgCnoNsXTY .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnoNsXTY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnoNsXTY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnoNsXTY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sgCnoPOGSu .modal-body .close {
  background: #1b1b1b;
}
.cid-sgCnoPOGSu .modal-body .close span {
  font-style: normal;
}
.cid-sgCnoPOGSu .carousel-inner > .active,
.cid-sgCnoPOGSu .carousel-inner > .next,
.cid-sgCnoPOGSu .carousel-inner > .prev {
  display: flex;
}
.cid-sgCnoPOGSu .carousel-control .icon-next,
.cid-sgCnoPOGSu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sgCnoPOGSu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgCnoPOGSu .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgCnoPOGSu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sgCnoPOGSu .boxed-slider > div {
  position: relative;
}
.cid-sgCnoPOGSu .container img {
  width: 100%;
}
.cid-sgCnoPOGSu .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sgCnoPOGSu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgCnoPOGSu .mbr-table-cell {
  padding: 0;
}
.cid-sgCnoPOGSu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sgCnoPOGSu .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sgCnoPOGSu .mbr-overlay {
  z-index: 1;
}
.cid-sgCnoPOGSu .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgCnoPOGSu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sgCnoPOGSu .carousel-item.active.right,
.cid-sgCnoPOGSu .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sgCnoPOGSu .carousel-item.active.left,
.cid-sgCnoPOGSu .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sgCnoPOGSu .carousel-item.active,
.cid-sgCnoPOGSu .carousel-item.next.left,
.cid-sgCnoPOGSu .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sgCnoPOGSu .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sgCnoPOGSu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCnoPOGSu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCnoPOGSu .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sgCnoPOGSu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sgCnoPOGSu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sgCnoPOGSu .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sgCnoPOGSu .mbr-slider .carousel-indicators li.active,
.cid-sgCnoPOGSu .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sgCnoPOGSu .mbr-slider .carousel-indicators li::after,
.cid-sgCnoPOGSu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sgCnoPOGSu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sgCnoPOGSu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sgCnoPOGSu .mbr-slider > .container img {
  width: 100%;
}
.cid-sgCnoPOGSu .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sgCnoPOGSu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sgCnoPOGSu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sgCnoPOGSu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sgCnoPOGSu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sgCnoPOGSu .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sgCnoPOGSu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sgCnoPOGSu .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sgCnoPOGSu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sgCnoPOGSu .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sgCnoPOGSu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sgCnoPOGSu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sgCnoPOGSu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sgCnoVT3XS {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCnoVT3XS .mbr-section-subtitle {
  color: #767676;
}
.cid-sgCnoVT3XS H2 {
  color: #b1a374;
}
.cid-sgCnoXQvsf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgCnoXQvsf .mbr-text,
.cid-sgCnoXQvsf blockquote {
  color: #767676;
}
.cid-shmQ6Mjakw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shmQ6Mjakw .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shmQ6Mjakw .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shmQ6Mjakw .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-shmQ6Mjakw .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-shmQ6Mjakw .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-shmQ6Mjakw .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shmQ6Mjakw .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-shmQ6Mjakw .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-shmQ6Mjakw .card .card-box .card-title,
  .cid-shmQ6Mjakw .card .card-box .mbr-text,
  .cid-shmQ6Mjakw .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shmQ6Mjakw .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-shmQ6Mjakw .card .card-img {
    text-align: right !important;
  }
}
.cid-shmQ6Mjakw .card-title,
.cid-shmQ6Mjakw .card-img {
  color: #b1a374;
}
.cid-shmQdB9QYe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shmQdB9QYe .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shmQdB9QYe .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shmQdB9QYe .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-shmQdB9QYe .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-shmQdB9QYe .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-shmQdB9QYe .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shmQdB9QYe .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-shmQdB9QYe .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-shmQdB9QYe .card .card-box .card-title,
  .cid-shmQdB9QYe .card .card-box .mbr-text,
  .cid-shmQdB9QYe .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shmQdB9QYe .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-shmQdB9QYe .card .card-img {
    text-align: right !important;
  }
}
.cid-shmQdB9QYe .card-title,
.cid-shmQdB9QYe .card-img {
  color: #b1a374;
}
.cid-shmQevSNsf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-shmQevSNsf .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shmQevSNsf .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shmQevSNsf .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-shmQevSNsf .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-shmQevSNsf .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-shmQevSNsf .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shmQevSNsf .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-shmQevSNsf .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-shmQevSNsf .card .card-box .card-title,
  .cid-shmQevSNsf .card .card-box .mbr-text,
  .cid-shmQevSNsf .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-shmQevSNsf .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-shmQevSNsf .card .card-img {
    text-align: right !important;
  }
}
.cid-shmQevSNsf .card-title,
.cid-shmQevSNsf .card-img {
  color: #b1a374;
}
.cid-sgCnp8TGiP {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable4-1440x10402.jpg");
}
.cid-sgCnp8TGiP .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCnp8TGiP .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCnp8TGiP .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmQgORLRs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmQgORLRs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmQgORLRs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmQgORLRs .mbr-text {
    text-align: center;
  }
}
.cid-shmQgORLRs .mbr-text,
.cid-shmQgORLRs .mbr-section-btn {
  color: #767676;
}
.cid-shmQgORLRs H1 {
  color: #b1a374;
}
.cid-sgCnpdsarv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sgCnpdsarv .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sgCnpdsarv .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sgCnpdsarv .card .card-img {
  height: 100%;
}
.cid-sgCnpdsarv .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sgCnpdsarv .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #e4d295;
}
.cid-sgCnpdsarv .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sgCnpdsarv .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sgCnpdsarv .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sgCnpdsarv .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sgCnpdsarv .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sgCnpdsarv .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sgCnpdsarv .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgCnpdsarv .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sgCnpdsarv .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sgCnpdsarv .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sgCnpdsarv .mbr-section-title,
.cid-sgCnpdsarv .line-wrap {
  color: #232323;
  text-align: center;
}
.cid-sgCnpdsarv .mbr-text {
  text-align: center;
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sgCnpdsarv .card-big {
    height: 200px;
  }
  .cid-sgCnpdsarv .card-img {
    margin-top: -15%;
  }
}
.cid-sgCnpdsarv H1 {
  color: #ffffff;
}
.cid-shmRpMGhr1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmRpMGhr1 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmRpMGhr1 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmRpMGhr1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmRpMGhr1 .mbr-text {
    text-align: center;
  }
}
.cid-shmRpMGhr1 .mbr-text,
.cid-shmRpMGhr1 .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmRpMGhr1 H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmRpMGhr1 H3 {
  color: #767676;
  text-align: right;
}
.cid-shmQoV2yCq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmRnVsOtv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmRnVsOtv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmRnVsOtv .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmRnVsOtv .mbr-text {
    text-align: center;
  }
}
.cid-shmRnVsOtv .mbr-text,
.cid-shmRnVsOtv .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmRnVsOtv H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmRnVsOtv H3 {
  color: #767676;
  text-align: left;
}
.cid-shmR8u5sSm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax2b-1929x1428.jpg");
}
.cid-shmR9TZKq4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-shmRcFvlBZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmRcFvlBZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmRcFvlBZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmRcFvlBZ .mbr-text {
    text-align: center;
  }
}
.cid-shmRcFvlBZ H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmRcFvlBZ .mbr-text,
.cid-shmRcFvlBZ .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCs7OmDze .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCs7OmDze .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCs7OmDze .nav-item,
.cid-sgCs7OmDze .nav-link,
.cid-sgCs7OmDze .navbar-caption {
  font-weight: normal;
}
.cid-sgCs7OmDze .nav-item:focus,
.cid-sgCs7OmDze .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCs7OmDze .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCs7OmDze .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCs7OmDze .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCs7OmDze .nav-item:hover .nav-link:before,
  .cid-sgCs7OmDze .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCs7OmDze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCs7OmDze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCs7OmDze .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCs7OmDze .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCs7OmDze .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCs7OmDze .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCs7OmDze .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCs7OmDze .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCs7OmDze .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCs7OmDze .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCs7OmDze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCs7OmDze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCs7OmDze .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCs7OmDze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCs7OmDze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCs7OmDze .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCs7OmDze .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCs7OmDze .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCs7OmDze .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCs7OmDze .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCs7OmDze .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCs7OmDze .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCs7OmDze .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCs7OmDze .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCs7OmDze .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCs7OmDze .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCs7OmDze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCs7OmDze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCs7OmDze .dropdown-item.active,
.cid-sgCs7OmDze .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCs7OmDze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCs7OmDze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCs7OmDze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCs7OmDze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCs7OmDze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCs7OmDze .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCs7OmDze ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCs7OmDze .navbar-buttons {
  text-align: center;
}
.cid-sgCs7OmDze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCs7OmDze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCs7OmDze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCs7OmDze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCs7OmDze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCs7OmDze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCs7OmDze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCs7OmDze nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCs7OmDze nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCs7OmDze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCs7OmDze .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCs7OmDze a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCs7OmDze .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCs7OmDze .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCs7OmDze .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCs7OmDze .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCs7OmDze a.nav-link .mbr-iconfont-btn,
.cid-sgCs7OmDze a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCs7OmDze a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCs7OmDze a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCs7OmDze a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCs7OmDze .navbar {
    height: 77px;
  }
  .cid-sgCs7OmDze .navbar.opened {
    height: auto;
  }
  .cid-sgCs7OmDze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCsd5A0Q5 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf2-1920x762.jpg");
}
.cid-sgCsd5A0Q5 H1 {
  text-align: center;
}
.cid-sgCs7V5xpi {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgCs7V5xpi .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCs7V5xpi H2 {
  color: #b1a374;
  text-align: left;
}
.cid-shmSPVPLSR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmSPVPLSR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmSPVPLSR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmSPVPLSR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmSPVPLSR .mbr-text {
    text-align: center;
  }
}
.cid-shmSPVPLSR .mbr-text,
.cid-shmSPVPLSR .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmSPVPLSR H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmSPVPLSR H3 {
  color: #767676;
  text-align: right;
}
.cid-shmSRQEmQG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmSSN7SYt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmSSN7SYt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmSSN7SYt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmSSN7SYt .mbr-text {
    text-align: center;
  }
}
.cid-shmSSN7SYt .mbr-text,
.cid-shmSSN7SYt .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmSSN7SYt H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmSSN7SYt H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCtQtdbPE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCtQtdbPE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCtQtdbPE .nav-item,
.cid-sgCtQtdbPE .nav-link,
.cid-sgCtQtdbPE .navbar-caption {
  font-weight: normal;
}
.cid-sgCtQtdbPE .nav-item:focus,
.cid-sgCtQtdbPE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCtQtdbPE .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCtQtdbPE .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCtQtdbPE .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCtQtdbPE .nav-item:hover .nav-link:before,
  .cid-sgCtQtdbPE .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCtQtdbPE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCtQtdbPE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCtQtdbPE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCtQtdbPE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCtQtdbPE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCtQtdbPE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCtQtdbPE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCtQtdbPE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCtQtdbPE .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCtQtdbPE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCtQtdbPE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCtQtdbPE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCtQtdbPE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCtQtdbPE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCtQtdbPE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCtQtdbPE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCtQtdbPE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCtQtdbPE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCtQtdbPE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCtQtdbPE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCtQtdbPE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCtQtdbPE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCtQtdbPE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCtQtdbPE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCtQtdbPE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCtQtdbPE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCtQtdbPE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCtQtdbPE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCtQtdbPE .dropdown-item.active,
.cid-sgCtQtdbPE .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCtQtdbPE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCtQtdbPE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCtQtdbPE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCtQtdbPE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCtQtdbPE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCtQtdbPE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCtQtdbPE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCtQtdbPE .navbar-buttons {
  text-align: center;
}
.cid-sgCtQtdbPE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCtQtdbPE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCtQtdbPE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCtQtdbPE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCtQtdbPE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCtQtdbPE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCtQtdbPE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCtQtdbPE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCtQtdbPE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCtQtdbPE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCtQtdbPE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCtQtdbPE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCtQtdbPE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCtQtdbPE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCtQtdbPE .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCtQtdbPE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCtQtdbPE a.nav-link .mbr-iconfont-btn,
.cid-sgCtQtdbPE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCtQtdbPE a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCtQtdbPE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCtQtdbPE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCtQtdbPE .navbar {
    height: 77px;
  }
  .cid-sgCtQtdbPE .navbar.opened {
    height: auto;
  }
  .cid-sgCtQtdbPE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCtQvnBSj {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf9-1920x762.jpg");
}
.cid-sgCtQvnBSj H1 {
  text-align: center;
}
.cid-sgCtQwR9Ly {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCtQwR9Ly .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCtQwR9Ly H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCuveTVZE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgCuveTVZE .mbr-section-subtitle {
  color: #767676;
}
.cid-sgCuveTVZE H2 {
  color: #b1a374;
}
.cid-sgCuqSu5ZX {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCuqSu5ZX .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCuqSu5ZX H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCuslX9F5 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCuslX9F5 .mbr-text {
  color: #767676;
}
.cid-sgCuslX9F5 h4 {
  text-align: center;
}
.cid-sgCuslX9F5 p {
  text-align: center;
}
.cid-sgCuslX9F5 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgCuslX9F5 .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sgCuslX9F5 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sgCuslX9F5 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sgCuslX9F5 .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #786f51, #b1a374);
  border-radius: 50%;
}
.cid-sgCuslX9F5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sgCuslX9F5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #b1a374, #ff3366);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sgCuslX9F5 .mbr-section-title,
  .cid-sgCuslX9F5 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sgCuslX9F5 .mbr-section-title,
.cid-sgCuslX9F5 .underline {
  color: #b1a374;
}
.cid-sgCuslX9F5 .card-title,
.cid-sgCuslX9F5 .card-img {
  color: #b1a374;
}
.cid-sgCvsYHSco {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable18-2000x1500.jpg");
}
.cid-sgCvsYHSco .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCvsYHSco .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCvsYHSco .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmUpsJ7pm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmUpsJ7pm .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmUpsJ7pm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmUpsJ7pm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmUpsJ7pm .mbr-text {
    text-align: center;
  }
}
.cid-shmUpsJ7pm .mbr-text,
.cid-shmUpsJ7pm .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmUpsJ7pm H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmUpsJ7pm H3 {
  color: #767676;
  text-align: right;
}
.cid-shmUr9UTEz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmUsbKWzk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmUsbKWzk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmUsbKWzk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmUsbKWzk .mbr-text {
    text-align: center;
  }
}
.cid-shmUsbKWzk .mbr-text,
.cid-shmUsbKWzk .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmUsbKWzk H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmUsbKWzk H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCwr8EQYp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCwr8EQYp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCwr8EQYp .nav-item,
.cid-sgCwr8EQYp .nav-link,
.cid-sgCwr8EQYp .navbar-caption {
  font-weight: normal;
}
.cid-sgCwr8EQYp .nav-item:focus,
.cid-sgCwr8EQYp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCwr8EQYp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCwr8EQYp .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCwr8EQYp .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCwr8EQYp .nav-item:hover .nav-link:before,
  .cid-sgCwr8EQYp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCwr8EQYp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCwr8EQYp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCwr8EQYp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCwr8EQYp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCwr8EQYp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCwr8EQYp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCwr8EQYp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCwr8EQYp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCwr8EQYp .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCwr8EQYp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCwr8EQYp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCwr8EQYp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCwr8EQYp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCwr8EQYp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCwr8EQYp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCwr8EQYp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCwr8EQYp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCwr8EQYp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCwr8EQYp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCwr8EQYp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCwr8EQYp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCwr8EQYp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCwr8EQYp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCwr8EQYp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCwr8EQYp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCwr8EQYp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCwr8EQYp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCwr8EQYp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCwr8EQYp .dropdown-item.active,
.cid-sgCwr8EQYp .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCwr8EQYp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCwr8EQYp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCwr8EQYp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCwr8EQYp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCwr8EQYp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCwr8EQYp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCwr8EQYp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCwr8EQYp .navbar-buttons {
  text-align: center;
}
.cid-sgCwr8EQYp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCwr8EQYp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCwr8EQYp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCwr8EQYp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCwr8EQYp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCwr8EQYp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCwr8EQYp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCwr8EQYp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCwr8EQYp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCwr8EQYp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCwr8EQYp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCwr8EQYp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCwr8EQYp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCwr8EQYp .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCwr8EQYp .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCwr8EQYp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCwr8EQYp a.nav-link .mbr-iconfont-btn,
.cid-sgCwr8EQYp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCwr8EQYp a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCwr8EQYp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCwr8EQYp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCwr8EQYp .navbar {
    height: 77px;
  }
  .cid-sgCwr8EQYp .navbar.opened {
    height: auto;
  }
  .cid-sgCwr8EQYp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCwraY16w {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf4-1920x762.jpg");
}
.cid-sgCwraY16w H1 {
  text-align: center;
}
.cid-sgCwrfzbHg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCwrfzbHg .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCwrfzbHg H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCwriQGDq {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable2-2000x1125.jpg");
}
.cid-sgCwriQGDq .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCwriQGDq .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCwriQGDq .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmUVbIWDk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmUVbIWDk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmUVbIWDk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmUVbIWDk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmUVbIWDk .mbr-text {
    text-align: center;
  }
}
.cid-shmUVbIWDk .mbr-text,
.cid-shmUVbIWDk .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmUVbIWDk H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmUVbIWDk H3 {
  color: #767676;
  text-align: right;
}
.cid-shmV0cWjE1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmV0RFnCt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmV0RFnCt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmV0RFnCt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmV0RFnCt .mbr-text {
    text-align: center;
  }
}
.cid-shmV0RFnCt .mbr-text,
.cid-shmV0RFnCt .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmV0RFnCt H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmV0RFnCt H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCyJOu8Kp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCyJOu8Kp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCyJOu8Kp .nav-item,
.cid-sgCyJOu8Kp .nav-link,
.cid-sgCyJOu8Kp .navbar-caption {
  font-weight: normal;
}
.cid-sgCyJOu8Kp .nav-item:focus,
.cid-sgCyJOu8Kp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCyJOu8Kp .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCyJOu8Kp .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCyJOu8Kp .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCyJOu8Kp .nav-item:hover .nav-link:before,
  .cid-sgCyJOu8Kp .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCyJOu8Kp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCyJOu8Kp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCyJOu8Kp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCyJOu8Kp .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCyJOu8Kp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCyJOu8Kp .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCyJOu8Kp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCyJOu8Kp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCyJOu8Kp .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCyJOu8Kp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCyJOu8Kp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCyJOu8Kp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCyJOu8Kp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCyJOu8Kp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCyJOu8Kp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCyJOu8Kp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCyJOu8Kp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCyJOu8Kp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCyJOu8Kp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCyJOu8Kp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCyJOu8Kp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCyJOu8Kp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCyJOu8Kp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCyJOu8Kp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCyJOu8Kp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCyJOu8Kp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCyJOu8Kp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCyJOu8Kp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCyJOu8Kp .dropdown-item.active,
.cid-sgCyJOu8Kp .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCyJOu8Kp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCyJOu8Kp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCyJOu8Kp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCyJOu8Kp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCyJOu8Kp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCyJOu8Kp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCyJOu8Kp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCyJOu8Kp .navbar-buttons {
  text-align: center;
}
.cid-sgCyJOu8Kp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCyJOu8Kp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCyJOu8Kp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCyJOu8Kp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCyJOu8Kp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCyJOu8Kp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCyJOu8Kp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCyJOu8Kp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCyJOu8Kp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCyJOu8Kp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCyJOu8Kp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCyJOu8Kp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCyJOu8Kp .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCyJOu8Kp .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCyJOu8Kp .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCyJOu8Kp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCyJOu8Kp a.nav-link .mbr-iconfont-btn,
.cid-sgCyJOu8Kp a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCyJOu8Kp a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCyJOu8Kp a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCyJOu8Kp a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCyJOu8Kp .navbar {
    height: 77px;
  }
  .cid-sgCyJOu8Kp .navbar.opened {
    height: auto;
  }
  .cid-sgCyJOu8Kp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCyJR7NLI {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf3-1920x762.jpg");
}
.cid-sgCyJR7NLI H1 {
  text-align: center;
}
.cid-sgCyJSGTzB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCyJSGTzB .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCyJSGTzB H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCyJU6DxC {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable43-1-2000x2400.jpg");
}
.cid-sgCyJU6DxC .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCyJU6DxC .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCyJU6DxC .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmVsE5gvN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmVsE5gvN .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmVsE5gvN .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmVsE5gvN .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmVsE5gvN .mbr-text {
    text-align: center;
  }
}
.cid-shmVsE5gvN .mbr-text,
.cid-shmVsE5gvN .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmVsE5gvN H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmVsE5gvN H3 {
  color: #767676;
  text-align: right;
}
.cid-shmVthdONV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmVuv1rHH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmVuv1rHH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmVuv1rHH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmVuv1rHH .mbr-text {
    text-align: center;
  }
}
.cid-shmVuv1rHH .mbr-text,
.cid-shmVuv1rHH .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmVuv1rHH H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmVuv1rHH H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCzjO80Ue .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCzjO80Ue .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCzjO80Ue .nav-item,
.cid-sgCzjO80Ue .nav-link,
.cid-sgCzjO80Ue .navbar-caption {
  font-weight: normal;
}
.cid-sgCzjO80Ue .nav-item:focus,
.cid-sgCzjO80Ue .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCzjO80Ue .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCzjO80Ue .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCzjO80Ue .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCzjO80Ue .nav-item:hover .nav-link:before,
  .cid-sgCzjO80Ue .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCzjO80Ue .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCzjO80Ue .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCzjO80Ue .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCzjO80Ue .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCzjO80Ue .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCzjO80Ue .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCzjO80Ue .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCzjO80Ue .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCzjO80Ue .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCzjO80Ue .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCzjO80Ue .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCzjO80Ue .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCzjO80Ue .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCzjO80Ue .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCzjO80Ue .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCzjO80Ue .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCzjO80Ue .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCzjO80Ue .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCzjO80Ue .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCzjO80Ue .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCzjO80Ue .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCzjO80Ue .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCzjO80Ue .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCzjO80Ue .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCzjO80Ue .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCzjO80Ue .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCzjO80Ue .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCzjO80Ue .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCzjO80Ue .dropdown-item.active,
.cid-sgCzjO80Ue .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCzjO80Ue .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCzjO80Ue .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCzjO80Ue .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCzjO80Ue .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCzjO80Ue .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCzjO80Ue .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCzjO80Ue ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCzjO80Ue .navbar-buttons {
  text-align: center;
}
.cid-sgCzjO80Ue button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCzjO80Ue button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCzjO80Ue button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCzjO80Ue button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCzjO80Ue button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCzjO80Ue button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCzjO80Ue nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCzjO80Ue nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCzjO80Ue nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCzjO80Ue nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCzjO80Ue .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCzjO80Ue a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCzjO80Ue .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCzjO80Ue .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCzjO80Ue .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCzjO80Ue .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCzjO80Ue a.nav-link .mbr-iconfont-btn,
.cid-sgCzjO80Ue a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCzjO80Ue a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCzjO80Ue a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCzjO80Ue a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCzjO80Ue .navbar {
    height: 77px;
  }
  .cid-sgCzjO80Ue .navbar.opened {
    height: auto;
  }
  .cid-sgCzjO80Ue .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCzjQtZFX {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf5-1920x762.jpg");
}
.cid-sgCzjQtZFX H1 {
  text-align: center;
}
.cid-sgCzjS4iME {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCzjS4iME .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCzjS4iME H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCzjTwoI6 {
  background-image: url("../../../assets/images/2-1680x10501.jpg");
}
.cid-sgCzjTwoI6 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCzjTwoI6 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCzjTwoI6 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmVSQJm1v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmVSQJm1v .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmVSQJm1v .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmVSQJm1v .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmVSQJm1v .mbr-text {
    text-align: center;
  }
}
.cid-shmVSQJm1v .mbr-text,
.cid-shmVSQJm1v .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmVSQJm1v H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmVSQJm1v H3 {
  color: #767676;
  text-align: right;
}
.cid-shmVUtFE1F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmVWjHZnd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmVWjHZnd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmVWjHZnd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmVWjHZnd .mbr-text {
    text-align: center;
  }
}
.cid-shmVWjHZnd .mbr-text,
.cid-shmVWjHZnd .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmVWjHZnd H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmVWjHZnd H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCzZ8RtS7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCzZ8RtS7 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCzZ8RtS7 .nav-item,
.cid-sgCzZ8RtS7 .nav-link,
.cid-sgCzZ8RtS7 .navbar-caption {
  font-weight: normal;
}
.cid-sgCzZ8RtS7 .nav-item:focus,
.cid-sgCzZ8RtS7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCzZ8RtS7 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCzZ8RtS7 .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCzZ8RtS7 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCzZ8RtS7 .nav-item:hover .nav-link:before,
  .cid-sgCzZ8RtS7 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCzZ8RtS7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCzZ8RtS7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCzZ8RtS7 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCzZ8RtS7 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCzZ8RtS7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCzZ8RtS7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCzZ8RtS7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCzZ8RtS7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCzZ8RtS7 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCzZ8RtS7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCzZ8RtS7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCzZ8RtS7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCzZ8RtS7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCzZ8RtS7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCzZ8RtS7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCzZ8RtS7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCzZ8RtS7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCzZ8RtS7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCzZ8RtS7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCzZ8RtS7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCzZ8RtS7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCzZ8RtS7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCzZ8RtS7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCzZ8RtS7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCzZ8RtS7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCzZ8RtS7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCzZ8RtS7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCzZ8RtS7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCzZ8RtS7 .dropdown-item.active,
.cid-sgCzZ8RtS7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCzZ8RtS7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCzZ8RtS7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCzZ8RtS7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCzZ8RtS7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCzZ8RtS7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCzZ8RtS7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCzZ8RtS7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCzZ8RtS7 .navbar-buttons {
  text-align: center;
}
.cid-sgCzZ8RtS7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCzZ8RtS7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCzZ8RtS7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCzZ8RtS7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCzZ8RtS7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCzZ8RtS7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCzZ8RtS7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCzZ8RtS7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCzZ8RtS7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCzZ8RtS7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCzZ8RtS7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCzZ8RtS7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCzZ8RtS7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCzZ8RtS7 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCzZ8RtS7 .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCzZ8RtS7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCzZ8RtS7 a.nav-link .mbr-iconfont-btn,
.cid-sgCzZ8RtS7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCzZ8RtS7 a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCzZ8RtS7 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCzZ8RtS7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCzZ8RtS7 .navbar {
    height: 77px;
  }
  .cid-sgCzZ8RtS7 .navbar.opened {
    height: auto;
  }
  .cid-sgCzZ8RtS7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCzZbizb0 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf6-1920x762.jpg");
}
.cid-sgCzZbizb0 H1 {
  text-align: center;
}
.cid-sgCzZdeJRz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCzZdeJRz .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCzZdeJRz H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCzZeEeY5 {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCzZeEeY5 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCzZeEeY5 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCzZeEeY5 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmWf1FX8c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmWf1FX8c .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmWf1FX8c .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmWf1FX8c .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmWf1FX8c .mbr-text {
    text-align: center;
  }
}
.cid-shmWf1FX8c .mbr-text,
.cid-shmWf1FX8c .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmWf1FX8c H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmWf1FX8c H3 {
  color: #767676;
  text-align: right;
}
.cid-shmWgiKZXb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmWhJ9QKh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmWhJ9QKh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmWhJ9QKh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmWhJ9QKh .mbr-text {
    text-align: center;
  }
}
.cid-shmWhJ9QKh .mbr-text,
.cid-shmWhJ9QKh .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmWhJ9QKh H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmWhJ9QKh H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCAuhcR38 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCAuhcR38 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCAuhcR38 .nav-item,
.cid-sgCAuhcR38 .nav-link,
.cid-sgCAuhcR38 .navbar-caption {
  font-weight: normal;
}
.cid-sgCAuhcR38 .nav-item:focus,
.cid-sgCAuhcR38 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCAuhcR38 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCAuhcR38 .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCAuhcR38 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCAuhcR38 .nav-item:hover .nav-link:before,
  .cid-sgCAuhcR38 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCAuhcR38 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCAuhcR38 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCAuhcR38 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCAuhcR38 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCAuhcR38 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCAuhcR38 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCAuhcR38 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCAuhcR38 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCAuhcR38 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCAuhcR38 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCAuhcR38 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCAuhcR38 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCAuhcR38 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCAuhcR38 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCAuhcR38 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCAuhcR38 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCAuhcR38 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCAuhcR38 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCAuhcR38 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCAuhcR38 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCAuhcR38 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCAuhcR38 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCAuhcR38 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCAuhcR38 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCAuhcR38 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCAuhcR38 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCAuhcR38 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCAuhcR38 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCAuhcR38 .dropdown-item.active,
.cid-sgCAuhcR38 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCAuhcR38 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCAuhcR38 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCAuhcR38 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCAuhcR38 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCAuhcR38 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCAuhcR38 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCAuhcR38 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCAuhcR38 .navbar-buttons {
  text-align: center;
}
.cid-sgCAuhcR38 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCAuhcR38 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCAuhcR38 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCAuhcR38 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCAuhcR38 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCAuhcR38 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCAuhcR38 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCAuhcR38 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCAuhcR38 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCAuhcR38 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCAuhcR38 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCAuhcR38 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCAuhcR38 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCAuhcR38 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCAuhcR38 .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCAuhcR38 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCAuhcR38 a.nav-link .mbr-iconfont-btn,
.cid-sgCAuhcR38 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCAuhcR38 a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCAuhcR38 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCAuhcR38 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCAuhcR38 .navbar {
    height: 77px;
  }
  .cid-sgCAuhcR38 .navbar.opened {
    height: auto;
  }
  .cid-sgCAuhcR38 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCAujAEVg {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf7-1920x762.jpg");
}
.cid-sgCAujAEVg H1 {
  text-align: center;
}
.cid-sgCAuldbRK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCAuldbRK .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCAuldbRK H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCAumEQFp {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable12-1200x8003.jpg");
}
.cid-sgCAumEQFp .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCAumEQFp .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCAumEQFp .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmWE7jY23 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmWE7jY23 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmWE7jY23 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmWE7jY23 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmWE7jY23 .mbr-text {
    text-align: center;
  }
}
.cid-shmWE7jY23 .mbr-text,
.cid-shmWE7jY23 .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmWE7jY23 H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmWE7jY23 H3 {
  color: #767676;
  text-align: right;
}
.cid-shmWFb13Iu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmWG7VyZM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmWG7VyZM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmWG7VyZM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmWG7VyZM .mbr-text {
    text-align: center;
  }
}
.cid-shmWG7VyZM .mbr-text,
.cid-shmWG7VyZM .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmWG7VyZM H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmWG7VyZM H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCBoZPR4d .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCBoZPR4d .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCBoZPR4d .nav-item,
.cid-sgCBoZPR4d .nav-link,
.cid-sgCBoZPR4d .navbar-caption {
  font-weight: normal;
}
.cid-sgCBoZPR4d .nav-item:focus,
.cid-sgCBoZPR4d .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCBoZPR4d .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCBoZPR4d .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCBoZPR4d .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCBoZPR4d .nav-item:hover .nav-link:before,
  .cid-sgCBoZPR4d .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCBoZPR4d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCBoZPR4d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCBoZPR4d .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCBoZPR4d .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCBoZPR4d .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCBoZPR4d .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCBoZPR4d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCBoZPR4d .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCBoZPR4d .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCBoZPR4d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCBoZPR4d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCBoZPR4d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCBoZPR4d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCBoZPR4d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCBoZPR4d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCBoZPR4d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCBoZPR4d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCBoZPR4d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCBoZPR4d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCBoZPR4d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCBoZPR4d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCBoZPR4d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCBoZPR4d .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCBoZPR4d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCBoZPR4d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCBoZPR4d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCBoZPR4d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCBoZPR4d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCBoZPR4d .dropdown-item.active,
.cid-sgCBoZPR4d .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCBoZPR4d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCBoZPR4d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCBoZPR4d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCBoZPR4d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCBoZPR4d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCBoZPR4d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCBoZPR4d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCBoZPR4d .navbar-buttons {
  text-align: center;
}
.cid-sgCBoZPR4d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCBoZPR4d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCBoZPR4d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCBoZPR4d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCBoZPR4d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCBoZPR4d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCBoZPR4d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCBoZPR4d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCBoZPR4d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCBoZPR4d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCBoZPR4d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCBoZPR4d a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCBoZPR4d .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCBoZPR4d .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCBoZPR4d .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCBoZPR4d .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCBoZPR4d a.nav-link .mbr-iconfont-btn,
.cid-sgCBoZPR4d a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCBoZPR4d a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCBoZPR4d a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCBoZPR4d a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCBoZPR4d .navbar {
    height: 77px;
  }
  .cid-sgCBoZPR4d .navbar.opened {
    height: auto;
  }
  .cid-sgCBoZPR4d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCBp2fkJ3 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf8-1920x762.jpg");
}
.cid-sgCBp2fkJ3 H1 {
  text-align: center;
}
.cid-sgCBp3SwRK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCBp3SwRK .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCBp3SwRK H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCBp5mRgn {
  background-image: url("../../../assets/images/fachada-pri-1440x1040.jpg");
}
.cid-sgCBp5mRgn .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCBp5mRgn .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCBp5mRgn .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmX4hm7Nq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmX4hm7Nq .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmX4hm7Nq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmX4hm7Nq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmX4hm7Nq .mbr-text {
    text-align: center;
  }
}
.cid-shmX4hm7Nq .mbr-text,
.cid-shmX4hm7Nq .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmX4hm7Nq H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmX4hm7Nq H3 {
  color: #767676;
  text-align: right;
}
.cid-shmX63Mcpu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmX6ZLdxD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmX6ZLdxD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmX6ZLdxD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmX6ZLdxD .mbr-text {
    text-align: center;
  }
}
.cid-shmX6ZLdxD .mbr-text,
.cid-shmX6ZLdxD .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmX6ZLdxD H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmX6ZLdxD H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCDHtQ0Yz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCDHtQ0Yz .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCDHtQ0Yz .nav-item,
.cid-sgCDHtQ0Yz .nav-link,
.cid-sgCDHtQ0Yz .navbar-caption {
  font-weight: normal;
}
.cid-sgCDHtQ0Yz .nav-item:focus,
.cid-sgCDHtQ0Yz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCDHtQ0Yz .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCDHtQ0Yz .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCDHtQ0Yz .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCDHtQ0Yz .nav-item:hover .nav-link:before,
  .cid-sgCDHtQ0Yz .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCDHtQ0Yz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCDHtQ0Yz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCDHtQ0Yz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCDHtQ0Yz .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCDHtQ0Yz .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCDHtQ0Yz .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCDHtQ0Yz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCDHtQ0Yz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCDHtQ0Yz .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCDHtQ0Yz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCDHtQ0Yz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCDHtQ0Yz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCDHtQ0Yz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCDHtQ0Yz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCDHtQ0Yz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCDHtQ0Yz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCDHtQ0Yz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCDHtQ0Yz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCDHtQ0Yz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCDHtQ0Yz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCDHtQ0Yz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCDHtQ0Yz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCDHtQ0Yz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCDHtQ0Yz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCDHtQ0Yz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCDHtQ0Yz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCDHtQ0Yz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCDHtQ0Yz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCDHtQ0Yz .dropdown-item.active,
.cid-sgCDHtQ0Yz .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCDHtQ0Yz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCDHtQ0Yz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCDHtQ0Yz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCDHtQ0Yz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCDHtQ0Yz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCDHtQ0Yz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCDHtQ0Yz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCDHtQ0Yz .navbar-buttons {
  text-align: center;
}
.cid-sgCDHtQ0Yz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCDHtQ0Yz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCDHtQ0Yz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCDHtQ0Yz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCDHtQ0Yz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCDHtQ0Yz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCDHtQ0Yz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCDHtQ0Yz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCDHtQ0Yz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCDHtQ0Yz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCDHtQ0Yz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCDHtQ0Yz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCDHtQ0Yz .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCDHtQ0Yz .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCDHtQ0Yz .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCDHtQ0Yz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCDHtQ0Yz a.nav-link .mbr-iconfont-btn,
.cid-sgCDHtQ0Yz a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCDHtQ0Yz a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCDHtQ0Yz a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCDHtQ0Yz a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCDHtQ0Yz .navbar {
    height: 77px;
  }
  .cid-sgCDHtQ0Yz .navbar.opened {
    height: auto;
  }
  .cid-sgCDHtQ0Yz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCDHwafEy {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf10-1920x762.jpg");
}
.cid-sgCDHwafEy H1 {
  text-align: center;
}
.cid-sgCDHxQVeN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCDHxQVeN .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCDHxQVeN H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCLmOnlEE {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCLmOnlEE .counter-container {
  color: #767676;
}
.cid-sgCLmOnlEE .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sgCLmOnlEE .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgCLmOnlEE .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sgCLmOnlEE .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #786f51;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sgCDHzoRv3 {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable42-1440x16005.jpg");
}
.cid-sgCDHzoRv3 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCDHzoRv3 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCDHzoRv3 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmXBnT9U9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmXBnT9U9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmXBnT9U9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmXBnT9U9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmXBnT9U9 .mbr-text {
    text-align: center;
  }
}
.cid-shmXBnT9U9 .mbr-text,
.cid-shmXBnT9U9 .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmXBnT9U9 H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmXBnT9U9 H3 {
  color: #767676;
  text-align: right;
}
.cid-shmXD1DjnM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmXEj2aGx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmXEj2aGx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmXEj2aGx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmXEj2aGx .mbr-text {
    text-align: center;
  }
}
.cid-shmXEj2aGx .mbr-text,
.cid-shmXEj2aGx .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmXEj2aGx H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmXEj2aGx H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCMBs4vvH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCMBs4vvH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCMBs4vvH .nav-item,
.cid-sgCMBs4vvH .nav-link,
.cid-sgCMBs4vvH .navbar-caption {
  font-weight: normal;
}
.cid-sgCMBs4vvH .nav-item:focus,
.cid-sgCMBs4vvH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCMBs4vvH .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCMBs4vvH .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCMBs4vvH .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCMBs4vvH .nav-item:hover .nav-link:before,
  .cid-sgCMBs4vvH .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCMBs4vvH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCMBs4vvH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCMBs4vvH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCMBs4vvH .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCMBs4vvH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCMBs4vvH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCMBs4vvH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCMBs4vvH .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCMBs4vvH .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCMBs4vvH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCMBs4vvH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCMBs4vvH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCMBs4vvH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCMBs4vvH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCMBs4vvH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCMBs4vvH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCMBs4vvH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCMBs4vvH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCMBs4vvH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCMBs4vvH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCMBs4vvH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCMBs4vvH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCMBs4vvH .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCMBs4vvH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCMBs4vvH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCMBs4vvH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCMBs4vvH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCMBs4vvH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCMBs4vvH .dropdown-item.active,
.cid-sgCMBs4vvH .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCMBs4vvH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCMBs4vvH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCMBs4vvH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCMBs4vvH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCMBs4vvH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCMBs4vvH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCMBs4vvH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCMBs4vvH .navbar-buttons {
  text-align: center;
}
.cid-sgCMBs4vvH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCMBs4vvH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCMBs4vvH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCMBs4vvH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCMBs4vvH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCMBs4vvH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCMBs4vvH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCMBs4vvH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCMBs4vvH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCMBs4vvH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCMBs4vvH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCMBs4vvH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCMBs4vvH .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCMBs4vvH .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCMBs4vvH .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCMBs4vvH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCMBs4vvH a.nav-link .mbr-iconfont-btn,
.cid-sgCMBs4vvH a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCMBs4vvH a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCMBs4vvH a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCMBs4vvH a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCMBs4vvH .navbar {
    height: 77px;
  }
  .cid-sgCMBs4vvH .navbar.opened {
    height: auto;
  }
  .cid-sgCMBs4vvH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCMBv0tur {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf11-1920x762.jpg");
}
.cid-sgCMBv0tur H1 {
  text-align: center;
}
.cid-sgCMBwVOIO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCMBwVOIO .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCMBwVOIO H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCMByD8Nd {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCMByD8Nd .counter-container {
  color: #767676;
}
.cid-sgCMByD8Nd .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sgCMByD8Nd .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgCMByD8Nd .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sgCMByD8Nd .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #786f51;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sgCMBAhnEC {
  background-image: url("../../../assets/images/banner-1497x840.jpg");
}
.cid-sgCMBAhnEC .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCMBAhnEC .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCMBAhnEC .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmY59cfIl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmY59cfIl .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmY59cfIl .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmY59cfIl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmY59cfIl .mbr-text {
    text-align: center;
  }
}
.cid-shmY59cfIl .mbr-text,
.cid-shmY59cfIl .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmY59cfIl H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmY59cfIl H3 {
  color: #767676;
  text-align: right;
}
.cid-shmY6jJAGh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmY77S1JK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmY77S1JK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmY77S1JK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmY77S1JK .mbr-text {
    text-align: center;
  }
}
.cid-shmY77S1JK .mbr-text,
.cid-shmY77S1JK .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmY77S1JK H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmY77S1JK H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCPDgRWmr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCPDgRWmr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCPDgRWmr .nav-item,
.cid-sgCPDgRWmr .nav-link,
.cid-sgCPDgRWmr .navbar-caption {
  font-weight: normal;
}
.cid-sgCPDgRWmr .nav-item:focus,
.cid-sgCPDgRWmr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCPDgRWmr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCPDgRWmr .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCPDgRWmr .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCPDgRWmr .nav-item:hover .nav-link:before,
  .cid-sgCPDgRWmr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCPDgRWmr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCPDgRWmr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCPDgRWmr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCPDgRWmr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCPDgRWmr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCPDgRWmr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCPDgRWmr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCPDgRWmr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCPDgRWmr .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCPDgRWmr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCPDgRWmr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCPDgRWmr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCPDgRWmr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCPDgRWmr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCPDgRWmr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCPDgRWmr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCPDgRWmr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCPDgRWmr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCPDgRWmr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCPDgRWmr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCPDgRWmr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCPDgRWmr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCPDgRWmr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCPDgRWmr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCPDgRWmr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCPDgRWmr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCPDgRWmr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCPDgRWmr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCPDgRWmr .dropdown-item.active,
.cid-sgCPDgRWmr .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCPDgRWmr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCPDgRWmr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCPDgRWmr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCPDgRWmr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCPDgRWmr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCPDgRWmr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCPDgRWmr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCPDgRWmr .navbar-buttons {
  text-align: center;
}
.cid-sgCPDgRWmr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCPDgRWmr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCPDgRWmr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCPDgRWmr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCPDgRWmr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCPDgRWmr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCPDgRWmr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCPDgRWmr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCPDgRWmr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCPDgRWmr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCPDgRWmr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCPDgRWmr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCPDgRWmr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCPDgRWmr .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCPDgRWmr .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCPDgRWmr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCPDgRWmr a.nav-link .mbr-iconfont-btn,
.cid-sgCPDgRWmr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCPDgRWmr a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCPDgRWmr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCPDgRWmr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCPDgRWmr .navbar {
    height: 77px;
  }
  .cid-sgCPDgRWmr .navbar.opened {
    height: auto;
  }
  .cid-sgCPDgRWmr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCPDiBAbX {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf12-1920x762.jpg");
}
.cid-sgCPDiBAbX H1 {
  text-align: center;
}
.cid-sgCQwahc1S {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCQwahc1S .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCQwahc1S H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCSsrm8cH {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCSsrm8cH .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-sgCSsrm8cH .card-wrap {
  background-color: #073b4c;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sgCSsrm8cH .card-wrap:hover h4,
.cid-sgCSsrm8cH .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sgCSsrm8cH h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sgCSsrm8cH h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sgCSsrm8cH img {
  width: 100%;
}
.cid-sgCSsrm8cH h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sgCSsrm8cH h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sgCSsrm8cH .card-title1,
.cid-sgCSsrm8cH .title-wrap1 {
  color: #ffffff;
}
.cid-sgCSsrm8cH .card-title,
.cid-sgCSsrm8cH .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgCSsrm8cH .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sgCSsrm8cH .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sgCSsrm8cH H3 {
  color: #ffffff;
}
.cid-sgCRAsG7E1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgCRAsG7E1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgCRAsG7E1 H2 {
  color: #b1a374;
}
.cid-sgCRAXTxy4 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgCRAXTxy4 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCRAXTxy4 H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCRAXTxy4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-shmZ27sZHH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmZ27sZHH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmZ27sZHH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmZ27sZHH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmZ27sZHH .mbr-text {
    text-align: center;
  }
}
.cid-shmZ27sZHH .mbr-text,
.cid-shmZ27sZHH .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmZ27sZHH H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmZ27sZHH H3 {
  color: #767676;
  text-align: right;
}
.cid-shmZ2Trt4y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmZ3SWAHf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmZ3SWAHf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmZ3SWAHf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmZ3SWAHf .mbr-text {
    text-align: center;
  }
}
.cid-shmZ3SWAHf .mbr-text,
.cid-shmZ3SWAHf .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmZ3SWAHf H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmZ3SWAHf H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCT1wbnLO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCT1wbnLO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCT1wbnLO .nav-item,
.cid-sgCT1wbnLO .nav-link,
.cid-sgCT1wbnLO .navbar-caption {
  font-weight: normal;
}
.cid-sgCT1wbnLO .nav-item:focus,
.cid-sgCT1wbnLO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCT1wbnLO .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCT1wbnLO .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCT1wbnLO .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCT1wbnLO .nav-item:hover .nav-link:before,
  .cid-sgCT1wbnLO .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCT1wbnLO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCT1wbnLO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCT1wbnLO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCT1wbnLO .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCT1wbnLO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCT1wbnLO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCT1wbnLO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCT1wbnLO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCT1wbnLO .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCT1wbnLO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCT1wbnLO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCT1wbnLO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCT1wbnLO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCT1wbnLO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCT1wbnLO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCT1wbnLO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCT1wbnLO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCT1wbnLO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCT1wbnLO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCT1wbnLO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCT1wbnLO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCT1wbnLO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCT1wbnLO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCT1wbnLO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCT1wbnLO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCT1wbnLO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCT1wbnLO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCT1wbnLO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCT1wbnLO .dropdown-item.active,
.cid-sgCT1wbnLO .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCT1wbnLO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCT1wbnLO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCT1wbnLO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCT1wbnLO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCT1wbnLO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCT1wbnLO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCT1wbnLO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCT1wbnLO .navbar-buttons {
  text-align: center;
}
.cid-sgCT1wbnLO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCT1wbnLO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCT1wbnLO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCT1wbnLO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCT1wbnLO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCT1wbnLO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCT1wbnLO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCT1wbnLO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCT1wbnLO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCT1wbnLO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCT1wbnLO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCT1wbnLO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCT1wbnLO .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCT1wbnLO .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCT1wbnLO .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCT1wbnLO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCT1wbnLO a.nav-link .mbr-iconfont-btn,
.cid-sgCT1wbnLO a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCT1wbnLO a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCT1wbnLO a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCT1wbnLO a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCT1wbnLO .navbar {
    height: 77px;
  }
  .cid-sgCT1wbnLO .navbar.opened {
    height: auto;
  }
  .cid-sgCT1wbnLO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCT1z7HJW {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf13-1920x762.jpg");
}
.cid-sgCT1z7HJW H1 {
  text-align: center;
}
.cid-sgCT1B7kx1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCT1B7kx1 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCT1B7kx1 H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCT1EwevN {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgCT1EwevN .mbr-section-subtitle {
  color: #767676;
}
.cid-sgCT1EwevN H2 {
  color: #b1a374;
}
.cid-sgCT1G7h1P {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgCT1G7h1P .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCT1G7h1P H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCT1G7h1P .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sgCTTyHqhu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCTTyHqhu .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgCTTyHqhu H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCTTyHqhu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sgCUrNa0IQ {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable14-1200x800.jpg");
}
.cid-sgCUrNa0IQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCUrNa0IQ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCUrNa0IQ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shmZtzsOMV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shmZtzsOMV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shmZtzsOMV .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmZtzsOMV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmZtzsOMV .mbr-text {
    text-align: center;
  }
}
.cid-shmZtzsOMV .mbr-text,
.cid-shmZtzsOMV .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shmZtzsOMV H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shmZtzsOMV H3 {
  color: #767676;
  text-align: right;
}
.cid-shmZyFzPJ3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shmZzLRTZX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shmZzLRTZX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shmZzLRTZX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shmZzLRTZX .mbr-text {
    text-align: center;
  }
}
.cid-shmZzLRTZX .mbr-text,
.cid-shmZzLRTZX .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shmZzLRTZX H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shmZzLRTZX H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgHYCJqY9g .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgHYCJqY9g .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgHYCJqY9g .nav-item,
.cid-sgHYCJqY9g .nav-link,
.cid-sgHYCJqY9g .navbar-caption {
  font-weight: normal;
}
.cid-sgHYCJqY9g .nav-item:focus,
.cid-sgHYCJqY9g .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgHYCJqY9g .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgHYCJqY9g .nav-item .nav-link {
    position: relative;
  }
  .cid-sgHYCJqY9g .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgHYCJqY9g .nav-item:hover .nav-link:before,
  .cid-sgHYCJqY9g .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgHYCJqY9g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgHYCJqY9g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgHYCJqY9g .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgHYCJqY9g .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgHYCJqY9g .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgHYCJqY9g .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgHYCJqY9g .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgHYCJqY9g .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgHYCJqY9g .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgHYCJqY9g .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgHYCJqY9g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgHYCJqY9g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgHYCJqY9g .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgHYCJqY9g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgHYCJqY9g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgHYCJqY9g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgHYCJqY9g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgHYCJqY9g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgHYCJqY9g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgHYCJqY9g .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgHYCJqY9g .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgHYCJqY9g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgHYCJqY9g .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgHYCJqY9g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgHYCJqY9g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgHYCJqY9g .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgHYCJqY9g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgHYCJqY9g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgHYCJqY9g .dropdown-item.active,
.cid-sgHYCJqY9g .dropdown-item:active {
  background-color: transparent;
}
.cid-sgHYCJqY9g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgHYCJqY9g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgHYCJqY9g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgHYCJqY9g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgHYCJqY9g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgHYCJqY9g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgHYCJqY9g ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgHYCJqY9g .navbar-buttons {
  text-align: center;
}
.cid-sgHYCJqY9g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgHYCJqY9g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgHYCJqY9g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgHYCJqY9g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgHYCJqY9g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgHYCJqY9g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgHYCJqY9g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgHYCJqY9g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgHYCJqY9g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgHYCJqY9g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgHYCJqY9g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgHYCJqY9g a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgHYCJqY9g .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgHYCJqY9g .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgHYCJqY9g .soc-item {
  margin: .5rem .3rem;
}
.cid-sgHYCJqY9g .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgHYCJqY9g a.nav-link .mbr-iconfont-btn,
.cid-sgHYCJqY9g a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgHYCJqY9g a.nav-link:hover .mbr-iconfont-btn,
.cid-sgHYCJqY9g a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgHYCJqY9g a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgHYCJqY9g .navbar {
    height: 77px;
  }
  .cid-sgHYCJqY9g .navbar.opened {
    height: auto;
  }
  .cid-sgHYCJqY9g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgHYCLZKKt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/parallax2b-1929x1428.jpg");
}
.cid-sgHYCLZKKt H1 {
  text-align: left;
}
.cid-sgHYCLZKKt .mbr-section-subtitle {
  text-align: left;
}
.cid-sgHYCNWo6r {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgHYCNWo6r .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgHYCNWo6r H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgHYCS7TqV {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgHYCS7TqV .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgHYCS7TqV H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgHYCS7TqV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sgHYCTwdRe {
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-sgHYCTwdRe .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgHYCTwdRe .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgHYCTwdRe .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shn0l5FGxQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shn0l5FGxQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shn0l5FGxQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shn0l5FGxQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shn0l5FGxQ .mbr-text {
    text-align: center;
  }
}
.cid-shn0l5FGxQ .mbr-text,
.cid-shn0l5FGxQ .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shn0l5FGxQ H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shn0l5FGxQ H3 {
  color: #767676;
  text-align: right;
}
.cid-shn0lVHl2g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shn0mNTMCe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shn0mNTMCe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shn0mNTMCe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shn0mNTMCe .mbr-text {
    text-align: center;
  }
}
.cid-shn0mNTMCe .mbr-text,
.cid-shn0mNTMCe .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shn0mNTMCe H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shn0mNTMCe H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgI09iB2z8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgI09iB2z8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgI09iB2z8 .nav-item,
.cid-sgI09iB2z8 .nav-link,
.cid-sgI09iB2z8 .navbar-caption {
  font-weight: normal;
}
.cid-sgI09iB2z8 .nav-item:focus,
.cid-sgI09iB2z8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgI09iB2z8 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgI09iB2z8 .nav-item .nav-link {
    position: relative;
  }
  .cid-sgI09iB2z8 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgI09iB2z8 .nav-item:hover .nav-link:before,
  .cid-sgI09iB2z8 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgI09iB2z8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgI09iB2z8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgI09iB2z8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgI09iB2z8 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgI09iB2z8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgI09iB2z8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgI09iB2z8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgI09iB2z8 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgI09iB2z8 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgI09iB2z8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgI09iB2z8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgI09iB2z8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgI09iB2z8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgI09iB2z8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgI09iB2z8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgI09iB2z8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgI09iB2z8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgI09iB2z8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgI09iB2z8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgI09iB2z8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgI09iB2z8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgI09iB2z8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgI09iB2z8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgI09iB2z8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgI09iB2z8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgI09iB2z8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgI09iB2z8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgI09iB2z8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgI09iB2z8 .dropdown-item.active,
.cid-sgI09iB2z8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgI09iB2z8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgI09iB2z8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgI09iB2z8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgI09iB2z8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgI09iB2z8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgI09iB2z8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgI09iB2z8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgI09iB2z8 .navbar-buttons {
  text-align: center;
}
.cid-sgI09iB2z8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgI09iB2z8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgI09iB2z8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgI09iB2z8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgI09iB2z8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgI09iB2z8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgI09iB2z8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgI09iB2z8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgI09iB2z8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgI09iB2z8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgI09iB2z8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgI09iB2z8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgI09iB2z8 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgI09iB2z8 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgI09iB2z8 .soc-item {
  margin: .5rem .3rem;
}
.cid-sgI09iB2z8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgI09iB2z8 a.nav-link .mbr-iconfont-btn,
.cid-sgI09iB2z8 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgI09iB2z8 a.nav-link:hover .mbr-iconfont-btn,
.cid-sgI09iB2z8 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgI09iB2z8 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgI09iB2z8 .navbar {
    height: 77px;
  }
  .cid-sgI09iB2z8 .navbar.opened {
    height: auto;
  }
  .cid-sgI09iB2z8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgI09ldgjQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/parallax2b-1929x1428.jpg");
}
.cid-sgI09ldgjQ H1 {
  text-align: left;
}
.cid-sgI09ldgjQ .mbr-section-subtitle {
  text-align: left;
}
.cid-sgI09mMd0J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgI09mMd0J .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgI09mMd0J H2 {
  color: #b1a374;
  text-align: left;
}
.cid-sgI0WQ3YvD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sgI0WQ3YvD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgI0WQ3YvD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgI0WQ3YvD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgI0WQ3YvD .mbr-text {
    text-align: center;
  }
}
.cid-sgI0WQ3YvD .mbr-text,
.cid-sgI0WQ3YvD .mbr-section-btn {
  text-align: right;
}
.cid-sgI09psX9y {
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-sgI09psX9y .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgI09psX9y .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgI09psX9y .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shn0OoyZ28 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shn0OoyZ28 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shn0OoyZ28 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shn0OoyZ28 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shn0OoyZ28 .mbr-text {
    text-align: center;
  }
}
.cid-shn0OoyZ28 .mbr-text,
.cid-shn0OoyZ28 .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shn0OoyZ28 H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shn0OoyZ28 H3 {
  color: #767676;
  text-align: right;
}
.cid-shn0QkwTZW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shn0Rig3rT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shn0Rig3rT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shn0Rig3rT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shn0Rig3rT .mbr-text {
    text-align: center;
  }
}
.cid-shn0Rig3rT .mbr-text,
.cid-shn0Rig3rT .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shn0Rig3rT H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shn0Rig3rT H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sgCXlfXG4S .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCXlfXG4S .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sgCXlfXG4S .nav-item,
.cid-sgCXlfXG4S .nav-link,
.cid-sgCXlfXG4S .navbar-caption {
  font-weight: normal;
}
.cid-sgCXlfXG4S .nav-item:focus,
.cid-sgCXlfXG4S .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgCXlfXG4S .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sgCXlfXG4S .nav-item .nav-link {
    position: relative;
  }
  .cid-sgCXlfXG4S .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sgCXlfXG4S .nav-item:hover .nav-link:before,
  .cid-sgCXlfXG4S .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sgCXlfXG4S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sgCXlfXG4S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgCXlfXG4S .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sgCXlfXG4S .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sgCXlfXG4S .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgCXlfXG4S .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgCXlfXG4S .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sgCXlfXG4S .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sgCXlfXG4S .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sgCXlfXG4S .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sgCXlfXG4S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgCXlfXG4S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgCXlfXG4S .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgCXlfXG4S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgCXlfXG4S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgCXlfXG4S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sgCXlfXG4S .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgCXlfXG4S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgCXlfXG4S .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sgCXlfXG4S .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sgCXlfXG4S .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgCXlfXG4S .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sgCXlfXG4S .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sgCXlfXG4S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgCXlfXG4S .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgCXlfXG4S .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgCXlfXG4S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgCXlfXG4S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgCXlfXG4S .dropdown-item.active,
.cid-sgCXlfXG4S .dropdown-item:active {
  background-color: transparent;
}
.cid-sgCXlfXG4S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgCXlfXG4S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgCXlfXG4S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgCXlfXG4S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sgCXlfXG4S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgCXlfXG4S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgCXlfXG4S ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sgCXlfXG4S .navbar-buttons {
  text-align: center;
}
.cid-sgCXlfXG4S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgCXlfXG4S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sgCXlfXG4S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgCXlfXG4S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCXlfXG4S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgCXlfXG4S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgCXlfXG4S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCXlfXG4S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgCXlfXG4S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgCXlfXG4S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgCXlfXG4S .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sgCXlfXG4S a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCXlfXG4S .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sgCXlfXG4S .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sgCXlfXG4S .soc-item {
  margin: .5rem .3rem;
}
.cid-sgCXlfXG4S .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgCXlfXG4S a.nav-link .mbr-iconfont-btn,
.cid-sgCXlfXG4S a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sgCXlfXG4S a.nav-link:hover .mbr-iconfont-btn,
.cid-sgCXlfXG4S a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sgCXlfXG4S a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgCXlfXG4S .navbar {
    height: 77px;
  }
  .cid-sgCXlfXG4S .navbar.opened {
    height: auto;
  }
  .cid-sgCXlfXG4S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgCXliq0Xi {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf1-1920x762.jpg");
}
.cid-sgCXliq0Xi H1 {
  text-align: center;
}
.cid-sgHKt72FS3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgHKt72FS3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgHKt72FS3 H2 {
  color: #b1a374;
}
.cid-sgHKnycABv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgHKnycABv .counter-container {
  color: #767676;
}
.cid-sgHKnycABv .counter-container ul {
  margin-bottom: 0;
}
.cid-sgHKnycABv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sgHKnycABv .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #b1a374;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sgHKswp8ZL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgHKswp8ZL .mbr-section-subtitle {
  color: #767676;
}
.cid-sgHKswp8ZL H2 {
  color: #b1a374;
}
.cid-sgHJvIR4Na {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgHJvIR4Na .counter-container {
  color: #767676;
}
.cid-sgHJvIR4Na .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sgHJvIR4Na .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sgHJvIR4Na .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sgHJvIR4Na .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 5px;
  line-height: 30px;
  transition: all .2s;
  color: #ffffff;
  background: #b1a374;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.cid-sgHJvIR4Na .mbr-text {
  text-align: left;
}
.cid-sgHLCUMLbT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgHLCUMLbT .mbr-section-subtitle {
  color: #767676;
}
.cid-sgHLCUMLbT H2 {
  color: #b1a374;
}
.cid-sgHLFmBsUY {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgHLFmBsUY .counter-container {
  color: #767676;
}
.cid-sgHLFmBsUY .counter-container ul {
  margin-bottom: 0;
}
.cid-sgHLFmBsUY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sgHLFmBsUY .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #b1a374;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sgCXlqcrRo {
  background-image: url("../../../assets/images/arquitectura-biologicageometria-sagradadiseno-sustentable9-1920x1080.jpg");
}
.cid-sgCXlqcrRo .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sgCXlqcrRo .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sgCXlqcrRo .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shn1if3K9D {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shn1if3K9D .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shn1if3K9D .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shn1if3K9D .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shn1if3K9D .mbr-text {
    text-align: center;
  }
}
.cid-shn1if3K9D .mbr-text,
.cid-shn1if3K9D .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shn1if3K9D H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shn1if3K9D H3 {
  color: #767676;
  text-align: right;
}
.cid-shn1k4IGKK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shn1lrQtum {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shn1lrQtum .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shn1lrQtum .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shn1lrQtum .mbr-text {
    text-align: center;
  }
}
.cid-shn1lrQtum .mbr-text,
.cid-shn1lrQtum .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shn1lrQtum H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shn1lrQtum H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-shsUkdMRRe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shsUkdMRRe .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shsUkdMRRe .nav-item,
.cid-shsUkdMRRe .nav-link,
.cid-shsUkdMRRe .navbar-caption {
  font-weight: normal;
}
.cid-shsUkdMRRe .nav-item:focus,
.cid-shsUkdMRRe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shsUkdMRRe .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-shsUkdMRRe .nav-item .nav-link {
    position: relative;
  }
  .cid-shsUkdMRRe .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-shsUkdMRRe .nav-item:hover .nav-link:before,
  .cid-shsUkdMRRe .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-shsUkdMRRe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-shsUkdMRRe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shsUkdMRRe .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-shsUkdMRRe .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-shsUkdMRRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-shsUkdMRRe .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shsUkdMRRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-shsUkdMRRe .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-shsUkdMRRe .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-shsUkdMRRe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-shsUkdMRRe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shsUkdMRRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shsUkdMRRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shsUkdMRRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shsUkdMRRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shsUkdMRRe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shsUkdMRRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shsUkdMRRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shsUkdMRRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shsUkdMRRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shsUkdMRRe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shsUkdMRRe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shsUkdMRRe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-shsUkdMRRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shsUkdMRRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shsUkdMRRe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shsUkdMRRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shsUkdMRRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shsUkdMRRe .dropdown-item.active,
.cid-shsUkdMRRe .dropdown-item:active {
  background-color: transparent;
}
.cid-shsUkdMRRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shsUkdMRRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shsUkdMRRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shsUkdMRRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-shsUkdMRRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shsUkdMRRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shsUkdMRRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shsUkdMRRe .navbar-buttons {
  text-align: center;
}
.cid-shsUkdMRRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shsUkdMRRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-shsUkdMRRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shsUkdMRRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shsUkdMRRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shsUkdMRRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shsUkdMRRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shsUkdMRRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shsUkdMRRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shsUkdMRRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shsUkdMRRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-shsUkdMRRe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shsUkdMRRe .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-shsUkdMRRe .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-shsUkdMRRe .soc-item {
  margin: .5rem .3rem;
}
.cid-shsUkdMRRe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-shsUkdMRRe a.nav-link .mbr-iconfont-btn,
.cid-shsUkdMRRe a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-shsUkdMRRe a.nav-link:hover .mbr-iconfont-btn,
.cid-shsUkdMRRe a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-shsUkdMRRe a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shsUkdMRRe .navbar {
    height: 77px;
  }
  .cid-shsUkdMRRe .navbar.opened {
    height: auto;
  }
  .cid-shsUkdMRRe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shsUkgZBLM {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/parallaxf1-1920x762.jpg");
}
.cid-shsUkgZBLM H1 {
  text-align: center;
}
.cid-shsUkj34zg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shsUkj34zg .mbr-section-subtitle {
  color: #767676;
}
.cid-shsUkj34zg H2 {
  color: #b1a374;
}
.cid-shsUkkmXy2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shsUkkmXy2 .counter-container {
  color: #767676;
}
.cid-shsUkkmXy2 .counter-container ul {
  margin-bottom: 0;
}
.cid-shsUkkmXy2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-shsUkkmXy2 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #b1a374;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-shsUklzVcF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shsUklzVcF .mbr-section-subtitle {
  color: #767676;
}
.cid-shsUklzVcF H2 {
  color: #b1a374;
}
.cid-shsUkmT7kH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shsUkmT7kH .counter-container {
  color: #767676;
}
.cid-shsUkmT7kH .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-shsUkmT7kH .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-shsUkmT7kH .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-shsUkmT7kH .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 5px;
  line-height: 30px;
  transition: all .2s;
  color: #ffffff;
  background: #b1a374;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.cid-shsUkmT7kH .mbr-text {
  text-align: left;
}
.cid-shsUkoaxbD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shsUkoaxbD .mbr-section-subtitle {
  color: #767676;
}
.cid-shsUkoaxbD H2 {
  color: #b1a374;
}
.cid-shsUkpw11P {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shsUkpw11P .counter-container {
  color: #767676;
}
.cid-shsUkpw11P .counter-container ul {
  margin-bottom: 0;
}
.cid-shsUkpw11P .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-shsUkpw11P .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #b1a374;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-shsUkseaqu {
  background-image: url("../../../assets/images/arquitectura-biologicageometria-sagradadiseno-sustentable9-1920x1080.jpg");
}
.cid-shsUkseaqu .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-shsUkseaqu .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-shsUkseaqu .mbr-figure img {
    width: 100% !important;
  }
}
.cid-shsUku7wkD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-shsUku7wkD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shsUku7wkD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shsUku7wkD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shsUku7wkD .mbr-text {
    text-align: center;
  }
}
.cid-shsUku7wkD .mbr-text,
.cid-shsUku7wkD .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-shsUku7wkD H1 {
  color: #b1a374;
  text-align: right;
}
.cid-shsUku7wkD H3 {
  color: #767676;
  text-align: right;
}
.cid-shsUkwoASZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-shsUkyqs67 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shsUkyqs67 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shsUkyqs67 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shsUkyqs67 .mbr-text {
    text-align: center;
  }
}
.cid-shsUkyqs67 .mbr-text,
.cid-shsUkyqs67 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-shsUkyqs67 H1 {
  color: #b1a374;
  text-align: left;
}
.cid-shsUkyqs67 H3 {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-sx181sVHdl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sx181sVHdl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sx181sVHdl .nav-item,
.cid-sx181sVHdl .nav-link,
.cid-sx181sVHdl .navbar-caption {
  font-weight: normal;
}
.cid-sx181sVHdl .nav-item:focus,
.cid-sx181sVHdl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sx181sVHdl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sx181sVHdl .nav-item .nav-link {
    position: relative;
  }
  .cid-sx181sVHdl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sx181sVHdl .nav-item:hover .nav-link:before,
  .cid-sx181sVHdl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sx181sVHdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sx181sVHdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sx181sVHdl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sx181sVHdl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sx181sVHdl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sx181sVHdl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sx181sVHdl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sx181sVHdl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sx181sVHdl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sx181sVHdl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sx181sVHdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sx181sVHdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sx181sVHdl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sx181sVHdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sx181sVHdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sx181sVHdl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sx181sVHdl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sx181sVHdl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sx181sVHdl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sx181sVHdl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sx181sVHdl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sx181sVHdl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sx181sVHdl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sx181sVHdl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sx181sVHdl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sx181sVHdl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sx181sVHdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sx181sVHdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sx181sVHdl .dropdown-item.active,
.cid-sx181sVHdl .dropdown-item:active {
  background-color: transparent;
}
.cid-sx181sVHdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sx181sVHdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sx181sVHdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sx181sVHdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sx181sVHdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sx181sVHdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sx181sVHdl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sx181sVHdl .navbar-buttons {
  text-align: center;
}
.cid-sx181sVHdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx181sVHdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sx181sVHdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sx181sVHdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sx181sVHdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sx181sVHdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sx181sVHdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sx181sVHdl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sx181sVHdl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sx181sVHdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sx181sVHdl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sx181sVHdl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sx181sVHdl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-sx181sVHdl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sx181sVHdl .soc-item {
  margin: .5rem .3rem;
}
.cid-sx181sVHdl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sx181sVHdl a.nav-link .mbr-iconfont-btn,
.cid-sx181sVHdl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sx181sVHdl a.nav-link:hover .mbr-iconfont-btn,
.cid-sx181sVHdl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sx181sVHdl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sx181sVHdl .navbar {
    height: 77px;
  }
  .cid-sx181sVHdl .navbar.opened {
    height: auto;
  }
  .cid-sx181sVHdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx181M8prg {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sx181M8prg .mbr-section-subtitle {
  color: #767676;
}
.cid-sx181M8prg H2 {
  color: #b1a374;
}
.cid-sx181NcHw4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sx181NcHw4 .mbr-iconfont {
  color: #879a9f;
}
.cid-sx181NcHw4 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sx181NcHw4 .mbr-text {
  margin: 1.5rem 0;
}
.cid-sx181NcHw4 .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sx181NcHw4 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sx181NcHw4 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sx181NcHw4 .mbr-section-subtitle,
.cid-sx181NcHw4 .mbr-text,
.cid-sx181NcHw4 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sx181OHaj8.popup-builder {
  background-color: #ffffff;
}
.cid-sx181OHaj8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx181OHaj8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx181OHaj8 .modal-content,
.cid-sx181OHaj8 .modal-dialog {
  height: auto;
}
.cid-sx181OHaj8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx181OHaj8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx181OHaj8 .form-wrapper .mbr-form .form-group,
  .cid-sx181OHaj8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx181OHaj8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx181OHaj8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx181OHaj8 .mbr-text {
  text-align: left;
}
.cid-sx181OHaj8 .pt-0 {
  padding-top: 0 !important;
}
.cid-sx181OHaj8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx181OHaj8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx181OHaj8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx181OHaj8 .modal-open {
  overflow: hidden;
}
.cid-sx181OHaj8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx181OHaj8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx181OHaj8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx181OHaj8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx181OHaj8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx181OHaj8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx181OHaj8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx181OHaj8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx181OHaj8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx181OHaj8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx181OHaj8 .modal-backdrop.show {
  opacity: .5;
}
.cid-sx181OHaj8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx181OHaj8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx181OHaj8 .modal-header .close:hover {
  opacity: 1;
}
.cid-sx181OHaj8 .modal-header .close:focus {
  outline: none;
}
.cid-sx181OHaj8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx181OHaj8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx181OHaj8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx181OHaj8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx181OHaj8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx181OHaj8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx181OHaj8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx181OHaj8 .modal-sm {
    max-width: 300px;
  }
  .cid-sx181OHaj8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx181OHaj8 .modal-lg,
  .cid-sx181OHaj8 .modal-xl {
    max-width: 800px;
  }
  .cid-sx181OHaj8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx181OHaj8 .modal-xl {
    max-width: 1140px;
  }
  .cid-sx181OHaj8 .container {
    max-width: 1140px;
  }
}
.cid-sx181OHaj8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx181OHaj8 .container {
    max-width: 720px;
  }
}
.cid-sx181OHaj8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx181OHaj8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx181OHaj8 .form-group {
  margin-bottom: 1rem;
}
.cid-sx181OHaj8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx181OHaj8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx181OHaj8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx181Q9HMg.popup-builder {
  background-color: #ffffff;
}
.cid-sx181Q9HMg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx181Q9HMg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx181Q9HMg .modal-content,
.cid-sx181Q9HMg .modal-dialog {
  height: auto;
}
.cid-sx181Q9HMg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx181Q9HMg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx181Q9HMg .form-wrapper .mbr-form .form-group,
  .cid-sx181Q9HMg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx181Q9HMg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx181Q9HMg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx181Q9HMg .mbr-text {
  text-align: left;
}
.cid-sx181Q9HMg .pt-0 {
  padding-top: 0 !important;
}
.cid-sx181Q9HMg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx181Q9HMg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx181Q9HMg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx181Q9HMg .modal-open {
  overflow: hidden;
}
.cid-sx181Q9HMg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx181Q9HMg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx181Q9HMg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx181Q9HMg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx181Q9HMg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx181Q9HMg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx181Q9HMg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx181Q9HMg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx181Q9HMg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx181Q9HMg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx181Q9HMg .modal-backdrop.show {
  opacity: .5;
}
.cid-sx181Q9HMg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx181Q9HMg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx181Q9HMg .modal-header .close:hover {
  opacity: 1;
}
.cid-sx181Q9HMg .modal-header .close:focus {
  outline: none;
}
.cid-sx181Q9HMg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx181Q9HMg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx181Q9HMg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx181Q9HMg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx181Q9HMg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx181Q9HMg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx181Q9HMg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx181Q9HMg .modal-sm {
    max-width: 300px;
  }
  .cid-sx181Q9HMg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx181Q9HMg .modal-lg,
  .cid-sx181Q9HMg .modal-xl {
    max-width: 800px;
  }
  .cid-sx181Q9HMg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx181Q9HMg .modal-xl {
    max-width: 1140px;
  }
  .cid-sx181Q9HMg .container {
    max-width: 1140px;
  }
}
.cid-sx181Q9HMg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx181Q9HMg .container {
    max-width: 720px;
  }
}
.cid-sx181Q9HMg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx181Q9HMg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx181Q9HMg .form-group {
  margin-bottom: 1rem;
}
.cid-sx181Q9HMg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx181Q9HMg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx181Q9HMg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx181RxWF1.popup-builder {
  background-color: #ffffff;
}
.cid-sx181RxWF1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx181RxWF1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx181RxWF1 .modal-content,
.cid-sx181RxWF1 .modal-dialog {
  height: auto;
}
.cid-sx181RxWF1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx181RxWF1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx181RxWF1 .form-wrapper .mbr-form .form-group,
  .cid-sx181RxWF1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx181RxWF1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx181RxWF1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx181RxWF1 .mbr-text {
  text-align: left;
}
.cid-sx181RxWF1 .pt-0 {
  padding-top: 0 !important;
}
.cid-sx181RxWF1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx181RxWF1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx181RxWF1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx181RxWF1 .modal-open {
  overflow: hidden;
}
.cid-sx181RxWF1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx181RxWF1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx181RxWF1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx181RxWF1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx181RxWF1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx181RxWF1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx181RxWF1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx181RxWF1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx181RxWF1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx181RxWF1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx181RxWF1 .modal-backdrop.show {
  opacity: .5;
}
.cid-sx181RxWF1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx181RxWF1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx181RxWF1 .modal-header .close:hover {
  opacity: 1;
}
.cid-sx181RxWF1 .modal-header .close:focus {
  outline: none;
}
.cid-sx181RxWF1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx181RxWF1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx181RxWF1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx181RxWF1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx181RxWF1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx181RxWF1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx181RxWF1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx181RxWF1 .modal-sm {
    max-width: 300px;
  }
  .cid-sx181RxWF1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx181RxWF1 .modal-lg,
  .cid-sx181RxWF1 .modal-xl {
    max-width: 800px;
  }
  .cid-sx181RxWF1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx181RxWF1 .modal-xl {
    max-width: 1140px;
  }
  .cid-sx181RxWF1 .container {
    max-width: 1140px;
  }
}
.cid-sx181RxWF1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx181RxWF1 .container {
    max-width: 720px;
  }
}
.cid-sx181RxWF1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx181RxWF1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx181RxWF1 .form-group {
  margin-bottom: 1rem;
}
.cid-sx181RxWF1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx181RxWF1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx181RxWF1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx181T7mJy.popup-builder {
  background-color: #ffffff;
}
.cid-sx181T7mJy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx181T7mJy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx181T7mJy .modal-content,
.cid-sx181T7mJy .modal-dialog {
  height: auto;
}
.cid-sx181T7mJy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx181T7mJy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx181T7mJy .form-wrapper .mbr-form .form-group,
  .cid-sx181T7mJy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx181T7mJy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx181T7mJy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx181T7mJy .mbr-text {
  text-align: left;
}
.cid-sx181T7mJy .pt-0 {
  padding-top: 0 !important;
}
.cid-sx181T7mJy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx181T7mJy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx181T7mJy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx181T7mJy .modal-open {
  overflow: hidden;
}
.cid-sx181T7mJy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx181T7mJy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx181T7mJy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx181T7mJy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx181T7mJy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx181T7mJy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx181T7mJy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx181T7mJy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx181T7mJy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx181T7mJy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx181T7mJy .modal-backdrop.show {
  opacity: .5;
}
.cid-sx181T7mJy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx181T7mJy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx181T7mJy .modal-header .close:hover {
  opacity: 1;
}
.cid-sx181T7mJy .modal-header .close:focus {
  outline: none;
}
.cid-sx181T7mJy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx181T7mJy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx181T7mJy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx181T7mJy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx181T7mJy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx181T7mJy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx181T7mJy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx181T7mJy .modal-sm {
    max-width: 300px;
  }
  .cid-sx181T7mJy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx181T7mJy .modal-lg,
  .cid-sx181T7mJy .modal-xl {
    max-width: 800px;
  }
  .cid-sx181T7mJy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx181T7mJy .modal-xl {
    max-width: 1140px;
  }
  .cid-sx181T7mJy .container {
    max-width: 1140px;
  }
}
.cid-sx181T7mJy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx181T7mJy .container {
    max-width: 720px;
  }
}
.cid-sx181T7mJy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx181T7mJy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx181T7mJy .form-group {
  margin-bottom: 1rem;
}
.cid-sx181T7mJy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx181T7mJy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx181T7mJy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx181UxvgK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sx181UxvgK .mbr-iconfont {
  color: #879a9f;
}
.cid-sx181UxvgK .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sx181UxvgK .mbr-text {
  margin: 1.5rem 0;
}
.cid-sx181UxvgK .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sx181UxvgK .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sx181UxvgK .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sx181UxvgK .mbr-section-subtitle,
.cid-sx181UxvgK .mbr-text,
.cid-sx181UxvgK .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sx181W8DhM.popup-builder {
  background-color: #ffffff;
}
.cid-sx181W8DhM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx181W8DhM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx181W8DhM .modal-content,
.cid-sx181W8DhM .modal-dialog {
  height: auto;
}
.cid-sx181W8DhM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx181W8DhM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx181W8DhM .form-wrapper .mbr-form .form-group,
  .cid-sx181W8DhM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx181W8DhM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx181W8DhM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx181W8DhM .mbr-text {
  text-align: left;
}
.cid-sx181W8DhM .pt-0 {
  padding-top: 0 !important;
}
.cid-sx181W8DhM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx181W8DhM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx181W8DhM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx181W8DhM .modal-open {
  overflow: hidden;
}
.cid-sx181W8DhM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx181W8DhM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx181W8DhM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx181W8DhM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx181W8DhM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx181W8DhM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx181W8DhM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx181W8DhM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx181W8DhM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx181W8DhM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx181W8DhM .modal-backdrop.show {
  opacity: .5;
}
.cid-sx181W8DhM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx181W8DhM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx181W8DhM .modal-header .close:hover {
  opacity: 1;
}
.cid-sx181W8DhM .modal-header .close:focus {
  outline: none;
}
.cid-sx181W8DhM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx181W8DhM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx181W8DhM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx181W8DhM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx181W8DhM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx181W8DhM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx181W8DhM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx181W8DhM .modal-sm {
    max-width: 300px;
  }
  .cid-sx181W8DhM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx181W8DhM .modal-lg,
  .cid-sx181W8DhM .modal-xl {
    max-width: 800px;
  }
  .cid-sx181W8DhM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx181W8DhM .modal-xl {
    max-width: 1140px;
  }
  .cid-sx181W8DhM .container {
    max-width: 1140px;
  }
}
.cid-sx181W8DhM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx181W8DhM .container {
    max-width: 720px;
  }
}
.cid-sx181W8DhM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx181W8DhM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx181W8DhM .form-group {
  margin-bottom: 1rem;
}
.cid-sx181W8DhM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx181W8DhM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx181W8DhM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx181XNKDM.popup-builder {
  background-color: #ffffff;
}
.cid-sx181XNKDM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx181XNKDM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx181XNKDM .modal-content,
.cid-sx181XNKDM .modal-dialog {
  height: auto;
}
.cid-sx181XNKDM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx181XNKDM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx181XNKDM .form-wrapper .mbr-form .form-group,
  .cid-sx181XNKDM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx181XNKDM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx181XNKDM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx181XNKDM .mbr-text {
  text-align: left;
}
.cid-sx181XNKDM .pt-0 {
  padding-top: 0 !important;
}
.cid-sx181XNKDM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx181XNKDM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx181XNKDM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx181XNKDM .modal-open {
  overflow: hidden;
}
.cid-sx181XNKDM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx181XNKDM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx181XNKDM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx181XNKDM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx181XNKDM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx181XNKDM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx181XNKDM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx181XNKDM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx181XNKDM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx181XNKDM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx181XNKDM .modal-backdrop.show {
  opacity: .5;
}
.cid-sx181XNKDM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx181XNKDM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx181XNKDM .modal-header .close:hover {
  opacity: 1;
}
.cid-sx181XNKDM .modal-header .close:focus {
  outline: none;
}
.cid-sx181XNKDM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx181XNKDM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx181XNKDM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx181XNKDM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx181XNKDM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx181XNKDM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx181XNKDM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx181XNKDM .modal-sm {
    max-width: 300px;
  }
  .cid-sx181XNKDM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx181XNKDM .modal-lg,
  .cid-sx181XNKDM .modal-xl {
    max-width: 800px;
  }
  .cid-sx181XNKDM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx181XNKDM .modal-xl {
    max-width: 1140px;
  }
  .cid-sx181XNKDM .container {
    max-width: 1140px;
  }
}
.cid-sx181XNKDM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx181XNKDM .container {
    max-width: 720px;
  }
}
.cid-sx181XNKDM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx181XNKDM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx181XNKDM .form-group {
  margin-bottom: 1rem;
}
.cid-sx181XNKDM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx181XNKDM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx181XNKDM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx181Zhj9E.popup-builder {
  background-color: #ffffff;
}
.cid-sx181Zhj9E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx181Zhj9E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx181Zhj9E .modal-content,
.cid-sx181Zhj9E .modal-dialog {
  height: auto;
}
.cid-sx181Zhj9E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx181Zhj9E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx181Zhj9E .form-wrapper .mbr-form .form-group,
  .cid-sx181Zhj9E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx181Zhj9E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx181Zhj9E .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx181Zhj9E .mbr-text {
  text-align: left;
}
.cid-sx181Zhj9E .pt-0 {
  padding-top: 0 !important;
}
.cid-sx181Zhj9E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx181Zhj9E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx181Zhj9E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx181Zhj9E .modal-open {
  overflow: hidden;
}
.cid-sx181Zhj9E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx181Zhj9E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx181Zhj9E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx181Zhj9E .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx181Zhj9E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx181Zhj9E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx181Zhj9E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx181Zhj9E .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx181Zhj9E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx181Zhj9E .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx181Zhj9E .modal-backdrop.show {
  opacity: .5;
}
.cid-sx181Zhj9E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx181Zhj9E .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx181Zhj9E .modal-header .close:hover {
  opacity: 1;
}
.cid-sx181Zhj9E .modal-header .close:focus {
  outline: none;
}
.cid-sx181Zhj9E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx181Zhj9E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx181Zhj9E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx181Zhj9E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx181Zhj9E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx181Zhj9E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx181Zhj9E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx181Zhj9E .modal-sm {
    max-width: 300px;
  }
  .cid-sx181Zhj9E .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx181Zhj9E .modal-lg,
  .cid-sx181Zhj9E .modal-xl {
    max-width: 800px;
  }
  .cid-sx181Zhj9E .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx181Zhj9E .modal-xl {
    max-width: 1140px;
  }
  .cid-sx181Zhj9E .container {
    max-width: 1140px;
  }
}
.cid-sx181Zhj9E .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx181Zhj9E .container {
    max-width: 720px;
  }
}
.cid-sx181Zhj9E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx181Zhj9E .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx181Zhj9E .form-group {
  margin-bottom: 1rem;
}
.cid-sx181Zhj9E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx181Zhj9E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx181Zhj9E .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx1820Ivin.popup-builder {
  background-color: #ffffff;
}
.cid-sx1820Ivin.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx1820Ivin.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx1820Ivin .modal-content,
.cid-sx1820Ivin .modal-dialog {
  height: auto;
}
.cid-sx1820Ivin .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx1820Ivin .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx1820Ivin .form-wrapper .mbr-form .form-group,
  .cid-sx1820Ivin .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx1820Ivin .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx1820Ivin .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx1820Ivin .mbr-text {
  text-align: left;
}
.cid-sx1820Ivin .pt-0 {
  padding-top: 0 !important;
}
.cid-sx1820Ivin .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx1820Ivin .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx1820Ivin .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx1820Ivin .modal-open {
  overflow: hidden;
}
.cid-sx1820Ivin .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx1820Ivin .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx1820Ivin .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx1820Ivin .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx1820Ivin .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx1820Ivin .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx1820Ivin .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx1820Ivin .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx1820Ivin .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx1820Ivin .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx1820Ivin .modal-backdrop.show {
  opacity: .5;
}
.cid-sx1820Ivin .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx1820Ivin .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx1820Ivin .modal-header .close:hover {
  opacity: 1;
}
.cid-sx1820Ivin .modal-header .close:focus {
  outline: none;
}
.cid-sx1820Ivin .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx1820Ivin .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx1820Ivin .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx1820Ivin .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx1820Ivin .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx1820Ivin .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx1820Ivin .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx1820Ivin .modal-sm {
    max-width: 300px;
  }
  .cid-sx1820Ivin .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx1820Ivin .modal-lg,
  .cid-sx1820Ivin .modal-xl {
    max-width: 800px;
  }
  .cid-sx1820Ivin .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx1820Ivin .modal-xl {
    max-width: 1140px;
  }
  .cid-sx1820Ivin .container {
    max-width: 1140px;
  }
}
.cid-sx1820Ivin .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx1820Ivin .container {
    max-width: 720px;
  }
}
.cid-sx1820Ivin .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx1820Ivin .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx1820Ivin .form-group {
  margin-bottom: 1rem;
}
.cid-sx1820Ivin .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx1820Ivin .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx1820Ivin .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx1822cReE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sx1822cReE .mbr-iconfont {
  color: #879a9f;
}
.cid-sx1822cReE .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sx1822cReE .mbr-text {
  margin: 1.5rem 0;
}
.cid-sx1822cReE .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sx1822cReE .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sx1822cReE .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sx1822cReE .mbr-section-subtitle,
.cid-sx1822cReE .mbr-text,
.cid-sx1822cReE .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sx1823X4p4.popup-builder {
  background-color: #ffffff;
}
.cid-sx1823X4p4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx1823X4p4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx1823X4p4 .modal-content,
.cid-sx1823X4p4 .modal-dialog {
  height: auto;
}
.cid-sx1823X4p4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx1823X4p4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx1823X4p4 .form-wrapper .mbr-form .form-group,
  .cid-sx1823X4p4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx1823X4p4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx1823X4p4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx1823X4p4 .mbr-text {
  text-align: left;
}
.cid-sx1823X4p4 .pt-0 {
  padding-top: 0 !important;
}
.cid-sx1823X4p4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx1823X4p4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx1823X4p4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx1823X4p4 .modal-open {
  overflow: hidden;
}
.cid-sx1823X4p4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx1823X4p4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx1823X4p4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx1823X4p4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx1823X4p4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx1823X4p4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx1823X4p4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx1823X4p4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx1823X4p4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx1823X4p4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx1823X4p4 .modal-backdrop.show {
  opacity: .5;
}
.cid-sx1823X4p4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx1823X4p4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx1823X4p4 .modal-header .close:hover {
  opacity: 1;
}
.cid-sx1823X4p4 .modal-header .close:focus {
  outline: none;
}
.cid-sx1823X4p4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx1823X4p4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx1823X4p4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx1823X4p4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx1823X4p4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx1823X4p4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx1823X4p4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx1823X4p4 .modal-sm {
    max-width: 300px;
  }
  .cid-sx1823X4p4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx1823X4p4 .modal-lg,
  .cid-sx1823X4p4 .modal-xl {
    max-width: 800px;
  }
  .cid-sx1823X4p4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx1823X4p4 .modal-xl {
    max-width: 1140px;
  }
  .cid-sx1823X4p4 .container {
    max-width: 1140px;
  }
}
.cid-sx1823X4p4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx1823X4p4 .container {
    max-width: 720px;
  }
}
.cid-sx1823X4p4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx1823X4p4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx1823X4p4 .form-group {
  margin-bottom: 1rem;
}
.cid-sx1823X4p4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx1823X4p4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx1823X4p4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx1825tLTi.popup-builder {
  background-color: #ffffff;
}
.cid-sx1825tLTi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx1825tLTi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx1825tLTi .modal-content,
.cid-sx1825tLTi .modal-dialog {
  height: auto;
}
.cid-sx1825tLTi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx1825tLTi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx1825tLTi .form-wrapper .mbr-form .form-group,
  .cid-sx1825tLTi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx1825tLTi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx1825tLTi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx1825tLTi .mbr-text {
  text-align: left;
}
.cid-sx1825tLTi .pt-0 {
  padding-top: 0 !important;
}
.cid-sx1825tLTi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx1825tLTi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx1825tLTi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx1825tLTi .modal-open {
  overflow: hidden;
}
.cid-sx1825tLTi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx1825tLTi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx1825tLTi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx1825tLTi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx1825tLTi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx1825tLTi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx1825tLTi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx1825tLTi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx1825tLTi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx1825tLTi .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx1825tLTi .modal-backdrop.show {
  opacity: .5;
}
.cid-sx1825tLTi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx1825tLTi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx1825tLTi .modal-header .close:hover {
  opacity: 1;
}
.cid-sx1825tLTi .modal-header .close:focus {
  outline: none;
}
.cid-sx1825tLTi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx1825tLTi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx1825tLTi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx1825tLTi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx1825tLTi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx1825tLTi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx1825tLTi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx1825tLTi .modal-sm {
    max-width: 300px;
  }
  .cid-sx1825tLTi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx1825tLTi .modal-lg,
  .cid-sx1825tLTi .modal-xl {
    max-width: 800px;
  }
  .cid-sx1825tLTi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx1825tLTi .modal-xl {
    max-width: 1140px;
  }
  .cid-sx1825tLTi .container {
    max-width: 1140px;
  }
}
.cid-sx1825tLTi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx1825tLTi .container {
    max-width: 720px;
  }
}
.cid-sx1825tLTi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx1825tLTi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx1825tLTi .form-group {
  margin-bottom: 1rem;
}
.cid-sx1825tLTi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx1825tLTi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx1825tLTi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx1826ZQIc.popup-builder {
  background-color: #ffffff;
}
.cid-sx1826ZQIc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx1826ZQIc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx1826ZQIc .modal-content,
.cid-sx1826ZQIc .modal-dialog {
  height: auto;
}
.cid-sx1826ZQIc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx1826ZQIc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx1826ZQIc .form-wrapper .mbr-form .form-group,
  .cid-sx1826ZQIc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx1826ZQIc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx1826ZQIc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx1826ZQIc .mbr-text {
  text-align: left;
}
.cid-sx1826ZQIc .pt-0 {
  padding-top: 0 !important;
}
.cid-sx1826ZQIc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx1826ZQIc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx1826ZQIc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx1826ZQIc .modal-open {
  overflow: hidden;
}
.cid-sx1826ZQIc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx1826ZQIc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx1826ZQIc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx1826ZQIc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx1826ZQIc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx1826ZQIc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx1826ZQIc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx1826ZQIc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx1826ZQIc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx1826ZQIc .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx1826ZQIc .modal-backdrop.show {
  opacity: .5;
}
.cid-sx1826ZQIc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx1826ZQIc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx1826ZQIc .modal-header .close:hover {
  opacity: 1;
}
.cid-sx1826ZQIc .modal-header .close:focus {
  outline: none;
}
.cid-sx1826ZQIc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx1826ZQIc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx1826ZQIc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx1826ZQIc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx1826ZQIc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx1826ZQIc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx1826ZQIc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx1826ZQIc .modal-sm {
    max-width: 300px;
  }
  .cid-sx1826ZQIc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx1826ZQIc .modal-lg,
  .cid-sx1826ZQIc .modal-xl {
    max-width: 800px;
  }
  .cid-sx1826ZQIc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx1826ZQIc .modal-xl {
    max-width: 1140px;
  }
  .cid-sx1826ZQIc .container {
    max-width: 1140px;
  }
}
.cid-sx1826ZQIc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx1826ZQIc .container {
    max-width: 720px;
  }
}
.cid-sx1826ZQIc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx1826ZQIc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx1826ZQIc .form-group {
  margin-bottom: 1rem;
}
.cid-sx1826ZQIc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx1826ZQIc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx1826ZQIc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx1828vdvk.popup-builder {
  background-color: #ffffff;
}
.cid-sx1828vdvk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx1828vdvk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx1828vdvk .modal-content,
.cid-sx1828vdvk .modal-dialog {
  height: auto;
}
.cid-sx1828vdvk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx1828vdvk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx1828vdvk .form-wrapper .mbr-form .form-group,
  .cid-sx1828vdvk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx1828vdvk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx1828vdvk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx1828vdvk .mbr-text {
  text-align: left;
}
.cid-sx1828vdvk .pt-0 {
  padding-top: 0 !important;
}
.cid-sx1828vdvk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx1828vdvk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx1828vdvk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx1828vdvk .modal-open {
  overflow: hidden;
}
.cid-sx1828vdvk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx1828vdvk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx1828vdvk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx1828vdvk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx1828vdvk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx1828vdvk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx1828vdvk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx1828vdvk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx1828vdvk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx1828vdvk .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx1828vdvk .modal-backdrop.show {
  opacity: .5;
}
.cid-sx1828vdvk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx1828vdvk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx1828vdvk .modal-header .close:hover {
  opacity: 1;
}
.cid-sx1828vdvk .modal-header .close:focus {
  outline: none;
}
.cid-sx1828vdvk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx1828vdvk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx1828vdvk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx1828vdvk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx1828vdvk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx1828vdvk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx1828vdvk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx1828vdvk .modal-sm {
    max-width: 300px;
  }
  .cid-sx1828vdvk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx1828vdvk .modal-lg,
  .cid-sx1828vdvk .modal-xl {
    max-width: 800px;
  }
  .cid-sx1828vdvk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx1828vdvk .modal-xl {
    max-width: 1140px;
  }
  .cid-sx1828vdvk .container {
    max-width: 1140px;
  }
}
.cid-sx1828vdvk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx1828vdvk .container {
    max-width: 720px;
  }
}
.cid-sx1828vdvk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx1828vdvk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx1828vdvk .form-group {
  margin-bottom: 1rem;
}
.cid-sx1828vdvk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx1828vdvk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx1828vdvk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx182abHhZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sx182abHhZ .mbr-iconfont {
  color: #879a9f;
}
.cid-sx182abHhZ .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sx182abHhZ .mbr-text {
  margin: 1.5rem 0;
}
.cid-sx182abHhZ .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sx182abHhZ .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sx182abHhZ .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sx182abHhZ .mbr-section-subtitle,
.cid-sx182abHhZ .mbr-text,
.cid-sx182abHhZ .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sx182bPfMH.popup-builder {
  background-color: #ffffff;
}
.cid-sx182bPfMH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sx182bPfMH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sx182bPfMH .modal-content,
.cid-sx182bPfMH .modal-dialog {
  height: auto;
}
.cid-sx182bPfMH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sx182bPfMH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sx182bPfMH .form-wrapper .mbr-form .form-group,
  .cid-sx182bPfMH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sx182bPfMH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sx182bPfMH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sx182bPfMH .mbr-text {
  text-align: left;
}
.cid-sx182bPfMH .pt-0 {
  padding-top: 0 !important;
}
.cid-sx182bPfMH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sx182bPfMH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sx182bPfMH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sx182bPfMH .modal-open {
  overflow: hidden;
}
.cid-sx182bPfMH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sx182bPfMH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sx182bPfMH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sx182bPfMH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sx182bPfMH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sx182bPfMH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sx182bPfMH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sx182bPfMH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sx182bPfMH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sx182bPfMH .modal-backdrop.fade {
  opacity: 0;
}
.cid-sx182bPfMH .modal-backdrop.show {
  opacity: .5;
}
.cid-sx182bPfMH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sx182bPfMH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sx182bPfMH .modal-header .close:hover {
  opacity: 1;
}
.cid-sx182bPfMH .modal-header .close:focus {
  outline: none;
}
.cid-sx182bPfMH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sx182bPfMH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sx182bPfMH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sx182bPfMH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sx182bPfMH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sx182bPfMH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sx182bPfMH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sx182bPfMH .modal-sm {
    max-width: 300px;
  }
  .cid-sx182bPfMH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sx182bPfMH .modal-lg,
  .cid-sx182bPfMH .modal-xl {
    max-width: 800px;
  }
  .cid-sx182bPfMH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sx182bPfMH .modal-xl {
    max-width: 1140px;
  }
  .cid-sx182bPfMH .container {
    max-width: 1140px;
  }
}
.cid-sx182bPfMH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sx182bPfMH .container {
    max-width: 720px;
  }
}
.cid-sx182bPfMH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sx182bPfMH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sx182bPfMH .form-group {
  margin-bottom: 1rem;
}
.cid-sx182bPfMH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sx182bPfMH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sx182bPfMH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sx182tWKnj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sx182tWKnj .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sx182tWKnj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx182tWKnj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sx182tWKnj .mbr-text {
    text-align: center;
  }
}
.cid-sx182tWKnj .mbr-text,
.cid-sx182tWKnj .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sx182tWKnj H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sx182tWKnj H3 {
  color: #767676;
  text-align: right;
}
.cid-sx182vxVGO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sx182wRt6L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sx182wRt6L .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx182wRt6L .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sx182wRt6L .mbr-text {
    text-align: center;
  }
}
.cid-sx182wRt6L .mbr-text,
.cid-sx182wRt6L .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sx182wRt6L H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sx182wRt6L H3 {
  color: #767676;
  text-align: left;
}
.cid-sx182ygqmY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax2b-1929x1428.jpg");
}
.cid-sx182zAdAX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-sx182AU1sA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sx182AU1sA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx182AU1sA .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sx182AU1sA .mbr-text {
    text-align: center;
  }
}
.cid-sx182AU1sA H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sx182AU1sA .mbr-text,
.cid-sx182AU1sA .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-tZWLx13xpK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tZWLx13xpK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tZWLx13xpK .nav-item,
.cid-tZWLx13xpK .nav-link,
.cid-tZWLx13xpK .navbar-caption {
  font-weight: normal;
}
.cid-tZWLx13xpK .nav-item:focus,
.cid-tZWLx13xpK .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tZWLx13xpK .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tZWLx13xpK .nav-item .nav-link {
    position: relative;
  }
  .cid-tZWLx13xpK .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tZWLx13xpK .nav-item:hover .nav-link:before,
  .cid-tZWLx13xpK .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tZWLx13xpK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tZWLx13xpK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZWLx13xpK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tZWLx13xpK .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tZWLx13xpK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tZWLx13xpK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tZWLx13xpK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tZWLx13xpK .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tZWLx13xpK .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tZWLx13xpK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tZWLx13xpK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZWLx13xpK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZWLx13xpK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tZWLx13xpK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZWLx13xpK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZWLx13xpK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tZWLx13xpK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tZWLx13xpK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZWLx13xpK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZWLx13xpK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tZWLx13xpK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tZWLx13xpK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tZWLx13xpK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tZWLx13xpK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tZWLx13xpK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tZWLx13xpK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZWLx13xpK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZWLx13xpK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZWLx13xpK .dropdown-item.active,
.cid-tZWLx13xpK .dropdown-item:active {
  background-color: transparent;
}
.cid-tZWLx13xpK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZWLx13xpK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZWLx13xpK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZWLx13xpK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tZWLx13xpK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZWLx13xpK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZWLx13xpK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tZWLx13xpK .navbar-buttons {
  text-align: center;
}
.cid-tZWLx13xpK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZWLx13xpK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tZWLx13xpK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tZWLx13xpK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tZWLx13xpK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tZWLx13xpK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tZWLx13xpK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZWLx13xpK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tZWLx13xpK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tZWLx13xpK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tZWLx13xpK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tZWLx13xpK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tZWLx13xpK .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-tZWLx13xpK .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tZWLx13xpK .soc-item {
  margin: .5rem .3rem;
}
.cid-tZWLx13xpK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tZWLx13xpK a.nav-link .mbr-iconfont-btn,
.cid-tZWLx13xpK a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tZWLx13xpK a.nav-link:hover .mbr-iconfont-btn,
.cid-tZWLx13xpK a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tZWLx13xpK a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZWLx13xpK .navbar {
    height: 77px;
  }
  .cid-tZWLx13xpK .navbar.opened {
    height: auto;
  }
  .cid-tZWLx13xpK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZWLx1WbN3 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tZWLx1WbN3 .mbr-section-subtitle {
  color: #767676;
}
.cid-tZWLx1WbN3 H2 {
  color: #b1a374;
}
.cid-tZWLxeamHu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #786f51;
}
.cid-tZWLxeamHu .mbr-section-subtitle {
  color: #767676;
}
.cid-tZWLxeamHu ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZWLxeamHu ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tZWLxeamHu ul.list-inline img {
  max-width: 10rem;
  padding-bottom: .2rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tZWLxeamHu ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tZWLxeamHu .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tZWLxeFc8H {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWLxeFc8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWLxeFc8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWLxeFc8H .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWLxeFc8H .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWLxeFc8H .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWLxeFc8H .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWLxeFc8H .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWLxeFc8H .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWLxeFc8H .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWLxeFc8H .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWLxeFc8H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWLxeFc8H .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWLxeFc8H .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWLxeFc8H .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWLxeFc8H .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .copyright {
    text-align: center !important;
  }
}
.cid-tZWLxeFc8H .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .brand-text {
    text-align: center !important;
  }
}
.cid-tZWLxeFc8H .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWLxeFc8H .col-link {
    padding: 0;
  }
}
.cid-tZWLxeFc8H .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .col-link1 {
    width: 40%;
  }
}
.cid-tZWLxeFc8H .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .col-link2 {
    width: 60%;
  }
}
.cid-tZWLxeFc8H .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWLxeFc8H .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWLxeFc8H .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWLxeFc8H .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWLxeFc8H .list li:hover {
  color: #879a9f !important;
}
.cid-tZWLxeFc8H .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWLxeFc8H .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWLxeFc8H .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWLxeFc8H .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .social-container {
    width: 100%;
  }
}
.cid-tZWLxeFc8H .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .btn-text {
    text-align: center !important;
  }
}
.cid-tZWLxeFc8H .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWLxeFc8H .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .social-text {
    text-align: center !important;
  }
}
.cid-tZWLxeFc8H .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWLxeFc8H .social-row {
    justify-content: center;
  }
}
.cid-tZWLxeFc8H .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWLxeFc8H .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWLxeFc8H .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWLxeFc8H .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWLxeFc8H .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWLxeFc8H .footer-border {
    display: none;
  }
}
.cid-seUJzNkGJz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-seUJzNkGJz .navbar-buttons {
  flex-wrap: wrap;
}
.cid-seUJzNkGJz .nav-item,
.cid-seUJzNkGJz .nav-link,
.cid-seUJzNkGJz .navbar-caption {
  font-weight: normal;
}
.cid-seUJzNkGJz .nav-item:focus,
.cid-seUJzNkGJz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-seUJzNkGJz .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-seUJzNkGJz .nav-item .nav-link {
    position: relative;
  }
  .cid-seUJzNkGJz .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-seUJzNkGJz .nav-item:hover .nav-link:before,
  .cid-seUJzNkGJz .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-seUJzNkGJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-seUJzNkGJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seUJzNkGJz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-seUJzNkGJz .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-seUJzNkGJz .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-seUJzNkGJz .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-seUJzNkGJz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-seUJzNkGJz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-seUJzNkGJz .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-seUJzNkGJz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-seUJzNkGJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seUJzNkGJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seUJzNkGJz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-seUJzNkGJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seUJzNkGJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seUJzNkGJz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-seUJzNkGJz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-seUJzNkGJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seUJzNkGJz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seUJzNkGJz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-seUJzNkGJz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-seUJzNkGJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seUJzNkGJz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-seUJzNkGJz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-seUJzNkGJz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-seUJzNkGJz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seUJzNkGJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seUJzNkGJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seUJzNkGJz .dropdown-item.active,
.cid-seUJzNkGJz .dropdown-item:active {
  background-color: transparent;
}
.cid-seUJzNkGJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seUJzNkGJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seUJzNkGJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seUJzNkGJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-seUJzNkGJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seUJzNkGJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seUJzNkGJz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-seUJzNkGJz .navbar-buttons {
  text-align: center;
}
.cid-seUJzNkGJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-seUJzNkGJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-seUJzNkGJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seUJzNkGJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seUJzNkGJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seUJzNkGJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seUJzNkGJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seUJzNkGJz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seUJzNkGJz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seUJzNkGJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seUJzNkGJz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-seUJzNkGJz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seUJzNkGJz .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-seUJzNkGJz .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-seUJzNkGJz .soc-item {
  margin: .5rem .3rem;
}
.cid-seUJzNkGJz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seUJzNkGJz a.nav-link .mbr-iconfont-btn,
.cid-seUJzNkGJz a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-seUJzNkGJz a.nav-link:hover .mbr-iconfont-btn,
.cid-seUJzNkGJz a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-seUJzNkGJz a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seUJzNkGJz .navbar {
    height: 77px;
  }
  .cid-seUJzNkGJz .navbar.opened {
    height: auto;
  }
  .cid-seUJzNkGJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZWMtWgIn8.popup-builder {
  background-color: #ffffff;
}
.cid-tZWMtWgIn8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZWMtWgIn8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZWMtWgIn8 .modal-content,
.cid-tZWMtWgIn8 .modal-dialog {
  height: auto;
}
.cid-tZWMtWgIn8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZWMtWgIn8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZWMtWgIn8 .form-wrapper .mbr-form .form-group,
  .cid-tZWMtWgIn8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZWMtWgIn8 .card-img {
  width: 80%;
  margin: auto;
  border-radius: 0;
}
.cid-tZWMtWgIn8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tZWMtWgIn8 .mbr-text {
  text-align: center;
  color: #767676;
}
.cid-tZWMtWgIn8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tZWMtWgIn8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZWMtWgIn8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZWMtWgIn8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZWMtWgIn8 .modal-open {
  overflow: hidden;
}
.cid-tZWMtWgIn8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZWMtWgIn8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZWMtWgIn8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZWMtWgIn8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tZWMtWgIn8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZWMtWgIn8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZWMtWgIn8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZWMtWgIn8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tZWMtWgIn8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZWMtWgIn8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZWMtWgIn8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tZWMtWgIn8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tZWMtWgIn8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZWMtWgIn8 .modal-header {
    padding: 1rem;
  }
}
.cid-tZWMtWgIn8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZWMtWgIn8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tZWMtWgIn8 .modal-header .close:focus {
  outline: none;
}
.cid-tZWMtWgIn8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #8d8363;
}
.cid-tZWMtWgIn8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-tZWMtWgIn8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZWMtWgIn8 .modal-body {
    padding: 1rem;
  }
}
.cid-tZWMtWgIn8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tZWMtWgIn8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZWMtWgIn8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tZWMtWgIn8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZWMtWgIn8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZWMtWgIn8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZWMtWgIn8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZWMtWgIn8 .modal-sm {
    max-width: 300px;
  }
  .cid-tZWMtWgIn8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZWMtWgIn8 .modal-lg,
  .cid-tZWMtWgIn8 .modal-xl {
    max-width: 800px;
  }
  .cid-tZWMtWgIn8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZWMtWgIn8 .modal-xl {
    max-width: 1140px;
  }
  .cid-tZWMtWgIn8 .container {
    max-width: 1140px;
  }
}
.cid-tZWMtWgIn8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZWMtWgIn8 .container {
    max-width: 720px;
  }
}
.cid-tZWMtWgIn8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZWMtWgIn8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tZWMtWgIn8 .form-group {
  margin-bottom: 1rem;
}
.cid-tZWMtWgIn8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZWMtWgIn8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZWMtWgIn8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tZWMtWgIn8 .mbr-section-btn {
  margin: 0;
}
.cid-tZWMtWgIn8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sNxwn4U6IO .modal-body .close {
  background: #1b1b1b;
}
.cid-sNxwn4U6IO .modal-body .close span {
  font-style: normal;
}
.cid-sNxwn4U6IO .carousel-inner > .active,
.cid-sNxwn4U6IO .carousel-inner > .next,
.cid-sNxwn4U6IO .carousel-inner > .prev {
  display: flex;
}
.cid-sNxwn4U6IO .carousel-control .icon-next,
.cid-sNxwn4U6IO .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 20px;
  line-height: 27px;
}
.cid-sNxwn4U6IO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sNxwn4U6IO .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNxwn4U6IO .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sNxwn4U6IO .boxed-slider > div {
  position: relative;
}
.cid-sNxwn4U6IO .container img {
  width: 100%;
}
.cid-sNxwn4U6IO .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sNxwn4U6IO .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sNxwn4U6IO .mbr-table-cell {
  padding: 0;
}
.cid-sNxwn4U6IO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sNxwn4U6IO .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sNxwn4U6IO .mbr-overlay {
  z-index: 1;
}
.cid-sNxwn4U6IO .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sNxwn4U6IO .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sNxwn4U6IO .carousel-item.active.right,
.cid-sNxwn4U6IO .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sNxwn4U6IO .carousel-item.active.left,
.cid-sNxwn4U6IO .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sNxwn4U6IO .carousel-item.active,
.cid-sNxwn4U6IO .carousel-item.next.left,
.cid-sNxwn4U6IO .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sNxwn4U6IO .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sNxwn4U6IO .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNxwn4U6IO .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNxwn4U6IO .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sNxwn4U6IO .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sNxwn4U6IO .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sNxwn4U6IO .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 5px;
  height: 5px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sNxwn4U6IO .mbr-slider .carousel-indicators li.active,
.cid-sNxwn4U6IO .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sNxwn4U6IO .mbr-slider .carousel-indicators li::after,
.cid-sNxwn4U6IO .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sNxwn4U6IO .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sNxwn4U6IO .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sNxwn4U6IO .mbr-slider > .container img {
  width: 100%;
}
.cid-sNxwn4U6IO .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sNxwn4U6IO .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sNxwn4U6IO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sNxwn4U6IO .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sNxwn4U6IO .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sNxwn4U6IO .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sNxwn4U6IO .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sNxwn4U6IO .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sNxwn4U6IO .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sNxwn4U6IO .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sNxwn4U6IO .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sNxwn4U6IO .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sNxwn4U6IO .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sspWKO56P4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/banner-curso6-2000x1125.jpg");
}
.cid-sspWKO56P4 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sspWKO56P4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sspWKO56P4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sspWKO56P4 .mbr-text {
    text-align: center;
  }
}
.cid-sspWKO56P4 .img-wrap2 img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sspWKO56P4 H1 {
  text-align: center;
}
.cid-sspWKO56P4 H3 {
  text-align: center;
}
.cid-sspWKO56P4 .mbr-text,
.cid-sspWKO56P4 .mbr-section-btn {
  text-align: center;
  color: #f7ed4a;
}
.cid-seUXaIWj6V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallaxf1-1920x762.jpg");
}
@media (min-width: 992px) {
  .cid-seUXaIWj6V .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seUXaIWj6V .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seUXaIWj6V .mbr-text {
    text-align: center;
  }
}
.cid-seUY3KEttk {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seUY3KEttk .mbr-section-subtitle {
  color: #767676;
}
.cid-seUY3KEttk H2 {
  color: #b1a374;
}
.cid-tFchDxyFUF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tFchDxyFUF .image-block {
  margin: auto;
  height: ;
  overflow: hidden;
  position: relative;
}
.cid-tFchDxyFUF .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tFchDxyFUF .image-block:hover:before {
  opacity: 0.4;
}
.cid-tFchDxyFUF .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFchDxyFUF .image-block:hover img {
  transform: scale(1.05);
}
.cid-tFchDxyFUF h4 {
  letter-spacing: 2px;
}
.cid-tFchDxyFUF figcaption {
  position: relative;
}
.cid-tFchDxyFUF figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tFchDxyFUF img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFchDxyFUF .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFchDxyFUF .wrap {
    opacity: 1!important;
  }
  .cid-tFchDxyFUF .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-seUYqGDv0h {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seUYqGDv0h .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-seUYqGDv0h H2 {
  color: #b1a374;
}
.cid-seUZ0YM8Br {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seUZ0YM8Br .mbr-text,
.cid-seUZ0YM8Br blockquote {
  color: #767676;
}
.cid-seUZrsxCMU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #443f0b;
}
.cid-seUZrsxCMU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seUZrsxCMU H2 {
  color: #ffffff;
}
.cid-tFchZ9bUxp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tFchZ9bUxp .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tFchZ9bUxp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFchZ9bUxp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFchZ9bUxp .mbr-text {
    text-align: center;
  }
}
.cid-tFchZ9bUxp .img-wrap2 img {
  width: 100%;
  border-radius: .25rem;
}
.cid-tFchZ9bUxp H1 {
  text-align: center;
  color: #e4d295;
}
.cid-tFchZ9bUxp H3 {
  text-align: center;
}
.cid-tFchZ9bUxp .mbr-text,
.cid-tFchZ9bUxp .mbr-section-btn {
  text-align: center;
  color: #e4d295;
}
.cid-sPvVRr5RZH .modal-body .close {
  background: #1b1b1b;
}
.cid-sPvVRr5RZH .modal-body .close span {
  font-style: normal;
}
.cid-sPvVRr5RZH .carousel-inner > .active,
.cid-sPvVRr5RZH .carousel-inner > .next,
.cid-sPvVRr5RZH .carousel-inner > .prev {
  display: flex;
}
.cid-sPvVRr5RZH .carousel-control .icon-next,
.cid-sPvVRr5RZH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sPvVRr5RZH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPvVRr5RZH .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sPvVRr5RZH .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sPvVRr5RZH .boxed-slider > div {
  position: relative;
}
.cid-sPvVRr5RZH .container img {
  width: 100%;
}
.cid-sPvVRr5RZH .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sPvVRr5RZH .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sPvVRr5RZH .mbr-table-cell {
  padding: 0;
}
.cid-sPvVRr5RZH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sPvVRr5RZH .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sPvVRr5RZH .mbr-overlay {
  z-index: 1;
}
.cid-sPvVRr5RZH .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sPvVRr5RZH .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sPvVRr5RZH .carousel-item.active.right,
.cid-sPvVRr5RZH .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sPvVRr5RZH .carousel-item.active.left,
.cid-sPvVRr5RZH .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sPvVRr5RZH .carousel-item.active,
.cid-sPvVRr5RZH .carousel-item.next.left,
.cid-sPvVRr5RZH .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sPvVRr5RZH .mbr-slider .carousel-control {
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sPvVRr5RZH .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPvVRr5RZH .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPvVRr5RZH .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sPvVRr5RZH .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sPvVRr5RZH .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sPvVRr5RZH .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sPvVRr5RZH .mbr-slider .carousel-indicators li.active,
.cid-sPvVRr5RZH .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sPvVRr5RZH .mbr-slider .carousel-indicators li::after,
.cid-sPvVRr5RZH .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sPvVRr5RZH .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sPvVRr5RZH .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sPvVRr5RZH .mbr-slider > .container img {
  width: 100%;
}
.cid-sPvVRr5RZH .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sPvVRr5RZH .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sPvVRr5RZH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sPvVRr5RZH .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sPvVRr5RZH .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sPvVRr5RZH .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sPvVRr5RZH .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sPvVRr5RZH .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sPvVRr5RZH .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sPvVRr5RZH .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sPvVRr5RZH .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sPvVRr5RZH .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sPvVRr5RZH .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-seV56A6ywl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-seV56A6ywl .mbr-section-subtitle {
  color: #767676;
}
.cid-seV56A6ywl H2 {
  color: #b1a374;
}
.cid-sg3h85utRz .modal-body .close {
  background: #1b1b1b;
}
.cid-sg3h85utRz .modal-body .close span {
  font-style: normal;
}
.cid-sg3h85utRz .carousel-inner > .active,
.cid-sg3h85utRz .carousel-inner > .next,
.cid-sg3h85utRz .carousel-inner > .prev {
  display: flex;
}
.cid-sg3h85utRz .carousel-control .icon-next,
.cid-sg3h85utRz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sg3h85utRz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg3h85utRz .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sg3h85utRz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sg3h85utRz .boxed-slider > div {
  position: relative;
}
.cid-sg3h85utRz .container img {
  width: 100%;
}
.cid-sg3h85utRz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sg3h85utRz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sg3h85utRz .mbr-table-cell {
  padding: 0;
}
.cid-sg3h85utRz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sg3h85utRz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sg3h85utRz .mbr-overlay {
  z-index: 1;
}
.cid-sg3h85utRz .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sg3h85utRz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sg3h85utRz .carousel-item.active.right,
.cid-sg3h85utRz .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sg3h85utRz .carousel-item.active.left,
.cid-sg3h85utRz .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sg3h85utRz .carousel-item.active,
.cid-sg3h85utRz .carousel-item.next.left,
.cid-sg3h85utRz .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sg3h85utRz .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sg3h85utRz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sg3h85utRz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sg3h85utRz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sg3h85utRz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators li.active,
.cid-sg3h85utRz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators li::after,
.cid-sg3h85utRz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sg3h85utRz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sg3h85utRz .mbr-slider > .container img {
  width: 100%;
}
.cid-sg3h85utRz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sg3h85utRz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sg3h85utRz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sg3h85utRz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sg3h85utRz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sg3h85utRz .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sg3h85utRz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sg3h85utRz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sg3h85utRz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sg3h85utRz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sg3h85utRz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sg3h85utRz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sg3h85utRz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sg9LafTgXr {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #786f51;
}
.cid-sg9LafTgXr .mbr-section-subtitle {
  color: #767676;
}
.cid-sg9LafTgXr H2 {
  color: #ffffff;
}
.cid-sg9L8Cg0wa {
  padding-top: 30px;
  padding-bottom: 90px;
  background: #786f51;
}
.cid-sg9L8Cg0wa .images-container.container-fluid {
  padding: 0;
}
.cid-sg9L8Cg0wa .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sg9L8Cg0wa .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sg9L8Cg0wa .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sg9L8Cg0wa .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sg9L8Cg0wa .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sg9L8Cg0wa .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sg9L8Cg0wa .img-item {
    width: 100% !important;
  }
  .cid-sg9L8Cg0wa .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sg3lYg2ib3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg3lYg2ib3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sg3lYg2ib3 H2 {
  color: #b1a374;
}
.cid-sg3m7nLnfA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg3m7nLnfA .mbr-text,
.cid-sg3m7nLnfA blockquote {
  color: #767676;
}
.cid-sg3nav0PZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg3nav0PZX .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg3nav0PZX .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg3nav0PZX .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sg3nav0PZX .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sg3nav0PZX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg3nav0PZX .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sg3nav0PZX .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sg3nav0PZX .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sg3nav0PZX .card .card-box .card-title,
  .cid-sg3nav0PZX .card .card-box .mbr-text,
  .cid-sg3nav0PZX .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sg3nav0PZX .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sg3nav0PZX .card .card-img {
    text-align: right !important;
  }
}
.cid-sg3nav0PZX .card-title,
.cid-sg3nav0PZX .card-img {
  color: #b1a374;
}
.cid-sg3ohDNkPh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg3ohDNkPh .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg3ohDNkPh .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg3ohDNkPh .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sg3ohDNkPh .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sg3ohDNkPh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg3ohDNkPh .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sg3ohDNkPh .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sg3ohDNkPh .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sg3ohDNkPh .card .card-box .card-title,
  .cid-sg3ohDNkPh .card .card-box .mbr-text,
  .cid-sg3ohDNkPh .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sg3ohDNkPh .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sg3ohDNkPh .card .card-img {
    text-align: right !important;
  }
}
.cid-sg3ohDNkPh .card-title,
.cid-sg3ohDNkPh .card-img {
  color: #b1a374;
}
.cid-sg3vQn1Rct {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sg3vQn1Rct .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg3vQn1Rct .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg3vQn1Rct .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sg3vQn1Rct .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sg3vQn1Rct .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg3vQn1Rct .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sg3vQn1Rct .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sg3vQn1Rct .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sg3vQn1Rct .card .card-box .card-title,
  .cid-sg3vQn1Rct .card .card-box .mbr-text,
  .cid-sg3vQn1Rct .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sg3vQn1Rct .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sg3vQn1Rct .card .card-img {
    text-align: right !important;
  }
}
.cid-sg3vQn1Rct .card-title,
.cid-sg3vQn1Rct .card-img {
  color: #b1a374;
}
.cid-sg3uVP1EgR {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable4-1440x10402.jpg");
}
.cid-sg3uVP1EgR .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sg3uVP1EgR .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sg3uVP1EgR .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sg3zXSLrcX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sg3zXSLrcX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg3zXSLrcX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3zXSLrcX .mbr-text {
    text-align: center;
  }
}
.cid-sg3zXSLrcX .mbr-text,
.cid-sg3zXSLrcX .mbr-section-btn {
  color: #767676;
}
.cid-sg3zXSLrcX H1 {
  color: #b1a374;
}
.cid-sg3BwnY2ir {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sg3BwnY2ir .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sg3BwnY2ir .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sg3BwnY2ir .card .card-img {
  height: 100%;
}
.cid-sg3BwnY2ir .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sg3BwnY2ir .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #e4d295;
}
.cid-sg3BwnY2ir .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sg3BwnY2ir .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sg3BwnY2ir .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sg3BwnY2ir .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sg3BwnY2ir .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sg3BwnY2ir .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sg3BwnY2ir .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg3BwnY2ir .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sg3BwnY2ir .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sg3BwnY2ir .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sg3BwnY2ir .mbr-section-title,
.cid-sg3BwnY2ir .line-wrap {
  color: #232323;
  text-align: center;
}
.cid-sg3BwnY2ir .mbr-text {
  text-align: center;
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sg3BwnY2ir .card-big {
    height: 200px;
  }
  .cid-sg3BwnY2ir .card-img {
    margin-top: -15%;
  }
}
.cid-sg3BwnY2ir H1 {
  color: #ffffff;
}
.cid-sg3CV9Wat3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sg3CV9Wat3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sg3CV9Wat3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg3CV9Wat3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3CV9Wat3 .mbr-text {
    text-align: center;
  }
}
.cid-sg3CV9Wat3 .mbr-text,
.cid-sg3CV9Wat3 .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sg3CV9Wat3 H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sg3CV9Wat3 H3 {
  color: #767676;
  text-align: right;
}
.cid-sg3EWLHDNp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sg3EOArXF3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sg3EOArXF3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg3EOArXF3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3EOArXF3 .mbr-text {
    text-align: center;
  }
}
.cid-sg3EOArXF3 .mbr-text,
.cid-sg3EOArXF3 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sg3EOArXF3 H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sg3EOArXF3 H3 {
  color: #767676;
  text-align: left;
}
.cid-sg3JNLhUfk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax2b-1929x1428.jpg");
}
.cid-sg3KD4sZ9C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-sg9F1k6lOd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sg9F1k6lOd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg9F1k6lOd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg9F1k6lOd .mbr-text {
    text-align: center;
  }
}
.cid-sg9F1k6lOd H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sg9F1k6lOd .mbr-text,
.cid-sg9F1k6lOd .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-tZWIfibtxx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWIfibtxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWIfibtxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWIfibtxx .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWIfibtxx .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWIfibtxx .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWIfibtxx .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWIfibtxx .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWIfibtxx .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .copyright {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .brand-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .col-link {
    padding: 0;
  }
}
.cid-tZWIfibtxx .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link1 {
    width: 40%;
  }
}
.cid-tZWIfibtxx .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .col-link2 {
    width: 60%;
  }
}
.cid-tZWIfibtxx .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWIfibtxx .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWIfibtxx .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWIfibtxx .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWIfibtxx .list li:hover {
  color: #879a9f !important;
}
.cid-tZWIfibtxx .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWIfibtxx .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWIfibtxx .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-container {
    width: 100%;
  }
}
.cid-tZWIfibtxx .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .btn-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-text {
    text-align: center !important;
  }
}
.cid-tZWIfibtxx .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWIfibtxx .social-row {
    justify-content: center;
  }
}
.cid-tZWIfibtxx .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWIfibtxx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-tZWIfibtxx .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWIfibtxx .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWIfibtxx .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWIfibtxx .footer-border {
    display: none;
  }
}
.cid-u0YxjZtHW0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #b1a374;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u0YxjZtHW0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u0YxjZtHW0 .nav-item,
.cid-u0YxjZtHW0 .nav-link,
.cid-u0YxjZtHW0 .navbar-caption {
  font-weight: normal;
}
.cid-u0YxjZtHW0 .nav-item:focus,
.cid-u0YxjZtHW0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u0YxjZtHW0 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-u0YxjZtHW0 .nav-item .nav-link {
    position: relative;
  }
  .cid-u0YxjZtHW0 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #b1a374;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u0YxjZtHW0 .nav-item:hover .nav-link:before,
  .cid-u0YxjZtHW0 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-u0YxjZtHW0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u0YxjZtHW0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0YxjZtHW0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-u0YxjZtHW0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u0YxjZtHW0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0YxjZtHW0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u0YxjZtHW0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u0YxjZtHW0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u0YxjZtHW0 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-u0YxjZtHW0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u0YxjZtHW0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0YxjZtHW0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0YxjZtHW0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0YxjZtHW0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0YxjZtHW0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0YxjZtHW0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u0YxjZtHW0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0YxjZtHW0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0YxjZtHW0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0YxjZtHW0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u0YxjZtHW0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u0YxjZtHW0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0YxjZtHW0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u0YxjZtHW0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0YxjZtHW0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0YxjZtHW0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0YxjZtHW0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0YxjZtHW0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0YxjZtHW0 .dropdown-item.active,
.cid-u0YxjZtHW0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u0YxjZtHW0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0YxjZtHW0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0YxjZtHW0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0YxjZtHW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-u0YxjZtHW0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0YxjZtHW0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0YxjZtHW0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0YxjZtHW0 .navbar-buttons {
  text-align: center;
}
.cid-u0YxjZtHW0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0YxjZtHW0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u0YxjZtHW0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0YxjZtHW0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0YxjZtHW0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0YxjZtHW0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0YxjZtHW0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0YxjZtHW0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0YxjZtHW0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0YxjZtHW0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0YxjZtHW0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0YxjZtHW0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0YxjZtHW0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-u0YxjZtHW0 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u0YxjZtHW0 .soc-item {
  margin: .5rem .3rem;
}
.cid-u0YxjZtHW0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0YxjZtHW0 a.nav-link .mbr-iconfont-btn,
.cid-u0YxjZtHW0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u0YxjZtHW0 a.nav-link:hover .mbr-iconfont-btn,
.cid-u0YxjZtHW0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u0YxjZtHW0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0YxjZtHW0 .navbar {
    height: 77px;
  }
  .cid-u0YxjZtHW0 .navbar.opened {
    height: auto;
  }
  .cid-u0YxjZtHW0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0YxjZTjUJ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u0YxjZTjUJ .mbr-section-subtitle {
  color: #767676;
}
.cid-u0YxjZTjUJ H2 {
  color: #b1a374;
}
.cid-u0Yxk09LMy {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #786f51;
}
.cid-u0Yxk09LMy .mbr-section-subtitle {
  color: #767676;
}
.cid-u0Yxk09LMy ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0Yxk09LMy ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-u0Yxk09LMy ul.list-inline img {
  max-width: 10rem;
  padding-bottom: .2rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-u0Yxk09LMy ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-u0Yxk09LMy .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-u0Yxk0CPCv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-u0Yxk0CPCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0Yxk0CPCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0Yxk0CPCv .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0Yxk0CPCv .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0Yxk0CPCv .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0Yxk0CPCv .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0Yxk0CPCv .navbar-brand {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  white-space: normal;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  z-index: 1;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 90px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-u0Yxk0CPCv .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0Yxk0CPCv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0Yxk0CPCv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0Yxk0CPCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0Yxk0CPCv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0Yxk0CPCv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0Yxk0CPCv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0Yxk0CPCv .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .copyright {
    text-align: center !important;
  }
}
.cid-u0Yxk0CPCv .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .brand-text {
    text-align: center !important;
  }
}
.cid-u0Yxk0CPCv .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0Yxk0CPCv .col-link {
    padding: 0;
  }
}
.cid-u0Yxk0CPCv .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .col-link1 {
    width: 40%;
  }
}
.cid-u0Yxk0CPCv .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .col-link2 {
    width: 60%;
  }
}
.cid-u0Yxk0CPCv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0Yxk0CPCv .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0Yxk0CPCv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0Yxk0CPCv .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0Yxk0CPCv .list li:hover {
  color: #879a9f !important;
}
.cid-u0Yxk0CPCv .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0Yxk0CPCv .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0Yxk0CPCv .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0Yxk0CPCv .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .social-container {
    width: 100%;
  }
}
.cid-u0Yxk0CPCv .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .btn-text {
    text-align: center !important;
  }
}
.cid-u0Yxk0CPCv .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0Yxk0CPCv .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .social-text {
    text-align: center !important;
  }
}
.cid-u0Yxk0CPCv .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0Yxk0CPCv .social-row {
    justify-content: center;
  }
}
.cid-u0Yxk0CPCv .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0Yxk0CPCv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px;
  border: 2px solid #ffffff;
  min-height: 40px;
  min-width: 40px;
  transition: .3s all;
}
.cid-u0Yxk0CPCv .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0Yxk0CPCv .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0Yxk0CPCv .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0Yxk0CPCv .footer-border {
    display: none;
  }
}
