body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Abhaya Libre', serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5625;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 2.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 2.08333333;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.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.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((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.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #ffe135 !important;
}
.bg-success {
  background-color: #1a1a1a !important;
}
.bg-info {
  background-color: #f0bf79 !important;
}
.bg-warning {
  background-color: #64a717 !important;
}
.bg-danger {
  background-color: #233d63 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffe135 !important;
  border-color: #ffe135 !important;
  color: #352d00 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #352d00 !important;
  background-color: #ffe135;
  border-color: #ffe135;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #352d00 !important;
  background-color: #ffe135 !important;
  border-color: #ffe135 !important;
}
.btn-primary:hover {
  background-color: #ffd902 !important;
  border-color: #ffd902 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-info:hover {
  background-color: #eba94b !important;
  border-color: #eba94b !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #64a717 !important;
  border-color: #64a717 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #64a717;
  border-color: #64a717;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #64a717 !important;
  border-color: #64a717 !important;
}
.btn-warning:hover {
  background-color: #7fd41d !important;
  border-color: #7fd41d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #233d63 !important;
  border-color: #233d63 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #233d63;
  border-color: #233d63;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-danger:hover {
  background-color: #305489 !important;
  border-color: #16263d !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffe135;
  color: #ffe135;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #352d00 !important;
  background: #ffe135 !important;
  border-color: #ffe135;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #352d00 !important;
  background-color: #ffe135 !important;
  border-color: #ffe135 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f0bf79;
  color: #f0bf79;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #f0bf79 !important;
  border-color: #f0bf79;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #1a1a1a !important;
  border-color: #1a1a1a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #64a717;
  color: #64a717;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #64a717 !important;
  border-color: #64a717;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #64a717 !important;
  border-color: #64a717 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #233d63;
  color: #233d63;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #233d63 !important;
  border-color: #233d63;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #233d63 !important;
  border-color: #233d63 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #ffe135 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #1a1a1a !important;
}
.text-info {
  color: #f0bf79 !important;
}
.text-warning {
  color: #64a717 !important;
}
.text-danger {
  color: #233d63 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ceaf00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6931d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #64a717 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #080f18 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffe135 !important;
}
.alert-success {
  background-color: #1a1a1a;
}
.alert-info {
  background-color: #f0bf79;
}
.alert-warning {
  background-color: #64a717;
}
.alert-danger {
  background-color: #233d63;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffe135;
  border-color: #ffe135;
  color: #4e4300;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffe135;
}
.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: #cccccc;
}
.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: #a4e856;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4778be;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffe135;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffe135;
  color: #000000;
}
.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: #ffe135;
  border-bottom-color: #ffe135;
}
.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: #ffe135 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-st4Wyvf0z2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-st4Wyvf0z2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-st4Wyvf0z2 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-st4Wyvf0z2 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-st4Wyvf0z2 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-st4Wyvf0z2 .navbar.collapsed.opened .navbar-collapse.show,
.cid-st4Wyvf0z2 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-st4Wyvf0z2 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-st4Wyvf0z2 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-st4Wyvf0z2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st4Wyvf0z2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-st4Wyvf0z2 .navbar {
    flex-wrap: nowrap;
  }
  .cid-st4Wyvf0z2 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-st4Wyvf0z2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st4Wyvf0z2 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-st4Wyvf0z2 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-st4Wyvf0z2 .navbar.opened .navbar-collapse.show,
  .cid-st4Wyvf0z2 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-st4Wyvf0z2 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-st4Wyvf0z2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-st4Wyvf0z2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-st4Wyvf0z2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-st4Wyvf0z2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-st4Wyvf0z2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-st4Wyvf0z2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-st4Wyvf0z2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-st4Wyvf0z2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st4Wyvf0z2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st4Wyvf0z2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st4Wyvf0z2 .dropdown-item.active,
