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-sgOn8uc4TZ {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/presentacion-nikkei-franquicias-29ago14-page-32-1650x1275-800x618.jpg");
  background-position: right;
}
.cid-sgOn8uc4TZ .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgOn8uc4TZ .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgOn8uc4TZ .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgOn8uc4TZ img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgOn8uc4TZ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgCiwsQxvK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgCiwsQxvK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgCiwsQxvK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgCiwsQxvK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgCiwsQxvK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgCiwsQxvK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgCiwsQxvK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgCiwsQxvK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgCiwsQxvK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgCiwsQxvK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgO9mCER1v {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/ahava-anteproyecto-1-may-2019-page-10-1024x662-800x517.jpg");
  background-position: right;
}
.cid-sgO9mCER1v .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgO9mCER1v .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgO9mCER1v .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgO9mCER1v img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgO9mCER1v .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgIiibinI0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgIiibinI0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgIiibinI0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgIiibinI0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgIiibinI0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgIiibinI0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgIiibinI0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgIiibinI0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgIiibinI0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgIiibinI0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgO8Ph7iyi {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-earth-angel57-2000x1127-800x451.jpg");
  background-position: right;
}
.cid-sgO8Ph7iyi .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgO8Ph7iyi .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgO8Ph7iyi .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgO8Ph7iyi img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgO8Ph7iyi .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgIlD2CCBD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgIlD2CCBD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgIlD2CCBD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgIlD2CCBD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgIlD2CCBD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgIlD2CCBD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgIlD2CCBD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgIlD2CCBD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgIlD2CCBD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgIlD2CCBD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgO4mPChi2 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologicageometria-sagradadiseno-sustentable-earth-angel14-2-1626x1059.jpg");
  background-position: right;
}
.cid-sgO4mPChi2 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgO4mPChi2 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgO4mPChi2 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgO4mPChi2 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgO4mPChi2 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgIwrZ4MQU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgIwrZ4MQU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgIwrZ4MQU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgIwrZ4MQU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgIwrZ4MQU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgIwrZ4MQU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgIwrZ4MQU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgIwrZ4MQU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgIwrZ4MQU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgIwrZ4MQU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgO3Ve10fl {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/anteproyecto-casa-aries-final-2abr19-ok4-1626x1059.jpg");
  background-position: right;
}
.cid-sgO3Ve10fl .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgO3Ve10fl .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgO3Ve10fl .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgO3Ve10fl img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgO3Ve10fl .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgIzAgRLow {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgIzAgRLow .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgIzAgRLow .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgIzAgRLow .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgIzAgRLow .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgIzAgRLow .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgIzAgRLow .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgIzAgRLow .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgIzAgRLow .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgIzAgRLow .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgO3gdWqxB {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologicageometria-sagradadiseno-sustentabletejidoc1-1024x768.jpg");
  background-position: right;
}
.cid-sgO3gdWqxB .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgO3gdWqxB .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgO3gdWqxB .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgO3gdWqxB img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgO3gdWqxB .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgIFHmYGo8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgIFHmYGo8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgIFHmYGo8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgIFHmYGo8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgIFHmYGo8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgIFHmYGo8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgIFHmYGo8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgIFHmYGo8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgIFHmYGo8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgIFHmYGo8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgO2IrmGHY {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable19-2000x1500.jpg");
  background-position: right;
}
.cid-sgO2IrmGHY .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgO2IrmGHY .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgO2IrmGHY .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgO2IrmGHY img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgO2IrmGHY .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgIGFSOlKq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgIGFSOlKq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgIGFSOlKq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgIGFSOlKq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgIGFSOlKq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgIGFSOlKq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgIGFSOlKq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgIGFSOlKq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgIGFSOlKq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgIGFSOlKq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgO9JB20ar {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/c-alma-6-1624x1080.jpg");
  background-position: right;
}
.cid-sgO9JB20ar .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgO9JB20ar .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgO9JB20ar .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgO9JB20ar img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgO9JB20ar .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgIbAhaEIv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgIbAhaEIv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgIbAhaEIv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgIbAhaEIv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgIbAhaEIv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgIbAhaEIv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgIbAhaEIv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgIbAhaEIv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgIbAhaEIv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgIbAhaEIv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgO4KrFGfe {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/anteproyecto-casa-sergio-s1a-2000x1107.jpg");
  background-position: right;
}
.cid-sgO4KrFGfe .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgO4KrFGfe .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgO4KrFGfe .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgO4KrFGfe img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgO4KrFGfe .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgInT0w40h {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgInT0w40h .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgInT0w40h .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgInT0w40h .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgInT0w40h .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgInT0w40h .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgInT0w40h .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgInT0w40h .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgInT0w40h .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgInT0w40h .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgO1RkmuLM {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologicageometria-sagradadiseno-sustentabletejido3-1-800x400.jpg");
  background-position: right;
}
.cid-sgO1RkmuLM .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgO1RkmuLM .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgO1RkmuLM .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgO1RkmuLM img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgO1RkmuLM .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgNFlQgzrm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgNFlQgzrm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgNFlQgzrm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgNFlQgzrm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgNFlQgzrm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgNFlQgzrm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgNFlQgzrm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgNFlQgzrm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgNFlQgzrm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgNFlQgzrm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgNVEYTNue {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologicageometria-sagradadiseno-sustentablerise-fractal-community-page-4-800x400.jpg");
  background-position: right;
}
.cid-sgNVEYTNue .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgNVEYTNue .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sgNVEYTNue .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgNVEYTNue img {
  position: absolute;
  left: 10%;
  bottom: -100px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sgNVEYTNue .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgOlNTQbjR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgOlNTQbjR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgOlNTQbjR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgOlNTQbjR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgOlNTQbjR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgOlNTQbjR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgOlNTQbjR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgOlNTQbjR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgOlNTQbjR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgOlNTQbjR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgOnY2UtLz {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-remodelacion10-1-718x480.jpg");
  background-position: right;
}
.cid-sgOnY2UtLz .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgOnY2UtLz .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgOnY2UtLz .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgOnY2UtLz img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgOnY2UtLz .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgOnY4YnJt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgOnY4YnJt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgOnY4YnJt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgOnY4YnJt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgOnY4YnJt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgOnY4YnJt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgOnY4YnJt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgOnY4YnJt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgOnY4YnJt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgOnY4YnJt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgOr0SeNX2 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-shrine-of-the-heart1-1-720x405.jpg");
  background-position: right;
}
.cid-sgOr0SeNX2 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgOr0SeNX2 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgOr0SeNX2 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgOr0SeNX2 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgOr0SeNX2 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgOr0TZK3J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgOr0TZK3J .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgOr0TZK3J .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgOr0TZK3J .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgOr0TZK3J .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgOr0TZK3J .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgOr0TZK3J .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgOr0TZK3J .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgOr0TZK3J .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgOr0TZK3J .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgOwhWHQ0v {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-amore-fiore22-2-720x360.jpg");
  background-position: right;
}
.cid-sgOwhWHQ0v .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgOwhWHQ0v .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgOwhWHQ0v .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgOwhWHQ0v img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgOwhWHQ0v .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgOwhYvhJk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgOwhYvhJk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgOwhYvhJk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgOwhYvhJk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgOwhYvhJk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgOwhYvhJk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgOwhYvhJk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgOwhYvhJk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgOwhYvhJk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgOwhYvhJk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgOzjKKXE4 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-bak-restaurante29-1-621x480.jpg");
  background-position: right;
}
.cid-sgOzjKKXE4 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgOzjKKXE4 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgOzjKKXE4 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgOzjKKXE4 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgOzjKKXE4 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgOzjNKa5z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgOzjNKa5z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgOzjNKa5z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgOzjNKa5z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgOzjNKa5z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgOzjNKa5z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgOzjNKa5z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgOzjNKa5z .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgOzjNKa5z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgOzjNKa5z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sgTThrfiOu {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-casa-habitacion-izquierdob2-1-800x600.jpg");
  background-position: right;
}
.cid-sgTThrfiOu .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sgTThrfiOu .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sgTThrfiOu .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sgTThrfiOu img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sgTThrfiOu .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sgTThttBWX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgTThttBWX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgTThttBWX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgTThttBWX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgTThttBWX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgTThttBWX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgTThttBWX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgTThttBWX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgTThttBWX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgTThttBWX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbuRtQoqz {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-rise-costarica30-1-720x360.jpg");
  background-position: right;
}
.cid-shbuRtQoqz .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbuRtQoqz .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbuRtQoqz .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbuRtQoqz img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbuRtQoqz .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbuRvhQAJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbuRvhQAJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbuRvhQAJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbuRvhQAJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbuRvhQAJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbuRvhQAJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbuRvhQAJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbuRvhQAJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbuRvhQAJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbuRvhQAJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbyKIIM0i {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-casa-habitacion-mondragon14-2-720x465.jpg");
  background-position: right;
}
.cid-shbyKIIM0i .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbyKIIM0i .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbyKIIM0i .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbyKIIM0i img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbyKIIM0i .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbyKKdHc5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbyKKdHc5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbyKKdHc5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbyKKdHc5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbyKKdHc5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbyKKdHc5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbyKKdHc5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbyKKdHc5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbyKKdHc5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbyKKdHc5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbCQ7DrI8 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-askha1-2-621x480.jpg");
  background-position: right;
}
.cid-shbCQ7DrI8 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbCQ7DrI8 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbCQ7DrI8 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbCQ7DrI8 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbCQ7DrI8 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbCQ9hd2P {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbCQ9hd2P .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbCQ9hd2P .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbCQ9hd2P .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbCQ9hd2P .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbCQ9hd2P .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbCQ9hd2P .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbCQ9hd2P .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbCQ9hd2P .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbCQ9hd2P .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbEcX5Q2H {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-casa-habitacion-garduno19-2-720x478.jpg");
  background-position: right;
}
.cid-shbEcX5Q2H .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbEcX5Q2H .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbEcX5Q2H .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbEcX5Q2H img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbEcX5Q2H .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbEcYCVn0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbEcYCVn0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbEcYCVn0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbEcYCVn0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbEcYCVn0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbEcYCVn0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbEcYCVn0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbEcYCVn0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbEcYCVn0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbEcYCVn0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbLvOaSiB {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-fortunata-centro-de-terapia19-1-640x480.jpg");
  background-position: right;
}
.cid-shbLvOaSiB .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbLvOaSiB .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbLvOaSiB .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbLvOaSiB img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbLvOaSiB .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbLvPY2Z9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbLvPY2Z9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbLvPY2Z9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbLvPY2Z9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbLvPY2Z9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbLvPY2Z9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbLvPY2Z9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbLvPY2Z9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbLvPY2Z9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbLvPY2Z9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbRvlFptM {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-agartha-ecovillage5-720x465.jpg");
  background-position: right;
}
.cid-shbRvlFptM .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbRvlFptM .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbRvlFptM .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbRvlFptM img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbRvlFptM .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbRvnX2Uk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbRvnX2Uk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbRvnX2Uk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbRvnX2Uk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbRvnX2Uk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbRvnX2Uk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbRvnX2Uk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbRvnX2Uk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbRvnX2Uk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbRvnX2Uk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbOXdlRrn {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-centro-amma6-720x359.jpg");
  background-position: right;
}
.cid-shbOXdlRrn .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbOXdlRrn .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbOXdlRrn .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbOXdlRrn img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbOXdlRrn .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbOXfuOXu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbOXfuOXu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbOXfuOXu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbOXfuOXu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbOXfuOXu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbOXfuOXu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbOXfuOXu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbOXfuOXu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbOXfuOXu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbOXfuOXu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbTzALG64 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-yanay4-720x478.jpg");
  background-position: right;
}
.cid-shbTzALG64 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbTzALG64 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbTzALG64 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbTzALG64 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbTzALG64 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbTzCWXNH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbTzCWXNH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbTzCWXNH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbTzCWXNH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbTzCWXNH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbTzCWXNH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbTzCWXNH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbTzCWXNH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbTzCWXNH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbTzCWXNH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbZI5cWx5 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-casa-habitacion-marigeles0-720x478-copia-720x478.jpg");
  background-position: right;
}
.cid-shbZI5cWx5 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbZI5cWx5 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbZI5cWx5 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbZI5cWx5 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbZI5cWx5 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbZI7oFPv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbZI7oFPv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbZI7oFPv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbZI7oFPv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbZI7oFPv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbZI7oFPv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbZI7oFPv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbZI7oFPv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbZI7oFPv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbZI7oFPv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shc1SRjcpv {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-templo-maya5-640x480.jpg");
  background-position: right;
}
.cid-shc1SRjcpv .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shc1SRjcpv .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shc1SRjcpv .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shc1SRjcpv img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shc1SRjcpv .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shc1STnXdm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shc1STnXdm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shc1STnXdm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shc1STnXdm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shc1STnXdm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shc1STnXdm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shc1STnXdm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shc1STnXdm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shc1STnXdm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shc1STnXdm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shgLla7J5e {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-ciudad-del-carmen2-628x468.jpg");
  background-position: right;
}
.cid-shgLla7J5e .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shgLla7J5e .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shgLla7J5e .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shgLla7J5e img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shgLla7J5e .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shgLlbk9eT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shgLlbk9eT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shgLlbk9eT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shgLlbk9eT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shgLlbk9eT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shgLlbk9eT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shgLlbk9eT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shgLlbk9eT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shgLlbk9eT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shgLlbk9eT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shc3miwZmV {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-remodelacion15-2-718x480.jpg");
  background-position: right;
}
.cid-shc3miwZmV .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shc3miwZmV .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shc3miwZmV .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shc3miwZmV img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shc3miwZmV .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shc3mkLWG5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shc3mkLWG5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shc3mkLWG5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shc3mkLWG5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shc3mkLWG5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shc3mkLWG5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shc3mkLWG5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shc3mkLWG5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shc3mkLWG5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shc3mkLWG5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shgOrb67Lx {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-tierra-nativa4-500x375.jpg");
  background-position: right;
}
.cid-shgOrb67Lx .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shgOrb67Lx .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shgOrb67Lx .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shgOrb67Lx img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shgOrb67Lx .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shgOreeOYy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shgOreeOYy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shgOreeOYy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shgOreeOYy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shgOreeOYy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shgOreeOYy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shgOreeOYy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shgOreeOYy .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shgOreeOYy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shgOreeOYy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shgPtGhMoD {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-cafeo2-1-500x375.jpg");
  background-position: right;
}
.cid-shgPtGhMoD .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shgPtGhMoD .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shgPtGhMoD .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shgPtGhMoD img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shgPtGhMoD .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shgPtHMHU5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shgPtHMHU5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shgPtHMHU5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shgPtHMHU5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shgPtHMHU5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shgPtHMHU5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shgPtHMHU5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shgPtHMHU5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shgPtHMHU5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shgPtHMHU5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shgRvtH8Rd {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-punto-cero6-500x300.jpg");
  background-position: right;
}
.cid-shgRvtH8Rd .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shgRvtH8Rd .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shgRvtH8Rd .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shgRvtH8Rd img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shgRvtH8Rd .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shgRvvSdAF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shgRvvSdAF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shgRvvSdAF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shgRvvSdAF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shgRvvSdAF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shgRvvSdAF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shgRvvSdAF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shgRvvSdAF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shgRvvSdAF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shgRvvSdAF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shgW7jtDIq {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-duvai1-500x391.jpg");
  background-position: right;
}
.cid-shgW7jtDIq .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shgW7jtDIq .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shgW7jtDIq .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shgW7jtDIq img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shgW7jtDIq .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shgW7no3Ch {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shgW7no3Ch .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shgW7no3Ch .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shgW7no3Ch .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shgW7no3Ch .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shgW7no3Ch .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shgW7no3Ch .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shgW7no3Ch .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shgW7no3Ch .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shgW7no3Ch .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shgZaAqFzz {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-alejandra3-500x375.jpg");
  background-position: right;
}
.cid-shgZaAqFzz .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shgZaAqFzz .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shgZaAqFzz .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shgZaAqFzz img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shgZaAqFzz .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shgZaBJX9a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shgZaBJX9a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shgZaBJX9a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shgZaBJX9a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shgZaBJX9a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shgZaBJX9a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shgZaBJX9a .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shgZaBJX9a .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shgZaBJX9a .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shgZaBJX9a .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shh01NLpxE {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-finca-aine9-500x300.jpg");
  background-position: right;
}
.cid-shh01NLpxE .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shh01NLpxE .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shh01NLpxE .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shh01NLpxE img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shh01NLpxE .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shh01P5dSu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shh01P5dSu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shh01P5dSu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shh01P5dSu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shh01P5dSu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shh01P5dSu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shh01P5dSu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shh01P5dSu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shh01P5dSu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shh01P5dSu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shh1ATQRRd {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-omswa3-500x320.jpg");
  background-position: right;
}
.cid-shh1ATQRRd .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shh1ATQRRd .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shh1ATQRRd .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shh1ATQRRd img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shh1ATQRRd .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shh1AVGpev {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shh1AVGpev .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shh1AVGpev .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shh1AVGpev .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shh1AVGpev .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shh1AVGpev .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shh1AVGpev .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shh1AVGpev .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shh1AVGpev .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shh1AVGpev .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shh4dsCKDS {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-joy3-500x338.jpg");
  background-position: right;
}
.cid-shh4dsCKDS .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shh4dsCKDS .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shh4dsCKDS .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shh4dsCKDS img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shh4dsCKDS .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shh4dtZ4Z9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shh4dtZ4Z9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shh4dtZ4Z9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shh4dtZ4Z9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shh4dtZ4Z9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shh4dtZ4Z9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shh4dtZ4Z9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shh4dtZ4Z9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shh4dtZ4Z9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shh4dtZ4Z9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shh6j8RKe4 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-lawan2-500x375.jpg");
  background-position: right;
}
.cid-shh6j8RKe4 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shh6j8RKe4 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shh6j8RKe4 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shh6j8RKe4 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shh6j8RKe4 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shh6jbDAPq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shh6jbDAPq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shh6jbDAPq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shh6jbDAPq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shh6jbDAPq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shh6jbDAPq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shh6jbDAPq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shh6jbDAPq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shh6jbDAPq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shh6jbDAPq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shhchu0NAQ {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-bioss15-500x332.jpg");
  background-position: right;
}
.cid-shhchu0NAQ .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shhchu0NAQ .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shhchu0NAQ .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shhchu0NAQ img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shhchu0NAQ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shhchvoU8g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shhchvoU8g .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shhchvoU8g .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shhchvoU8g .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shhchvoU8g .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shhchvoU8g .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shhchvoU8g .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shhchvoU8g .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shhchvoU8g .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shhchvoU8g .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbXirtZVT {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologica-geometria-sagrada-proyecto-plasbar6-720x478.jpg");
  background-position: right;
}
.cid-shbXirtZVT .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbXirtZVT .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbXirtZVT .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbXirtZVT img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbXirtZVT .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shbXitGakR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbXitGakR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbXitGakR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbXitGakR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbXitGakR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbXitGakR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbXitGakR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbXitGakR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbXitGakR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbXitGakR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sKk7D1xn1Q {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/rancho-amanalco5-1920x1080.jpg");
  background-position: right;
}
.cid-sKk7D1xn1Q .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sKk7D1xn1Q .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sKk7D1xn1Q .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sKk7D1xn1Q img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sKk7D1xn1Q .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sKk7D3HTMA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sKk7D3HTMA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sKk7D3HTMA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKk7D3HTMA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKk7D3HTMA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sKk7D3HTMA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sKk7D3HTMA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sKk7D3HTMA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sKk7D3HTMA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sKk7D3HTMA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sKk9olmlw6 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/rancho-amanalco1-1920x1079.jpg");
  background-position: right;
}
.cid-sKk9olmlw6 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sKk9olmlw6 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sKk9olmlw6 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sKk9olmlw6 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sKk9olmlw6 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sKk9onxwtv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sKk9onxwtv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sKk9onxwtv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKk9onxwtv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKk9onxwtv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sKk9onxwtv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sKk9onxwtv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sKk9onxwtv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sKk9onxwtv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sKk9onxwtv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sNwS4lxoHr {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pentagono-portugal-1-1919x10800.jpg");
  background-position: right;
}
.cid-sNwS4lxoHr .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sNwS4lxoHr .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sNwS4lxoHr .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sNwS4lxoHr img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sNwS4lxoHr .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sNwS4ncLAm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sNwS4ncLAm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sNwS4ncLAm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sNwS4ncLAm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sNwS4ncLAm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sNwS4ncLAm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sNwS4ncLAm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sNwS4ncLAm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sNwS4ncLAm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sNwS4ncLAm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sPvs6chkYn {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/grecia-antiparos0-1920x1079.jpg");
  background-position: right;
}
.cid-sPvs6chkYn .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sPvs6chkYn .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sPvs6chkYn .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sPvs6chkYn img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sPvs6chkYn .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sPvs6dZwwi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sPvs6dZwwi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sPvs6dZwwi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPvs6dZwwi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPvs6dZwwi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sPvs6dZwwi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sPvs6dZwwi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sPvs6dZwwi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sPvs6dZwwi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sPvs6dZwwi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sUYIeX91vm {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/keme-ix-restorant4-2000x1124.jpg");
  background-position: right;
}
.cid-sUYIeX91vm .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sUYIeX91vm .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sUYIeX91vm .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sUYIeX91vm img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sUYIeX91vm .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sUYIeYRtMO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sUYIeYRtMO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sUYIeYRtMO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUYIeYRtMO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUYIeYRtMO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sUYIeYRtMO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sUYIeYRtMO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sUYIeYRtMO .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sUYIeYRtMO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sUYIeYRtMO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sUYP0gPBSX {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/keme-ix-camping1-2000x1124.jpg");
  background-position: right;
}
.cid-sUYP0gPBSX .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sUYP0gPBSX .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sUYP0gPBSX .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sUYP0gPBSX img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sUYP0gPBSX .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sUYP0j5Ukw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sUYP0j5Ukw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sUYP0j5Ukw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUYP0j5Ukw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUYP0j5Ukw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sUYP0j5Ukw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sUYP0j5Ukw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sUYP0j5Ukw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sUYP0j5Ukw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sUYP0j5Ukw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sUYQuTuPcg {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/keme-ix-hotel6-2000x1124.jpg");
  background-position: right;
}
.cid-sUYQuTuPcg .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sUYQuTuPcg .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sUYQuTuPcg .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sUYQuTuPcg img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sUYQuTuPcg .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sUZeEk7PUD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sUZeEk7PUD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sUZeEk7PUD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUZeEk7PUD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUZeEk7PUD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sUZeEk7PUD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sUZeEk7PUD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sUZeEk7PUD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sUZeEk7PUD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sUZeEk7PUD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-seUMd0QuGQ .modal-body .close {
  background: #1b1b1b;
}
.cid-seUMd0QuGQ .modal-body .close span {
  font-style: normal;
}
.cid-seUMd0QuGQ .carousel-inner > .active,
.cid-seUMd0QuGQ .carousel-inner > .next,
.cid-seUMd0QuGQ .carousel-inner > .prev {
  display: flex;
}
.cid-seUMd0QuGQ .carousel-control .icon-next,
.cid-seUMd0QuGQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 20px;
  line-height: 27px;
}
.cid-seUMd0QuGQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seUMd0QuGQ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-seUMd0QuGQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-seUMd0QuGQ .boxed-slider > div {
  position: relative;
}
.cid-seUMd0QuGQ .container img {
  width: 100%;
}
.cid-seUMd0QuGQ .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-seUMd0QuGQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-seUMd0QuGQ .mbr-table-cell {
  padding: 0;
}
.cid-seUMd0QuGQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-seUMd0QuGQ .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-seUMd0QuGQ .mbr-overlay {
  z-index: 1;
}
.cid-seUMd0QuGQ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-seUMd0QuGQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-seUMd0QuGQ .carousel-item.active.right,
.cid-seUMd0QuGQ .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-seUMd0QuGQ .carousel-item.active.left,
.cid-seUMd0QuGQ .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-seUMd0QuGQ .carousel-item.active,
.cid-seUMd0QuGQ .carousel-item.next.left,
.cid-seUMd0QuGQ .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-seUMd0QuGQ .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-seUMd0QuGQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seUMd0QuGQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seUMd0QuGQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-seUMd0QuGQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-seUMd0QuGQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-seUMd0QuGQ .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-seUMd0QuGQ .mbr-slider .carousel-indicators li.active,
.cid-seUMd0QuGQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-seUMd0QuGQ .mbr-slider .carousel-indicators li::after,
.cid-seUMd0QuGQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-seUMd0QuGQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-seUMd0QuGQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-seUMd0QuGQ .mbr-slider > .container img {
  width: 100%;
}
.cid-seUMd0QuGQ .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-seUMd0QuGQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-seUMd0QuGQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-seUMd0QuGQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-seUMd0QuGQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-seUMd0QuGQ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-seUMd0QuGQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-seUMd0QuGQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-seUMd0QuGQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-seUMd0QuGQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-seUMd0QuGQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-seUMd0QuGQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-seUMd0QuGQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sg9ENsP5Fv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sg9ENsP5Fv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg9ENsP5Fv .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg9ENsP5Fv .mbr-text {
    text-align: center;
  }
}
.cid-sg9ENsP5Fv H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sg9ENsP5Fv .mbr-text,
.cid-sg9ENsP5Fv .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-seUXaIWj6V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallaxf1-1920x762.jpg");
}
@media (min-width: 992px) {
  .cid-seUXaIWj6V .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seUXaIWj6V .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-seUXaIWj6V .mbr-text {
    text-align: center;
  }
}
.cid-seUY3KEttk {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seUY3KEttk .mbr-section-subtitle {
  color: #767676;
}
.cid-seUY3KEttk H2 {
  color: #b1a374;
}
.cid-sg9EhlUCMX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sg9EhlUCMX .image-block {
  margin: auto;
  height: ;
  overflow: hidden;
  position: relative;
}
.cid-sg9EhlUCMX .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-sg9EhlUCMX .image-block:hover:before {
  opacity: 0.4;
}
.cid-sg9EhlUCMX .image-block:hover .wrap {
  opacity: 1;
}
.cid-sg9EhlUCMX .image-block:hover img {
  transform: scale(1.05);
}
.cid-sg9EhlUCMX h4 {
  letter-spacing: 2px;
}
.cid-sg9EhlUCMX figcaption {
  position: relative;
}
.cid-sg9EhlUCMX figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sg9EhlUCMX img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sg9EhlUCMX .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sg9EhlUCMX .wrap {
    opacity: 1!important;
  }
  .cid-sg9EhlUCMX .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-seUYqGDv0h {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seUYqGDv0h .mbr-section-subtitle {
  color: #767676;
}
.cid-seUYqGDv0h H2 {
  color: #b1a374;
}
.cid-seUZ0YM8Br {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seUZ0YM8Br .mbr-text,
.cid-seUZ0YM8Br blockquote {
  color: #767676;
}
.cid-seUZrsxCMU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #443f0b;
}
.cid-seUZrsxCMU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seUZrsxCMU H2 {
  color: #ffffff;
}
.cid-seV1oUjaTE .modal-body .close {
  background: #1b1b1b;
}
.cid-seV1oUjaTE .modal-body .close span {
  font-style: normal;
}
.cid-seV1oUjaTE .carousel-inner > .active,
.cid-seV1oUjaTE .carousel-inner > .next,
.cid-seV1oUjaTE .carousel-inner > .prev {
  display: flex;
}
.cid-seV1oUjaTE .carousel-control .icon-next,
.cid-seV1oUjaTE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-seV1oUjaTE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seV1oUjaTE .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-seV1oUjaTE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-seV1oUjaTE .boxed-slider > div {
  position: relative;
}
.cid-seV1oUjaTE .container img {
  width: 100%;
}
.cid-seV1oUjaTE .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-seV1oUjaTE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-seV1oUjaTE .mbr-table-cell {
  padding: 0;
}
.cid-seV1oUjaTE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-seV1oUjaTE .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-seV1oUjaTE .mbr-overlay {
  z-index: 1;
}
.cid-seV1oUjaTE .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-seV1oUjaTE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-seV1oUjaTE .carousel-item.active.right,
.cid-seV1oUjaTE .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-seV1oUjaTE .carousel-item.active.left,
.cid-seV1oUjaTE .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-seV1oUjaTE .carousel-item.active,
.cid-seV1oUjaTE .carousel-item.next.left,
.cid-seV1oUjaTE .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-seV1oUjaTE .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-seV1oUjaTE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seV1oUjaTE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seV1oUjaTE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-seV1oUjaTE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-seV1oUjaTE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-seV1oUjaTE .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-seV1oUjaTE .mbr-slider .carousel-indicators li.active,
.cid-seV1oUjaTE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-seV1oUjaTE .mbr-slider .carousel-indicators li::after,
.cid-seV1oUjaTE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-seV1oUjaTE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-seV1oUjaTE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-seV1oUjaTE .mbr-slider > .container img {
  width: 100%;
}
.cid-seV1oUjaTE .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-seV1oUjaTE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-seV1oUjaTE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-seV1oUjaTE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-seV1oUjaTE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-seV1oUjaTE .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-seV1oUjaTE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-seV1oUjaTE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-seV1oUjaTE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-seV1oUjaTE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-seV1oUjaTE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-seV1oUjaTE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-seV1oUjaTE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-seV56A6ywl {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seV56A6ywl .mbr-section-subtitle {
  color: #767676;
}
.cid-seV56A6ywl H2 {
  color: #b1a374;
}
.cid-sg3gFWPLoi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg3gFWPLoi .mbr-iconfont {
  color: #879a9f;
}
.cid-sg3gFWPLoi .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sg3gFWPLoi .mbr-text {
  margin: 1.5rem 0;
}
.cid-sg3gFWPLoi .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-sg3gFWPLoi .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sg3gFWPLoi .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sg3gFWPLoi .mbr-section-subtitle,
.cid-sg3gFWPLoi .mbr-text,
.cid-sg3gFWPLoi .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sg9Fp7x2Go.popup-builder {
  background-color: #ffffff;
}
.cid-sg9Fp7x2Go.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg9Fp7x2Go.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg9Fp7x2Go .modal-content,
.cid-sg9Fp7x2Go .modal-dialog {
  height: auto;
}
.cid-sg9Fp7x2Go .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg9Fp7x2Go .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg9Fp7x2Go .form-wrapper .mbr-form .form-group,
  .cid-sg9Fp7x2Go .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg9Fp7x2Go .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg9Fp7x2Go .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-sg9Fp7x2Go .mbr-text {
  text-align: left;
}
.cid-sg9Fp7x2Go .pt-0 {
  padding-top: 0 !important;
}
.cid-sg9Fp7x2Go .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg9Fp7x2Go .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg9Fp7x2Go .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg9Fp7x2Go .modal-open {
  overflow: hidden;
}
.cid-sg9Fp7x2Go .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg9Fp7x2Go .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg9Fp7x2Go .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg9Fp7x2Go .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-sg9Fp7x2Go .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg9Fp7x2Go .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg9Fp7x2Go .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg9Fp7x2Go .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-sg9Fp7x2Go .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg9Fp7x2Go .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg9Fp7x2Go .modal-backdrop.show {
  opacity: .5;
}
.cid-sg9Fp7x2Go .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-sg9Fp7x2Go .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg9Fp7x2Go .modal-header .close:hover {
  opacity: 1;
}
.cid-sg9Fp7x2Go .modal-header .close:focus {
  outline: none;
}
.cid-sg9Fp7x2Go .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg9Fp7x2Go .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg9Fp7x2Go .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-sg9Fp7x2Go .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg9Fp7x2Go .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg9Fp7x2Go .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg9Fp7x2Go .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg9Fp7x2Go .modal-sm {
    max-width: 300px;
  }
  .cid-sg9Fp7x2Go .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg9Fp7x2Go .modal-lg,
  .cid-sg9Fp7x2Go .modal-xl {
    max-width: 800px;
  }
  .cid-sg9Fp7x2Go .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg9Fp7x2Go .modal-xl {
    max-width: 1140px;
  }
  .cid-sg9Fp7x2Go .container {
    max-width: 1140px;
  }
}
.cid-sg9Fp7x2Go .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg9Fp7x2Go .container {
    max-width: 720px;
  }
}
.cid-sg9Fp7x2Go .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg9Fp7x2Go .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-sg9Fp7x2Go .form-group {
  margin-bottom: 1rem;
}
.cid-sg9Fp7x2Go .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg9Fp7x2Go .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg9Fp7x2Go .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-sg9HFxEb9u.popup-builder {
  background-color: #ffffff;
}
.cid-sg9HFxEb9u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg9HFxEb9u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg9HFxEb9u .modal-content,
.cid-sg9HFxEb9u .modal-dialog {
  height: auto;
}
.cid-sg9HFxEb9u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg9HFxEb9u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg9HFxEb9u .form-wrapper .mbr-form .form-group,
  .cid-sg9HFxEb9u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg9HFxEb9u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg9HFxEb9u .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-sg9HFxEb9u .mbr-text {
  text-align: left;
}
.cid-sg9HFxEb9u .pt-0 {
  padding-top: 0 !important;
}
.cid-sg9HFxEb9u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg9HFxEb9u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg9HFxEb9u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg9HFxEb9u .modal-open {
  overflow: hidden;
}
.cid-sg9HFxEb9u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg9HFxEb9u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg9HFxEb9u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg9HFxEb9u .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-sg9HFxEb9u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg9HFxEb9u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg9HFxEb9u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg9HFxEb9u .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-sg9HFxEb9u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg9HFxEb9u .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg9HFxEb9u .modal-backdrop.show {
  opacity: .5;
}
.cid-sg9HFxEb9u .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-sg9HFxEb9u .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg9HFxEb9u .modal-header .close:hover {
  opacity: 1;
}
.cid-sg9HFxEb9u .modal-header .close:focus {
  outline: none;
}
.cid-sg9HFxEb9u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg9HFxEb9u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg9HFxEb9u .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-sg9HFxEb9u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg9HFxEb9u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg9HFxEb9u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg9HFxEb9u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg9HFxEb9u .modal-sm {
    max-width: 300px;
  }
  .cid-sg9HFxEb9u .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg9HFxEb9u .modal-lg,
  .cid-sg9HFxEb9u .modal-xl {
    max-width: 800px;
  }
  .cid-sg9HFxEb9u .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg9HFxEb9u .modal-xl {
    max-width: 1140px;
  }
  .cid-sg9HFxEb9u .container {
    max-width: 1140px;
  }
}
.cid-sg9HFxEb9u .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg9HFxEb9u .container {
    max-width: 720px;
  }
}
.cid-sg9HFxEb9u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg9HFxEb9u .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-sg9HFxEb9u .form-group {
  margin-bottom: 1rem;
}
.cid-sg9HFxEb9u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg9HFxEb9u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg9HFxEb9u .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-sg9I0H16eV.popup-builder {
  background-color: #ffffff;
}
.cid-sg9I0H16eV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg9I0H16eV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg9I0H16eV .modal-content,
.cid-sg9I0H16eV .modal-dialog {
  height: auto;
}
.cid-sg9I0H16eV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg9I0H16eV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg9I0H16eV .form-wrapper .mbr-form .form-group,
  .cid-sg9I0H16eV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg9I0H16eV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg9I0H16eV .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-sg9I0H16eV .mbr-text {
  text-align: left;
}
.cid-sg9I0H16eV .pt-0 {
  padding-top: 0 !important;
}
.cid-sg9I0H16eV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg9I0H16eV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg9I0H16eV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg9I0H16eV .modal-open {
  overflow: hidden;
}
.cid-sg9I0H16eV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg9I0H16eV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg9I0H16eV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg9I0H16eV .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-sg9I0H16eV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg9I0H16eV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg9I0H16eV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg9I0H16eV .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-sg9I0H16eV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg9I0H16eV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg9I0H16eV .modal-backdrop.show {
  opacity: .5;
}
.cid-sg9I0H16eV .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-sg9I0H16eV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg9I0H16eV .modal-header .close:hover {
  opacity: 1;
}
.cid-sg9I0H16eV .modal-header .close:focus {
  outline: none;
}
.cid-sg9I0H16eV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg9I0H16eV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg9I0H16eV .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-sg9I0H16eV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg9I0H16eV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg9I0H16eV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg9I0H16eV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg9I0H16eV .modal-sm {
    max-width: 300px;
  }
  .cid-sg9I0H16eV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg9I0H16eV .modal-lg,
  .cid-sg9I0H16eV .modal-xl {
    max-width: 800px;
  }
  .cid-sg9I0H16eV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg9I0H16eV .modal-xl {
    max-width: 1140px;
  }
  .cid-sg9I0H16eV .container {
    max-width: 1140px;
  }
}
.cid-sg9I0H16eV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg9I0H16eV .container {
    max-width: 720px;
  }
}
.cid-sg9I0H16eV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg9I0H16eV .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-sg9I0H16eV .form-group {
  margin-bottom: 1rem;
}
.cid-sg9I0H16eV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg9I0H16eV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg9I0H16eV .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-sg9IL3d37M.popup-builder {
  background-color: #ffffff;
}
.cid-sg9IL3d37M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sg9IL3d37M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sg9IL3d37M .modal-content,
.cid-sg9IL3d37M .modal-dialog {
  height: auto;
}
.cid-sg9IL3d37M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sg9IL3d37M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sg9IL3d37M .form-wrapper .mbr-form .form-group,
  .cid-sg9IL3d37M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sg9IL3d37M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sg9IL3d37M .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-sg9IL3d37M .mbr-text {
  text-align: left;
}
.cid-sg9IL3d37M .pt-0 {
  padding-top: 0 !important;
}
.cid-sg9IL3d37M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sg9IL3d37M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sg9IL3d37M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sg9IL3d37M .modal-open {
  overflow: hidden;
}
.cid-sg9IL3d37M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sg9IL3d37M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sg9IL3d37M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sg9IL3d37M .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-sg9IL3d37M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sg9IL3d37M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sg9IL3d37M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sg9IL3d37M .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-sg9IL3d37M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sg9IL3d37M .modal-backdrop.fade {
  opacity: 0;
}
.cid-sg9IL3d37M .modal-backdrop.show {
  opacity: .5;
}
.cid-sg9IL3d37M .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-sg9IL3d37M .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sg9IL3d37M .modal-header .close:hover {
  opacity: 1;
}
.cid-sg9IL3d37M .modal-header .close:focus {
  outline: none;
}
.cid-sg9IL3d37M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sg9IL3d37M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sg9IL3d37M .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-sg9IL3d37M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sg9IL3d37M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sg9IL3d37M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sg9IL3d37M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sg9IL3d37M .modal-sm {
    max-width: 300px;
  }
  .cid-sg9IL3d37M .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sg9IL3d37M .modal-lg,
  .cid-sg9IL3d37M .modal-xl {
    max-width: 800px;
  }
  .cid-sg9IL3d37M .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sg9IL3d37M .modal-xl {
    max-width: 1140px;
  }
  .cid-sg9IL3d37M .container {
    max-width: 1140px;
  }
}
.cid-sg9IL3d37M .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sg9IL3d37M .container {
    max-width: 720px;
  }
}
.cid-sg9IL3d37M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sg9IL3d37M .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-sg9IL3d37M .form-group {
  margin-bottom: 1rem;
}
.cid-sg9IL3d37M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sg9IL3d37M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sg9IL3d37M .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-seVb7WCz23 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seVb7WCz23 .mbr-iconfont {
  color: #879a9f;
}
.cid-seVb7WCz23 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-seVb7WCz23 .mbr-text {
  margin: 1.5rem 0;
}
.cid-seVb7WCz23 .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-seVb7WCz23 .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-seVb7WCz23 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-seVb7WCz23 .mbr-section-subtitle,
.cid-seVb7WCz23 .mbr-text,
.cid-seVb7WCz23 .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgCcEi3diB.popup-builder {
  background-color: #ffffff;
}
.cid-sgCcEi3diB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCcEi3diB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCcEi3diB .modal-content,
.cid-sgCcEi3diB .modal-dialog {
  height: auto;
}
.cid-sgCcEi3diB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCcEi3diB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCcEi3diB .form-wrapper .mbr-form .form-group,
  .cid-sgCcEi3diB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCcEi3diB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCcEi3diB .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-sgCcEi3diB .mbr-text {
  text-align: left;
}
.cid-sgCcEi3diB .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCcEi3diB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCcEi3diB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCcEi3diB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCcEi3diB .modal-open {
  overflow: hidden;
}
.cid-sgCcEi3diB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCcEi3diB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCcEi3diB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCcEi3diB .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-sgCcEi3diB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCcEi3diB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCcEi3diB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCcEi3diB .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-sgCcEi3diB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCcEi3diB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCcEi3diB .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCcEi3diB .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-sgCcEi3diB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCcEi3diB .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCcEi3diB .modal-header .close:focus {
  outline: none;
}
.cid-sgCcEi3diB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCcEi3diB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCcEi3diB .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-sgCcEi3diB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCcEi3diB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCcEi3diB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCcEi3diB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCcEi3diB .modal-sm {
    max-width: 300px;
  }
  .cid-sgCcEi3diB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCcEi3diB .modal-lg,
  .cid-sgCcEi3diB .modal-xl {
    max-width: 800px;
  }
  .cid-sgCcEi3diB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCcEi3diB .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCcEi3diB .container {
    max-width: 1140px;
  }
}
.cid-sgCcEi3diB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCcEi3diB .container {
    max-width: 720px;
  }
}
.cid-sgCcEi3diB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCcEi3diB .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-sgCcEi3diB .form-group {
  margin-bottom: 1rem;
}
.cid-sgCcEi3diB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCcEi3diB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCcEi3diB .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-sgCd4cAkTA.popup-builder {
  background-color: #ffffff;
}
.cid-sgCd4cAkTA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCd4cAkTA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCd4cAkTA .modal-content,
.cid-sgCd4cAkTA .modal-dialog {
  height: auto;
}
.cid-sgCd4cAkTA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCd4cAkTA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCd4cAkTA .form-wrapper .mbr-form .form-group,
  .cid-sgCd4cAkTA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCd4cAkTA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCd4cAkTA .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-sgCd4cAkTA .mbr-text {
  text-align: left;
}
.cid-sgCd4cAkTA .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCd4cAkTA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCd4cAkTA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCd4cAkTA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCd4cAkTA .modal-open {
  overflow: hidden;
}
.cid-sgCd4cAkTA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCd4cAkTA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCd4cAkTA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCd4cAkTA .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-sgCd4cAkTA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCd4cAkTA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCd4cAkTA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCd4cAkTA .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-sgCd4cAkTA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCd4cAkTA .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCd4cAkTA .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCd4cAkTA .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-sgCd4cAkTA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCd4cAkTA .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCd4cAkTA .modal-header .close:focus {
  outline: none;
}
.cid-sgCd4cAkTA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCd4cAkTA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCd4cAkTA .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-sgCd4cAkTA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCd4cAkTA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCd4cAkTA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCd4cAkTA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCd4cAkTA .modal-sm {
    max-width: 300px;
  }
  .cid-sgCd4cAkTA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCd4cAkTA .modal-lg,
  .cid-sgCd4cAkTA .modal-xl {
    max-width: 800px;
  }
  .cid-sgCd4cAkTA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCd4cAkTA .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCd4cAkTA .container {
    max-width: 1140px;
  }
}
.cid-sgCd4cAkTA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCd4cAkTA .container {
    max-width: 720px;
  }
}
.cid-sgCd4cAkTA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCd4cAkTA .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-sgCd4cAkTA .form-group {
  margin-bottom: 1rem;
}
.cid-sgCd4cAkTA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCd4cAkTA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCd4cAkTA .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-sgCdh6k07W.popup-builder {
  background-color: #ffffff;
}
.cid-sgCdh6k07W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCdh6k07W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCdh6k07W .modal-content,
.cid-sgCdh6k07W .modal-dialog {
  height: auto;
}
.cid-sgCdh6k07W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCdh6k07W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCdh6k07W .form-wrapper .mbr-form .form-group,
  .cid-sgCdh6k07W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCdh6k07W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCdh6k07W .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-sgCdh6k07W .mbr-text {
  text-align: left;
}
.cid-sgCdh6k07W .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCdh6k07W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCdh6k07W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCdh6k07W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCdh6k07W .modal-open {
  overflow: hidden;
}
.cid-sgCdh6k07W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCdh6k07W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCdh6k07W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCdh6k07W .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-sgCdh6k07W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCdh6k07W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCdh6k07W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCdh6k07W .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-sgCdh6k07W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCdh6k07W .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCdh6k07W .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCdh6k07W .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-sgCdh6k07W .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCdh6k07W .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCdh6k07W .modal-header .close:focus {
  outline: none;
}
.cid-sgCdh6k07W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCdh6k07W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCdh6k07W .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-sgCdh6k07W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCdh6k07W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCdh6k07W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCdh6k07W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCdh6k07W .modal-sm {
    max-width: 300px;
  }
  .cid-sgCdh6k07W .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCdh6k07W .modal-lg,
  .cid-sgCdh6k07W .modal-xl {
    max-width: 800px;
  }
  .cid-sgCdh6k07W .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCdh6k07W .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCdh6k07W .container {
    max-width: 1140px;
  }
}
.cid-sgCdh6k07W .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCdh6k07W .container {
    max-width: 720px;
  }
}
.cid-sgCdh6k07W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCdh6k07W .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-sgCdh6k07W .form-group {
  margin-bottom: 1rem;
}
.cid-sgCdh6k07W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCdh6k07W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCdh6k07W .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-sgCdw5WJD1.popup-builder {
  background-color: #ffffff;
}
.cid-sgCdw5WJD1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCdw5WJD1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCdw5WJD1 .modal-content,
.cid-sgCdw5WJD1 .modal-dialog {
  height: auto;
}
.cid-sgCdw5WJD1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCdw5WJD1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCdw5WJD1 .form-wrapper .mbr-form .form-group,
  .cid-sgCdw5WJD1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCdw5WJD1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCdw5WJD1 .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-sgCdw5WJD1 .mbr-text {
  text-align: left;
}
.cid-sgCdw5WJD1 .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCdw5WJD1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCdw5WJD1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCdw5WJD1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCdw5WJD1 .modal-open {
  overflow: hidden;
}
.cid-sgCdw5WJD1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCdw5WJD1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCdw5WJD1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCdw5WJD1 .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-sgCdw5WJD1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCdw5WJD1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCdw5WJD1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCdw5WJD1 .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-sgCdw5WJD1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCdw5WJD1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCdw5WJD1 .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCdw5WJD1 .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-sgCdw5WJD1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCdw5WJD1 .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCdw5WJD1 .modal-header .close:focus {
  outline: none;
}
.cid-sgCdw5WJD1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCdw5WJD1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCdw5WJD1 .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-sgCdw5WJD1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCdw5WJD1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCdw5WJD1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCdw5WJD1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCdw5WJD1 .modal-sm {
    max-width: 300px;
  }
  .cid-sgCdw5WJD1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCdw5WJD1 .modal-lg,
  .cid-sgCdw5WJD1 .modal-xl {
    max-width: 800px;
  }
  .cid-sgCdw5WJD1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCdw5WJD1 .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCdw5WJD1 .container {
    max-width: 1140px;
  }
}
.cid-sgCdw5WJD1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCdw5WJD1 .container {
    max-width: 720px;
  }
}
.cid-sgCdw5WJD1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCdw5WJD1 .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-sgCdw5WJD1 .form-group {
  margin-bottom: 1rem;
}
.cid-sgCdw5WJD1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCdw5WJD1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCdw5WJD1 .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-seV9ooZt3b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seV9ooZt3b .mbr-iconfont {
  color: #879a9f;
}
.cid-seV9ooZt3b .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-seV9ooZt3b .mbr-text {
  margin: 1.5rem 0;
}
.cid-seV9ooZt3b .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-seV9ooZt3b .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-seV9ooZt3b .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-seV9ooZt3b .mbr-section-subtitle,
.cid-seV9ooZt3b .mbr-text,
.cid-seV9ooZt3b .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgCe90IyDa.popup-builder {
  background-color: #ffffff;
}
.cid-sgCe90IyDa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCe90IyDa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCe90IyDa .modal-content,
.cid-sgCe90IyDa .modal-dialog {
  height: auto;
}
.cid-sgCe90IyDa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCe90IyDa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCe90IyDa .form-wrapper .mbr-form .form-group,
  .cid-sgCe90IyDa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCe90IyDa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCe90IyDa .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-sgCe90IyDa .mbr-text {
  text-align: left;
}
.cid-sgCe90IyDa .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCe90IyDa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCe90IyDa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCe90IyDa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCe90IyDa .modal-open {
  overflow: hidden;
}
.cid-sgCe90IyDa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCe90IyDa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCe90IyDa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCe90IyDa .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-sgCe90IyDa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCe90IyDa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCe90IyDa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCe90IyDa .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-sgCe90IyDa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCe90IyDa .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCe90IyDa .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCe90IyDa .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-sgCe90IyDa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCe90IyDa .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCe90IyDa .modal-header .close:focus {
  outline: none;
}
.cid-sgCe90IyDa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCe90IyDa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCe90IyDa .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-sgCe90IyDa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCe90IyDa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCe90IyDa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCe90IyDa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCe90IyDa .modal-sm {
    max-width: 300px;
  }
  .cid-sgCe90IyDa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCe90IyDa .modal-lg,
  .cid-sgCe90IyDa .modal-xl {
    max-width: 800px;
  }
  .cid-sgCe90IyDa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCe90IyDa .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCe90IyDa .container {
    max-width: 1140px;
  }
}
.cid-sgCe90IyDa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCe90IyDa .container {
    max-width: 720px;
  }
}
.cid-sgCe90IyDa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCe90IyDa .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-sgCe90IyDa .form-group {
  margin-bottom: 1rem;
}
.cid-sgCe90IyDa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCe90IyDa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCe90IyDa .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-sgCerBkb9j.popup-builder {
  background-color: #ffffff;
}
.cid-sgCerBkb9j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCerBkb9j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCerBkb9j .modal-content,
.cid-sgCerBkb9j .modal-dialog {
  height: auto;
}
.cid-sgCerBkb9j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCerBkb9j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCerBkb9j .form-wrapper .mbr-form .form-group,
  .cid-sgCerBkb9j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCerBkb9j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCerBkb9j .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-sgCerBkb9j .mbr-text {
  text-align: left;
}
.cid-sgCerBkb9j .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCerBkb9j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCerBkb9j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCerBkb9j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCerBkb9j .modal-open {
  overflow: hidden;
}
.cid-sgCerBkb9j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCerBkb9j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCerBkb9j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCerBkb9j .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-sgCerBkb9j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCerBkb9j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCerBkb9j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCerBkb9j .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-sgCerBkb9j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCerBkb9j .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCerBkb9j .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCerBkb9j .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-sgCerBkb9j .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCerBkb9j .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCerBkb9j .modal-header .close:focus {
  outline: none;
}
.cid-sgCerBkb9j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCerBkb9j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCerBkb9j .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-sgCerBkb9j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCerBkb9j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCerBkb9j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCerBkb9j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCerBkb9j .modal-sm {
    max-width: 300px;
  }
  .cid-sgCerBkb9j .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCerBkb9j .modal-lg,
  .cid-sgCerBkb9j .modal-xl {
    max-width: 800px;
  }
  .cid-sgCerBkb9j .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCerBkb9j .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCerBkb9j .container {
    max-width: 1140px;
  }
}
.cid-sgCerBkb9j .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCerBkb9j .container {
    max-width: 720px;
  }
}
.cid-sgCerBkb9j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCerBkb9j .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-sgCerBkb9j .form-group {
  margin-bottom: 1rem;
}
.cid-sgCerBkb9j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCerBkb9j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCerBkb9j .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-sgCeGEXS8h.popup-builder {
  background-color: #ffffff;
}
.cid-sgCeGEXS8h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCeGEXS8h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCeGEXS8h .modal-content,
.cid-sgCeGEXS8h .modal-dialog {
  height: auto;
}
.cid-sgCeGEXS8h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCeGEXS8h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCeGEXS8h .form-wrapper .mbr-form .form-group,
  .cid-sgCeGEXS8h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCeGEXS8h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCeGEXS8h .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-sgCeGEXS8h .mbr-text {
  text-align: left;
}
.cid-sgCeGEXS8h .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCeGEXS8h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCeGEXS8h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCeGEXS8h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCeGEXS8h .modal-open {
  overflow: hidden;
}
.cid-sgCeGEXS8h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCeGEXS8h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCeGEXS8h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCeGEXS8h .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-sgCeGEXS8h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCeGEXS8h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCeGEXS8h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCeGEXS8h .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-sgCeGEXS8h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCeGEXS8h .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCeGEXS8h .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCeGEXS8h .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-sgCeGEXS8h .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCeGEXS8h .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCeGEXS8h .modal-header .close:focus {
  outline: none;
}
.cid-sgCeGEXS8h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCeGEXS8h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCeGEXS8h .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-sgCeGEXS8h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCeGEXS8h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCeGEXS8h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCeGEXS8h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCeGEXS8h .modal-sm {
    max-width: 300px;
  }
  .cid-sgCeGEXS8h .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCeGEXS8h .modal-lg,
  .cid-sgCeGEXS8h .modal-xl {
    max-width: 800px;
  }
  .cid-sgCeGEXS8h .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCeGEXS8h .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCeGEXS8h .container {
    max-width: 1140px;
  }
}
.cid-sgCeGEXS8h .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCeGEXS8h .container {
    max-width: 720px;
  }
}
.cid-sgCeGEXS8h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCeGEXS8h .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-sgCeGEXS8h .form-group {
  margin-bottom: 1rem;
}
.cid-sgCeGEXS8h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCeGEXS8h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCeGEXS8h .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-sgCeW1oiEi.popup-builder {
  background-color: #ffffff;
}
.cid-sgCeW1oiEi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCeW1oiEi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCeW1oiEi .modal-content,
.cid-sgCeW1oiEi .modal-dialog {
  height: auto;
}
.cid-sgCeW1oiEi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCeW1oiEi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCeW1oiEi .form-wrapper .mbr-form .form-group,
  .cid-sgCeW1oiEi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCeW1oiEi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCeW1oiEi .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-sgCeW1oiEi .mbr-text {
  text-align: left;
}
.cid-sgCeW1oiEi .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCeW1oiEi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCeW1oiEi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCeW1oiEi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCeW1oiEi .modal-open {
  overflow: hidden;
}
.cid-sgCeW1oiEi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCeW1oiEi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCeW1oiEi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCeW1oiEi .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-sgCeW1oiEi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCeW1oiEi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCeW1oiEi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCeW1oiEi .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-sgCeW1oiEi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCeW1oiEi .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCeW1oiEi .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCeW1oiEi .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-sgCeW1oiEi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCeW1oiEi .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCeW1oiEi .modal-header .close:focus {
  outline: none;
}
.cid-sgCeW1oiEi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCeW1oiEi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCeW1oiEi .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-sgCeW1oiEi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCeW1oiEi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCeW1oiEi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCeW1oiEi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCeW1oiEi .modal-sm {
    max-width: 300px;
  }
  .cid-sgCeW1oiEi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCeW1oiEi .modal-lg,
  .cid-sgCeW1oiEi .modal-xl {
    max-width: 800px;
  }
  .cid-sgCeW1oiEi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCeW1oiEi .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCeW1oiEi .container {
    max-width: 1140px;
  }
}
.cid-sgCeW1oiEi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCeW1oiEi .container {
    max-width: 720px;
  }
}
.cid-sgCeW1oiEi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCeW1oiEi .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-sgCeW1oiEi .form-group {
  margin-bottom: 1rem;
}
.cid-sgCeW1oiEi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCeW1oiEi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCeW1oiEi .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-sg3f7nn79r {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sg3f7nn79r .mbr-iconfont {
  color: #879a9f;
}
.cid-sg3f7nn79r .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sg3f7nn79r .mbr-text {
  margin: 1.5rem 0;
}
.cid-sg3f7nn79r .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-sg3f7nn79r .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sg3f7nn79r .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sg3f7nn79r .mbr-section-subtitle,
.cid-sg3f7nn79r .mbr-text,
.cid-sg3f7nn79r .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sgCfbvN0ML.popup-builder {
  background-color: #ffffff;
}
.cid-sgCfbvN0ML.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sgCfbvN0ML.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sgCfbvN0ML .modal-content,
.cid-sgCfbvN0ML .modal-dialog {
  height: auto;
}
.cid-sgCfbvN0ML .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sgCfbvN0ML .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sgCfbvN0ML .form-wrapper .mbr-form .form-group,
  .cid-sgCfbvN0ML .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sgCfbvN0ML .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sgCfbvN0ML .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-sgCfbvN0ML .mbr-text {
  text-align: left;
}
.cid-sgCfbvN0ML .pt-0 {
  padding-top: 0 !important;
}
.cid-sgCfbvN0ML .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sgCfbvN0ML .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sgCfbvN0ML .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sgCfbvN0ML .modal-open {
  overflow: hidden;
}
.cid-sgCfbvN0ML .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sgCfbvN0ML .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sgCfbvN0ML .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sgCfbvN0ML .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-sgCfbvN0ML .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sgCfbvN0ML .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sgCfbvN0ML .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sgCfbvN0ML .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-sgCfbvN0ML .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sgCfbvN0ML .modal-backdrop.fade {
  opacity: 0;
}
.cid-sgCfbvN0ML .modal-backdrop.show {
  opacity: .5;
}
.cid-sgCfbvN0ML .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-sgCfbvN0ML .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sgCfbvN0ML .modal-header .close:hover {
  opacity: 1;
}
.cid-sgCfbvN0ML .modal-header .close:focus {
  outline: none;
}
.cid-sgCfbvN0ML .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sgCfbvN0ML .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sgCfbvN0ML .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-sgCfbvN0ML .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sgCfbvN0ML .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sgCfbvN0ML .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sgCfbvN0ML .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sgCfbvN0ML .modal-sm {
    max-width: 300px;
  }
  .cid-sgCfbvN0ML .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sgCfbvN0ML .modal-lg,
  .cid-sgCfbvN0ML .modal-xl {
    max-width: 800px;
  }
  .cid-sgCfbvN0ML .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sgCfbvN0ML .modal-xl {
    max-width: 1140px;
  }
  .cid-sgCfbvN0ML .container {
    max-width: 1140px;
  }
}
.cid-sgCfbvN0ML .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sgCfbvN0ML .container {
    max-width: 720px;
  }
}
.cid-sgCfbvN0ML .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sgCfbvN0ML .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-sgCfbvN0ML .form-group {
  margin-bottom: 1rem;
}
.cid-sgCfbvN0ML .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sgCfbvN0ML .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sgCfbvN0ML .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-sg3h85utRz .modal-body .close {
  background: #1b1b1b;
}
.cid-sg3h85utRz .modal-body .close span {
  font-style: normal;
}
.cid-sg3h85utRz .carousel-inner > .active,
.cid-sg3h85utRz .carousel-inner > .next,
.cid-sg3h85utRz .carousel-inner > .prev {
  display: flex;
}
.cid-sg3h85utRz .carousel-control .icon-next,
.cid-sg3h85utRz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sg3h85utRz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg3h85utRz .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sg3h85utRz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sg3h85utRz .boxed-slider > div {
  position: relative;
}
.cid-sg3h85utRz .container img {
  width: 100%;
}
.cid-sg3h85utRz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sg3h85utRz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sg3h85utRz .mbr-table-cell {
  padding: 0;
}
.cid-sg3h85utRz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sg3h85utRz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sg3h85utRz .mbr-overlay {
  z-index: 1;
}
.cid-sg3h85utRz .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sg3h85utRz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sg3h85utRz .carousel-item.active.right,
.cid-sg3h85utRz .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sg3h85utRz .carousel-item.active.left,
.cid-sg3h85utRz .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sg3h85utRz .carousel-item.active,
.cid-sg3h85utRz .carousel-item.next.left,
.cid-sg3h85utRz .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sg3h85utRz .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sg3h85utRz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sg3h85utRz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sg3h85utRz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sg3h85utRz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators li.active,
.cid-sg3h85utRz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators li::after,
.cid-sg3h85utRz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sg3h85utRz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sg3h85utRz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sg3h85utRz .mbr-slider > .container img {
  width: 100%;
}
.cid-sg3h85utRz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sg3h85utRz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sg3h85utRz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sg3h85utRz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sg3h85utRz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sg3h85utRz .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sg3h85utRz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sg3h85utRz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sg3h85utRz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sg3h85utRz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sg3h85utRz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sg3h85utRz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sg3h85utRz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sg9LafTgXr {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #786f51;
}
.cid-sg9LafTgXr .mbr-section-subtitle {
  color: #767676;
}
.cid-sg9LafTgXr H2 {
  color: #ffffff;
}
.cid-sg9L8Cg0wa {
  padding-top: 30px;
  padding-bottom: 90px;
  background: #786f51;
}
.cid-sg9L8Cg0wa .images-container.container-fluid {
  padding: 0;
}
.cid-sg9L8Cg0wa .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sg9L8Cg0wa .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sg9L8Cg0wa .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sg9L8Cg0wa .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sg9L8Cg0wa .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sg9L8Cg0wa .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sg9L8Cg0wa .img-item {
    width: 100% !important;
  }
  .cid-sg9L8Cg0wa .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sg3lYg2ib3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg3lYg2ib3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sg3lYg2ib3 H2 {
  color: #b1a374;
}
.cid-sg3m7nLnfA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg3m7nLnfA .mbr-text,
.cid-sg3m7nLnfA blockquote {
  color: #767676;
}
.cid-sg3nav0PZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg3nav0PZX .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg3nav0PZX .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg3nav0PZX .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sg3nav0PZX .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sg3nav0PZX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg3nav0PZX .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sg3nav0PZX .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sg3nav0PZX .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sg3nav0PZX .card .card-box .card-title,
  .cid-sg3nav0PZX .card .card-box .mbr-text,
  .cid-sg3nav0PZX .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sg3nav0PZX .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sg3nav0PZX .card .card-img {
    text-align: right !important;
  }
}
.cid-sg3nav0PZX .card-title,
.cid-sg3nav0PZX .card-img {
  color: #b1a374;
}
.cid-sg3ohDNkPh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sg3ohDNkPh .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg3ohDNkPh .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg3ohDNkPh .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sg3ohDNkPh .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sg3ohDNkPh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg3ohDNkPh .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sg3ohDNkPh .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sg3ohDNkPh .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sg3ohDNkPh .card .card-box .card-title,
  .cid-sg3ohDNkPh .card .card-box .mbr-text,
  .cid-sg3ohDNkPh .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sg3ohDNkPh .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sg3ohDNkPh .card .card-img {
    text-align: right !important;
  }
}
.cid-sg3ohDNkPh .card-title,
.cid-sg3ohDNkPh .card-img {
  color: #b1a374;
}
.cid-sg3vQn1Rct {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sg3vQn1Rct .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sg3vQn1Rct .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg3vQn1Rct .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sg3vQn1Rct .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sg3vQn1Rct .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sg3vQn1Rct .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sg3vQn1Rct .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sg3vQn1Rct .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sg3vQn1Rct .card .card-box .card-title,
  .cid-sg3vQn1Rct .card .card-box .mbr-text,
  .cid-sg3vQn1Rct .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sg3vQn1Rct .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sg3vQn1Rct .card .card-img {
    text-align: right !important;
  }
}
.cid-sg3vQn1Rct .card-title,
.cid-sg3vQn1Rct .card-img {
  color: #b1a374;
}
.cid-sg3uVP1EgR {
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable4-1440x1040.jpg");
}
.cid-sg3uVP1EgR .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sg3uVP1EgR .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sg3uVP1EgR .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sg3zXSLrcX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sg3zXSLrcX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg3zXSLrcX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3zXSLrcX .mbr-text {
    text-align: center;
  }
}
.cid-sg3zXSLrcX .mbr-text,
.cid-sg3zXSLrcX .mbr-section-btn {
  color: #767676;
}
.cid-sg3zXSLrcX H1 {
  color: #b1a374;
}
.cid-sg3BwnY2ir {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sg3BwnY2ir .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sg3BwnY2ir .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sg3BwnY2ir .card .card-img {
  height: 100%;
}
.cid-sg3BwnY2ir .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sg3BwnY2ir .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #e4d295;
}
.cid-sg3BwnY2ir .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sg3BwnY2ir .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sg3BwnY2ir .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sg3BwnY2ir .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sg3BwnY2ir .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sg3BwnY2ir .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sg3BwnY2ir .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sg3BwnY2ir .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sg3BwnY2ir .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sg3BwnY2ir .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sg3BwnY2ir .mbr-section-title,
.cid-sg3BwnY2ir .line-wrap {
  color: #232323;
  text-align: center;
}
.cid-sg3BwnY2ir .mbr-text {
  text-align: center;
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sg3BwnY2ir .card-big {
    height: 200px;
  }
  .cid-sg3BwnY2ir .card-img {
    margin-top: -15%;
  }
}
.cid-sg3BwnY2ir H1 {
  color: #ffffff;
}
.cid-sg3CV9Wat3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sg3CV9Wat3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sg3CV9Wat3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg3CV9Wat3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3CV9Wat3 .mbr-text {
    text-align: center;
  }
}
.cid-sg3CV9Wat3 .mbr-text,
.cid-sg3CV9Wat3 .mbr-section-btn {
  color: #767676;
  text-align: right;
}
.cid-sg3CV9Wat3 H1 {
  color: #b1a374;
  text-align: right;
}
.cid-sg3CV9Wat3 H3 {
  color: #767676;
  text-align: right;
}
.cid-sg3EWLHDNp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/arqka-arquitectura-biologicageometria-sagradadiseno-sustentable17-2000x2667.jpg");
}
.cid-sg3EOArXF3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sg3EOArXF3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg3EOArXF3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3EOArXF3 .mbr-text {
    text-align: center;
  }
}
.cid-sg3EOArXF3 .mbr-text,
.cid-sg3EOArXF3 .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sg3EOArXF3 H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sg3EOArXF3 H3 {
  color: #767676;
  text-align: left;
}
.cid-sg3JNLhUfk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax2b-1929x1428.jpg");
}
.cid-sg3KD4sZ9C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/parallax3c-1592x1060.jpg");
}
.cid-sg9F1k6lOd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sg9F1k6lOd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg9F1k6lOd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg9F1k6lOd .mbr-text {
    text-align: center;
  }
}
.cid-sg9F1k6lOd H1 {
  color: #b1a374;
  text-align: left;
}
.cid-sg9F1k6lOd .mbr-text,
.cid-sg9F1k6lOd .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-sYKJlD3ni7 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/01ekali-23-1920x1079.jpg");
  background-position: right;
}
.cid-sYKJlD3ni7 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sYKJlD3ni7 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-sYKJlD3ni7 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sYKJlD3ni7 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-sYKJlD3ni7 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sYKJlERd9r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sYKJlERd9r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sYKJlERd9r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYKJlERd9r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYKJlERd9r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sYKJlERd9r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sYKJlERd9r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sYKJlERd9r .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sYKJlERd9r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sYKJlERd9r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-t3uriAqWYq {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/010150.-thessalo-office-grecia-page-5-1024x662.jpg");
  background-position: right;
}
.cid-t3uriAqWYq .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t3uriAqWYq .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-t3uriAqWYq .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t3uriAqWYq img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-t3uriAqWYq .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t3uriD59cm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t3uriD59cm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3uriD59cm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3uriD59cm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3uriD59cm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3uriD59cm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3uriD59cm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t3uriD59cm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t3uriD59cm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t3uriD59cm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-t3usPm7zY4 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/51.-vic-house-costa-rica-page-5-2000x1125.jpg");
  background-position: right;
}
.cid-t3usPm7zY4 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t3usPm7zY4 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-t3usPm7zY4 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t3usPm7zY4 img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-t3usPm7zY4 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t3usPp095B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t3usPp095B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3usPp095B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3usPp095B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3usPp095B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3usPp095B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3usPp095B .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t3usPp095B .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t3usPp095B .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t3usPp095B .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-t3uxabfIxV {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/52.-jorge-house-cancun-page-5-2000x1125.jpg");
  background-position: right;
}
.cid-t3uxabfIxV .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t3uxabfIxV .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-t3uxabfIxV .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t3uxabfIxV img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-t3uxabfIxV .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t3uxae5eJq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t3uxae5eJq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3uxae5eJq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3uxae5eJq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3uxae5eJq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3uxae5eJq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3uxae5eJq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t3uxae5eJq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t3uxae5eJq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t3uxae5eJq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-t43Drqssvb {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/img1882-1280x720.jpg");
  background-position: right;
}
.cid-t43Drqssvb .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-t43Drqssvb .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-t43Drqssvb .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-t43Drqssvb img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-t43Drqssvb .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-t43Drsys0k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t43Drsys0k .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t43Drsys0k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t43Drsys0k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t43Drsys0k .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t43Drsys0k .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t43Drsys0k .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t43Drsys0k .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t43Drsys0k .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t43Drsys0k .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-tF0CkD99un {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/8-1920x1080.jpg");
  background-position: right;
}
.cid-tF0CkD99un .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tF0CkD99un .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-tF0CkD99un .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tF0CkD99un img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-tF0CkD99un .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tF0CkDNERU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tF0CkDNERU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tF0CkDNERU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tF0CkDNERU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tF0CkDNERU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tF0CkDNERU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tF0CkDNERU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tF0CkDNERU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tF0CkDNERU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tF0CkDNERU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-tF0Nrcki6z {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1-1920x1080.jpg");
  background-position: right;
}
.cid-tF0Nrcki6z .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tF0Nrcki6z .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-tF0Nrcki6z .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tF0Nrcki6z img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-tF0Nrcki6z .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tF0Nrf1Bl5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tF0Nrf1Bl5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tF0Nrf1Bl5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tF0Nrf1Bl5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tF0Nrf1Bl5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tF0Nrf1Bl5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tF0Nrf1Bl5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tF0Nrf1Bl5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tF0Nrf1Bl5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tF0Nrf1Bl5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-tF0RJcENwE {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/5-1920x1080.jpg");
  background-position: right;
}
.cid-tF0RJcENwE .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tF0RJcENwE .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-tF0RJcENwE .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tF0RJcENwE img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-tF0RJcENwE .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tF0RJeTBFh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tF0RJeTBFh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tF0RJeTBFh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tF0RJeTBFh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tF0RJeTBFh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tF0RJeTBFh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tF0RJeTBFh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tF0RJeTBFh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tF0RJeTBFh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tF0RJeTBFh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-tF0TXz9aPv {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/11-1920x1080.jpg");
  background-position: right;
}
.cid-tF0TXz9aPv .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tF0TXz9aPv .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-tF0TXz9aPv .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tF0TXz9aPv img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-tF0TXz9aPv .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tF0TXzS0Cl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tF0TXzS0Cl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tF0TXzS0Cl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tF0TXzS0Cl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tF0TXzS0Cl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tF0TXzS0Cl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tF0TXzS0Cl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tF0TXzS0Cl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tF0TXzS0Cl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tF0TXzS0Cl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shhgtjQnJZ {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proyecto-arquitectura-biologica-aakasha7-500x306.jpg");
  background-position: right;
}
.cid-shhgtjQnJZ .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shhgtjQnJZ .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shhgtjQnJZ .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shhgtjQnJZ img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shhgtjQnJZ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shhi2cOBJk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shhi2cOBJk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shhi2cOBJk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shhi2cOBJk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shhi2cOBJk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shhi2cOBJk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shhi2cOBJk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shhi2cOBJk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shhi2cOBJk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shhi2cOBJk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-tF1NxoFZWR {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/3-1920x1080.jpg");
  background-position: right;
}
.cid-tF1NxoFZWR .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tF1NxoFZWR .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-tF1NxoFZWR .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tF1NxoFZWR img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-tF1NxoFZWR .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tF1NxpuC7S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tF1NxpuC7S .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tF1NxpuC7S .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tF1NxpuC7S .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tF1NxpuC7S .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tF1NxpuC7S .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tF1NxpuC7S .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tF1NxpuC7S .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tF1NxpuC7S .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tF1NxpuC7S .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-tF1QcELkSP {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/8-1-1920x1080.jpg");
  background-position: right;
}
.cid-tF1QcELkSP .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tF1QcELkSP .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-tF1QcELkSP .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tF1QcELkSP img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-tF1QcELkSP .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tF1QcFkO7k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tF1QcFkO7k .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tF1QcFkO7k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tF1QcFkO7k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tF1QcFkO7k .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tF1QcFkO7k .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tF1QcFkO7k .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tF1QcFkO7k .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tF1QcFkO7k .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tF1QcFkO7k .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-tF0YD9Hjhy {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/2-1920x1080.jpg");
  background-position: right;
}
.cid-tF0YD9Hjhy .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tF0YD9Hjhy .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-tF0YD9Hjhy .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tF0YD9Hjhy img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-tF0YD9Hjhy .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tF0YDcbfJm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tF0YDcbfJm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tF0YDcbfJm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tF0YDcbfJm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tF0YDcbfJm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tF0YDcbfJm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tF0YDcbfJm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tF0YDcbfJm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tF0YDcbfJm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tF0YDcbfJm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-shbhSaRQoJ {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/aiki-encabezado-secciones14-1-1920x400.jpg");
  background-position: right;
}
.cid-shbhSaRQoJ .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-shbhSaRQoJ .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-shbhSaRQoJ .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-shbhSaRQoJ img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-shbhSaRQoJ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-shtmoSi5Ac {
  background: #ffffff;
}
.cid-shtmoSi5Ac .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shtmoSi5Ac .mbr-figure {
  margin: 0 auto;
}
.cid-shtmoSi5Ac figcaption {
  position: relative;
}
.cid-shtmoSi5Ac figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shtmoSi5Ac .image-block {
    width: 100% !important;
  }
}
.cid-shtluR5bUA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shtluR5bUA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shtluR5bUA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shtluR5bUA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shtluR5bUA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shtluR5bUA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shtluR5bUA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shtluR5bUA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shtluR5bUA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shtluR5bUA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbr4ZmCLw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbr4ZmCLw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbr4ZmCLw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbr4ZmCLw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbr4ZmCLw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbr4ZmCLw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-shbr4ZmCLw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbr4ZmCLw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-shbr4ZmCLw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbr4ZmCLw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
.cid-tIAvHnwRDq {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/arquitectura-biologicageometria-sagrada-diseno-sustentable12-1920x1080.png");
  background-position: right;
}
.cid-tIAvHnwRDq .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tIAvHnwRDq .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 100px);
  height: 3px;
  right: 0;
}
.cid-tIAvHnwRDq .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tIAvHnwRDq img {
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 100px;
}
@media (max-width: 767px) {
  .cid-tIAvHnwRDq .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tIAvHoBD7z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tIAvHoBD7z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tIAvHoBD7z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIAvHoBD7z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tIAvHoBD7z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tIAvHoBD7z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tIAvHoBD7z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tIAvHoBD7z .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tIAvHoBD7z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tIAvHoBD7z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tZWW82qhYz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #786f51;
}
.cid-tZWW82qhYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZWW82qhYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZWW82qhYz .container {
  max-width: 1180px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.cid-tZWW82qhYz .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tZWW82qhYz .col-brand {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-brand {
    padding-right: 0;
    width: 100%;
  }
}
.cid-tZWW82qhYz .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-tZWW82qhYz .navbar-brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .navbar-brand {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tZWW82qhYz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tZWW82qhYz .copyright {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .copyright {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .brand-text {
  color: #FFFFFF;
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .brand-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .col-link {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .col-link {
    padding: 0;
  }
}
.cid-tZWW82qhYz .col-link1 {
  width: 16%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link1 {
    width: 40%;
  }
}
.cid-tZWW82qhYz .col-link2 {
  width: 34%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .col-link2 {
    width: 60%;
  }
}
.cid-tZWW82qhYz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tZWW82qhYz .mbr-section-subtitle-2 {
  opacity: 0;
}
.cid-tZWW82qhYz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tZWW82qhYz .list li {
  width: max-content;
  max-width: 100%;
  color: inherit !important;
  margin: 0;
  padding: 13px 20px;
  transition: .3s all;
}
.cid-tZWW82qhYz .list li:hover {
  color: #879a9f !important;
}
.cid-tZWW82qhYz .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-tZWW82qhYz .social-container {
  width: 20%;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tZWW82qhYz .social-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-container {
    width: 100%;
  }
}
.cid-tZWW82qhYz .btn-text {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .btn-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .mbr-section-btn {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-text {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-text {
    text-align: center !important;
  }
}
.cid-tZWW82qhYz .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZWW82qhYz .social-row {
    justify-content: center;
  }
}
.cid-tZWW82qhYz .social-row .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
}
.cid-tZWW82qhYz .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-tZWW82qhYz .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZWW82qhYz .soc-item:hover {
  background-color: #879a9f !important;
}
.cid-tZWW82qhYz .footer-border {
  width: 100%;
  height: 1px;
  background-color: #e1f5ff;
  opacity: 0.54;
  margin: 15px 0 35px;
}
@media (min-width: 768px) {
  .cid-tZWW82qhYz .footer-border {
    display: none;
  }
}
