body {
  font-family: Jost;
}
.display-1 {
  font-family: 'mexican fiesta';
  font-size: 5.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #bc3d3d !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bc3d3d !important;
  border-color: #bc3d3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7b2828 !important;
  border-color: #7b2828 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7b2828 !important;
  border-color: #7b2828 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bc3d3d !important;
  border-color: #bc3d3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #7b2828 !important;
  border-color: #7b2828 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7b2828 !important;
  border-color: #7b2828 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bc3d3d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7b2828 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bc3d3d !important;
  border-color: #bc3d3d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bc3d3d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7b2828 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bc3d3d !important;
  border-color: #bc3d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #bc3d3d !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #bc3d3d !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6f2424 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6f2424 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #bc3d3d;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #de9a9a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !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: #bc3d3d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uJS0KOyeQt {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJS0KOyeQt svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJS0KOyeQt #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJS0KOyeQt img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJS0KOyeQt img {
    width: 90%!important;
  }
}
.cid-uJS0KOyeQt H1 {
  color: #ffbf43;
}
.cid-uJS0KOyeQt H3 {
  color: #ffffff;
}
.cid-uJS0MGZnj2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJS0RHd1m2 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJS0RHd1m2 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJS0RHd1m2 .row {
  border-bottom: 1px solid #808080;
}
.cid-uJS0RHd1m2 H2 {
  color: #e7272d;
}
.cid-uJS0RHd1m2 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJS0RHd1m2 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJS0RHd1m2 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS0RHd1m2 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS0RHd1m2 .col-lg-12 {
  overflow: hidden;
}
.cid-uJS0RHd1m2 H4 {
  color: #fbbe36;
}
.cid-uJS0RHd1m2 .mbr-text,
.cid-uJS0RHd1m2 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJS0RHd1m2 .logo-wrap:before {
    content: none;
  }
  .cid-uJS0RHd1m2 .logo-wrap:after {
    content: none;
  }
}
.cid-uJS0RHd1m2 H3 {
  color: #000000;
}
.cid-uJS7Yjn4jy {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJS7Yjn4jy svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJS7Yjn4jy #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJS7Yjn4jy img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJS7Yjn4jy img {
    width: 90%!important;
  }
}
.cid-uJS7Yjn4jy H1 {
  color: #ffbf43;
}
.cid-uJS7Ykjgw7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJS7YkEWL2 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJS7YkEWL2 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJS7YkEWL2 .row {
  border-bottom: 1px solid #808080;
}
.cid-uJS7YkEWL2 H2 {
  color: #e7272d;
}
.cid-uJS7YkEWL2 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJS7YkEWL2 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJS7YkEWL2 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS7YkEWL2 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS7YkEWL2 .col-lg-12 {
  overflow: hidden;
}
.cid-uJS7YkEWL2 H4 {
  color: #fbbe36;
}
.cid-uJS7YkEWL2 .mbr-text,
.cid-uJS7YkEWL2 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJS7YkEWL2 .logo-wrap:before {
    content: none;
  }
  .cid-uJS7YkEWL2 .logo-wrap:after {
    content: none;
  }
}
.cid-uJS7YkEWL2 H3 {
  color: #000000;
}
.cid-uJS8VybrBb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJS8VybrBb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJS8VybrBb #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJS8VybrBb img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJS8VybrBb img {
    width: 90%!important;
  }
}
.cid-uJS8VybrBb H1 {
  color: #ffbf43;
}
.cid-uJS8VyJ1UP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJS8VyZAfH {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJS8VyZAfH .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJS8VyZAfH .row {
  border-bottom: 1px solid #808080;
}
.cid-uJS8VyZAfH H2 {
  color: #e7272d;
}
.cid-uJS8VyZAfH .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJS8VyZAfH .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJS8VyZAfH .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS8VyZAfH .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS8VyZAfH .col-lg-12 {
  overflow: hidden;
}
.cid-uJS8VyZAfH H4 {
  color: #fbbe36;
}
.cid-uJS8VyZAfH .mbr-text,
.cid-uJS8VyZAfH .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJS8VyZAfH .logo-wrap:before {
    content: none;
  }
  .cid-uJS8VyZAfH .logo-wrap:after {
    content: none;
  }
}
.cid-uJS8VyZAfH H3 {
  color: #000000;
}
.cid-uJS92cPdPj {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJS92cPdPj svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJS92cPdPj #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJS92cPdPj img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJS92cPdPj img {
    width: 90%!important;
  }
}
.cid-uJS92cPdPj H1 {
  color: #ffbf43;
}
.cid-uJS92dDtLz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJS92e08wi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJS92e08wi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJS92e08wi .row {
  border-bottom: 1px solid #808080;
}
.cid-uJS92e08wi H2 {
  color: #e7272d;
}
.cid-uJS92e08wi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJS92e08wi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJS92e08wi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS92e08wi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS92e08wi .col-lg-12 {
  overflow: hidden;
}
.cid-uJS92e08wi H4 {
  color: #fbbe36;
}
.cid-uJS92e08wi .mbr-text,
.cid-uJS92e08wi .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJS92e08wi .logo-wrap:before {
    content: none;
  }
  .cid-uJS92e08wi .logo-wrap:after {
    content: none;
  }
}
.cid-uJS92e08wi H3 {
  color: #000000;
}
.cid-uJS9cjmoIn {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJS9cjmoIn svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJS9cjmoIn #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJS9cjmoIn img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJS9cjmoIn img {
    width: 90%!important;
  }
}
.cid-uJS9cjmoIn H1 {
  color: #ffbf43;
}
.cid-uJS9ckhlNa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJS9ckAGhD {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJS9ckAGhD .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJS9ckAGhD .row {
  border-bottom: 1px solid #808080;
}
.cid-uJS9ckAGhD H2 {
  color: #e7272d;
}
.cid-uJS9ckAGhD .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJS9ckAGhD .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJS9ckAGhD .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS9ckAGhD .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS9ckAGhD .col-lg-12 {
  overflow: hidden;
}
.cid-uJS9ckAGhD H4 {
  color: #fbbe36;
}
.cid-uJS9ckAGhD .mbr-text,
.cid-uJS9ckAGhD .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJS9ckAGhD .logo-wrap:before {
    content: none;
  }
  .cid-uJS9ckAGhD .logo-wrap:after {
    content: none;
  }
}
.cid-uJS9ckAGhD H3 {
  color: #000000;
}
.cid-uJS9mZmXhc {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJS9mZmXhc svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJS9mZmXhc #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJS9mZmXhc img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJS9mZmXhc img {
    width: 90%!important;
  }
}
.cid-uJS9mZmXhc H1 {
  color: #ffbf43;
}
.cid-uJS9mZQQuj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJS9n06iK9 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJS9n06iK9 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJS9n06iK9 .row {
  border-bottom: 1px solid #808080;
}
.cid-uJS9n06iK9 H2 {
  color: #e7272d;
}
.cid-uJS9n06iK9 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJS9n06iK9 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJS9n06iK9 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS9n06iK9 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS9n06iK9 .col-lg-12 {
  overflow: hidden;
}
.cid-uJS9n06iK9 H4 {
  color: #fbbe36;
}
.cid-uJS9n06iK9 .mbr-text,
.cid-uJS9n06iK9 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJS9n06iK9 .logo-wrap:before {
    content: none;
  }
  .cid-uJS9n06iK9 .logo-wrap:after {
    content: none;
  }
}
.cid-uJS9n06iK9 H3 {
  color: #000000;
}
.cid-uJSa231FyW {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSa231FyW svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSa231FyW #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSa231FyW img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSa231FyW img {
    width: 90%!important;
  }
}
.cid-uJSa231FyW H1 {
  color: #ffbf43;
}
.cid-uJSa23xInZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSa23OnIp {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSa23OnIp .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSa23OnIp .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSa23OnIp H2 {
  color: #e7272d;
}
.cid-uJSa23OnIp .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSa23OnIp .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSa23OnIp .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSa23OnIp .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSa23OnIp .col-lg-12 {
  overflow: hidden;
}
.cid-uJSa23OnIp H4 {
  color: #fbbe36;
}
.cid-uJSa23OnIp .mbr-text,
.cid-uJSa23OnIp .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSa23OnIp .logo-wrap:before {
    content: none;
  }
  .cid-uJSa23OnIp .logo-wrap:after {
    content: none;
  }
}
.cid-uJSa23OnIp H3 {
  color: #000000;
}
.cid-uJSaiEWm6B {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSaiEWm6B svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSaiEWm6B #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSaiEWm6B img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSaiEWm6B img {
    width: 90%!important;
  }
}
.cid-uJSaiEWm6B H1 {
  color: #ffbf43;
}
.cid-uJSaiFZNd2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSaiGj8dj {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSaiGj8dj .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSaiGj8dj .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSaiGj8dj H2 {
  color: #e7272d;
}
.cid-uJSaiGj8dj .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSaiGj8dj .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSaiGj8dj .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSaiGj8dj .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSaiGj8dj .col-lg-12 {
  overflow: hidden;
}
.cid-uJSaiGj8dj H4 {
  color: #fbbe36;
}
.cid-uJSaiGj8dj .mbr-text,
.cid-uJSaiGj8dj .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSaiGj8dj .logo-wrap:before {
    content: none;
  }
  .cid-uJSaiGj8dj .logo-wrap:after {
    content: none;
  }
}
.cid-uJSaiGj8dj H3 {
  color: #000000;
}
.cid-uJSaBDzQpV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSaBDzQpV svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSaBDzQpV #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSaBDzQpV img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSaBDzQpV img {
    width: 90%!important;
  }
}
.cid-uJSaBDzQpV H1 {
  color: #ffbf43;
}
.cid-uJSaBE9kFM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSaBEteGS {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSaBEteGS .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSaBEteGS .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSaBEteGS H2 {
  color: #e7272d;
}
.cid-uJSaBEteGS .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSaBEteGS .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSaBEteGS .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSaBEteGS .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSaBEteGS .col-lg-12 {
  overflow: hidden;
}
.cid-uJSaBEteGS H4 {
  color: #fbbe36;
}
.cid-uJSaBEteGS .mbr-text,
.cid-uJSaBEteGS .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSaBEteGS .logo-wrap:before {
    content: none;
  }
  .cid-uJSaBEteGS .logo-wrap:after {
    content: none;
  }
}
.cid-uJSaBEteGS H3 {
  color: #000000;
}
.cid-uJSaO9ITlw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSaO9ITlw svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSaO9ITlw #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSaO9ITlw img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSaO9ITlw img {
    width: 90%!important;
  }
}
.cid-uJSaO9ITlw H1 {
  color: #ffbf43;
}
.cid-uJSaOamMvR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSaOaHlCP {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSaOaHlCP .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSaOaHlCP .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSaOaHlCP H2 {
  color: #e7272d;
}
.cid-uJSaOaHlCP .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSaOaHlCP .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSaOaHlCP .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSaOaHlCP .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSaOaHlCP .col-lg-12 {
  overflow: hidden;
}
.cid-uJSaOaHlCP H4 {
  color: #fbbe36;
}
.cid-uJSaOaHlCP .mbr-text,
.cid-uJSaOaHlCP .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSaOaHlCP .logo-wrap:before {
    content: none;
  }
  .cid-uJSaOaHlCP .logo-wrap:after {
    content: none;
  }
}
.cid-uJSaOaHlCP H3 {
  color: #000000;
}
.cid-uJSb0laRhk {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSb0laRhk svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSb0laRhk #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSb0laRhk img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSb0laRhk img {
    width: 90%!important;
  }
}
.cid-uJSb0laRhk H1 {
  color: #ffbf43;
}
.cid-uJSb0lyIz5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSb0lO34R {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSb0lO34R .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSb0lO34R .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSb0lO34R H2 {
  color: #e7272d;
}
.cid-uJSb0lO34R .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSb0lO34R .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSb0lO34R .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSb0lO34R .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSb0lO34R .col-lg-12 {
  overflow: hidden;
}
.cid-uJSb0lO34R H4 {
  color: #fbbe36;
}
.cid-uJSb0lO34R .mbr-text,
.cid-uJSb0lO34R .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSb0lO34R .logo-wrap:before {
    content: none;
  }
  .cid-uJSb0lO34R .logo-wrap:after {
    content: none;
  }
}
.cid-uJSb0lO34R H3 {
  color: #000000;
}
.cid-uJS9OWmGJz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJS9OWmGJz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJS9OWmGJz #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJS9OWmGJz img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJS9OWmGJz img {
    width: 90%!important;
  }
}
.cid-uJS9OWmGJz H1 {
  color: #ffbf43;
}
.cid-uJS9OXqmJD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJS9OXO1tA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJS9OXO1tA .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJS9OXO1tA .row {
  border-bottom: 1px solid #808080;
}
.cid-uJS9OXO1tA H2 {
  color: #e7272d;
}
.cid-uJS9OXO1tA .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJS9OXO1tA .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJS9OXO1tA .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS9OXO1tA .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS9OXO1tA .col-lg-12 {
  overflow: hidden;
}
.cid-uJS9OXO1tA H4 {
  color: #fbbe36;
}
.cid-uJS9OXO1tA .mbr-text,
.cid-uJS9OXO1tA .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJS9OXO1tA .logo-wrap:before {
    content: none;
  }
  .cid-uJS9OXO1tA .logo-wrap:after {
    content: none;
  }
}
.cid-uJS9OXO1tA H3 {
  color: #000000;
}
.cid-uJSbphLM1F {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSbphLM1F svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSbphLM1F #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSbphLM1F img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSbphLM1F img {
    width: 90%!important;
  }
}
.cid-uJSbphLM1F H1 {
  color: #ffbf43;
}
.cid-uJSbpibdHi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSbpisoj5 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSbpisoj5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSbpisoj5 .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSbpisoj5 H2 {
  color: #e7272d;
}
.cid-uJSbpisoj5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSbpisoj5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSbpisoj5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbpisoj5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbpisoj5 .col-lg-12 {
  overflow: hidden;
}
.cid-uJSbpisoj5 H4 {
  color: #fbbe36;
}
.cid-uJSbpisoj5 .mbr-text,
.cid-uJSbpisoj5 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSbpisoj5 .logo-wrap:before {
    content: none;
  }
  .cid-uJSbpisoj5 .logo-wrap:after {
    content: none;
  }
}
.cid-uJSbpisoj5 H3 {
  color: #000000;
}
.cid-uJSbCkHLBe {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSbCkHLBe svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSbCkHLBe #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSbCkHLBe img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSbCkHLBe img {
    width: 90%!important;
  }
}
.cid-uJSbCkHLBe H1 {
  color: #ffbf43;
}
.cid-uJSbClpAxP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSbClJKhf {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSbClJKhf .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSbClJKhf .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSbClJKhf H2 {
  color: #e7272d;
}
.cid-uJSbClJKhf .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSbClJKhf .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSbClJKhf .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbClJKhf .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbClJKhf .col-lg-12 {
  overflow: hidden;
}
.cid-uJSbClJKhf H4 {
  color: #fbbe36;
}
.cid-uJSbClJKhf .mbr-text,
.cid-uJSbClJKhf .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSbClJKhf .logo-wrap:before {
    content: none;
  }
  .cid-uJSbClJKhf .logo-wrap:after {
    content: none;
  }
}
.cid-uJSbClJKhf H3 {
  color: #000000;
}
.cid-uJSbMjWnS0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSbMjWnS0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSbMjWnS0 #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSbMjWnS0 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSbMjWnS0 img {
    width: 90%!important;
  }
}
.cid-uJSbMjWnS0 H1 {
  color: #ffbf43;
}
.cid-uJSbMkEZgh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSbMl8Vwe {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSbMl8Vwe .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSbMl8Vwe .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSbMl8Vwe H2 {
  color: #e7272d;
}
.cid-uJSbMl8Vwe .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSbMl8Vwe .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSbMl8Vwe .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbMl8Vwe .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbMl8Vwe .col-lg-12 {
  overflow: hidden;
}
.cid-uJSbMl8Vwe H4 {
  color: #fbbe36;
}
.cid-uJSbMl8Vwe .mbr-text,
.cid-uJSbMl8Vwe .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSbMl8Vwe .logo-wrap:before {
    content: none;
  }
  .cid-uJSbMl8Vwe .logo-wrap:after {
    content: none;
  }
}
.cid-uJSbMl8Vwe H3 {
  color: #000000;
}
.cid-uJSbXgw9zV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSbXgw9zV svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSbXgw9zV #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSbXgw9zV img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSbXgw9zV img {
    width: 90%!important;
  }
}
.cid-uJSbXgw9zV H1 {
  color: #ffbf43;
}
.cid-uJSbXh1YIv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSbXhhJXT {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSbXhhJXT .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSbXhhJXT .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSbXhhJXT H2 {
  color: #e7272d;
}
.cid-uJSbXhhJXT .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSbXhhJXT .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSbXhhJXT .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbXhhJXT .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbXhhJXT .col-lg-12 {
  overflow: hidden;
}
.cid-uJSbXhhJXT H4 {
  color: #fbbe36;
}
.cid-uJSbXhhJXT .mbr-text,
.cid-uJSbXhhJXT .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSbXhhJXT .logo-wrap:before {
    content: none;
  }
  .cid-uJSbXhhJXT .logo-wrap:after {
    content: none;
  }
}
.cid-uJSbXhhJXT H3 {
  color: #000000;
}
.cid-uJSc9nY7mQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSc9nY7mQ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSc9nY7mQ #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSc9nY7mQ img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSc9nY7mQ img {
    width: 90%!important;
  }
}
.cid-uJSc9nY7mQ H1 {
  color: #ffbf43;
}
.cid-uJSc9oz0Er {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSc9oPhrJ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSc9oPhrJ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSc9oPhrJ .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSc9oPhrJ H2 {
  color: #e7272d;
}
.cid-uJSc9oPhrJ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSc9oPhrJ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSc9oPhrJ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSc9oPhrJ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSc9oPhrJ .col-lg-12 {
  overflow: hidden;
}
.cid-uJSc9oPhrJ H4 {
  color: #fbbe36;
}
.cid-uJSc9oPhrJ .mbr-text,
.cid-uJSc9oPhrJ .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSc9oPhrJ .logo-wrap:before {
    content: none;
  }
  .cid-uJSc9oPhrJ .logo-wrap:after {
    content: none;
  }
}
.cid-uJSc9oPhrJ H3 {
  color: #000000;
}
.cid-uJSciiDxLi {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSciiDxLi svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSciiDxLi #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSciiDxLi img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSciiDxLi img {
    width: 90%!important;
  }
}
.cid-uJSciiDxLi H1 {
  color: #ffbf43;
}
.cid-uJScij7ZFb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJScijpX9e {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJScijpX9e .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJScijpX9e .row {
  border-bottom: 1px solid #808080;
}
.cid-uJScijpX9e H2 {
  color: #e7272d;
}
.cid-uJScijpX9e .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJScijpX9e .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJScijpX9e .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJScijpX9e .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJScijpX9e .col-lg-12 {
  overflow: hidden;
}
.cid-uJScijpX9e H4 {
  color: #fbbe36;
}
.cid-uJScijpX9e .mbr-text,
.cid-uJScijpX9e .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJScijpX9e .logo-wrap:before {
    content: none;
  }
  .cid-uJScijpX9e .logo-wrap:after {
    content: none;
  }
}
.cid-uJScijpX9e H3 {
  color: #000000;
}
.cid-uJScwPxYin {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJScwPxYin svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJScwPxYin #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJScwPxYin img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJScwPxYin img {
    width: 90%!important;
  }
}
.cid-uJScwPxYin H1 {
  color: #ffbf43;
}
.cid-uJScwQ8kJX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJScwQpgLK {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJScwQpgLK .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJScwQpgLK .row {
  border-bottom: 1px solid #808080;
}
.cid-uJScwQpgLK H2 {
  color: #e7272d;
}
.cid-uJScwQpgLK .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJScwQpgLK .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJScwQpgLK .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJScwQpgLK .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJScwQpgLK .col-lg-12 {
  overflow: hidden;
}
.cid-uJScwQpgLK H4 {
  color: #fbbe36;
}
.cid-uJScwQpgLK .mbr-text,
.cid-uJScwQpgLK .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJScwQpgLK .logo-wrap:before {
    content: none;
  }
  .cid-uJScwQpgLK .logo-wrap:after {
    content: none;
  }
}
.cid-uJScwQpgLK H3 {
  color: #000000;
}
.cid-uJSdwfOv82 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSdwfOv82 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSdwfOv82 #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSdwfOv82 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSdwfOv82 img {
    width: 90%!important;
  }
}
.cid-uJSdwfOv82 H1 {
  color: #ffbf43;
}
.cid-uJSdwgBQCe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSdwgTm3O {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSdwgTm3O .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSdwgTm3O .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSdwgTm3O H2 {
  color: #e7272d;
}
.cid-uJSdwgTm3O .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSdwgTm3O .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSdwgTm3O .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSdwgTm3O .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSdwgTm3O .col-lg-12 {
  overflow: hidden;
}
.cid-uJSdwgTm3O H4 {
  color: #fbbe36;
}
.cid-uJSdwgTm3O .mbr-text,
.cid-uJSdwgTm3O .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSdwgTm3O .logo-wrap:before {
    content: none;
  }
  .cid-uJSdwgTm3O .logo-wrap:after {
    content: none;
  }
}
.cid-uJSdwgTm3O H3 {
  color: #000000;
}
.cid-uJSdPLPtN2 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSdPLPtN2 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSdPLPtN2 #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSdPLPtN2 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSdPLPtN2 img {
    width: 90%!important;
  }
}
.cid-uJSdPLPtN2 H1 {
  color: #ffbf43;
}
.cid-uJSdPMenGt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSdPMt3nI {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSdPMt3nI .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSdPMt3nI .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSdPMt3nI H2 {
  color: #e7272d;
}
.cid-uJSdPMt3nI .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSdPMt3nI .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSdPMt3nI .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSdPMt3nI .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSdPMt3nI .col-lg-12 {
  overflow: hidden;
}
.cid-uJSdPMt3nI H4 {
  color: #fbbe36;
}
.cid-uJSdPMt3nI .mbr-text,
.cid-uJSdPMt3nI .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSdPMt3nI .logo-wrap:before {
    content: none;
  }
  .cid-uJSdPMt3nI .logo-wrap:after {
    content: none;
  }
}
.cid-uJSdPMt3nI H3 {
  color: #000000;
}
.cid-uJSe02CGb3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSe02CGb3 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSe02CGb3 #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSe02CGb3 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSe02CGb3 img {
    width: 90%!important;
  }
}
.cid-uJSe02CGb3 H1 {
  color: #ffbf43;
}
.cid-uJSe03k9Xd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSe03Gzwq {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSe03Gzwq .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSe03Gzwq .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSe03Gzwq H2 {
  color: #e7272d;
}
.cid-uJSe03Gzwq .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSe03Gzwq .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSe03Gzwq .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSe03Gzwq .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSe03Gzwq .col-lg-12 {
  overflow: hidden;
}
.cid-uJSe03Gzwq H4 {
  color: #fbbe36;
}
.cid-uJSe03Gzwq .mbr-text,
.cid-uJSe03Gzwq .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSe03Gzwq .logo-wrap:before {
    content: none;
  }
  .cid-uJSe03Gzwq .logo-wrap:after {
    content: none;
  }
}
.cid-uJSe03Gzwq H3 {
  color: #000000;
}
.cid-uJSebsgOu5 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSebsgOu5 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSebsgOu5 #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSebsgOu5 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSebsgOu5 img {
    width: 90%!important;
  }
}
.cid-uJSebsgOu5 H1 {
  color: #ffbf43;
}
.cid-uJSebsW3ee {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSebtfqlO {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSebtfqlO .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSebtfqlO .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSebtfqlO H2 {
  color: #e7272d;
}
.cid-uJSebtfqlO .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSebtfqlO .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSebtfqlO .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSebtfqlO .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSebtfqlO .col-lg-12 {
  overflow: hidden;
}
.cid-uJSebtfqlO H4 {
  color: #fbbe36;
}
.cid-uJSebtfqlO .mbr-text,
.cid-uJSebtfqlO .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSebtfqlO .logo-wrap:before {
    content: none;
  }
  .cid-uJSebtfqlO .logo-wrap:after {
    content: none;
  }
}
.cid-uJSebtfqlO H3 {
  color: #000000;
}
.cid-uJSerKYp4R {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSerKYp4R svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSerKYp4R #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSerKYp4R img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSerKYp4R img {
    width: 90%!important;
  }
}
.cid-uJSerKYp4R H1 {
  color: #ffbf43;
}
.cid-uJSerLrxD9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSerLFSXd {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSerLFSXd .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSerLFSXd .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSerLFSXd H2 {
  color: #e7272d;
}
.cid-uJSerLFSXd .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSerLFSXd .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSerLFSXd .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSerLFSXd .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSerLFSXd .col-lg-12 {
  overflow: hidden;
}
.cid-uJSerLFSXd H4 {
  color: #fbbe36;
}
.cid-uJSerLFSXd .mbr-text,
.cid-uJSerLFSXd .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSerLFSXd .logo-wrap:before {
    content: none;
  }
  .cid-uJSerLFSXd .logo-wrap:after {
    content: none;
  }
}
.cid-uJSerLFSXd H3 {
  color: #000000;
}
.cid-uJSey65Hwd {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSey65Hwd svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSey65Hwd #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSey65Hwd img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSey65Hwd img {
    width: 90%!important;
  }
}
.cid-uJSey65Hwd H1 {
  color: #ffbf43;
}
.cid-uJSey6KAV6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSey76xUC {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSey76xUC .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSey76xUC .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSey76xUC H2 {
  color: #e7272d;
}
.cid-uJSey76xUC .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSey76xUC .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSey76xUC .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSey76xUC .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSey76xUC .col-lg-12 {
  overflow: hidden;
}
.cid-uJSey76xUC H4 {
  color: #fbbe36;
}
.cid-uJSey76xUC .mbr-text,
.cid-uJSey76xUC .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSey76xUC .logo-wrap:before {
    content: none;
  }
  .cid-uJSey76xUC .logo-wrap:after {
    content: none;
  }
}
.cid-uJSey76xUC H3 {
  color: #000000;
}
.cid-uJSePb4Ow1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSePb4Ow1 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSePb4Ow1 #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSePb4Ow1 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSePb4Ow1 img {
    width: 90%!important;
  }
}
.cid-uJSePb4Ow1 H1 {
  color: #ffbf43;
}
.cid-uJSePbHmaK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSePbWa3Y {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSePbWa3Y .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSePbWa3Y .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSePbWa3Y H2 {
  color: #e7272d;
}
.cid-uJSePbWa3Y .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSePbWa3Y .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSePbWa3Y .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSePbWa3Y .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSePbWa3Y .col-lg-12 {
  overflow: hidden;
}
.cid-uJSePbWa3Y H4 {
  color: #fbbe36;
}
.cid-uJSePbWa3Y .mbr-text,
.cid-uJSePbWa3Y .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSePbWa3Y .logo-wrap:before {
    content: none;
  }
  .cid-uJSePbWa3Y .logo-wrap:after {
    content: none;
  }
}
.cid-uJSePbWa3Y H3 {
  color: #000000;
}
.cid-uJSf036jLD {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSf036jLD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSf036jLD #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSf036jLD img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSf036jLD img {
    width: 90%!important;
  }
}
.cid-uJSf036jLD H1 {
  color: #ffbf43;
}
.cid-uJSf03FtUn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSf03WZY5 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSf03WZY5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSf03WZY5 .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSf03WZY5 H2 {
  color: #e7272d;
}
.cid-uJSf03WZY5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSf03WZY5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSf03WZY5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSf03WZY5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSf03WZY5 .col-lg-12 {
  overflow: hidden;
}
.cid-uJSf03WZY5 H4 {
  color: #fbbe36;
}
.cid-uJSf03WZY5 .mbr-text,
.cid-uJSf03WZY5 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSf03WZY5 .logo-wrap:before {
    content: none;
  }
  .cid-uJSf03WZY5 .logo-wrap:after {
    content: none;
  }
}
.cid-uJSf03WZY5 H3 {
  color: #000000;
}
.cid-uJSfhnVdlc {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSfhnVdlc svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSfhnVdlc #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSfhnVdlc img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSfhnVdlc img {
    width: 90%!important;
  }
}
.cid-uJSfhnVdlc H1 {
  color: #ffbf43;
}
.cid-uJSfhoxWzR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSfhoOXM4 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSfhoOXM4 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSfhoOXM4 .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSfhoOXM4 H2 {
  color: #e7272d;
}
.cid-uJSfhoOXM4 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSfhoOXM4 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSfhoOXM4 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSfhoOXM4 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSfhoOXM4 .col-lg-12 {
  overflow: hidden;
}
.cid-uJSfhoOXM4 H4 {
  color: #fbbe36;
}
.cid-uJSfhoOXM4 .mbr-text,
.cid-uJSfhoOXM4 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSfhoOXM4 .logo-wrap:before {
    content: none;
  }
  .cid-uJSfhoOXM4 .logo-wrap:after {
    content: none;
  }
}
.cid-uJSfhoOXM4 H3 {
  color: #000000;
}
.cid-uJSfAtcxLI {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSfAtcxLI svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSfAtcxLI #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSfAtcxLI img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSfAtcxLI img {
    width: 90%!important;
  }
}
.cid-uJSfAtcxLI H1 {
  color: #ffbf43;
}
.cid-uJSfAtMmKC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSfAu2CcI {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSfAu2CcI .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSfAu2CcI .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSfAu2CcI H2 {
  color: #e7272d;
}
.cid-uJSfAu2CcI .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSfAu2CcI .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSfAu2CcI .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSfAu2CcI .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSfAu2CcI .col-lg-12 {
  overflow: hidden;
}
.cid-uJSfAu2CcI H4 {
  color: #fbbe36;
}
.cid-uJSfAu2CcI .mbr-text,
.cid-uJSfAu2CcI .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSfAu2CcI .logo-wrap:before {
    content: none;
  }
  .cid-uJSfAu2CcI .logo-wrap:after {
    content: none;
  }
}
.cid-uJSfAu2CcI H3 {
  color: #000000;
}
.cid-uJSfQPpj2D {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSfQPpj2D svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSfQPpj2D #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSfQPpj2D img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSfQPpj2D img {
    width: 90%!important;
  }
}
.cid-uJSfQPpj2D H1 {
  color: #ffbf43;
}
.cid-uJSfQPXBFR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSfQQeM4n {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSfQQeM4n .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSfQQeM4n .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSfQQeM4n H2 {
  color: #e7272d;
}
.cid-uJSfQQeM4n .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSfQQeM4n .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSfQQeM4n .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSfQQeM4n .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSfQQeM4n .col-lg-12 {
  overflow: hidden;
}
.cid-uJSfQQeM4n H4 {
  color: #fbbe36;
}
.cid-uJSfQQeM4n .mbr-text,
.cid-uJSfQQeM4n .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSfQQeM4n .logo-wrap:before {
    content: none;
  }
  .cid-uJSfQQeM4n .logo-wrap:after {
    content: none;
  }
}
.cid-uJSfQQeM4n H3 {
  color: #000000;
}
.cid-uJSg1Q58KB {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSg1Q58KB svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSg1Q58KB #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSg1Q58KB img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSg1Q58KB img {
    width: 90%!important;
  }
}
.cid-uJSg1Q58KB H1 {
  color: #ffbf43;
}
.cid-uJSg1QE9qr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSg1QTgHW {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSg1QTgHW .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSg1QTgHW .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSg1QTgHW H2 {
  color: #e7272d;
}
.cid-uJSg1QTgHW .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSg1QTgHW .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSg1QTgHW .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSg1QTgHW .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSg1QTgHW .col-lg-12 {
  overflow: hidden;
}
.cid-uJSg1QTgHW H4 {
  color: #fbbe36;
}
.cid-uJSg1QTgHW .mbr-text,
.cid-uJSg1QTgHW .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSg1QTgHW .logo-wrap:before {
    content: none;
  }
  .cid-uJSg1QTgHW .logo-wrap:after {
    content: none;
  }
}
.cid-uJSg1QTgHW H3 {
  color: #000000;
}
.cid-uJSgl7qJox {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSgl7qJox svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSgl7qJox #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSgl7qJox img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSgl7qJox img {
    width: 90%!important;
  }
}
.cid-uJSgl7qJox H1 {
  color: #ffbf43;
}
.cid-uJSgl7ZorL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSgl8ggSE {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSgl8ggSE .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSgl8ggSE .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSgl8ggSE H2 {
  color: #e7272d;
}
.cid-uJSgl8ggSE .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSgl8ggSE .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSgl8ggSE .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSgl8ggSE .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSgl8ggSE .col-lg-12 {
  overflow: hidden;
}
.cid-uJSgl8ggSE H4 {
  color: #fbbe36;
}
.cid-uJSgl8ggSE .mbr-text,
.cid-uJSgl8ggSE .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSgl8ggSE .logo-wrap:before {
    content: none;
  }
  .cid-uJSgl8ggSE .logo-wrap:after {
    content: none;
  }
}
.cid-uJSgl8ggSE H3 {
  color: #000000;
}
.cid-uJSgxcq7Le {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSgxcq7Le svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSgxcq7Le #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSgxcq7Le img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSgxcq7Le img {
    width: 90%!important;
  }
}
.cid-uJSgxcq7Le H1 {
  color: #ffbf43;
}
.cid-uJSgxd0ixl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSgxdkl4I {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSgxdkl4I .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSgxdkl4I .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSgxdkl4I H2 {
  color: #e7272d;
}
.cid-uJSgxdkl4I .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSgxdkl4I .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSgxdkl4I .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSgxdkl4I .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSgxdkl4I .col-lg-12 {
  overflow: hidden;
}
.cid-uJSgxdkl4I H4 {
  color: #fbbe36;
}
.cid-uJSgxdkl4I .mbr-text,
.cid-uJSgxdkl4I .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSgxdkl4I .logo-wrap:before {
    content: none;
  }
  .cid-uJSgxdkl4I .logo-wrap:after {
    content: none;
  }
}
.cid-uJSgxdkl4I H3 {
  color: #000000;
}
.cid-uJSbiwScb0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSbiwScb0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSbiwScb0 #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSbiwScb0 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSbiwScb0 img {
    width: 90%!important;
  }
}
.cid-uJSbiwScb0 H1 {
  color: #ffbf43;
}
.cid-uJSbixmmE4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSbixBw3g {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSbixBw3g .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSbixBw3g .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSbixBw3g H2 {
  color: #e7272d;
}
.cid-uJSbixBw3g .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSbixBw3g .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSbixBw3g .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbixBw3g .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSbixBw3g .col-lg-12 {
  overflow: hidden;
}
.cid-uJSbixBw3g H4 {
  color: #fbbe36;
}
.cid-uJSbixBw3g .mbr-text,
.cid-uJSbixBw3g .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSbixBw3g .logo-wrap:before {
    content: none;
  }
  .cid-uJSbixBw3g .logo-wrap:after {
    content: none;
  }
}
.cid-uJSbixBw3g H3 {
  color: #000000;
}
.cid-uJSejv8X17 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSejv8X17 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSejv8X17 #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSejv8X17 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSejv8X17 img {
    width: 90%!important;
  }
}
.cid-uJSejv8X17 H1 {
  color: #ffbf43;
}
.cid-uJSejvJKl8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSejw0xs1 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSejw0xs1 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSejw0xs1 .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSejw0xs1 H2 {
  color: #e7272d;
}
.cid-uJSejw0xs1 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSejw0xs1 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSejw0xs1 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSejw0xs1 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSejw0xs1 .col-lg-12 {
  overflow: hidden;
}
.cid-uJSejw0xs1 H4 {
  color: #fbbe36;
}
.cid-uJSejw0xs1 .mbr-text,
.cid-uJSejw0xs1 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSejw0xs1 .logo-wrap:before {
    content: none;
  }
  .cid-uJSejw0xs1 .logo-wrap:after {
    content: none;
  }
}
.cid-uJSejw0xs1 H3 {
  color: #000000;
}
.cid-uJSfrMyjP0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJSfrMyjP0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJSfrMyjP0 #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJSfrMyjP0 img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJSfrMyjP0 img {
    width: 90%!important;
  }
}
.cid-uJSfrMyjP0 H1 {
  color: #ffbf43;
}
.cid-uJSfrNfwaH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJSfrNxtHU {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJSfrNxtHU .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJSfrNxtHU .row {
  border-bottom: 1px solid #808080;
}
.cid-uJSfrNxtHU H2 {
  color: #e7272d;
}
.cid-uJSfrNxtHU .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJSfrNxtHU .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJSfrNxtHU .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSfrNxtHU .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJSfrNxtHU .col-lg-12 {
  overflow: hidden;
}
.cid-uJSfrNxtHU H4 {
  color: #fbbe36;
}
.cid-uJSfrNxtHU .mbr-text,
.cid-uJSfrNxtHU .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJSfrNxtHU .logo-wrap:before {
    content: none;
  }
  .cid-uJSfrNxtHU .logo-wrap:after {
    content: none;
  }
}
.cid-uJSfrNxtHU H3 {
  color: #000000;
}
.cid-uJS778WIGc {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/1.3-720x538.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uJS778WIGc svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uJS778WIGc #e2_shape {
  fill: #ffbf43 !important;
}
.cid-uJS778WIGc img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uJS778WIGc img {
    width: 90%!important;
  }
}
.cid-uJS778WIGc H1 {
  color: #ffbf43;
}
.cid-uJS779MkCn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffbf43;
}
.cid-uJS77akkgH {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/construccin-y-arquitectura-6-2000x1125.jpeg");
}
.cid-uJS77akkgH .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uJS77akkgH .row {
  border-bottom: 1px solid #808080;
}
.cid-uJS77akkgH H2 {
  color: #e7272d;
}
.cid-uJS77akkgH .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uJS77akkgH .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uJS77akkgH .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS77akkgH .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uJS77akkgH .col-lg-12 {
  overflow: hidden;
}
.cid-uJS77akkgH H4 {
  color: #fbbe36;
}
.cid-uJS77akkgH .mbr-text,
.cid-uJS77akkgH .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uJS77akkgH .logo-wrap:before {
    content: none;
  }
  .cid-uJS77akkgH .logo-wrap:after {
    content: none;
  }
}
.cid-uJS77akkgH H3 {
  color: #000000;
}