.cid-st4Wyvf0z2 .dropdown-item:active {
  background-color: transparent;
}
.cid-st4Wyvf0z2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st4Wyvf0z2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-st4Wyvf0z2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-st4Wyvf0z2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-st4Wyvf0z2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st4Wyvf0z2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-st4Wyvf0z2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-st4Wyvf0z2 .navbar-buttons {
  text-align: center;
}
.cid-st4Wyvf0z2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-st4Wyvf0z2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-st4Wyvf0z2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-st4Wyvf0z2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-st4Wyvf0z2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-st4Wyvf0z2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-st4Wyvf0z2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-st4Wyvf0z2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-st4Wyvf0z2 a.nav-link:focus {
  outline: none;
}
.cid-st4Wyvf0z2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-st4Wyvf0z2 .nav-link:hover,
.cid-st4Wyvf0z2 .dropdown-item:hover {
  color: #64697a !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st4Wyvf0z2 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-st4Wyvf0z2 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tvu6Woxbzh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tvu6Woxbzh .mbr-section-title {
  color: #233d63;
}
.cid-tvu6Woxbzh .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tvu6Woxbzh .mbr-section-title,
.cid-tvu6Woxbzh .icon__wrap {
  text-align: center;
}
.cid-tvu6Woxbzh .mbr-section-subtitle {
  text-align: center;
}
.cid-tvu6Woxbzh .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tvu6Woxbzh .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tvu6Woxbzh .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tvu6Woxbzh .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tvu6Woxbzh .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tLCklJQ7oZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLCklJQ7oZ .mbr-section-title {
  color: #233d63;
}
.cid-tLCklJQ7oZ .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tLCklJQ7oZ .mbr-section-title,
.cid-tLCklJQ7oZ .icon__wrap {
  text-align: center;
}
.cid-tLCklJQ7oZ .mbr-section-subtitle {
  text-align: center;
}
.cid-tLCklJQ7oZ .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tLCklJQ7oZ .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tLCklJQ7oZ .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tLCklJQ7oZ .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tLCklJQ7oZ .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tLYSrcrRMb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/excavacin-1280x853.jpg");
}
.cid-tLYSrcrRMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYSrcrRMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYSrcrRMb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tLYSrcrRMb .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tLYSrcrRMb .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tLYTxd4QmX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2f3d48;
}
.cid-tLYTxd4QmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYTxd4QmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLYTxd4QmX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLYTxd4QmX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLYTxd4QmX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tLYTxd4QmX .mbr-text {
  text-align: right;
  color: #ffffff;
}
.cid-tLYTxd4QmX .mbr-section-title {
  text-align: right;
  color: #fff401;
}
.cid-tLYYgjdECg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/maxresdefault-1280x720.jpg");
}
.cid-tLYYgjdECg .main {
  flex-direction: row-reverse;
}
.cid-tLYYgjdECg .row-element,
.cid-tLYYgjdECg .image-element {
  padding: 0;
}
.cid-tLYYgjdECg .image-element {
  display: flex;
  justify-content: center;
}
.cid-tLYYgjdECg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tLYYgjdECg .text-content {
  padding: 3rem;
}
.cid-tLYYgjdECg .mbr-section-subtitle {
  color: #fcff06;
}
@media (max-width: 767px) {
  .cid-tLYYgjdECg .text-content {
    padding: 2rem 1rem;
  }
  .cid-tLYYgjdECg .mbr-title,
  .cid-tLYYgjdECg .mbr-text,
  .cid-tLYYgjdECg .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tLYYgjdECg .mbr-text,
.cid-tLYYgjdECg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tLZ1BrDL9q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f3d48;
}
.cid-tLZ1BrDL9q img,
.cid-tLZ1BrDL9q .item-img {
  width: 100%;
}
.cid-tLZ1BrDL9q .item:focus,
.cid-tLZ1BrDL9q span:focus {
  outline: none;
}
.cid-tLZ1BrDL9q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLZ1BrDL9q .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffe135;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLZ1BrDL9q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tLZ1BrDL9q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLZ1BrDL9q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tLZ1BrDL9q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tLZ1BrDL9q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLZ1BrDL9q .mbr-section-title {
  color: #fff401;
}
.cid-tLZ1BrDL9q .mbr-text,
.cid-tLZ1BrDL9q .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tLZ1BrDL9q .item-title {
  text-align: center;
  color: #000000;
}
.cid-tLZ1BrDL9q .item-subtitle {
  text-align: left;
}
.cid-tLZ1BrDL9q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLCurr9bWf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/4281-2000x1335.jpg");
}
.cid-tLCurr9bWf .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLCurr9bWf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tLZ7jn6QfK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tLZ7jn6QfK .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLZ7jn6QfK .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tLZ7jn6QfK .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLZ7jn6QfK .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tLZ7jn6QfK .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLZ7jn6QfK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLZ7jn6QfK .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tLZ7jn6QfK .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tLZ7jn6QfK .navbar.collapsed.opened .navbar-collapse.show,
.cid-tLZ7jn6QfK .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tLZ7jn6QfK .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tLZ7jn6QfK .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tLZ7jn6QfK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLZ7jn6QfK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLZ7jn6QfK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLZ7jn6QfK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLZ7jn6QfK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLZ7jn6QfK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLZ7jn6QfK .navbar {
    flex-wrap: nowrap;
  }
  .cid-tLZ7jn6QfK .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tLZ7jn6QfK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLZ7jn6QfK .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tLZ7jn6QfK .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tLZ7jn6QfK .navbar.opened .navbar-collapse.show,
  .cid-tLZ7jn6QfK .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tLZ7jn6QfK .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tLZ7jn6QfK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLZ7jn6QfK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLZ7jn6QfK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLZ7jn6QfK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLZ7jn6QfK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLZ7jn6QfK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLZ7jn6QfK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tLZ7jn6QfK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tLZ7jn6QfK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLZ7jn6QfK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLZ7jn6QfK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLZ7jn6QfK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLZ7jn6QfK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLZ7jn6QfK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLZ7jn6QfK .dropdown-item.active,
