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-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-sgCMBC2dFg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCMBC2dFg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCMBC2dFg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCMBC2dFg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCMBC2dFg .mbr-text {
    text-align: center;
  }
}
.cid-sgCMBC2dFg .mbr-text,
.cid-sgCMBC2dFg .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCMBC2dFg H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCMBC2dFg H3 {
  color: #767676;
  text-align: right;
}
.cid-sgCMBDWof8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCMBFKEP9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCMBFKEP9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCMBFKEP9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCMBFKEP9 .mbr-text {
    text-align: center;
  }
}
.cid-sgCMBFKEP9 .mbr-text,
.cid-sgCMBFKEP9 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCMBFKEP9 H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCMBFKEP9 H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-1440x1600.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-sgCDHAUrQQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCDHAUrQQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCDHAUrQQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCDHAUrQQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCDHAUrQQ .mbr-text {
    text-align: center;
  }
}
.cid-sgCDHAUrQQ .mbr-text,
.cid-sgCDHAUrQQ .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCDHAUrQQ H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCDHAUrQQ H3 {
  color: #767676;
  text-align: right;
}
.cid-sgCDHCWV3C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCDHEvo2t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCDHEvo2t .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCDHEvo2t .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCDHEvo2t .mbr-text {
    text-align: center;
  }
}
.cid-sgCDHEvo2t .mbr-text,
.cid-sgCDHEvo2t .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCDHEvo2t H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCDHEvo2t H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.cid-swDJ92q1Mz {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-swDJ92q1Mz .mbr-section-subtitle {
  color: #767676;
}
.cid-swDJ92q1Mz H2 {
  color: #b1a374;
}
.cid-swDJ93zurP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swDJ93zurP .mbr-iconfont {
  color: #879a9f;
}
.cid-swDJ93zurP .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-swDJ93zurP .mbr-text {
  margin: 1.5rem 0;
}
.cid-swDJ93zurP .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-swDJ93zurP .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-swDJ93zurP .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-swDJ93zurP .mbr-section-subtitle,
.cid-swDJ93zurP .mbr-text,
.cid-swDJ93zurP .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-swDJ95cXz8.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ95cXz8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ95cXz8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ95cXz8 .modal-content,
.cid-swDJ95cXz8 .modal-dialog {
  height: auto;
}
.cid-swDJ95cXz8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ95cXz8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ95cXz8 .form-wrapper .mbr-form .form-group,
  .cid-swDJ95cXz8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ95cXz8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ95cXz8 .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-swDJ95cXz8 .mbr-text {
  text-align: left;
}
.cid-swDJ95cXz8 .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ95cXz8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ95cXz8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ95cXz8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ95cXz8 .modal-open {
  overflow: hidden;
}
.cid-swDJ95cXz8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ95cXz8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ95cXz8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ95cXz8 .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-swDJ95cXz8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ95cXz8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ95cXz8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ95cXz8 .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-swDJ95cXz8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ95cXz8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ95cXz8 .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ95cXz8 .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-swDJ95cXz8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ95cXz8 .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ95cXz8 .modal-header .close:focus {
  outline: none;
}
.cid-swDJ95cXz8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ95cXz8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ95cXz8 .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-swDJ95cXz8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ95cXz8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ95cXz8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ95cXz8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ95cXz8 .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ95cXz8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ95cXz8 .modal-lg,
  .cid-swDJ95cXz8 .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ95cXz8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ95cXz8 .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ95cXz8 .container {
    max-width: 1140px;
  }
}
.cid-swDJ95cXz8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ95cXz8 .container {
    max-width: 720px;
  }
}
.cid-swDJ95cXz8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ95cXz8 .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-swDJ95cXz8 .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ95cXz8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ95cXz8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ95cXz8 .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-swDJ96H4rx.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ96H4rx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ96H4rx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ96H4rx .modal-content,
.cid-swDJ96H4rx .modal-dialog {
  height: auto;
}
.cid-swDJ96H4rx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ96H4rx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ96H4rx .form-wrapper .mbr-form .form-group,
  .cid-swDJ96H4rx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ96H4rx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ96H4rx .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-swDJ96H4rx .mbr-text {
  text-align: left;
}
.cid-swDJ96H4rx .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ96H4rx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ96H4rx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ96H4rx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ96H4rx .modal-open {
  overflow: hidden;
}
.cid-swDJ96H4rx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ96H4rx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ96H4rx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ96H4rx .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-swDJ96H4rx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ96H4rx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ96H4rx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ96H4rx .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-swDJ96H4rx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ96H4rx .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ96H4rx .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ96H4rx .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-swDJ96H4rx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ96H4rx .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ96H4rx .modal-header .close:focus {
  outline: none;
}
.cid-swDJ96H4rx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ96H4rx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ96H4rx .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-swDJ96H4rx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ96H4rx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ96H4rx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ96H4rx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ96H4rx .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ96H4rx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ96H4rx .modal-lg,
  .cid-swDJ96H4rx .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ96H4rx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ96H4rx .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ96H4rx .container {
    max-width: 1140px;
  }
}
.cid-swDJ96H4rx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ96H4rx .container {
    max-width: 720px;
  }
}
.cid-swDJ96H4rx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ96H4rx .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-swDJ96H4rx .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ96H4rx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ96H4rx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ96H4rx .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-swDJ98bJqm.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ98bJqm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ98bJqm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ98bJqm .modal-content,
.cid-swDJ98bJqm .modal-dialog {
  height: auto;
}
.cid-swDJ98bJqm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ98bJqm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ98bJqm .form-wrapper .mbr-form .form-group,
  .cid-swDJ98bJqm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ98bJqm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ98bJqm .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-swDJ98bJqm .mbr-text {
  text-align: left;
}
.cid-swDJ98bJqm .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ98bJqm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ98bJqm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ98bJqm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ98bJqm .modal-open {
  overflow: hidden;
}
.cid-swDJ98bJqm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ98bJqm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ98bJqm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ98bJqm .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-swDJ98bJqm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ98bJqm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ98bJqm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ98bJqm .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-swDJ98bJqm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ98bJqm .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ98bJqm .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ98bJqm .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-swDJ98bJqm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ98bJqm .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ98bJqm .modal-header .close:focus {
  outline: none;
}
.cid-swDJ98bJqm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ98bJqm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ98bJqm .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-swDJ98bJqm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ98bJqm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ98bJqm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ98bJqm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ98bJqm .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ98bJqm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ98bJqm .modal-lg,
  .cid-swDJ98bJqm .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ98bJqm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ98bJqm .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ98bJqm .container {
    max-width: 1140px;
  }
}
.cid-swDJ98bJqm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ98bJqm .container {
    max-width: 720px;
  }
}
.cid-swDJ98bJqm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ98bJqm .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-swDJ98bJqm .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ98bJqm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ98bJqm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ98bJqm .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-swDJ99R7lD.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ99R7lD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ99R7lD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ99R7lD .modal-content,
.cid-swDJ99R7lD .modal-dialog {
  height: auto;
}
.cid-swDJ99R7lD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ99R7lD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ99R7lD .form-wrapper .mbr-form .form-group,
  .cid-swDJ99R7lD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ99R7lD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ99R7lD .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-swDJ99R7lD .mbr-text {
  text-align: left;
}
.cid-swDJ99R7lD .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ99R7lD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ99R7lD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ99R7lD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ99R7lD .modal-open {
  overflow: hidden;
}
.cid-swDJ99R7lD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ99R7lD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ99R7lD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ99R7lD .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-swDJ99R7lD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ99R7lD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ99R7lD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ99R7lD .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-swDJ99R7lD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ99R7lD .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ99R7lD .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ99R7lD .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-swDJ99R7lD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ99R7lD .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ99R7lD .modal-header .close:focus {
  outline: none;
}
.cid-swDJ99R7lD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ99R7lD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ99R7lD .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-swDJ99R7lD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ99R7lD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ99R7lD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ99R7lD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ99R7lD .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ99R7lD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ99R7lD .modal-lg,
  .cid-swDJ99R7lD .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ99R7lD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ99R7lD .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ99R7lD .container {
    max-width: 1140px;
  }
}
.cid-swDJ99R7lD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ99R7lD .container {
    max-width: 720px;
  }
}
.cid-swDJ99R7lD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ99R7lD .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-swDJ99R7lD .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ99R7lD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ99R7lD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ99R7lD .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-swDJ9biIs4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swDJ9biIs4 .mbr-iconfont {
  color: #879a9f;
}
.cid-swDJ9biIs4 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-swDJ9biIs4 .mbr-text {
  margin: 1.5rem 0;
}
.cid-swDJ9biIs4 .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-swDJ9biIs4 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-swDJ9biIs4 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-swDJ9biIs4 .mbr-section-subtitle,
.cid-swDJ9biIs4 .mbr-text,
.cid-swDJ9biIs4 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-swDJ9cTC8b.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ9cTC8b.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ9cTC8b.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ9cTC8b .modal-content,
.cid-swDJ9cTC8b .modal-dialog {
  height: auto;
}
.cid-swDJ9cTC8b .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ9cTC8b .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ9cTC8b .form-wrapper .mbr-form .form-group,
  .cid-swDJ9cTC8b .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ9cTC8b .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ9cTC8b .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-swDJ9cTC8b .mbr-text {
  text-align: left;
}
.cid-swDJ9cTC8b .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ9cTC8b .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ9cTC8b .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ9cTC8b .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ9cTC8b .modal-open {
  overflow: hidden;
}
.cid-swDJ9cTC8b .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ9cTC8b .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ9cTC8b .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ9cTC8b .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-swDJ9cTC8b .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ9cTC8b .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ9cTC8b .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ9cTC8b .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-swDJ9cTC8b .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ9cTC8b .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ9cTC8b .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ9cTC8b .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-swDJ9cTC8b .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ9cTC8b .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ9cTC8b .modal-header .close:focus {
  outline: none;
}
.cid-swDJ9cTC8b .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ9cTC8b .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ9cTC8b .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-swDJ9cTC8b .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ9cTC8b .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ9cTC8b .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ9cTC8b .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ9cTC8b .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ9cTC8b .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ9cTC8b .modal-lg,
  .cid-swDJ9cTC8b .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ9cTC8b .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ9cTC8b .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ9cTC8b .container {
    max-width: 1140px;
  }
}
.cid-swDJ9cTC8b .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ9cTC8b .container {
    max-width: 720px;
  }
}
.cid-swDJ9cTC8b .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ9cTC8b .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-swDJ9cTC8b .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ9cTC8b .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ9cTC8b .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ9cTC8b .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-swDJ9ekfyW.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ9ekfyW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ9ekfyW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ9ekfyW .modal-content,
.cid-swDJ9ekfyW .modal-dialog {
  height: auto;
}
.cid-swDJ9ekfyW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ9ekfyW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ9ekfyW .form-wrapper .mbr-form .form-group,
  .cid-swDJ9ekfyW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ9ekfyW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ9ekfyW .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-swDJ9ekfyW .mbr-text {
  text-align: left;
}
.cid-swDJ9ekfyW .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ9ekfyW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ9ekfyW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ9ekfyW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ9ekfyW .modal-open {
  overflow: hidden;
}
.cid-swDJ9ekfyW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ9ekfyW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ9ekfyW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ9ekfyW .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-swDJ9ekfyW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ9ekfyW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ9ekfyW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ9ekfyW .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-swDJ9ekfyW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ9ekfyW .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ9ekfyW .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ9ekfyW .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-swDJ9ekfyW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ9ekfyW .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ9ekfyW .modal-header .close:focus {
  outline: none;
}
.cid-swDJ9ekfyW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ9ekfyW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ9ekfyW .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-swDJ9ekfyW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ9ekfyW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ9ekfyW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ9ekfyW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ9ekfyW .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ9ekfyW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ9ekfyW .modal-lg,
  .cid-swDJ9ekfyW .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ9ekfyW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ9ekfyW .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ9ekfyW .container {
    max-width: 1140px;
  }
}
.cid-swDJ9ekfyW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ9ekfyW .container {
    max-width: 720px;
  }
}
.cid-swDJ9ekfyW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ9ekfyW .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-swDJ9ekfyW .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ9ekfyW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ9ekfyW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ9ekfyW .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-swDJ9g34fD.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ9g34fD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ9g34fD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ9g34fD .modal-content,
.cid-swDJ9g34fD .modal-dialog {
  height: auto;
}
.cid-swDJ9g34fD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ9g34fD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ9g34fD .form-wrapper .mbr-form .form-group,
  .cid-swDJ9g34fD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ9g34fD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ9g34fD .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-swDJ9g34fD .mbr-text {
  text-align: left;
}
.cid-swDJ9g34fD .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ9g34fD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ9g34fD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ9g34fD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ9g34fD .modal-open {
  overflow: hidden;
}
.cid-swDJ9g34fD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ9g34fD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ9g34fD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ9g34fD .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-swDJ9g34fD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ9g34fD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ9g34fD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ9g34fD .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-swDJ9g34fD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ9g34fD .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ9g34fD .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ9g34fD .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-swDJ9g34fD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ9g34fD .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ9g34fD .modal-header .close:focus {
  outline: none;
}
.cid-swDJ9g34fD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ9g34fD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ9g34fD .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-swDJ9g34fD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ9g34fD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ9g34fD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ9g34fD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ9g34fD .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ9g34fD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ9g34fD .modal-lg,
  .cid-swDJ9g34fD .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ9g34fD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ9g34fD .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ9g34fD .container {
    max-width: 1140px;
  }
}
.cid-swDJ9g34fD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ9g34fD .container {
    max-width: 720px;
  }
}
.cid-swDJ9g34fD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ9g34fD .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-swDJ9g34fD .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ9g34fD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ9g34fD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ9g34fD .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-swDJ9hvIBM.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ9hvIBM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ9hvIBM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ9hvIBM .modal-content,
.cid-swDJ9hvIBM .modal-dialog {
  height: auto;
}
.cid-swDJ9hvIBM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ9hvIBM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ9hvIBM .form-wrapper .mbr-form .form-group,
  .cid-swDJ9hvIBM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ9hvIBM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ9hvIBM .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-swDJ9hvIBM .mbr-text {
  text-align: left;
}
.cid-swDJ9hvIBM .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ9hvIBM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ9hvIBM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ9hvIBM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ9hvIBM .modal-open {
  overflow: hidden;
}
.cid-swDJ9hvIBM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ9hvIBM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ9hvIBM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ9hvIBM .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-swDJ9hvIBM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ9hvIBM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ9hvIBM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ9hvIBM .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-swDJ9hvIBM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ9hvIBM .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ9hvIBM .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ9hvIBM .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-swDJ9hvIBM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ9hvIBM .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ9hvIBM .modal-header .close:focus {
  outline: none;
}
.cid-swDJ9hvIBM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ9hvIBM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ9hvIBM .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-swDJ9hvIBM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ9hvIBM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ9hvIBM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ9hvIBM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ9hvIBM .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ9hvIBM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ9hvIBM .modal-lg,
  .cid-swDJ9hvIBM .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ9hvIBM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ9hvIBM .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ9hvIBM .container {
    max-width: 1140px;
  }
}
.cid-swDJ9hvIBM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ9hvIBM .container {
    max-width: 720px;
  }
}
.cid-swDJ9hvIBM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ9hvIBM .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-swDJ9hvIBM .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ9hvIBM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ9hvIBM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ9hvIBM .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-swDJ9iY2rg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-swDJ9iY2rg .mbr-iconfont {
  color: #879a9f;
}
.cid-swDJ9iY2rg .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-swDJ9iY2rg .mbr-text {
  margin: 1.5rem 0;
}
.cid-swDJ9iY2rg .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-swDJ9iY2rg .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-swDJ9iY2rg .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-swDJ9iY2rg .mbr-section-subtitle,
.cid-swDJ9iY2rg .mbr-text,
.cid-swDJ9iY2rg .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-swDJ9kMoms.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ9kMoms.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ9kMoms.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ9kMoms .modal-content,
.cid-swDJ9kMoms .modal-dialog {
  height: auto;
}
.cid-swDJ9kMoms .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ9kMoms .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ9kMoms .form-wrapper .mbr-form .form-group,
  .cid-swDJ9kMoms .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ9kMoms .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ9kMoms .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-swDJ9kMoms .mbr-text {
  text-align: left;
}
.cid-swDJ9kMoms .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ9kMoms .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ9kMoms .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ9kMoms .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ9kMoms .modal-open {
  overflow: hidden;
}
.cid-swDJ9kMoms .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ9kMoms .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ9kMoms .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ9kMoms .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-swDJ9kMoms .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ9kMoms .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ9kMoms .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ9kMoms .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-swDJ9kMoms .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ9kMoms .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ9kMoms .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ9kMoms .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-swDJ9kMoms .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ9kMoms .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ9kMoms .modal-header .close:focus {
  outline: none;
}
.cid-swDJ9kMoms .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ9kMoms .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ9kMoms .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-swDJ9kMoms .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ9kMoms .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ9kMoms .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ9kMoms .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ9kMoms .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ9kMoms .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ9kMoms .modal-lg,
  .cid-swDJ9kMoms .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ9kMoms .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ9kMoms .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ9kMoms .container {
    max-width: 1140px;
  }
}
.cid-swDJ9kMoms .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ9kMoms .container {
    max-width: 720px;
  }
}
.cid-swDJ9kMoms .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ9kMoms .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-swDJ9kMoms .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ9kMoms .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ9kMoms .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ9kMoms .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-swDJ9mhyW4.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ9mhyW4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ9mhyW4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ9mhyW4 .modal-content,
.cid-swDJ9mhyW4 .modal-dialog {
  height: auto;
}
.cid-swDJ9mhyW4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ9mhyW4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ9mhyW4 .form-wrapper .mbr-form .form-group,
  .cid-swDJ9mhyW4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ9mhyW4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ9mhyW4 .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-swDJ9mhyW4 .mbr-text {
  text-align: left;
}
.cid-swDJ9mhyW4 .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ9mhyW4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ9mhyW4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ9mhyW4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ9mhyW4 .modal-open {
  overflow: hidden;
}
.cid-swDJ9mhyW4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ9mhyW4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ9mhyW4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ9mhyW4 .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-swDJ9mhyW4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ9mhyW4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ9mhyW4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ9mhyW4 .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-swDJ9mhyW4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ9mhyW4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ9mhyW4 .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ9mhyW4 .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-swDJ9mhyW4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ9mhyW4 .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ9mhyW4 .modal-header .close:focus {
  outline: none;
}
.cid-swDJ9mhyW4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ9mhyW4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ9mhyW4 .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-swDJ9mhyW4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ9mhyW4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ9mhyW4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ9mhyW4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ9mhyW4 .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ9mhyW4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ9mhyW4 .modal-lg,
  .cid-swDJ9mhyW4 .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ9mhyW4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ9mhyW4 .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ9mhyW4 .container {
    max-width: 1140px;
  }
}
.cid-swDJ9mhyW4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ9mhyW4 .container {
    max-width: 720px;
  }
}
.cid-swDJ9mhyW4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ9mhyW4 .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-swDJ9mhyW4 .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ9mhyW4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ9mhyW4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ9mhyW4 .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-swDJ9nM9bY.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ9nM9bY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ9nM9bY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ9nM9bY .modal-content,
.cid-swDJ9nM9bY .modal-dialog {
  height: auto;
}
.cid-swDJ9nM9bY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ9nM9bY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ9nM9bY .form-wrapper .mbr-form .form-group,
  .cid-swDJ9nM9bY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ9nM9bY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ9nM9bY .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-swDJ9nM9bY .mbr-text {
  text-align: left;
}
.cid-swDJ9nM9bY .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ9nM9bY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ9nM9bY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ9nM9bY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ9nM9bY .modal-open {
  overflow: hidden;
}
.cid-swDJ9nM9bY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ9nM9bY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ9nM9bY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ9nM9bY .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-swDJ9nM9bY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ9nM9bY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ9nM9bY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ9nM9bY .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-swDJ9nM9bY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ9nM9bY .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ9nM9bY .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ9nM9bY .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-swDJ9nM9bY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ9nM9bY .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ9nM9bY .modal-header .close:focus {
  outline: none;
}
.cid-swDJ9nM9bY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ9nM9bY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ9nM9bY .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-swDJ9nM9bY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ9nM9bY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ9nM9bY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ9nM9bY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ9nM9bY .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ9nM9bY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ9nM9bY .modal-lg,
  .cid-swDJ9nM9bY .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ9nM9bY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ9nM9bY .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ9nM9bY .container {
    max-width: 1140px;
  }
}
.cid-swDJ9nM9bY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ9nM9bY .container {
    max-width: 720px;
  }
}
.cid-swDJ9nM9bY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ9nM9bY .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-swDJ9nM9bY .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ9nM9bY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ9nM9bY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ9nM9bY .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-swDJ9pihvE.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ9pihvE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ9pihvE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ9pihvE .modal-content,
.cid-swDJ9pihvE .modal-dialog {
  height: auto;
}
.cid-swDJ9pihvE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ9pihvE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ9pihvE .form-wrapper .mbr-form .form-group,
  .cid-swDJ9pihvE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ9pihvE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ9pihvE .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-swDJ9pihvE .mbr-text {
  text-align: left;
}
.cid-swDJ9pihvE .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ9pihvE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ9pihvE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ9pihvE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ9pihvE .modal-open {
  overflow: hidden;
}
.cid-swDJ9pihvE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ9pihvE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ9pihvE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ9pihvE .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-swDJ9pihvE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ9pihvE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ9pihvE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ9pihvE .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-swDJ9pihvE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ9pihvE .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ9pihvE .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ9pihvE .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-swDJ9pihvE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ9pihvE .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ9pihvE .modal-header .close:focus {
  outline: none;
}
.cid-swDJ9pihvE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ9pihvE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ9pihvE .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-swDJ9pihvE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ9pihvE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ9pihvE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ9pihvE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ9pihvE .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ9pihvE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ9pihvE .modal-lg,
  .cid-swDJ9pihvE .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ9pihvE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ9pihvE .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ9pihvE .container {
    max-width: 1140px;
  }
}
.cid-swDJ9pihvE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ9pihvE .container {
    max-width: 720px;
  }
}
.cid-swDJ9pihvE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ9pihvE .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-swDJ9pihvE .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ9pihvE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ9pihvE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ9pihvE .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-swDJ9r2fen {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-swDJ9r2fen .mbr-iconfont {
  color: #879a9f;
}
.cid-swDJ9r2fen .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-swDJ9r2fen .mbr-text {
  margin: 1.5rem 0;
}
.cid-swDJ9r2fen .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-swDJ9r2fen .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-swDJ9r2fen .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-swDJ9r2fen .mbr-section-subtitle,
.cid-swDJ9r2fen .mbr-text,
.cid-swDJ9r2fen .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-swDJ9sK56W.popup-builder {
  background-color: #ffffff;
}
.cid-swDJ9sK56W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-swDJ9sK56W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-swDJ9sK56W .modal-content,
.cid-swDJ9sK56W .modal-dialog {
  height: auto;
}
.cid-swDJ9sK56W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-swDJ9sK56W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-swDJ9sK56W .form-wrapper .mbr-form .form-group,
  .cid-swDJ9sK56W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-swDJ9sK56W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-swDJ9sK56W .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-swDJ9sK56W .mbr-text {
  text-align: left;
}
.cid-swDJ9sK56W .pt-0 {
  padding-top: 0 !important;
}
.cid-swDJ9sK56W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-swDJ9sK56W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-swDJ9sK56W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-swDJ9sK56W .modal-open {
  overflow: hidden;
}
.cid-swDJ9sK56W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-swDJ9sK56W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-swDJ9sK56W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-swDJ9sK56W .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-swDJ9sK56W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-swDJ9sK56W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-swDJ9sK56W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-swDJ9sK56W .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-swDJ9sK56W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-swDJ9sK56W .modal-backdrop.fade {
  opacity: 0;
}
.cid-swDJ9sK56W .modal-backdrop.show {
  opacity: .5;
}
.cid-swDJ9sK56W .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-swDJ9sK56W .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-swDJ9sK56W .modal-header .close:hover {
  opacity: 1;
}
.cid-swDJ9sK56W .modal-header .close:focus {
  outline: none;
}
.cid-swDJ9sK56W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-swDJ9sK56W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-swDJ9sK56W .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-swDJ9sK56W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-swDJ9sK56W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-swDJ9sK56W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-swDJ9sK56W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-swDJ9sK56W .modal-sm {
    max-width: 300px;
  }
  .cid-swDJ9sK56W .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-swDJ9sK56W .modal-lg,
  .cid-swDJ9sK56W .modal-xl {
    max-width: 800px;
  }
  .cid-swDJ9sK56W .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-swDJ9sK56W .modal-xl {
    max-width: 1140px;
  }
  .cid-swDJ9sK56W .container {
    max-width: 1140px;
  }
}
.cid-swDJ9sK56W .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-swDJ9sK56W .container {
    max-width: 720px;
  }
}
.cid-swDJ9sK56W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-swDJ9sK56W .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-swDJ9sK56W .form-group {
  margin-bottom: 1rem;
}
.cid-swDJ9sK56W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-swDJ9sK56W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-swDJ9sK56W .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-swDJ9LshqR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-swDJ9LshqR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-swDJ9LshqR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swDJ9LshqR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swDJ9LshqR .mbr-text {
    text-align: center;
  }
}
.cid-swDJ9LshqR .mbr-text,
.cid-swDJ9LshqR .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-swDJ9LshqR H1 {
  color: #b1a374;
  text-align: right;
}
.cid-swDJ9LshqR H3 {
  color: #767676;
  text-align: right;
}
.cid-swDJ9MXubg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-swDJ9OzSzx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-swDJ9OzSzx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swDJ9OzSzx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swDJ9OzSzx .mbr-text {
    text-align: center;
  }
}
.cid-swDJ9OzSzx .mbr-text,
.cid-swDJ9OzSzx .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-swDJ9OzSzx H1 {
  color: #b1a374;
  text-align: left;
}
.cid-swDJ9OzSzx H3 {
  color: #767676;
  text-align: left;
}
.cid-swDJ9PZX1z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax2b-1929x1428.jpg");
}
.cid-swDJ9RqzLQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-swDJ9SPcJC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-swDJ9SPcJC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swDJ9SPcJC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-swDJ9SPcJC .mbr-text {
    text-align: center;
  }
}
.cid-swDJ9SPcJC H1 {
  color: #b1a374;
  text-align: left;
}
.cid-swDJ9SPcJC .mbr-text,
.cid-swDJ9SPcJC .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgBSYYxPR5 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgBSYYxPR5 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sgBSYYxPR5 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-sgC7LhyT9P {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sgC7LhyT9P .mbr-iconfont {
  color: #879a9f;
}
.cid-sgC7LhyT9P .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sgC7LhyT9P .mbr-text {
  margin: 1.5rem 0;
}
.cid-sgC7LhyT9P .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-sgC7LhyT9P .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sgC7LhyT9P .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgC7LhyT9P .mbr-section-subtitle,
.cid-sgC7LhyT9P .mbr-text,
.cid-sgC7LhyT9P .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgC7LhyT9P .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-sgBSZxrl1M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgBSZxrl1M .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgBSZxrl1M .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBSZxrl1M .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgBSZxrl1M .mbr-text {
    text-align: center;
  }
}
.cid-sgBSZxrl1M .mbr-text,
.cid-sgBSZxrl1M .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgBSZxrl1M H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgBSZxrl1M H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHWd7zQgd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgBSZzZUOd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgBSZzZUOd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgBSZzZUOd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgBSZzZUOd .mbr-text {
    text-align: center;
  }
}
.cid-sgBSZzZUOd .mbr-text,
.cid-sgBSZzZUOd .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgBSZzZUOd H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgBSZzZUOd H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgCno8YJmW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCno8YJmW .mbr-iconfont {
  color: #879a9f;
}
.cid-sgCno8YJmW .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sgCno8YJmW .mbr-text {
  margin: 1.5rem 0;
}
.cid-sgCno8YJmW .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-sgCno8YJmW .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sgCno8YJmW .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgCno8YJmW .mbr-section-subtitle,
.cid-sgCno8YJmW .mbr-text,
.cid-sgCno8YJmW .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgCnobBvoH.popup-builder {
  background-color: #ffffff;
}
.cid-sgCnobBvoH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCnobBvoH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCnobBvoH .modal-content,
.cid-sgCnobBvoH .modal-dialog {
  height: auto;
}
.cid-sgCnobBvoH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCnobBvoH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCnobBvoH .form-wrapper .mbr-form .form-group,
  .cid-sgCnobBvoH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCnobBvoH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCnobBvoH .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-sgCnobBvoH .mbr-text {
  text-align: left;
}
.cid-sgCnobBvoH .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCnobBvoH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCnobBvoH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCnobBvoH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCnobBvoH .modal-open {
  overflow: hidden;
}
.cid-sgCnobBvoH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCnobBvoH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCnobBvoH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCnobBvoH .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-sgCnobBvoH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCnobBvoH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCnobBvoH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCnobBvoH .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-sgCnobBvoH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCnobBvoH .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCnobBvoH .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCnobBvoH .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-sgCnobBvoH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCnobBvoH .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCnobBvoH .modal-header .close:focus {
  outline: none;
}
.cid-sgCnobBvoH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCnobBvoH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCnobBvoH .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-sgCnobBvoH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCnobBvoH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCnobBvoH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCnobBvoH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCnobBvoH .modal-sm {
    max-width: 300px;
  }
  .cid-sgCnobBvoH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCnobBvoH .modal-lg,
  .cid-sgCnobBvoH .modal-xl {
    max-width: 800px;
  }
  .cid-sgCnobBvoH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCnobBvoH .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCnobBvoH .container {
    max-width: 1140px;
  }
}
.cid-sgCnobBvoH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCnobBvoH .container {
    max-width: 720px;
  }
}
.cid-sgCnobBvoH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCnobBvoH .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-sgCnobBvoH .form-group {
  margin-bottom: 1rem;
}
.cid-sgCnobBvoH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCnobBvoH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCnobBvoH .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-sgCnolExA4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCnolExA4 .mbr-iconfont {
  color: #879a9f;
}
.cid-sgCnolExA4 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sgCnolExA4 .mbr-text {
  margin: 1.5rem 0;
}
.cid-sgCnolExA4 .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-sgCnolExA4 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sgCnolExA4 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgCnolExA4 .mbr-section-subtitle,
.cid-sgCnolExA4 .mbr-text,
.cid-sgCnolExA4 .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-sgCnoyf2lb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCnoyf2lb .mbr-iconfont {
  color: #879a9f;
}
.cid-sgCnoyf2lb .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sgCnoyf2lb .mbr-text {
  margin: 1.5rem 0;
}
.cid-sgCnoyf2lb .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-sgCnoyf2lb .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sgCnoyf2lb .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgCnoyf2lb .mbr-section-subtitle,
.cid-sgCnoyf2lb .mbr-text,
.cid-sgCnoyf2lb .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-sgCD1VkxNN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCD1VkxNN .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgCD1VkxNN .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgCD1VkxNN .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sgCD1VkxNN .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sgCD1VkxNN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgCD1VkxNN .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgCD1VkxNN .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sgCD1VkxNN .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sgCD1VkxNN .card .card-box .card-title,
  .cid-sgCD1VkxNN .card .card-box .mbr-text,
  .cid-sgCD1VkxNN .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sgCD1VkxNN .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sgCD1VkxNN .card .card-img {
    text-align: right !important;
  }
}
.cid-sgCD1VkxNN .card-title,
.cid-sgCD1VkxNN .card-img {
  color: #b1a374;
}
.cid-sgCD0BZ20Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgCD0BZ20Y .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgCD0BZ20Y .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgCD0BZ20Y .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sgCD0BZ20Y .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sgCD0BZ20Y .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgCD0BZ20Y .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgCD0BZ20Y .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sgCD0BZ20Y .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sgCD0BZ20Y .card .card-box .card-title,
  .cid-sgCD0BZ20Y .card .card-box .mbr-text,
  .cid-sgCD0BZ20Y .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sgCD0BZ20Y .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sgCD0BZ20Y .card .card-img {
    text-align: right !important;
  }
}
.cid-sgCD0BZ20Y .card-title,
.cid-sgCD0BZ20Y .card-img {
  color: #b1a374;
}
.cid-sgCCYLBUtf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgCCYLBUtf .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgCCYLBUtf .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgCCYLBUtf .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sgCCYLBUtf .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sgCCYLBUtf .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgCCYLBUtf .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgCCYLBUtf .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sgCCYLBUtf .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sgCCYLBUtf .card .card-box .card-title,
  .cid-sgCCYLBUtf .card .card-box .mbr-text,
  .cid-sgCCYLBUtf .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sgCCYLBUtf .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sgCCYLBUtf .card .card-img {
    text-align: right !important;
  }
}
.cid-sgCCYLBUtf .card-title,
.cid-sgCCYLBUtf .card-img {
  color: #b1a374;
}
.cid-sgCnp8TGiP {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable4-1440x1040.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-sgCVmBbDDj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCVmBbDDj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCVmBbDDj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCVmBbDDj .mbr-text {
    text-align: center;
  }
}
.cid-sgCVmBbDDj .mbr-text,
.cid-sgCVmBbDDj .mbr-section-btn {
  color: #767676;
}
.cid-sgCVmBbDDj 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-sgCnpgFJRs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCnpgFJRs .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCnpgFJRs .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCnpgFJRs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCnpgFJRs .mbr-text {
    text-align: center;
  }
}
.cid-sgCnpgFJRs .mbr-text,
.cid-sgCnpgFJRs .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCnpgFJRs H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCnpgFJRs H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHWpfrHhU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCnplAf16 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCnplAf16 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCnplAf16 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCnplAf16 .mbr-text {
    text-align: center;
  }
}
.cid-sgCnplAf16 .mbr-text,
.cid-sgCnplAf16 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCnplAf16 H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCnplAf16 H3 {
  color: #767676;
  text-align: left;
}
.cid-sgCnpo22A1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax2b-1929x1428.jpg");
}
.cid-sgCnpqMwZF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-sgCnpt8IlQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCnpt8IlQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCnpt8IlQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCnpt8IlQ .mbr-text {
    text-align: center;
  }
}
.cid-sgCnpt8IlQ H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCnpt8IlQ .mbr-text,
.cid-sgCnpt8IlQ .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgCs8bcb2z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCs8bcb2z .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCs8bcb2z .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCs8bcb2z .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCs8bcb2z .mbr-text {
    text-align: center;
  }
}
.cid-sgCs8bcb2z .mbr-text,
.cid-sgCs8bcb2z .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCs8bcb2z H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCs8bcb2z H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHWtB4BpX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCs8hW7pE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCs8hW7pE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCs8hW7pE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCs8hW7pE .mbr-text {
    text-align: center;
  }
}
.cid-sgCs8hW7pE .mbr-text,
.cid-sgCs8hW7pE .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCs8hW7pE H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCs8hW7pE H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgCtQyfdLR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCtQyfdLR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCtQyfdLR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCtQyfdLR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCtQyfdLR .mbr-text {
    text-align: center;
  }
}
.cid-sgCtQyfdLR .mbr-text,
.cid-sgCtQyfdLR .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCtQyfdLR H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCtQyfdLR H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHWywhjwr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCtQB9MEb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCtQB9MEb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCtQB9MEb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCtQB9MEb .mbr-text {
    text-align: center;
  }
}
.cid-sgCtQB9MEb .mbr-text,
.cid-sgCtQB9MEb .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCtQB9MEb H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCtQB9MEb H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgCwrkjbiQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCwrkjbiQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCwrkjbiQ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCwrkjbiQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCwrkjbiQ .mbr-text {
    text-align: center;
  }
}
.cid-sgCwrkjbiQ .mbr-text,
.cid-sgCwrkjbiQ .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCwrkjbiQ H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCwrkjbiQ H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHWD4aKzL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCwrnth2h {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCwrnth2h .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCwrnth2h .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCwrnth2h .mbr-text {
    text-align: center;
  }
}
.cid-sgCwrnth2h .mbr-text,
.cid-sgCwrnth2h .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCwrnth2h H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCwrnth2h H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgCyJVxxi5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCyJVxxi5 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCyJVxxi5 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCyJVxxi5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCyJVxxi5 .mbr-text {
    text-align: center;
  }
}
.cid-sgCyJVxxi5 .mbr-text,
.cid-sgCyJVxxi5 .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCyJVxxi5 H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCyJVxxi5 H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHWHjbDZo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCyJYUHzJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCyJYUHzJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCyJYUHzJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCyJYUHzJ .mbr-text {
    text-align: center;
  }
}
.cid-sgCyJYUHzJ .mbr-text,
.cid-sgCyJYUHzJ .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCyJYUHzJ H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCyJYUHzJ H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-1680x1050.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-sgCzjVbIM8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCzjVbIM8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCzjVbIM8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCzjVbIM8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCzjVbIM8 .mbr-text {
    text-align: center;
  }
}
.cid-sgCzjVbIM8 .mbr-text,
.cid-sgCzjVbIM8 .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCzjVbIM8 H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCzjVbIM8 H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHWMSFx71 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCzjYwzAx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCzjYwzAx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCzjYwzAx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCzjYwzAx .mbr-text {
    text-align: center;
  }
}
.cid-sgCzjYwzAx .mbr-text,
.cid-sgCzjYwzAx .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCzjYwzAx H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCzjYwzAx H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgCzZgdWmp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCzZgdWmp .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCzZgdWmp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCzZgdWmp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCzZgdWmp .mbr-text {
    text-align: center;
  }
}
.cid-sgCzZgdWmp .mbr-text,
.cid-sgCzZgdWmp .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCzZgdWmp H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCzZgdWmp H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHWRutjpa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCzZjPTyG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCzZjPTyG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCzZjPTyG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCzZjPTyG .mbr-text {
    text-align: center;
  }
}
.cid-sgCzZjPTyG .mbr-text,
.cid-sgCzZjPTyG .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCzZjPTyG H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCzZjPTyG H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-1200x800.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-sgCAuo7UXD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCAuo7UXD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCAuo7UXD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCAuo7UXD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCAuo7UXD .mbr-text {
    text-align: center;
  }
}
.cid-sgCAuo7UXD .mbr-text,
.cid-sgCAuo7UXD .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCAuo7UXD H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCAuo7UXD H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHWWdBP5F {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCAurkKM8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCAurkKM8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCAurkKM8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCAurkKM8 .mbr-text {
    text-align: center;
  }
}
.cid-sgCAurkKM8 .mbr-text,
.cid-sgCAurkKM8 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCAurkKM8 H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCAurkKM8 H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgCBp6PkpG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCBp6PkpG .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCBp6PkpG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCBp6PkpG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCBp6PkpG .mbr-text {
    text-align: center;
  }
}
.cid-sgCBp6PkpG .mbr-text,
.cid-sgCBp6PkpG .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCBp6PkpG H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCBp6PkpG H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHX0Q2dcV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCBpakWB9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCBpakWB9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCBpakWB9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCBpakWB9 .mbr-text {
    text-align: center;
  }
}
.cid-sgCBpakWB9 .mbr-text,
.cid-sgCBpakWB9 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCBpakWB9 H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCBpakWB9 H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgCPDlJjwP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCPDlJjwP .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCPDlJjwP .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCPDlJjwP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCPDlJjwP .mbr-text {
    text-align: center;
  }
}
.cid-sgCPDlJjwP .mbr-text,
.cid-sgCPDlJjwP .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCPDlJjwP H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCPDlJjwP H3 {
  color: #767676;
  text-align: right;
}
.cid-sgCPDmJihb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCPDnwBZy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCPDnwBZy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCPDnwBZy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCPDnwBZy .mbr-text {
    text-align: center;
  }
}
.cid-sgCPDnwBZy .mbr-text,
.cid-sgCPDnwBZy .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCPDnwBZy H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCPDnwBZy H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgCT1HK3hW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCT1HK3hW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCT1HK3hW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCT1HK3hW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCT1HK3hW .mbr-text {
    text-align: center;
  }
}
.cid-sgCT1HK3hW .mbr-text,
.cid-sgCT1HK3hW .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCT1HK3hW H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCT1HK3hW H3 {
  color: #767676;
  text-align: right;
}
.cid-sgCT1JDK5c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCT1LpTKJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCT1LpTKJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCT1LpTKJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCT1LpTKJ .mbr-text {
    text-align: center;
  }
}
.cid-sgCT1LpTKJ .mbr-text,
.cid-sgCT1LpTKJ .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCT1LpTKJ H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCT1LpTKJ H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sKqacQFWyM {
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-sKqacQFWyM .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKqacQFWyM .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sKqacQFWyM .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sgHYCV0UNG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgHYCV0UNG .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgHYCV0UNG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHYCV0UNG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHYCV0UNG .mbr-text {
    text-align: center;
  }
}
.cid-sgHYCV0UNG .mbr-text,
.cid-sgHYCV0UNG .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgHYCV0UNG H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgHYCV0UNG H3 {
  color: #767676;
  text-align: right;
}
.cid-sgHYCWDiOU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgHYCYaGkC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgHYCYaGkC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgHYCYaGkC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgHYCYaGkC .mbr-text {
    text-align: center;
  }
}
.cid-sgHYCYaGkC .mbr-text,
.cid-sgHYCYaGkC .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgHYCYaGkC H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgHYCYaGkC H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sgI09qOWho {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgI09qOWho .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgI09qOWho .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgI09qOWho .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgI09qOWho .mbr-text {
    text-align: center;
  }
}
.cid-sgI09qOWho .mbr-text,
.cid-sgI09qOWho .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgI09qOWho H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgI09qOWho H3 {
  color: #767676;
  text-align: right;
}
.cid-sgI09slcg5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgI09tLKf8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgI09tLKf8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgI09tLKf8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgI09tLKf8 .mbr-text {
    text-align: center;
  }
}
.cid-sgI09tLKf8 .mbr-text,
.cid-sgI09tLKf8 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgI09tLKf8 H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgI09tLKf8 H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.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-sNIAuH6RF5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sNIAuH6RF5 .counter-container {
  color: #767676;
}
.cid-sNIAuH6RF5 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sNIAuH6RF5 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sNIAuH6RF5 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sNIAuH6RF5 .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-sNIAuH6RF5 .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-sgCXlrIrwO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgCXlrIrwO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgCXlrIrwO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCXlrIrwO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCXlrIrwO .mbr-text {
    text-align: center;
  }
}
.cid-sgCXlrIrwO .mbr-text,
.cid-sgCXlrIrwO .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sgCXlrIrwO H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sgCXlrIrwO H3 {
  color: #767676;
  text-align: right;
}
.cid-sgCXltpTIh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sgCXlv08AO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgCXlv08AO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgCXlv08AO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgCXlv08AO .mbr-text {
    text-align: center;
  }
}
.cid-sgCXlv08AO .mbr-text,
.cid-sgCXlv08AO .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sgCXlv08AO H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sgCXlv08AO H3 {
  color: #767676;
  text-align: left;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-buttons {
  flex-wrap: wrap;
}
.cid-swDS9GoBep .nav-item,
.cid-swDS9GoBep .nav-link,
.cid-swDS9GoBep .navbar-caption {
  font-weight: normal;
}
.cid-swDS9GoBep .nav-item:focus,
.cid-swDS9GoBep .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-swDS9GoBep .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-swDS9GoBep .nav-item .nav-link {
    position: relative;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .nav-item:hover .nav-link:before,
  .cid-swDS9GoBep .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-swDS9GoBep .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-swDS9GoBep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-swDS9GoBep .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-swDS9GoBep .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-swDS9GoBep .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-swDS9GoBep .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-swDS9GoBep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swDS9GoBep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-swDS9GoBep .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-swDS9GoBep .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-swDS9GoBep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swDS9GoBep .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-swDS9GoBep .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swDS9GoBep .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-swDS9GoBep .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-swDS9GoBep .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-swDS9GoBep .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swDS9GoBep .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-swDS9GoBep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-swDS9GoBep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swDS9GoBep .dropdown-item.active,
.cid-swDS9GoBep .dropdown-item:active {
  background-color: transparent;
}
.cid-swDS9GoBep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-swDS9GoBep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-swDS9GoBep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-swDS9GoBep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swDS9GoBep ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-swDS9GoBep .navbar-buttons {
  text-align: center;
}
.cid-swDS9GoBep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swDS9GoBep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swDS9GoBep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swDS9GoBep .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-swDS9GoBep a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-swDS9GoBep .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-swDS9GoBep .soc-item {
  margin: .5rem .3rem;
}
.cid-swDS9GoBep .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-swDS9GoBep a.nav-link .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-swDS9GoBep a.nav-link:hover .mbr-iconfont-btn,
.cid-swDS9GoBep a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-swDS9GoBep a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swDS9GoBep .navbar {
    height: 77px;
  }
  .cid-swDS9GoBep .navbar.opened {
    height: auto;
  }
  .cid-swDS9GoBep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.cid-tFc6HCfGxC .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-tFc6HCfGxC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFc6HCfGxC .nav-item,
.cid-tFc6HCfGxC .nav-link,
.cid-tFc6HCfGxC .navbar-caption {
  font-weight: normal;
}
.cid-tFc6HCfGxC .nav-item:focus,
.cid-tFc6HCfGxC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFc6HCfGxC .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFc6HCfGxC .nav-item .nav-link {
    position: relative;
  }
  .cid-tFc6HCfGxC .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-tFc6HCfGxC .nav-item:hover .nav-link:before,
  .cid-tFc6HCfGxC .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFc6HCfGxC .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-tFc6HCfGxC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFc6HCfGxC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFc6HCfGxC .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFc6HCfGxC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFc6HCfGxC .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-tFc6HCfGxC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFc6HCfGxC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFc6HCfGxC .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFc6HCfGxC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFc6HCfGxC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFc6HCfGxC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFc6HCfGxC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFc6HCfGxC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFc6HCfGxC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFc6HCfGxC .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-tFc6HCfGxC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFc6HCfGxC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFc6HCfGxC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFc6HCfGxC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFc6HCfGxC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFc6HCfGxC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFc6HCfGxC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFc6HCfGxC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFc6HCfGxC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFc6HCfGxC .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-tFc6HCfGxC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFc6HCfGxC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFc6HCfGxC .dropdown-item.active,
.cid-tFc6HCfGxC .dropdown-item:active {
  background-color: transparent;
}
.cid-tFc6HCfGxC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFc6HCfGxC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFc6HCfGxC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFc6HCfGxC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFc6HCfGxC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFc6HCfGxC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFc6HCfGxC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFc6HCfGxC .navbar-buttons {
  text-align: center;
}
.cid-tFc6HCfGxC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFc6HCfGxC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFc6HCfGxC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFc6HCfGxC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFc6HCfGxC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFc6HCfGxC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFc6HCfGxC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFc6HCfGxC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFc6HCfGxC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFc6HCfGxC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFc6HCfGxC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFc6HCfGxC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFc6HCfGxC .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-tFc6HCfGxC .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFc6HCfGxC .soc-item {
  margin: .5rem .3rem;
}
.cid-tFc6HCfGxC .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-tFc6HCfGxC a.nav-link .mbr-iconfont-btn,
.cid-tFc6HCfGxC a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFc6HCfGxC a.nav-link:hover .mbr-iconfont-btn,
.cid-tFc6HCfGxC a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFc6HCfGxC a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFc6HCfGxC .navbar {
    height: 77px;
  }
  .cid-tFc6HCfGxC .navbar.opened {
    height: auto;
  }
  .cid-tFc6HCfGxC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGvBLBmj9M.popup-builder {
  background-color: #ffffff;
}
.cid-tGvBLBmj9M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tGvBLBmj9M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tGvBLBmj9M .modal-content,
.cid-tGvBLBmj9M .modal-dialog {
  height: auto;
}
.cid-tGvBLBmj9M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tGvBLBmj9M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tGvBLBmj9M .form-wrapper .mbr-form .form-group,
  .cid-tGvBLBmj9M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tGvBLBmj9M .card-img {
  width: 80%;
  margin: auto;
  border-radius: 0;
}
.cid-tGvBLBmj9M .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-tGvBLBmj9M .mbr-text {
  text-align: center;
}
.cid-tGvBLBmj9M .pt-0 {
  padding-top: 0 !important;
}
.cid-tGvBLBmj9M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tGvBLBmj9M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tGvBLBmj9M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tGvBLBmj9M .modal-open {
  overflow: hidden;
}
.cid-tGvBLBmj9M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tGvBLBmj9M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tGvBLBmj9M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tGvBLBmj9M .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-tGvBLBmj9M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tGvBLBmj9M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tGvBLBmj9M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tGvBLBmj9M .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-tGvBLBmj9M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tGvBLBmj9M .modal-backdrop.fade {
  opacity: 0;
}
.cid-tGvBLBmj9M .modal-backdrop.show {
  opacity: .5;
}
.cid-tGvBLBmj9M .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-tGvBLBmj9M .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGvBLBmj9M .modal-header {
    padding: 1rem;
  }
}
.cid-tGvBLBmj9M .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tGvBLBmj9M .modal-header .close:hover {
  opacity: 1;
}
.cid-tGvBLBmj9M .modal-header .close:focus {
  outline: none;
}
.cid-tGvBLBmj9M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #8d8363;
}
.cid-tGvBLBmj9M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-tGvBLBmj9M .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGvBLBmj9M .modal-body {
    padding: 1rem;
  }
}
.cid-tGvBLBmj9M .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-tGvBLBmj9M .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGvBLBmj9M .modal-footer {
    padding: 1rem;
  }
}
.cid-tGvBLBmj9M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tGvBLBmj9M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tGvBLBmj9M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tGvBLBmj9M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tGvBLBmj9M .modal-sm {
    max-width: 300px;
  }
  .cid-tGvBLBmj9M .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tGvBLBmj9M .modal-lg,
  .cid-tGvBLBmj9M .modal-xl {
    max-width: 800px;
  }
  .cid-tGvBLBmj9M .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tGvBLBmj9M .modal-xl {
    max-width: 1140px;
  }
  .cid-tGvBLBmj9M .container {
    max-width: 1140px;
  }
}
.cid-tGvBLBmj9M .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tGvBLBmj9M .container {
    max-width: 720px;
  }
}
.cid-tGvBLBmj9M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tGvBLBmj9M .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-tGvBLBmj9M .form-group {
  margin-bottom: 1rem;
}
.cid-tGvBLBmj9M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tGvBLBmj9M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tGvBLBmj9M .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-tGvBLBmj9M .mbr-section-btn {
  margin: 0;
}
.cid-tGvBLBmj9M .mbr-section-btn .btn {
  margin: 0;
}
.cid-tFc6HCV1Pl .modal-body .close {
  background: #1b1b1b;
}
.cid-tFc6HCV1Pl .modal-body .close span {
  font-style: normal;
}
.cid-tFc6HCV1Pl .carousel-inner > .active,
.cid-tFc6HCV1Pl .carousel-inner > .next,
.cid-tFc6HCV1Pl .carousel-inner > .prev {
  display: flex;
}
.cid-tFc6HCV1Pl .carousel-control .icon-next,
.cid-tFc6HCV1Pl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 20px;
  line-height: 27px;
}
.cid-tFc6HCV1Pl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFc6HCV1Pl .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFc6HCV1Pl .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tFc6HCV1Pl .boxed-slider > div {
  position: relative;
}
.cid-tFc6HCV1Pl .container img {
  width: 100%;
}
.cid-tFc6HCV1Pl .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-tFc6HCV1Pl .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFc6HCV1Pl .mbr-table-cell {
  padding: 0;
}
.cid-tFc6HCV1Pl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFc6HCV1Pl .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-tFc6HCV1Pl .mbr-overlay {
  z-index: 1;
}
.cid-tFc6HCV1Pl .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFc6HCV1Pl .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tFc6HCV1Pl .carousel-item.active.right,
.cid-tFc6HCV1Pl .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFc6HCV1Pl .carousel-item.active.left,
.cid-tFc6HCV1Pl .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFc6HCV1Pl .carousel-item.active,
.cid-tFc6HCV1Pl .carousel-item.next.left,
.cid-tFc6HCV1Pl .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tFc6HCV1Pl .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-tFc6HCV1Pl .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFc6HCV1Pl .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFc6HCV1Pl .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tFc6HCV1Pl .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFc6HCV1Pl .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tFc6HCV1Pl .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-tFc6HCV1Pl .mbr-slider .carousel-indicators li.active,
.cid-tFc6HCV1Pl .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tFc6HCV1Pl .mbr-slider .carousel-indicators li::after,
.cid-tFc6HCV1Pl .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tFc6HCV1Pl .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tFc6HCV1Pl .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tFc6HCV1Pl .mbr-slider > .container img {
  width: 100%;
}
.cid-tFc6HCV1Pl .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-tFc6HCV1Pl .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tFc6HCV1Pl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFc6HCV1Pl .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFc6HCV1Pl .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tFc6HCV1Pl .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tFc6HCV1Pl .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tFc6HCV1Pl .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tFc6HCV1Pl .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tFc6HCV1Pl .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFc6HCV1Pl .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tFc6HCV1Pl .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tFc6HCV1Pl .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tFc6HDTagc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/banner-curso6-2000x1125.jpg");
}
.cid-tFc6HDTagc .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tFc6HDTagc .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFc6HDTagc .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFc6HDTagc .mbr-text {
    text-align: center;
  }
}
.cid-tFc6HDTagc .img-wrap2 img {
  width: 100%;
  border-radius: .25rem;
}
.cid-tFc6HDTagc H1 {
  text-align: center;
}
.cid-tFc6HDTagc H3 {
  text-align: center;
}
.cid-tFc6HDTagc .mbr-text,
.cid-tFc6HDTagc .mbr-section-btn {
  text-align: center;
  color: #f7ed4a;
}
.cid-tFc6HECVOh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tFc6HECVOh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFc6HECVOh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFc6HECVOh .mbr-text {
    text-align: center;
  }
}
.cid-tFc6HECVOh H1 {
  color: #b1a374;
  text-align: left;
}
.cid-tFc6HECVOh .mbr-text,
.cid-tFc6HECVOh .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-tFc6HFnkgy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallaxf1-1920x762.jpg");
}
@media (min-width: 992px) {
  .cid-tFc6HFnkgy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFc6HFnkgy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFc6HFnkgy .mbr-text {
    text-align: center;
  }
}
.cid-tFc6HG1Dt7 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFc6HG1Dt7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tFc6HG1Dt7 H2 {
  color: #b1a374;
}
.cid-tFc6HGtPR5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tFc6HGtPR5 .image-block {
  margin: auto;
  height: ;
  overflow: hidden;
  position: relative;
}
.cid-tFc6HGtPR5 .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-tFc6HGtPR5 .image-block:hover:before {
  opacity: 0.4;
}
.cid-tFc6HGtPR5 .image-block:hover .wrap {
  opacity: 1;
}
.cid-tFc6HGtPR5 .image-block:hover img {
  transform: scale(1.05);
}
.cid-tFc6HGtPR5 h4 {
  letter-spacing: 2px;
}
.cid-tFc6HGtPR5 figcaption {
  position: relative;
}
.cid-tFc6HGtPR5 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tFc6HGtPR5 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tFc6HGtPR5 .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFc6HGtPR5 .wrap {
    opacity: 1!important;
  }
  .cid-tFc6HGtPR5 .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-tFc6HLhbg6 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFc6HLhbg6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tFc6HLhbg6 H2 {
  color: #b1a374;
}
.cid-tFc6HLL3bk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFc6HLL3bk .mbr-text,
.cid-tFc6HLL3bk blockquote {
  color: #767676;
}
.cid-tFc6HMidmA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #443f0b;
}
.cid-tFc6HMidmA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFc6HMidmA H2 {
  color: #ffffff;
}
.cid-tFc6HMXbEV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tFc6HMXbEV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tFc6HMXbEV .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFc6HMXbEV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFc6HMXbEV .mbr-text {
    text-align: center;
  }
}
.cid-tFc6HMXbEV .img-wrap2 img {
  width: 100%;
  border-radius: .25rem;
}
.cid-tFc6HMXbEV H1 {
  text-align: center;
  color: #e4d295;
}
.cid-tFc6HMXbEV H3 {
  text-align: center;
}
.cid-tFc6HMXbEV .mbr-text,
.cid-tFc6HMXbEV .mbr-section-btn {
  text-align: center;
  color: #e4d295;
}
.cid-tFc6HNyrG5 .modal-body .close {
  background: #1b1b1b;
}
.cid-tFc6HNyrG5 .modal-body .close span {
  font-style: normal;
}
.cid-tFc6HNyrG5 .carousel-inner > .active,
.cid-tFc6HNyrG5 .carousel-inner > .next,
.cid-tFc6HNyrG5 .carousel-inner > .prev {
  display: flex;
}
.cid-tFc6HNyrG5 .carousel-control .icon-next,
.cid-tFc6HNyrG5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tFc6HNyrG5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFc6HNyrG5 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFc6HNyrG5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tFc6HNyrG5 .boxed-slider > div {
  position: relative;
}
.cid-tFc6HNyrG5 .container img {
  width: 100%;
}
.cid-tFc6HNyrG5 .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-tFc6HNyrG5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFc6HNyrG5 .mbr-table-cell {
  padding: 0;
}
.cid-tFc6HNyrG5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFc6HNyrG5 .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-tFc6HNyrG5 .mbr-overlay {
  z-index: 1;
}
.cid-tFc6HNyrG5 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFc6HNyrG5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tFc6HNyrG5 .carousel-item.active.right,
.cid-tFc6HNyrG5 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFc6HNyrG5 .carousel-item.active.left,
.cid-tFc6HNyrG5 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFc6HNyrG5 .carousel-item.active,
.cid-tFc6HNyrG5 .carousel-item.next.left,
.cid-tFc6HNyrG5 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tFc6HNyrG5 .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-tFc6HNyrG5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFc6HNyrG5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFc6HNyrG5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tFc6HNyrG5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFc6HNyrG5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tFc6HNyrG5 .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-tFc6HNyrG5 .mbr-slider .carousel-indicators li.active,
.cid-tFc6HNyrG5 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tFc6HNyrG5 .mbr-slider .carousel-indicators li::after,
.cid-tFc6HNyrG5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tFc6HNyrG5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tFc6HNyrG5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tFc6HNyrG5 .mbr-slider > .container img {
  width: 100%;
}
.cid-tFc6HNyrG5 .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-tFc6HNyrG5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tFc6HNyrG5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFc6HNyrG5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFc6HNyrG5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tFc6HNyrG5 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tFc6HNyrG5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tFc6HNyrG5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tFc6HNyrG5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tFc6HNyrG5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFc6HNyrG5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tFc6HNyrG5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tFc6HNyrG5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tFc6HOjHei {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tFc6HOjHei .mbr-section-subtitle {
  color: #767676;
}
.cid-tFc6HOjHei H2 {
  color: #b1a374;
}
.cid-tFc6HOSlbf .modal-body .close {
  background: #1b1b1b;
}
.cid-tFc6HOSlbf .modal-body .close span {
  font-style: normal;
}
.cid-tFc6HOSlbf .carousel-inner > .active,
.cid-tFc6HOSlbf .carousel-inner > .next,
.cid-tFc6HOSlbf .carousel-inner > .prev {
  display: flex;
}
.cid-tFc6HOSlbf .carousel-control .icon-next,
.cid-tFc6HOSlbf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tFc6HOSlbf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFc6HOSlbf .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFc6HOSlbf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tFc6HOSlbf .boxed-slider > div {
  position: relative;
}
.cid-tFc6HOSlbf .container img {
  width: 100%;
}
.cid-tFc6HOSlbf .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-tFc6HOSlbf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFc6HOSlbf .mbr-table-cell {
  padding: 0;
}
.cid-tFc6HOSlbf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFc6HOSlbf .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-tFc6HOSlbf .mbr-overlay {
  z-index: 1;
}
.cid-tFc6HOSlbf .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFc6HOSlbf .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tFc6HOSlbf .carousel-item.active.right,
.cid-tFc6HOSlbf .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFc6HOSlbf .carousel-item.active.left,
.cid-tFc6HOSlbf .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFc6HOSlbf .carousel-item.active,
.cid-tFc6HOSlbf .carousel-item.next.left,
.cid-tFc6HOSlbf .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tFc6HOSlbf .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-tFc6HOSlbf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFc6HOSlbf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFc6HOSlbf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tFc6HOSlbf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFc6HOSlbf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tFc6HOSlbf .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-tFc6HOSlbf .mbr-slider .carousel-indicators li.active,
.cid-tFc6HOSlbf .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tFc6HOSlbf .mbr-slider .carousel-indicators li::after,
.cid-tFc6HOSlbf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tFc6HOSlbf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tFc6HOSlbf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tFc6HOSlbf .mbr-slider > .container img {
  width: 100%;
}
.cid-tFc6HOSlbf .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-tFc6HOSlbf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tFc6HOSlbf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFc6HOSlbf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFc6HOSlbf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tFc6HOSlbf .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tFc6HOSlbf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tFc6HOSlbf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tFc6HOSlbf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tFc6HOSlbf .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFc6HOSlbf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tFc6HOSlbf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tFc6HOSlbf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tFc6HPCmMn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #786f51;
}
.cid-tFc6HPCmMn .mbr-section-subtitle {
  color: #767676;
}
.cid-tFc6HPCmMn H2 {
  color: #ffffff;
}
.cid-tFc6HQco5E {
  padding-top: 30px;
  padding-bottom: 90px;
  background: #786f51;
}
.cid-tFc6HQco5E .images-container.container-fluid {
  padding: 0;
}
.cid-tFc6HQco5E .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tFc6HQco5E .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-tFc6HQco5E .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tFc6HQco5E .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tFc6HQco5E .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tFc6HQco5E .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tFc6HQco5E .img-item {
    width: 100% !important;
  }
  .cid-tFc6HQco5E .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tFc6HQTCFa {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFc6HQTCFa .mbr-section-subtitle {
  color: #767676;
}
.cid-tFc6HQTCFa H2 {
  color: #b1a374;
}
.cid-tFc6HRzlL1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFc6HRzlL1 .mbr-text,
.cid-tFc6HRzlL1 blockquote {
  color: #767676;
}
.cid-tFc6HS6vVk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFc6HS6vVk .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFc6HS6vVk .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tFc6HS6vVk .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tFc6HS6vVk .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-tFc6HS6vVk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tFc6HS6vVk .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tFc6HS6vVk .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tFc6HS6vVk .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tFc6HS6vVk .card .card-box .card-title,
  .cid-tFc6HS6vVk .card .card-box .mbr-text,
  .cid-tFc6HS6vVk .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tFc6HS6vVk .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tFc6HS6vVk .card .card-img {
    text-align: right !important;
  }
}
.cid-tFc6HS6vVk .card-title,
.cid-tFc6HS6vVk .card-img {
  color: #b1a374;
}
.cid-tFc6HT9noj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFc6HT9noj .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFc6HT9noj .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tFc6HT9noj .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tFc6HT9noj .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-tFc6HT9noj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tFc6HT9noj .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tFc6HT9noj .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tFc6HT9noj .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tFc6HT9noj .card .card-box .card-title,
  .cid-tFc6HT9noj .card .card-box .mbr-text,
  .cid-tFc6HT9noj .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tFc6HT9noj .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tFc6HT9noj .card .card-img {
    text-align: right !important;
  }
}
.cid-tFc6HT9noj .card-title,
.cid-tFc6HT9noj .card-img {
  color: #b1a374;
}
.cid-tFc6HUmTy2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFc6HUmTy2 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFc6HUmTy2 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tFc6HUmTy2 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-tFc6HUmTy2 .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-tFc6HUmTy2 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tFc6HUmTy2 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tFc6HUmTy2 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-tFc6HUmTy2 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-tFc6HUmTy2 .card .card-box .card-title,
  .cid-tFc6HUmTy2 .card .card-box .mbr-text,
  .cid-tFc6HUmTy2 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tFc6HUmTy2 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-tFc6HUmTy2 .card .card-img {
    text-align: right !important;
  }
}
.cid-tFc6HUmTy2 .card-title,
.cid-tFc6HUmTy2 .card-img {
  color: #b1a374;
}
.cid-tFc6HVlKcK {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable4-1440x1040.jpg");
}
.cid-tFc6HVlKcK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tFc6HVlKcK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tFc6HVlKcK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tFc6HW8yJb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tFc6HW8yJb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFc6HW8yJb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFc6HW8yJb .mbr-text {
    text-align: center;
  }
}
.cid-tFc6HW8yJb .mbr-text,
.cid-tFc6HW8yJb .mbr-section-btn {
  color: #767676;
}
.cid-tFc6HW8yJb H1 {
  color: #b1a374;
}
.cid-tFc6HWWGMY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-tFc6HWWGMY .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-tFc6HWWGMY .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-tFc6HWWGMY .card .card-img {
  height: 100%;
}
.cid-tFc6HWWGMY .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tFc6HWWGMY .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #e4d295;
}
.cid-tFc6HWWGMY .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tFc6HWWGMY .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tFc6HWWGMY .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-tFc6HWWGMY .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-tFc6HWWGMY .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-tFc6HWWGMY .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-tFc6HWWGMY .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-tFc6HWWGMY .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tFc6HWWGMY .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-tFc6HWWGMY .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tFc6HWWGMY .mbr-section-title,
.cid-tFc6HWWGMY .line-wrap {
  color: #232323;
  text-align: center;
}
.cid-tFc6HWWGMY .mbr-text {
  text-align: center;
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tFc6HWWGMY .card-big {
    height: 200px;
  }
  .cid-tFc6HWWGMY .card-img {
    margin-top: -15%;
  }
}
.cid-tFc6HWWGMY H1 {
  color: #ffffff;
}
.cid-tFc6HXThhe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tFc6HXThhe .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tFc6HXThhe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFc6HXThhe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFc6HXThhe .mbr-text {
    text-align: center;
  }
}
.cid-tFc6HXThhe .mbr-text,
.cid-tFc6HXThhe .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-tFc6HXThhe H1 {
  color: #b1a374;
  text-align: right;
}
.cid-tFc6HXThhe H3 {
  color: #767676;
  text-align: right;
}
.cid-tFc6HYxohT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-tFc6HZcylo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tFc6HZcylo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFc6HZcylo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFc6HZcylo .mbr-text {
    text-align: center;
  }
}
.cid-tFc6HZcylo .mbr-text,
.cid-tFc6HZcylo .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-tFc6HZcylo H1 {
  color: #b1a374;
  text-align: left;
}
.cid-tFc6HZcylo H3 {
  color: #767676;
  text-align: left;
}
.cid-tFc6I00tNJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax2b-1929x1428.jpg");
}
.cid-tFc6I0O4CE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-tFc6I1tfOd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tFc6I1tfOd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFc6I1tfOd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFc6I1tfOd .mbr-text {
    text-align: center;
  }
}
.cid-tFc6I1tfOd H1 {
  color: #b1a374;
  text-align: left;
}
.cid-tFc6I1tfOd .mbr-text,
.cid-tFc6I1tfOd .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-u0dUWd1yCc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0dUWd1yCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dUWd1yCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dUWd1yCc .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0dUWd1yCc .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0dUWd1yCc .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0dUWd1yCc .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0dUWd1yCc .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .copyright {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .brand-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .col-link {
    padding: 0;
  }
}
.cid-u0dUWd1yCc .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link1 {
    width: 40%;
  }
}
.cid-u0dUWd1yCc .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .col-link2 {
    width: 60%;
  }
}
.cid-u0dUWd1yCc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0dUWd1yCc .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0dUWd1yCc .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0dUWd1yCc .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0dUWd1yCc .list li:hover {
  color: #879a9f !important;
}
.cid-u0dUWd1yCc .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0dUWd1yCc .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0dUWd1yCc .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-container {
    width: 100%;
  }
}
.cid-u0dUWd1yCc .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .btn-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-text {
    text-align: center !important;
  }
}
.cid-u0dUWd1yCc .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0dUWd1yCc .social-row {
    justify-content: center;
  }
}
.cid-u0dUWd1yCc .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0dUWd1yCc .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-u0dUWd1yCc .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dUWd1yCc .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0dUWd1yCc .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0dUWd1yCc .footer-border {
    display: none;
  }
}
.cid-u0YzoztqLI {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u0YzoztqLI .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-u0YzoztqLI H2 {
  color: #b1a374;
  text-align: center;
}
.cid-u0YzoCbQ3P .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-u0YzoCbQ3P .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u0YzoCbQ3P .nav-item,
.cid-u0YzoCbQ3P .nav-link,
.cid-u0YzoCbQ3P .navbar-caption {
  font-weight: normal;
}
.cid-u0YzoCbQ3P .nav-item:focus,
.cid-u0YzoCbQ3P .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u0YzoCbQ3P .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-u0YzoCbQ3P .nav-item .nav-link {
    position: relative;
  }
  .cid-u0YzoCbQ3P .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-u0YzoCbQ3P .nav-item:hover .nav-link:before,
  .cid-u0YzoCbQ3P .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-u0YzoCbQ3P .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-u0YzoCbQ3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0YzoCbQ3P .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-u0YzoCbQ3P .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u0YzoCbQ3P .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0YzoCbQ3P .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-u0YzoCbQ3P .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u0YzoCbQ3P .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u0YzoCbQ3P .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-u0YzoCbQ3P .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u0YzoCbQ3P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0YzoCbQ3P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0YzoCbQ3P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u0YzoCbQ3P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0YzoCbQ3P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0YzoCbQ3P .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-u0YzoCbQ3P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0YzoCbQ3P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0YzoCbQ3P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0YzoCbQ3P .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u0YzoCbQ3P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u0YzoCbQ3P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0YzoCbQ3P .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u0YzoCbQ3P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0YzoCbQ3P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0YzoCbQ3P .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-u0YzoCbQ3P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0YzoCbQ3P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0YzoCbQ3P .dropdown-item.active,
.cid-u0YzoCbQ3P .dropdown-item:active {
  background-color: transparent;
}
.cid-u0YzoCbQ3P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0YzoCbQ3P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0YzoCbQ3P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0YzoCbQ3P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-u0YzoCbQ3P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0YzoCbQ3P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0YzoCbQ3P ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u0YzoCbQ3P .navbar-buttons {
  text-align: center;
}
.cid-u0YzoCbQ3P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u0YzoCbQ3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u0YzoCbQ3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0YzoCbQ3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0YzoCbQ3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0YzoCbQ3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0YzoCbQ3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0YzoCbQ3P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0YzoCbQ3P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0YzoCbQ3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0YzoCbQ3P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0YzoCbQ3P a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u0YzoCbQ3P .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ff3366;
  display: inline-flex;
}
.cid-u0YzoCbQ3P .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u0YzoCbQ3P .soc-item {
  margin: .5rem .3rem;
}
.cid-u0YzoCbQ3P .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-u0YzoCbQ3P a.nav-link .mbr-iconfont-btn,
.cid-u0YzoCbQ3P a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u0YzoCbQ3P a.nav-link:hover .mbr-iconfont-btn,
.cid-u0YzoCbQ3P a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u0YzoCbQ3P a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0YzoCbQ3P .navbar {
    height: 77px;
  }
  .cid-u0YzoCbQ3P .navbar.opened {
    height: auto;
  }
  .cid-u0YzoCbQ3P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0YzoCQVhz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #786f51;
}
.cid-u0YzoCQVhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0YzoCQVhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0YzoCQVhz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-u0YzoCQVhz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-u0YzoCQVhz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-u0YzoCQVhz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-u0YzoCQVhz .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-u0YzoCQVhz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u0YzoCQVhz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u0YzoCQVhz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u0YzoCQVhz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0YzoCQVhz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u0YzoCQVhz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u0YzoCQVhz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-u0YzoCQVhz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .copyright {
    text-align: center !important;
  }
}
.cid-u0YzoCQVhz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .brand-text {
    text-align: center !important;
  }
}
.cid-u0YzoCQVhz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0YzoCQVhz .col-link {
    padding: 0;
  }
}
.cid-u0YzoCQVhz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .col-link1 {
    width: 40%;
  }
}
.cid-u0YzoCQVhz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .col-link2 {
    width: 60%;
  }
}
.cid-u0YzoCQVhz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-u0YzoCQVhz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-u0YzoCQVhz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-u0YzoCQVhz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-u0YzoCQVhz .list li:hover {
  color: #879a9f !important;
}
.cid-u0YzoCQVhz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0YzoCQVhz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-u0YzoCQVhz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-u0YzoCQVhz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .social-container {
    width: 100%;
  }
}
.cid-u0YzoCQVhz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .btn-text {
    text-align: center !important;
  }
}
.cid-u0YzoCQVhz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u0YzoCQVhz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .social-text {
    text-align: center !important;
  }
}
.cid-u0YzoCQVhz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u0YzoCQVhz .social-row {
    justify-content: center;
  }
}
.cid-u0YzoCQVhz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-u0YzoCQVhz .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-u0YzoCQVhz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0YzoCQVhz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-u0YzoCQVhz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-u0YzoCQVhz .footer-border {
    display: none;
  }
}