.cid-tLZ7jn6QfK .dropdown-item:active {
  background-color: transparent;
}
.cid-tLZ7jn6QfK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLZ7jn6QfK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLZ7jn6QfK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLZ7jn6QfK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLZ7jn6QfK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLZ7jn6QfK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLZ7jn6QfK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLZ7jn6QfK .navbar-buttons {
  text-align: center;
}
.cid-tLZ7jn6QfK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLZ7jn6QfK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLZ7jn6QfK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLZ7jn6QfK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLZ7jn6QfK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLZ7jn6QfK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLZ7jn6QfK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLZ7jn6QfK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLZ7jn6QfK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLZ7jn6QfK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLZ7jn6QfK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLZ7jn6QfK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tLZ7jn6QfK a.nav-link:focus {
  outline: none;
}
.cid-tLZ7jn6QfK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLZ7jn6QfK .nav-link:hover,
.cid-tLZ7jn6QfK .dropdown-item:hover {
  color: #64697a !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLZ7jn6QfK .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tLZ7jn6QfK .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tLZ7joP2hp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tLZ7joP2hp .mbr-section-title {
  color: #233d63;
}
.cid-tLZ7joP2hp .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tLZ7joP2hp .mbr-section-title,
.cid-tLZ7joP2hp .icon__wrap {
  text-align: center;
}
.cid-tLZ7joP2hp .mbr-section-subtitle {
  text-align: center;
}
.cid-tLZ7joP2hp .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tLZ7joP2hp .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tLZ7joP2hp .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tLZ7joP2hp .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tLZ7joP2hp .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tLZ7jqwwtx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLZ7jqwwtx .mbr-section-title {
  color: #233d63;
}
.cid-tLZ7jqwwtx .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tLZ7jqwwtx .mbr-section-title,
.cid-tLZ7jqwwtx .icon__wrap {
  text-align: center;
}
.cid-tLZ7jqwwtx .mbr-section-subtitle {
  text-align: center;
}
.cid-tLZ7jqwwtx .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tLZ7jqwwtx .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tLZ7jqwwtx .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tLZ7jqwwtx .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tLZ7jqwwtx .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tLZ7jsP9Kp {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/talud-1600x1200.jpg");
}
.cid-tLZ7jsP9Kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZ7jsP9Kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZ7jsP9Kp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tLZ7jsP9Kp .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tLZ7jsP9Kp .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tLZexalvxT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/planos-arquitect-nicos-de-la-casa-pinterest-planes-arquitectonicos-1200x840.jpg");
}
.cid-tLZexalvxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZexalvxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZexalvxT .content-wrapper {
  background: #ffe135;
}
@media (max-width: 991px) {
  .cid-tLZexalvxT .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tLZexalvxT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLZexalvxT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLZexalvxT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLZexalvxT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tLZexalvxT .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tLZexalvxT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLZexalvxT .card-title {
  color: #000000;
}
.cid-tLZexalvxT .mbr-text,
.cid-tLZexalvxT .mbr-section-btn {
  color: #000000;
}
.cid-tLZ7jA62XR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/4281-2000x1335.jpg");
}
.cid-tLZ7jA62XR .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLZ7jA62XR .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tLZaionrGl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tLZaionrGl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLZaionrGl .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tLZaionrGl .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLZaionrGl .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tLZaionrGl .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLZaionrGl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLZaionrGl .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tLZaionrGl .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tLZaionrGl .navbar.collapsed.opened .navbar-collapse.show,
.cid-tLZaionrGl .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tLZaionrGl .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tLZaionrGl .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tLZaionrGl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLZaionrGl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLZaionrGl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLZaionrGl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLZaionrGl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLZaionrGl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLZaionrGl .navbar {
    flex-wrap: nowrap;
  }
  .cid-tLZaionrGl .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tLZaionrGl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLZaionrGl .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tLZaionrGl .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tLZaionrGl .navbar.opened .navbar-collapse.show,
  .cid-tLZaionrGl .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tLZaionrGl .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tLZaionrGl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLZaionrGl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLZaionrGl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLZaionrGl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLZaionrGl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLZaionrGl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLZaionrGl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tLZaionrGl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tLZaionrGl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLZaionrGl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLZaionrGl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLZaionrGl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLZaionrGl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLZaionrGl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLZaionrGl .dropdown-item.active,
.cid-tLZaionrGl .dropdown-item:active {
  background-color: transparent;
}
.cid-tLZaionrGl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLZaionrGl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLZaionrGl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLZaionrGl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLZaionrGl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLZaionrGl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLZaionrGl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLZaionrGl .navbar-buttons {
  text-align: center;
}
.cid-tLZaionrGl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLZaionrGl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLZaionrGl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLZaionrGl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLZaionrGl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLZaionrGl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLZaionrGl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLZaionrGl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLZaionrGl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLZaionrGl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLZaionrGl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLZaionrGl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tLZaionrGl a.nav-link:focus {
  outline: none;
}
.cid-tLZaionrGl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLZaionrGl .nav-link:hover,
.cid-tLZaionrGl .dropdown-item:hover {
  color: #64697a !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLZaionrGl .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tLZaionrGl .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tLZaiphYDj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tLZaiphYDj .mbr-section-title {
  color: #233d63;
}
.cid-tLZaiphYDj .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tLZaiphYDj .mbr-section-title,
.cid-tLZaiphYDj .icon__wrap {
  text-align: center;
}
.cid-tLZaiphYDj .mbr-section-subtitle {
  text-align: center;
}
.cid-tLZaiphYDj .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tLZaiphYDj .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tLZaiphYDj .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tLZaiphYDj .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tLZaiphYDj .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tLZaipQ9Xy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLZaipQ9Xy .mbr-section-title {
  color: #233d63;
}
.cid-tLZaipQ9Xy .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tLZaipQ9Xy .mbr-section-title,
.cid-tLZaipQ9Xy .icon__wrap {
  text-align: center;
}
.cid-tLZaipQ9Xy .mbr-section-subtitle {
  text-align: center;
}
.cid-tLZaipQ9Xy .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tLZaipQ9Xy .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tLZaipQ9Xy .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tLZaipQ9Xy .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tLZaipQ9Xy .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tLZaiqPXg1 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/photo-2021-07-09-15-36-06-demoliciones-1200x720.jpg");
}
.cid-tLZaiqPXg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZaiqPXg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZaiqPXg1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tLZaiqPXg1 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tLZaiqPXg1 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tLZegdzWO5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/planos-arquitect-nicos-de-la-casa-pinterest-planes-arquitectonicos-1200x840.jpg");
}
.cid-tLZegdzWO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZegdzWO5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZegdzWO5 .content-wrapper {
  background: #ffe135;
}
@media (max-width: 991px) {
  .cid-tLZegdzWO5 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tLZegdzWO5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLZegdzWO5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLZegdzWO5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLZegdzWO5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tLZegdzWO5 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tLZegdzWO5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLZegdzWO5 .card-title {
  color: #000000;
}
.cid-tLZegdzWO5 .mbr-text,
.cid-tLZegdzWO5 .mbr-section-btn {
  color: #000000;
}
.cid-tLZairTkgS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/4281-2000x1335.jpg");
}
.cid-tLZairTkgS .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLZairTkgS .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tLZd1zhthG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tLZd1zhthG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLZd1zhthG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tLZd1zhthG .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLZd1zhthG .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tLZd1zhthG .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLZd1zhthG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLZd1zhthG .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tLZd1zhthG .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tLZd1zhthG .navbar.collapsed.opened .navbar-collapse.show,
.cid-tLZd1zhthG .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tLZd1zhthG .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tLZd1zhthG .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tLZd1zhthG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLZd1zhthG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLZd1zhthG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLZd1zhthG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLZd1zhthG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLZd1zhthG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tLZd1zhthG .navbar {
    flex-wrap: nowrap;
  }
  .cid-tLZd1zhthG .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tLZd1zhthG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLZd1zhthG .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tLZd1zhthG .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tLZd1zhthG .navbar.opened .navbar-collapse.show,
  .cid-tLZd1zhthG .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tLZd1zhthG .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tLZd1zhthG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLZd1zhthG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLZd1zhthG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLZd1zhthG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLZd1zhthG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLZd1zhthG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLZd1zhthG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tLZd1zhthG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tLZd1zhthG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLZd1zhthG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLZd1zhthG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLZd1zhthG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLZd1zhthG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLZd1zhthG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLZd1zhthG .dropdown-item.active,
.cid-tLZd1zhthG .dropdown-item:active {
  background-color: transparent;
}
.cid-tLZd1zhthG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLZd1zhthG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLZd1zhthG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLZd1zhthG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLZd1zhthG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLZd1zhthG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLZd1zhthG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLZd1zhthG .navbar-buttons {
  text-align: center;
}
.cid-tLZd1zhthG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLZd1zhthG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLZd1zhthG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLZd1zhthG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLZd1zhthG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLZd1zhthG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLZd1zhthG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLZd1zhthG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLZd1zhthG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLZd1zhthG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLZd1zhthG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLZd1zhthG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tLZd1zhthG a.nav-link:focus {
  outline: none;
}
.cid-tLZd1zhthG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLZd1zhthG .nav-link:hover,
.cid-tLZd1zhthG .dropdown-item:hover {
  color: #64697a !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLZd1zhthG .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tLZd1zhthG .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tLZd1AacLd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tLZd1AacLd .mbr-section-title {
  color: #233d63;
}
.cid-tLZd1AacLd .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tLZd1AacLd .mbr-section-title,
.cid-tLZd1AacLd .icon__wrap {
  text-align: center;
}
.cid-tLZd1AacLd .mbr-section-subtitle {
  text-align: center;
}
.cid-tLZd1AacLd .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tLZd1AacLd .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tLZd1AacLd .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tLZd1AacLd .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tLZd1AacLd .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tLZd1AYLDV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLZd1AYLDV .mbr-section-title {
  color: #233d63;
}
.cid-tLZd1AYLDV .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tLZd1AYLDV .mbr-section-title,
.cid-tLZd1AYLDV .icon__wrap {
  text-align: center;
}
.cid-tLZd1AYLDV .mbr-section-subtitle {
  text-align: center;
}
.cid-tLZd1AYLDV .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tLZd1AYLDV .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tLZd1AYLDV .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tLZd1AYLDV .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tLZd1AYLDV .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tLZd1BMV7g {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/foto-excavadora-seccion-maquinaria-scaled-2000x1500.jpg");
}
.cid-tLZd1BMV7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZd1BMV7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZd1BMV7g .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tLZd1BMV7g .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tLZd1BMV7g .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tLZd1CsnAP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/planos-arquitect-nicos-de-la-casa-pinterest-planes-arquitectonicos-1200x840.jpg");
}
.cid-tLZd1CsnAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZd1CsnAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZd1CsnAP .content-wrapper {
  background: #ffe135;
}
@media (max-width: 991px) {
  .cid-tLZd1CsnAP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tLZd1CsnAP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLZd1CsnAP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLZd1CsnAP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLZd1CsnAP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tLZd1CsnAP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tLZd1CsnAP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLZd1CsnAP .card-title {
  color: #000000;
}
.cid-tLZd1CsnAP .mbr-text,
.cid-tLZd1CsnAP .mbr-section-btn {
  color: #000000;
}
.cid-tLZd1CO1SQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/4281-2000x1335.jpg");
}
.cid-tLZd1CO1SQ .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLZd1CO1SQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u34gU6ueBl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u34gU6ueBl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u34gU6ueBl .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u34gU6ueBl .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u34gU6ueBl .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-u34gU6ueBl .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u34gU6ueBl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u34gU6ueBl .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-u34gU6ueBl .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-u34gU6ueBl .navbar.collapsed.opened .navbar-collapse.show,
.cid-u34gU6ueBl .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-u34gU6ueBl .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-u34gU6ueBl .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-u34gU6ueBl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u34gU6ueBl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u34gU6ueBl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u34gU6ueBl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u34gU6ueBl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u34gU6ueBl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u34gU6ueBl .navbar {
    flex-wrap: nowrap;
  }
  .cid-u34gU6ueBl .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-u34gU6ueBl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u34gU6ueBl .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-u34gU6ueBl .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-u34gU6ueBl .navbar.opened .navbar-collapse.show,
  .cid-u34gU6ueBl .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-u34gU6ueBl .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-u34gU6ueBl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u34gU6ueBl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u34gU6ueBl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u34gU6ueBl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u34gU6ueBl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u34gU6ueBl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u34gU6ueBl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u34gU6ueBl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-u34gU6ueBl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u34gU6ueBl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u34gU6ueBl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u34gU6ueBl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u34gU6ueBl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u34gU6ueBl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u34gU6ueBl .dropdown-item.active,
.cid-u34gU6ueBl .dropdown-item:active {
  background-color: transparent;
}
.cid-u34gU6ueBl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u34gU6ueBl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u34gU6ueBl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u34gU6ueBl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u34gU6ueBl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u34gU6ueBl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u34gU6ueBl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u34gU6ueBl .navbar-buttons {
  text-align: center;
}
.cid-u34gU6ueBl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u34gU6ueBl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u34gU6ueBl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u34gU6ueBl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u34gU6ueBl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u34gU6ueBl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u34gU6ueBl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u34gU6ueBl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u34gU6ueBl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u34gU6ueBl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u34gU6ueBl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u34gU6ueBl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-u34gU6ueBl a.nav-link:focus {
  outline: none;
}
.cid-u34gU6ueBl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u34gU6ueBl .nav-link:hover,
.cid-u34gU6ueBl .dropdown-item:hover {
  color: #64697a !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u34gU6ueBl .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-u34gU6ueBl .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u34gU7nAB7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u34gU7nAB7 .mbr-section-title {
  color: #233d63;
}
.cid-u34gU7nAB7 .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-u34gU7nAB7 .mbr-section-title,
.cid-u34gU7nAB7 .icon__wrap {
  text-align: center;
}
.cid-u34gU7nAB7 .mbr-section-subtitle {
  text-align: center;
}
.cid-u34gU7nAB7 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u34gU7nAB7 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u34gU7nAB7 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u34gU7nAB7 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u34gU7nAB7 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-u34gU8bzcl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u34gU8bzcl .mbr-section-title {
  color: #233d63;
}
.cid-u34gU8bzcl .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-u34gU8bzcl .mbr-section-title,
.cid-u34gU8bzcl .icon__wrap {
  text-align: center;
}
.cid-u34gU8bzcl .mbr-section-subtitle {
  text-align: center;
}
.cid-u34gU8bzcl .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u34gU8bzcl .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u34gU8bzcl .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u34gU8bzcl .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u34gU8bzcl .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-u34gU9dPlS {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/excavacin-1280x853.jpg");
}
.cid-u34gU9dPlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u34gU9dPlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u34gU9dPlS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u34gU9dPlS .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-u34gU9dPlS .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-u34gU9YpXI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/planos-arquitect-nicos-de-la-casa-pinterest-planes-arquitectonicos-1200x840.jpg");
}
.cid-u34gU9YpXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u34gU9YpXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u34gU9YpXI .content-wrapper {
  background: #ffe135;
}
@media (max-width: 991px) {
  .cid-u34gU9YpXI .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u34gU9YpXI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u34gU9YpXI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u34gU9YpXI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u34gU9YpXI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u34gU9YpXI .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u34gU9YpXI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u34gU9YpXI .card-title {
  color: #000000;
}
.cid-u34gU9YpXI .mbr-text,
.cid-u34gU9YpXI .mbr-section-btn {
  color: #000000;
}
.cid-u34gUayh4b {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/4281-2000x1335.jpg");
}
.cid-u34gUayh4b .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u34gUayh4b .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u34dmr8L2L .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u34dmr8L2L .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u34dmr8L2L .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u34dmr8L2L .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u34dmr8L2L .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-u34dmr8L2L .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u34dmr8L2L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u34dmr8L2L .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-u34dmr8L2L .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-u34dmr8L2L .navbar.collapsed.opened .navbar-collapse.show,
.cid-u34dmr8L2L .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-u34dmr8L2L .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-u34dmr8L2L .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-u34dmr8L2L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u34dmr8L2L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u34dmr8L2L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u34dmr8L2L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u34dmr8L2L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u34dmr8L2L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u34dmr8L2L .navbar {
    flex-wrap: nowrap;
  }
  .cid-u34dmr8L2L .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-u34dmr8L2L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u34dmr8L2L .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-u34dmr8L2L .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-u34dmr8L2L .navbar.opened .navbar-collapse.show,
  .cid-u34dmr8L2L .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-u34dmr8L2L .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-u34dmr8L2L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u34dmr8L2L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u34dmr8L2L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u34dmr8L2L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u34dmr8L2L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u34dmr8L2L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u34dmr8L2L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u34dmr8L2L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-u34dmr8L2L .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u34dmr8L2L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u34dmr8L2L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u34dmr8L2L .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u34dmr8L2L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u34dmr8L2L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u34dmr8L2L .dropdown-item.active,
.cid-u34dmr8L2L .dropdown-item:active {
  background-color: transparent;
}
.cid-u34dmr8L2L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u34dmr8L2L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u34dmr8L2L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u34dmr8L2L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u34dmr8L2L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u34dmr8L2L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u34dmr8L2L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u34dmr8L2L .navbar-buttons {
  text-align: center;
}
.cid-u34dmr8L2L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u34dmr8L2L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u34dmr8L2L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u34dmr8L2L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u34dmr8L2L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u34dmr8L2L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u34dmr8L2L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u34dmr8L2L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u34dmr8L2L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u34dmr8L2L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u34dmr8L2L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u34dmr8L2L a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-u34dmr8L2L a.nav-link:focus {
  outline: none;
}
.cid-u34dmr8L2L .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u34dmr8L2L .nav-link:hover,
.cid-u34dmr8L2L .dropdown-item:hover {
  color: #64697a !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u34dmr8L2L .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-u34dmr8L2L .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u34dmsy0Tq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u34dmsy0Tq .mbr-section-title {
  color: #233d63;
}
.cid-u34dmsy0Tq .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-u34dmsy0Tq .mbr-section-title,
.cid-u34dmsy0Tq .icon__wrap {
  text-align: center;
}
.cid-u34dmsy0Tq .mbr-section-subtitle {
  text-align: center;
}
.cid-u34dmsy0Tq .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u34dmsy0Tq .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u34dmsy0Tq .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u34dmsy0Tq .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u34dmsy0Tq .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-u34dmv6lg4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u34dmv6lg4 .mbr-section-title {
  color: #233d63;
}
.cid-u34dmv6lg4 .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-u34dmv6lg4 .mbr-section-title,
.cid-u34dmv6lg4 .icon__wrap {
  text-align: center;
}
.cid-u34dmv6lg4 .mbr-section-subtitle {
  text-align: center;
}
.cid-u34dmv6lg4 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u34dmv6lg4 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u34dmv6lg4 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u34dmv6lg4 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u34dmv6lg4 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-u34fhZRhkQ {
  background: linear-gradient(45deg, #ffe135, #ffe135);
}
.cid-u34dmB7E2b {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/4281-2000x1335.jpg");
}
.cid-u34dmB7E2b .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u34dmB7E2b .media-container-row .mbr-text {
  color: #ffffff;
}
