body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Red Hat Display', 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #57a0c9 !important;
}
.bg-success {
  background-color: #57a0c9 !important;
}
.bg-info {
  background-color: #a4ff95 !important;
}
.bg-warning {
  background-color: #57a0c9 !important;
}
.bg-danger {
  background-color: #57a0c9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #57a0c9 !important;
  border-color: #57a0c9 !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: #317398 !important;
  border-color: #317398 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #317398 !important;
  border-color: #317398 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #15274f !important;
  border-color: #15274f !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: #03050b !important;
  border-color: #03050b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #03050b !important;
  border-color: #03050b !important;
}
.btn-info,
.btn-info:active {
  background-color: #a4ff95 !important;
  border-color: #a4ff95 !important;
  color: #159500 !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: #093e00 !important;
  background-color: #5aff3e !important;
  border-color: #5aff3e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #159500 !important;
  background-color: #5aff3e !important;
  border-color: #5aff3e !important;
}
.btn-success,
.btn-success:active {
  background-color: #57a0c9 !important;
  border-color: #57a0c9 !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: #317398 !important;
  border-color: #317398 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #317398 !important;
  border-color: #317398 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #57a0c9 !important;
  border-color: #57a0c9 !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: #317398 !important;
  border-color: #317398 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #317398 !important;
  border-color: #317398 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #57a0c9 !important;
  border-color: #57a0c9 !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: #317398 !important;
  border-color: #317398 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #317398 !important;
  border-color: #317398 !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: #57a0c9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #317398 !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: #57a0c9 !important;
  border-color: #57a0c9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #15274f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #03050b !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: #15274f !important;
  border-color: #15274f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a4ff95;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5aff3e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #159500 !important;
  background-color: #a4ff95 !important;
  border-color: #a4ff95 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #57a0c9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #317398 !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: #57a0c9 !important;
  border-color: #57a0c9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #57a0c9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #317398 !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: #57a0c9 !important;
  border-color: #57a0c9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #57a0c9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #317398 !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: #57a0c9 !important;
  border-color: #57a0c9 !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: #57a0c9 !important;
}
.text-secondary {
  color: #15274f !important;
}
.text-success {
  color: #57a0c9 !important;
}
.text-info {
  color: #a4ff95 !important;
}
.text-warning {
  color: #57a0c9 !important;
}
.text-danger {
  color: #57a0c9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2d6a8d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2d6a8d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4cff2f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2d6a8d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2d6a8d !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: #57a0c9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a4ff95;
}
.alert-warning {
  background-color: #57a0c9;
}
.alert-danger {
  background-color: #57a0c9;
}
.mbr-gallery-filter li.active .btn {
  background-color: #57a0c9;
  border-color: #57a0c9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #57a0c9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f1f7fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f1f7fb;
}
.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: #f1f7fb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f1f7fb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Red Hat Display', 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: #57a0c9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Red Hat Display', 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: #57a0c9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #57a0c9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #57a0c9;
}
.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: #57a0c9;
  border-bottom-color: #57a0c9;
}
.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: #57a0c9 !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: #15274f !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='%2357a0c9' %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-ugIlOyJfe8 .navbar-dropdown {
  position: relative !important;
}
.cid-ugIlOyJfe8 .navbar-dropdown {
  position: absolute !important;
}
.cid-ugIlOyJfe8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugIlOyJfe8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugIlOyJfe8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugIlOyJfe8 .dropdown-item:hover,
.cid-ugIlOyJfe8 .dropdown-item:focus {
  background: #57a0c9 !important;
  color: white !important;
}
.cid-ugIlOyJfe8 .dropdown-item:hover span {
  color: white;
}
.cid-ugIlOyJfe8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugIlOyJfe8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugIlOyJfe8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugIlOyJfe8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugIlOyJfe8 .nav-link {
  position: relative;
}
.cid-ugIlOyJfe8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugIlOyJfe8 .container {
    flex-wrap: wrap;
  }
}
.cid-ugIlOyJfe8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ugIlOyJfe8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ugIlOyJfe8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugIlOyJfe8 .dropdown-menu,
.cid-ugIlOyJfe8 .navbar.opened {
  background: #ffffff !important;
}
.cid-ugIlOyJfe8 .nav-item:focus,
.cid-ugIlOyJfe8 .nav-link:focus {
  outline: none;
}
.cid-ugIlOyJfe8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugIlOyJfe8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugIlOyJfe8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugIlOyJfe8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugIlOyJfe8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugIlOyJfe8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugIlOyJfe8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ugIlOyJfe8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugIlOyJfe8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugIlOyJfe8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugIlOyJfe8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugIlOyJfe8 .navbar.collapsed {
  justify-content: center;
}
.cid-ugIlOyJfe8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugIlOyJfe8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugIlOyJfe8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ugIlOyJfe8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugIlOyJfe8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugIlOyJfe8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugIlOyJfe8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugIlOyJfe8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugIlOyJfe8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugIlOyJfe8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugIlOyJfe8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugIlOyJfe8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugIlOyJfe8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugIlOyJfe8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugIlOyJfe8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugIlOyJfe8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugIlOyJfe8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugIlOyJfe8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugIlOyJfe8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugIlOyJfe8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ugIlOyJfe8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ugIlOyJfe8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugIlOyJfe8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugIlOyJfe8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugIlOyJfe8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugIlOyJfe8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugIlOyJfe8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugIlOyJfe8 .dropdown-item.active,
.cid-ugIlOyJfe8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugIlOyJfe8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugIlOyJfe8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugIlOyJfe8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugIlOyJfe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugIlOyJfe8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugIlOyJfe8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugIlOyJfe8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugIlOyJfe8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugIlOyJfe8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugIlOyJfe8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2a4d;
}
.cid-ugIlOyJfe8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugIlOyJfe8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugIlOyJfe8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugIlOyJfe8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugIlOyJfe8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugIlOyJfe8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugIlOyJfe8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugIlOyJfe8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugIlOyJfe8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugIlOyJfe8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugIlOyJfe8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugIlOyJfe8 .navbar {
    height: 70px;
  }
  .cid-ugIlOyJfe8 .navbar.opened {
    height: auto;
  }
  .cid-ugIlOyJfe8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui89V9rxgC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #15274f;
}
.cid-ui89V9rxgC .carousel {
  height: 800px;
}
.cid-ui89V9rxgC .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ui89V9rxgC .carousel-item,
.cid-ui89V9rxgC .carousel-inner {
  height: 100%;
}
.cid-ui89V9rxgC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  justify-content: center;
}
.cid-ui89V9rxgC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ui89V9rxgC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ui89V9rxgC .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-ui89V9rxgC .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ui89V9rxgC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ui89V9rxgC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ui89V9rxgC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ui89V9rxgC .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-ui89V9rxgC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ui89V9rxgC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ui89V9rxgC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ui89V9rxgC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ui89V9rxgC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #e5e5e5;
  border: 0px solid transparent;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-ui89V9rxgC .carousel-indicators li.active {
  background-color: #a4ff95;
}
.cid-ui89V9rxgC .carousel-indicators li.active,
.cid-ui89V9rxgC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ui89V9rxgC .carousel-indicators li::after,
.cid-ui89V9rxgC .carousel-indicators li::before {
  content: none;
}
.cid-ui89V9rxgC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ui89V9rxgC .carousel-indicators {
    display: none !important;
  }
}
.cid-ui89V9rxgC .btn.btn-primary-outline {
  border: 1px solid #57a0c9;
}
.cid-ui89V9rxgC .btn.btn-primary-outline:hover {
  background-color: #57a0c9 !important;
  color: #ffffff !important;
}
.cid-ui89V9rxgC .btn.btn-secondary-outline {
  border: 1px solid #15274f;
}
.cid-ui89V9rxgC .btn.btn-secondary-outline:hover {
  background-color: #15274f !important;
  color: #ffffff !important;
}
.cid-ui89V9rxgC .btn.btn-success-outline {
  border: 1px solid #57a0c9;
}
.cid-ui89V9rxgC .btn.btn-success-outline:hover {
  background-color: #57a0c9 !important;
  color: #ffffff !important;
}
.cid-ui89V9rxgC .btn.btn-info-outline {
  border: 1px solid #a4ff95;
}
.cid-ui89V9rxgC .btn.btn-info-outline:hover {
  background-color: #a4ff95 !important;
  color: #ffffff !important;
}
.cid-ui89V9rxgC .btn.btn-warning-outline {
  border: 1px solid #57a0c9;
}
.cid-ui89V9rxgC .btn.btn-warning-outline:hover {
  background-color: #57a0c9 !important;
  color: #ffffff !important;
}
.cid-ui89V9rxgC .btn.btn-danger-outline {
  border: 1px solid #57a0c9;
}
.cid-ui89V9rxgC .btn.btn-danger-outline:hover {
  background-color: #57a0c9 !important;
  color: #ffffff !important;
}
.cid-ui89V9rxgC .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-ui89V9rxgC .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-ui89V9rxgC .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-ui89V9rxgC .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-ui89V9rxgC .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-ui89V9rxgC .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-ui89V9rxgC .carousel-control {
    display: none;
  }
  .cid-ui89V9rxgC .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .cid-ui89V9rxgC .buttons-wrap .mbr-section-btn {
    text-align: center;
    margin-bottom: 10px;
  }
}
.cid-ui89V9rxgC .mbr-section-title {
  text-align: right;
  color: #57a0c9;
}
.cid-ui89V9rxgC .mbr-text,
.cid-ui89V9rxgC .mbr-section-btn {
  text-align: right;
  color: #1e2a4d;
}
.cid-ui89V9rxgC .mbr-section-subtitle {
  text-align: right;
  color: #15274f;
}
.cid-ugJBMfVp8Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #57a0c9;
}
.cid-ugJBMfVp8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugJBMfVp8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugJBMfVp8Z .mbr-section-title {
  color: #ffffff;
}
.cid-ugOs3oq2un {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/logo-fondo-3-1080x1080.jpg");
}
.cid-ugOs3oq2un .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugOs3oq2un .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugOs3oq2un .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ugOs3oq2un .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ugOs3oq2un .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugOs3oq2un .container {
    padding: 0 20px;
  }
}
.cid-ugOs3oq2un .row {
  justify-content: center;
}
.cid-ugOs3oq2un .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugOs3oq2un .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugOs3oq2un .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugOs3oq2un .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ugOs3oq2un .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-ugOs3oq2un .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ugOs3oq2un .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ugOs3oq2un .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-ugOs3oq2un .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #57a0c9;
  display: inline-flex;
}
.cid-ugOs3oq2un .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-ugOs3oq2un .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-ugOs3oq2un .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ugOs3oq2un .mbr-section-title {
  color: #1e2a4d;
}
.cid-ugOs3oq2un .mbr-text {
  color: #38001b;
}
.cid-ugOs3oq2un .item-title {
  color: #38001b;
}
.cid-ugOs3oq2un .item-text {
  color: #000000;
}
.cid-ugOs3oq2un .mbr-text,
.cid-ugOs3oq2un .text-wrapper {
  color: #353535;
}
.cid-ugOs3oq2un .item-title,
.cid-ugOs3oq2un .icon-wrapper {
  color: #1e2a4d;
}
.cid-ui8wk0kf6p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ui8wk0kf6p .item-img {
  position: relative;
  overflow: hidden;
}
.cid-ui8wk0kf6p .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-ui8wk0kf6p .item-img:hover img {
  transform: scale(1.15);
}
.cid-ui8wk0kf6p .item-img:hover:before {
  opacity: 0.5;
}
.cid-ui8wk0kf6p h5 {
  margin-bottom: 1rem;
}
.cid-ui8wk0kf6p .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-ui8wk0kf6p .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-ui8wk0kf6p img,
.cid-ui8wk0kf6p .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-ui8wk0kf6p .item:focus,
.cid-ui8wk0kf6p span:focus {
  outline: none;
}
.cid-ui8wk0kf6p .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui8wk0kf6p .item {
    margin-bottom: 1rem;
  }
}
.cid-ui8wk0kf6p .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ui8wk0kf6p .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-ui8wk0kf6p .item-title {
  text-align: center;
  color: #a3ff94;
}
.cid-ui8wk0kf6p .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ui8wk0kf6p .mbr-text,
.cid-ui8wk0kf6p .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ui8wk0kf6p .content-head {
  max-width: 800px;
}
.cid-ugOp0Xj7o9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugOp0Xj7o9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugOp0Xj7o9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugOp0Xj7o9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ugOp0Xj7o9 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ugOp0Xj7o9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ugOp0Xj7o9 .container {
    padding: 0 20px;
  }
}
.cid-ugOp0Xj7o9 .row {
  justify-content: center;
}
.cid-ugOp0Xj7o9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugOp0Xj7o9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugOp0Xj7o9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ugOp0Xj7o9 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ugOp0Xj7o9 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-ugOp0Xj7o9 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ugOp0Xj7o9 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ugOp0Xj7o9 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-ugOp0Xj7o9 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #a4ff95;
  display: inline-flex;
}
.cid-ugOp0Xj7o9 .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-ugOp0Xj7o9 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-ugOp0Xj7o9 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ugOp0Xj7o9 .mbr-section-title {
  color: #1e2a4d;
}
.cid-ugOp0Xj7o9 .mbr-text {
  color: #38001b;
}
.cid-ugOp0Xj7o9 .item-title {
  color: #38001b;
}
.cid-ugOp0Xj7o9 .item-text {
  color: #000000;
}
.cid-ugOp0Xj7o9 .item-title,
.cid-ugOp0Xj7o9 .icon-wrapper {
  color: #1e2a4d;
}
.cid-ugOp0Xj7o9 .mbr-text,
.cid-ugOp0Xj7o9 .text-wrapper {
  text-align: left;
  color: #353535;
}
.cid-uBnBUnUuud {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBnBUnUuud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBnBUnUuud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBnBUnUuud .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uBnBUnUuud .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uBnBUnUuud .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uBnBUnUuud .bg-instagram:hover {
  background: #bd005c;
}
.cid-uBnBUnUuud .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uBnBUnUuud .bg-tiktok:hover {
  background: #000000;
}
.cid-uBnBUnUuud .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uBnBUnUuud [class^="socicon-"]:before,
.cid-uBnBUnUuud [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ugObM7JheB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a3ff94;
}
.cid-ugObM7JheB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugObM7JheB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugObM7JheB .mbr-section-title {
  color: #15274f;
}
.cid-ugObM7JheB .mbr-section-subtitle {
  color: #15274f;
}
.cid-upiofRaAXA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upiofRaAXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upiofRaAXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upiofRaAXA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-upiofRaAXA .card {
    margin-bottom: 2rem!important;
  }
  .cid-upiofRaAXA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upiofRaAXA .link-wrap {
    align-items: center;
  }
}
.cid-upiofRaAXA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upiofRaAXA .card-title,
.cid-upiofRaAXA .card-box {
  color: #15274f;
}
.cid-upiofRaAXA .mbr-text,
.cid-upiofRaAXA .link-wrap,
.cid-upiofRaAXA .mbr-section-btn {
  color: #141414;
}
.cid-ugIm3aGHLB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2a4d;
}
.cid-ugIm3aGHLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugIm3aGHLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugIm3aGHLB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ugIm3aGHLB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ugIm3aGHLB .row {
    text-align: center;
  }
  .cid-ugIm3aGHLB .row > div {
    margin: auto;
  }
  .cid-ugIm3aGHLB .social-row {
    justify-content: center;
  }
}
.cid-ugIm3aGHLB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugIm3aGHLB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ugIm3aGHLB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugIm3aGHLB .list {
    margin-bottom: 0rem;
  }
}
.cid-ugIm3aGHLB .mbr-text {
  color: #bbbbbb;
}
.cid-ugIm3aGHLB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ugIm3aGHLB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ugIm3aGHLB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ugIm3aGHLB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugIm3aGHLB H5 {
  color: #ffffff;
}
.cid-ugO8SYAko6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2a4d;
}
.cid-ugO8SYAko6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugO8SYAko6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugO8SYAko6 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uipSE8Ic2L .navbar-dropdown {
  position: relative !important;
}
.cid-uipSE8Ic2L .navbar-dropdown {
  position: absolute !important;
}
.cid-uipSE8Ic2L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uipSE8Ic2L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uipSE8Ic2L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uipSE8Ic2L .dropdown-item:hover,
.cid-uipSE8Ic2L .dropdown-item:focus {
  background: #57a0c9 !important;
  color: white !important;
}
.cid-uipSE8Ic2L .dropdown-item:hover span {
  color: white;
}
.cid-uipSE8Ic2L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uipSE8Ic2L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uipSE8Ic2L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uipSE8Ic2L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uipSE8Ic2L .nav-link {
  position: relative;
}
.cid-uipSE8Ic2L .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uipSE8Ic2L .container {
    flex-wrap: wrap;
  }
}
.cid-uipSE8Ic2L .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uipSE8Ic2L .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uipSE8Ic2L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uipSE8Ic2L .dropdown-menu,
.cid-uipSE8Ic2L .navbar.opened {
  background: #ffffff !important;
}
.cid-uipSE8Ic2L .nav-item:focus,
.cid-uipSE8Ic2L .nav-link:focus {
  outline: none;
}
.cid-uipSE8Ic2L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uipSE8Ic2L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uipSE8Ic2L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uipSE8Ic2L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uipSE8Ic2L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uipSE8Ic2L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uipSE8Ic2L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uipSE8Ic2L .navbar.opened {
  transition: all 0.3s;
}
.cid-uipSE8Ic2L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uipSE8Ic2L .navbar .navbar-logo img {
  width: auto;
}
.cid-uipSE8Ic2L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uipSE8Ic2L .navbar.collapsed {
  justify-content: center;
}
.cid-uipSE8Ic2L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uipSE8Ic2L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uipSE8Ic2L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uipSE8Ic2L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uipSE8Ic2L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uipSE8Ic2L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uipSE8Ic2L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uipSE8Ic2L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uipSE8Ic2L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uipSE8Ic2L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uipSE8Ic2L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uipSE8Ic2L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uipSE8Ic2L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uipSE8Ic2L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uipSE8Ic2L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uipSE8Ic2L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uipSE8Ic2L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uipSE8Ic2L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uipSE8Ic2L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uipSE8Ic2L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uipSE8Ic2L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uipSE8Ic2L .navbar.navbar-short {
  min-height: 60px;
}
.cid-uipSE8Ic2L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uipSE8Ic2L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uipSE8Ic2L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uipSE8Ic2L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uipSE8Ic2L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uipSE8Ic2L .dropdown-item.active,
.cid-uipSE8Ic2L .dropdown-item:active {
  background-color: transparent;
}
.cid-uipSE8Ic2L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uipSE8Ic2L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uipSE8Ic2L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uipSE8Ic2L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uipSE8Ic2L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uipSE8Ic2L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uipSE8Ic2L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uipSE8Ic2L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uipSE8Ic2L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uipSE8Ic2L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2a4d;
}
.cid-uipSE8Ic2L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uipSE8Ic2L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uipSE8Ic2L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uipSE8Ic2L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uipSE8Ic2L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uipSE8Ic2L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uipSE8Ic2L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uipSE8Ic2L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uipSE8Ic2L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uipSE8Ic2L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uipSE8Ic2L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uipSE8Ic2L .navbar {
    height: 70px;
  }
  .cid-uipSE8Ic2L .navbar.opened {
    height: auto;
  }
  .cid-uipSE8Ic2L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uipSE9hyAV {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/copia-de-male-real-estate-agent-doing-business-showing-house-potential-buying-couple-1499x1000.jpg");
}
.cid-uipSE9hyAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSE9hyAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSE9hyAV .mbr-section-title {
  text-align: center;
  color: #15274f;
}
.cid-uipSE9hyAV .mbr-text,
.cid-uipSE9hyAV .mbr-section-btn {
  text-align: right;
  color: #15274f;
}
.cid-uipSE9HanH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uipSE9HanH::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #57a0c9, #1e2a4d);
}
.cid-uipSE9HanH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSE9HanH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uipSE9HanH .container {
    padding: 0 16px;
  }
}
.cid-uipSE9HanH .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uipSE9HanH .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uipSE9HanH .item {
  margin-bottom: 32px;
}
.cid-uipSE9HanH .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uipSE9HanH .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uipSE9HanH .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-uipSE9HanH .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uipSE9HanH .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uipSE9HanH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uipSE9HanH .card-title {
  color: #f4f4f4;
}
.cid-uipSE9HanH .card-text {
  color: #c1c1c1;
}
.cid-uipSE9HanH .card-text,
.cid-uipSE9HanH .text-wrap {
  color: #ffffff;
}
.cid-uipSEbdLKg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uipSEbdLKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSEbdLKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSEbdLKg .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uipSEbdLKg .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uipSEbdLKg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uipSEbdLKg .container {
    padding: 0 20px;
  }
}
.cid-uipSEbdLKg .row {
  justify-content: center;
}
.cid-uipSEbdLKg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipSEbdLKg .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uipSEbdLKg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipSEbdLKg .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uipSEbdLKg .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uipSEbdLKg .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uipSEbdLKg .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uipSEbdLKg .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uipSEbdLKg .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #a4ff95;
  display: inline-flex;
}
.cid-uipSEbdLKg .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uipSEbdLKg .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uipSEbdLKg .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uipSEbdLKg .mbr-section-title {
  color: #1e2a4d;
}
.cid-uipSEbdLKg .mbr-text {
  color: #38001b;
}
.cid-uipSEbdLKg .item-title {
  color: #38001b;
}
.cid-uipSEbdLKg .item-text {
  color: #000000;
}
.cid-uipSEbdLKg .item-title,
.cid-uipSEbdLKg .icon-wrapper {
  color: #1e2a4d;
}
.cid-uipSEbdLKg .mbr-text,
.cid-uipSEbdLKg .text-wrapper {
  text-align: left;
  color: #353535;
}
.cid-uipSEaMpZq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #57a0c9;
}
.cid-uipSEaMpZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSEaMpZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSEaMpZq .mbr-section-title {
  color: #ffffff;
}
.cid-uipSEaiO2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/logo-fondo-3-1080x1080.jpg");
}
.cid-uipSEaiO2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSEaiO2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSEaiO2D .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uipSEaiO2D .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uipSEaiO2D .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uipSEaiO2D .container {
    padding: 0 20px;
  }
}
.cid-uipSEaiO2D .row {
  justify-content: center;
}
.cid-uipSEaiO2D .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipSEaiO2D .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uipSEaiO2D .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipSEaiO2D .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uipSEaiO2D .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uipSEaiO2D .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uipSEaiO2D .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uipSEaiO2D .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uipSEaiO2D .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #57a0c9;
  display: inline-flex;
}
.cid-uipSEaiO2D .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uipSEaiO2D .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uipSEaiO2D .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uipSEaiO2D .mbr-section-title {
  color: #1e2a4d;
}
.cid-uipSEaiO2D .mbr-text {
  color: #38001b;
}
.cid-uipSEaiO2D .item-title {
  color: #38001b;
}
.cid-uipSEaiO2D .item-text {
  color: #000000;
}
.cid-uipSEaiO2D .mbr-text,
.cid-uipSEaiO2D .text-wrapper {
  color: #353535;
}
.cid-uipSEaiO2D .item-title,
.cid-uipSEaiO2D .icon-wrapper {
  color: #1e2a4d;
}
.cid-uipSEbRZpB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a3ff94;
}
.cid-uipSEbRZpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSEbRZpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSEbRZpB .mbr-section-title {
  color: #1e2a4d;
}
.cid-uipSEcoAvI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2a4d;
}
.cid-uipSEcoAvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSEcoAvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSEcoAvI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uipSEcoAvI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uipSEcoAvI .row {
    text-align: center;
  }
  .cid-uipSEcoAvI .row > div {
    margin: auto;
  }
  .cid-uipSEcoAvI .social-row {
    justify-content: center;
  }
}
.cid-uipSEcoAvI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uipSEcoAvI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uipSEcoAvI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uipSEcoAvI .list {
    margin-bottom: 0rem;
  }
}
.cid-uipSEcoAvI .mbr-text {
  color: #bbbbbb;
}
.cid-uipSEcoAvI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uipSEcoAvI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uipSEcoAvI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uipSEcoAvI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uipSEcoAvI H5 {
  color: #ffffff;
}
.cid-uipSEd3PQx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2a4d;
}
.cid-uipSEd3PQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSEd3PQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSEd3PQx .mbr-section-title {
  color: #bbbbbb;
}
.cid-uipSPWYsYD .navbar-dropdown {
  position: relative !important;
}
.cid-uipSPWYsYD .navbar-dropdown {
  position: absolute !important;
}
.cid-uipSPWYsYD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uipSPWYsYD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uipSPWYsYD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uipSPWYsYD .dropdown-item:hover,
.cid-uipSPWYsYD .dropdown-item:focus {
  background: #57a0c9 !important;
  color: white !important;
}
.cid-uipSPWYsYD .dropdown-item:hover span {
  color: white;
}
.cid-uipSPWYsYD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uipSPWYsYD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uipSPWYsYD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uipSPWYsYD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uipSPWYsYD .nav-link {
  position: relative;
}
.cid-uipSPWYsYD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uipSPWYsYD .container {
    flex-wrap: wrap;
  }
}
.cid-uipSPWYsYD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uipSPWYsYD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uipSPWYsYD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uipSPWYsYD .dropdown-menu,
.cid-uipSPWYsYD .navbar.opened {
  background: #ffffff !important;
}
.cid-uipSPWYsYD .nav-item:focus,
.cid-uipSPWYsYD .nav-link:focus {
  outline: none;
}
.cid-uipSPWYsYD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uipSPWYsYD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uipSPWYsYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uipSPWYsYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uipSPWYsYD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uipSPWYsYD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uipSPWYsYD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uipSPWYsYD .navbar.opened {
  transition: all 0.3s;
}
.cid-uipSPWYsYD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uipSPWYsYD .navbar .navbar-logo img {
  width: auto;
}
.cid-uipSPWYsYD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uipSPWYsYD .navbar.collapsed {
  justify-content: center;
}
.cid-uipSPWYsYD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uipSPWYsYD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uipSPWYsYD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uipSPWYsYD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uipSPWYsYD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uipSPWYsYD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uipSPWYsYD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uipSPWYsYD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uipSPWYsYD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uipSPWYsYD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uipSPWYsYD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uipSPWYsYD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uipSPWYsYD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uipSPWYsYD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uipSPWYsYD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uipSPWYsYD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uipSPWYsYD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uipSPWYsYD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uipSPWYsYD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uipSPWYsYD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uipSPWYsYD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uipSPWYsYD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uipSPWYsYD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uipSPWYsYD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uipSPWYsYD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uipSPWYsYD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uipSPWYsYD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uipSPWYsYD .dropdown-item.active,
.cid-uipSPWYsYD .dropdown-item:active {
  background-color: transparent;
}
.cid-uipSPWYsYD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uipSPWYsYD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uipSPWYsYD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uipSPWYsYD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uipSPWYsYD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uipSPWYsYD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uipSPWYsYD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uipSPWYsYD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uipSPWYsYD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uipSPWYsYD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2a4d;
}
.cid-uipSPWYsYD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uipSPWYsYD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uipSPWYsYD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uipSPWYsYD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uipSPWYsYD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uipSPWYsYD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uipSPWYsYD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uipSPWYsYD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uipSPWYsYD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uipSPWYsYD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uipSPWYsYD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uipSPWYsYD .navbar {
    height: 70px;
  }
  .cid-uipSPWYsYD .navbar.opened {
    height: auto;
  }
  .cid-uipSPWYsYD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uipSPXxfs0 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/copia-de-closeup-real-estate-agent-giving-couple-keys-their-new-home-1920x1280.jpg");
}
.cid-uipSPXxfs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSPXxfs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSPXxfs0 .mbr-section-title {
  text-align: center;
  color: #15274f;
}
.cid-uipSPXxfs0 .mbr-text,
.cid-uipSPXxfs0 .mbr-section-btn {
  text-align: center;
  color: #15274f;
}
.cid-uipSPXUJJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uipSPXUJJ3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #57a0c9, #1e2a4d);
}
.cid-uipSPXUJJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSPXUJJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uipSPXUJJ3 .container {
    padding: 0 16px;
  }
}
.cid-uipSPXUJJ3 .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uipSPXUJJ3 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uipSPXUJJ3 .item {
  margin-bottom: 32px;
}
.cid-uipSPXUJJ3 .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uipSPXUJJ3 .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uipSPXUJJ3 .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-uipSPXUJJ3 .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uipSPXUJJ3 .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uipSPXUJJ3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uipSPXUJJ3 .card-title {
  color: #f4f4f4;
}
.cid-uipSPXUJJ3 .card-text {
  color: #c1c1c1;
}
.cid-uipSPXUJJ3 .card-text,
.cid-uipSPXUJJ3 .text-wrap {
  color: #ffffff;
}
.cid-uipSPYs630 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/logo-fondo-3-1080x1080.jpg");
}
.cid-uipSPYs630 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSPYs630 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSPYs630 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uipSPYs630 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uipSPYs630 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uipSPYs630 .container {
    padding: 0 20px;
  }
}
.cid-uipSPYs630 .row {
  justify-content: center;
}
.cid-uipSPYs630 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipSPYs630 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uipSPYs630 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipSPYs630 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uipSPYs630 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uipSPYs630 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uipSPYs630 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uipSPYs630 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uipSPYs630 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #57a0c9;
  display: inline-flex;
}
.cid-uipSPYs630 .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uipSPYs630 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uipSPYs630 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uipSPYs630 .mbr-section-title {
  color: #1e2a4d;
}
.cid-uipSPYs630 .mbr-text {
  color: #38001b;
}
.cid-uipSPYs630 .item-title {
  color: #38001b;
}
.cid-uipSPYs630 .item-text {
  color: #000000;
}
.cid-uipSPYs630 .mbr-text,
.cid-uipSPYs630 .text-wrapper {
  color: #353535;
}
.cid-uipSPYs630 .item-title,
.cid-uipSPYs630 .icon-wrapper {
  color: #1e2a4d;
}
.cid-uipSPYZLWW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #57a0c9;
}
.cid-uipSPYZLWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSPYZLWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSPYZLWW .mbr-section-title {
  color: #ffffff;
}
.cid-uipSPZph2t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uipSPZph2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSPZph2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSPZph2t .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uipSPZph2t .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uipSPZph2t .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uipSPZph2t .container {
    padding: 0 20px;
  }
}
.cid-uipSPZph2t .row {
  justify-content: center;
}
.cid-uipSPZph2t .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipSPZph2t .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uipSPZph2t .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipSPZph2t .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uipSPZph2t .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uipSPZph2t .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uipSPZph2t .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uipSPZph2t .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uipSPZph2t .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #a4ff95;
  display: inline-flex;
}
.cid-uipSPZph2t .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uipSPZph2t .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uipSPZph2t .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uipSPZph2t .mbr-section-title {
  color: #1e2a4d;
}
.cid-uipSPZph2t .mbr-text {
  color: #38001b;
}
.cid-uipSPZph2t .item-title {
  color: #38001b;
}
.cid-uipSPZph2t .item-text {
  color: #000000;
}
.cid-uipSPZph2t .item-title,
.cid-uipSPZph2t .icon-wrapper {
  color: #1e2a4d;
}
.cid-uipSPZph2t .mbr-text,
.cid-uipSPZph2t .text-wrapper {
  text-align: left;
  color: #353535;
}
.cid-uipSQ028Dk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a3ff94;
}
.cid-uipSQ028Dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSQ028Dk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSQ028Dk .mbr-section-title {
  color: #1e2a4d;
}
.cid-uipSQ0vsAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2a4d;
}
.cid-uipSQ0vsAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSQ0vsAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSQ0vsAX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uipSQ0vsAX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uipSQ0vsAX .row {
    text-align: center;
  }
  .cid-uipSQ0vsAX .row > div {
    margin: auto;
  }
  .cid-uipSQ0vsAX .social-row {
    justify-content: center;
  }
}
.cid-uipSQ0vsAX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uipSQ0vsAX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uipSQ0vsAX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uipSQ0vsAX .list {
    margin-bottom: 0rem;
  }
}
.cid-uipSQ0vsAX .mbr-text {
  color: #bbbbbb;
}
.cid-uipSQ0vsAX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uipSQ0vsAX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uipSQ0vsAX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uipSQ0vsAX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uipSQ0vsAX H5 {
  color: #ffffff;
}
.cid-uipSQ17CPJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2a4d;
}
.cid-uipSQ17CPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipSQ17CPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipSQ17CPJ .mbr-section-title {
  color: #bbbbbb;
}
.cid-uipT4AKWrd .navbar-dropdown {
  position: relative !important;
}
.cid-uipT4AKWrd .navbar-dropdown {
  position: absolute !important;
}
.cid-uipT4AKWrd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uipT4AKWrd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uipT4AKWrd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uipT4AKWrd .dropdown-item:hover,
.cid-uipT4AKWrd .dropdown-item:focus {
  background: #57a0c9 !important;
  color: white !important;
}
.cid-uipT4AKWrd .dropdown-item:hover span {
  color: white;
}
.cid-uipT4AKWrd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uipT4AKWrd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uipT4AKWrd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uipT4AKWrd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uipT4AKWrd .nav-link {
  position: relative;
}
.cid-uipT4AKWrd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uipT4AKWrd .container {
    flex-wrap: wrap;
  }
}
.cid-uipT4AKWrd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uipT4AKWrd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uipT4AKWrd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uipT4AKWrd .dropdown-menu,
.cid-uipT4AKWrd .navbar.opened {
  background: #ffffff !important;
}
.cid-uipT4AKWrd .nav-item:focus,
.cid-uipT4AKWrd .nav-link:focus {
  outline: none;
}
.cid-uipT4AKWrd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uipT4AKWrd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uipT4AKWrd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uipT4AKWrd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uipT4AKWrd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uipT4AKWrd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uipT4AKWrd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uipT4AKWrd .navbar.opened {
  transition: all 0.3s;
}
.cid-uipT4AKWrd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uipT4AKWrd .navbar .navbar-logo img {
  width: auto;
}
.cid-uipT4AKWrd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uipT4AKWrd .navbar.collapsed {
  justify-content: center;
}
.cid-uipT4AKWrd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uipT4AKWrd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uipT4AKWrd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uipT4AKWrd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uipT4AKWrd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uipT4AKWrd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uipT4AKWrd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uipT4AKWrd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uipT4AKWrd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uipT4AKWrd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uipT4AKWrd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uipT4AKWrd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uipT4AKWrd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uipT4AKWrd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uipT4AKWrd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uipT4AKWrd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uipT4AKWrd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uipT4AKWrd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uipT4AKWrd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uipT4AKWrd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uipT4AKWrd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uipT4AKWrd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uipT4AKWrd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uipT4AKWrd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uipT4AKWrd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uipT4AKWrd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uipT4AKWrd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uipT4AKWrd .dropdown-item.active,
.cid-uipT4AKWrd .dropdown-item:active {
  background-color: transparent;
}
.cid-uipT4AKWrd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uipT4AKWrd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uipT4AKWrd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uipT4AKWrd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uipT4AKWrd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uipT4AKWrd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uipT4AKWrd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uipT4AKWrd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uipT4AKWrd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uipT4AKWrd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2a4d;
}
.cid-uipT4AKWrd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uipT4AKWrd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uipT4AKWrd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uipT4AKWrd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uipT4AKWrd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uipT4AKWrd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uipT4AKWrd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uipT4AKWrd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uipT4AKWrd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uipT4AKWrd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uipT4AKWrd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uipT4AKWrd .navbar {
    height: 70px;
  }
  .cid-uipT4AKWrd .navbar.opened {
    height: auto;
  }
  .cid-uipT4AKWrd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiBoBWqsHj {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #15274f;
}
.cid-uiBoBWqsHj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uiBoBWqsHj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uiBoBWqsHj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uiBoBWqsHj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uiBoBWqsHj .mbr-section-title {
  color: #a4ff95;
}
.cid-uiBoBWqsHj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiBoBWqsHj P {
  color: #bbbbbb;
}
.cid-uiBoBWqsHj LABEL {
  color: #ffffff;
}
.cid-uipT4CnVyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/logo-fondo-3-1080x1080.jpg");
}
.cid-uipT4CnVyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipT4CnVyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipT4CnVyN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uipT4CnVyN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uipT4CnVyN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uipT4CnVyN .container {
    padding: 0 20px;
  }
}
.cid-uipT4CnVyN .row {
  justify-content: center;
}
.cid-uipT4CnVyN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipT4CnVyN .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uipT4CnVyN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipT4CnVyN .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uipT4CnVyN .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uipT4CnVyN .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uipT4CnVyN .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uipT4CnVyN .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uipT4CnVyN .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #57a0c9;
  display: inline-flex;
}
.cid-uipT4CnVyN .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uipT4CnVyN .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uipT4CnVyN .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uipT4CnVyN .mbr-section-title {
  color: #1e2a4d;
}
.cid-uipT4CnVyN .mbr-text {
  color: #38001b;
}
.cid-uipT4CnVyN .item-title {
  color: #38001b;
}
.cid-uipT4CnVyN .item-text {
  color: #000000;
}
.cid-uipT4CnVyN .mbr-text,
.cid-uipT4CnVyN .text-wrapper {
  color: #353535;
}
.cid-uipT4CnVyN .item-title,
.cid-uipT4CnVyN .icon-wrapper {
  color: #1e2a4d;
}
.cid-uipT4CS2um {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #57a0c9;
}
.cid-uipT4CS2um .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipT4CS2um .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipT4CS2um .mbr-section-title {
  color: #ffffff;
}
.cid-uipT4DkBaX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uipT4DkBaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipT4DkBaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipT4DkBaX .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uipT4DkBaX .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uipT4DkBaX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uipT4DkBaX .container {
    padding: 0 20px;
  }
}
.cid-uipT4DkBaX .row {
  justify-content: center;
}
.cid-uipT4DkBaX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipT4DkBaX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uipT4DkBaX .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uipT4DkBaX .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uipT4DkBaX .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uipT4DkBaX .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uipT4DkBaX .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uipT4DkBaX .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uipT4DkBaX .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #a4ff95;
  display: inline-flex;
}
.cid-uipT4DkBaX .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uipT4DkBaX .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uipT4DkBaX .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uipT4DkBaX .mbr-section-title {
  color: #1e2a4d;
}
.cid-uipT4DkBaX .mbr-text {
  color: #38001b;
}
.cid-uipT4DkBaX .item-title {
  color: #38001b;
}
.cid-uipT4DkBaX .item-text {
  color: #000000;
}
.cid-uipT4DkBaX .item-title,
.cid-uipT4DkBaX .icon-wrapper {
  color: #1e2a4d;
}
.cid-uipT4DkBaX .mbr-text,
.cid-uipT4DkBaX .text-wrapper {
  text-align: left;
  color: #353535;
}
.cid-uipT4Er3jE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2a4d;
}
.cid-uipT4Er3jE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipT4Er3jE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipT4Er3jE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uipT4Er3jE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uipT4Er3jE .row {
    text-align: center;
  }
  .cid-uipT4Er3jE .row > div {
    margin: auto;
  }
  .cid-uipT4Er3jE .social-row {
    justify-content: center;
  }
}
.cid-uipT4Er3jE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uipT4Er3jE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uipT4Er3jE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uipT4Er3jE .list {
    margin-bottom: 0rem;
  }
}
.cid-uipT4Er3jE .mbr-text {
  color: #bbbbbb;
}
.cid-uipT4Er3jE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uipT4Er3jE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uipT4Er3jE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uipT4Er3jE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uipT4Er3jE H5 {
  color: #ffffff;
}
.cid-uipT4F3WXt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2a4d;
}
.cid-uipT4F3WXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uipT4F3WXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uipT4F3WXt .mbr-section-title {
  color: #bbbbbb;
}
.cid-uw5Ltqr1sL .navbar-dropdown {
  position: relative !important;
}
.cid-uw5Ltqr1sL .navbar-dropdown {
  position: absolute !important;
}
.cid-uw5Ltqr1sL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw5Ltqr1sL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uw5Ltqr1sL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uw5Ltqr1sL .dropdown-item:hover,
.cid-uw5Ltqr1sL .dropdown-item:focus {
  background: #57a0c9 !important;
  color: white !important;
}
.cid-uw5Ltqr1sL .dropdown-item:hover span {
  color: white;
}
.cid-uw5Ltqr1sL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uw5Ltqr1sL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uw5Ltqr1sL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uw5Ltqr1sL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uw5Ltqr1sL .nav-link {
  position: relative;
}
.cid-uw5Ltqr1sL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uw5Ltqr1sL .container {
    flex-wrap: wrap;
  }
}
.cid-uw5Ltqr1sL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uw5Ltqr1sL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uw5Ltqr1sL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uw5Ltqr1sL .dropdown-menu,
.cid-uw5Ltqr1sL .navbar.opened {
  background: #ffffff !important;
}
.cid-uw5Ltqr1sL .nav-item:focus,
.cid-uw5Ltqr1sL .nav-link:focus {
  outline: none;
}
.cid-uw5Ltqr1sL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw5Ltqr1sL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw5Ltqr1sL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw5Ltqr1sL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw5Ltqr1sL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw5Ltqr1sL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw5Ltqr1sL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uw5Ltqr1sL .navbar.opened {
  transition: all 0.3s;
}
.cid-uw5Ltqr1sL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw5Ltqr1sL .navbar .navbar-logo img {
  width: auto;
}
.cid-uw5Ltqr1sL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uw5Ltqr1sL .navbar.collapsed {
  justify-content: center;
}
.cid-uw5Ltqr1sL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw5Ltqr1sL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw5Ltqr1sL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uw5Ltqr1sL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw5Ltqr1sL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw5Ltqr1sL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uw5Ltqr1sL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw5Ltqr1sL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uw5Ltqr1sL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uw5Ltqr1sL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw5Ltqr1sL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw5Ltqr1sL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw5Ltqr1sL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw5Ltqr1sL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uw5Ltqr1sL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw5Ltqr1sL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uw5Ltqr1sL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw5Ltqr1sL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uw5Ltqr1sL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw5Ltqr1sL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uw5Ltqr1sL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uw5Ltqr1sL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uw5Ltqr1sL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uw5Ltqr1sL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uw5Ltqr1sL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uw5Ltqr1sL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw5Ltqr1sL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw5Ltqr1sL .dropdown-item.active,
.cid-uw5Ltqr1sL .dropdown-item:active {
  background-color: transparent;
}
.cid-uw5Ltqr1sL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw5Ltqr1sL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw5Ltqr1sL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw5Ltqr1sL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uw5Ltqr1sL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw5Ltqr1sL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw5Ltqr1sL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw5Ltqr1sL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uw5Ltqr1sL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw5Ltqr1sL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2a4d;
}
.cid-uw5Ltqr1sL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw5Ltqr1sL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw5Ltqr1sL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw5Ltqr1sL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw5Ltqr1sL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw5Ltqr1sL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw5Ltqr1sL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw5Ltqr1sL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw5Ltqr1sL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uw5Ltqr1sL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw5Ltqr1sL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw5Ltqr1sL .navbar {
    height: 70px;
  }
  .cid-uw5Ltqr1sL .navbar.opened {
    height: auto;
  }
  .cid-uw5Ltqr1sL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw5LtrtuUe {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/copia-de-holding-keys-together-happy-couple-together-their-new-house-conception-moving-1920x1281.jpg");
}
.cid-uw5LtrtuUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5LtrtuUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5LtrtuUe .mbr-section-title {
  text-align: center;
  color: #15274f;
}
.cid-uw5LtrtuUe .mbr-text,
.cid-uw5LtrtuUe .mbr-section-btn {
  text-align: center;
  color: #15274f;
}
.cid-uw5S4r1hHH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw5Ltsm6ny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uw5Ltsm6ny::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fafafa, #ffffff);
}
.cid-uw5Ltsm6ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5Ltsm6ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uw5Ltsm6ny .container {
    padding: 0 16px;
  }
}
.cid-uw5Ltsm6ny .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uw5Ltsm6ny .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uw5Ltsm6ny .item {
  margin-bottom: 32px;
}
.cid-uw5Ltsm6ny .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uw5Ltsm6ny .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uw5Ltsm6ny .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-uw5Ltsm6ny .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uw5Ltsm6ny .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uw5Ltsm6ny .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uw5Ltsm6ny .card-title {
  color: #f4f4f4;
}
.cid-uw5Ltsm6ny .card-text {
  color: #c1c1c1;
}
.cid-uw5Ltsm6ny .card-text,
.cid-uw5Ltsm6ny .text-wrap {
  color: #15274f;
}
.cid-uw5Ltsm6ny .card-title,
.cid-uw5Ltsm6ny .title-wrapper {
  color: #15274f;
}
.cid-uw5LttUTv6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/logo-fondo-3-1080x1080.jpg");
}
.cid-uw5LttUTv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5LttUTv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5LttUTv6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uw5LttUTv6 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uw5LttUTv6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw5LttUTv6 .container {
    padding: 0 20px;
  }
}
.cid-uw5LttUTv6 .row {
  justify-content: center;
}
.cid-uw5LttUTv6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5LttUTv6 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uw5LttUTv6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5LttUTv6 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uw5LttUTv6 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uw5LttUTv6 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uw5LttUTv6 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uw5LttUTv6 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uw5LttUTv6 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #57a0c9;
  display: inline-flex;
}
.cid-uw5LttUTv6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uw5LttUTv6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uw5LttUTv6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uw5LttUTv6 .mbr-section-title {
  color: #1e2a4d;
}
.cid-uw5LttUTv6 .mbr-text {
  color: #38001b;
}
.cid-uw5LttUTv6 .item-title {
  color: #38001b;
}
.cid-uw5LttUTv6 .item-text {
  color: #000000;
}
.cid-uw5LttUTv6 .mbr-text,
.cid-uw5LttUTv6 .text-wrapper {
  color: #353535;
}
.cid-uw5LttUTv6 .item-title,
.cid-uw5LttUTv6 .icon-wrapper {
  color: #1e2a4d;
}
.cid-uw5Ltuw5nz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #57a0c9;
}
.cid-uw5Ltuw5nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5Ltuw5nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5Ltuw5nz .mbr-section-title {
  color: #ffffff;
}
.cid-uw5Ltv3HR0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uw5Ltv3HR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5Ltv3HR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5Ltv3HR0 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uw5Ltv3HR0 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uw5Ltv3HR0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw5Ltv3HR0 .container {
    padding: 0 20px;
  }
}
.cid-uw5Ltv3HR0 .row {
  justify-content: center;
}
.cid-uw5Ltv3HR0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5Ltv3HR0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uw5Ltv3HR0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5Ltv3HR0 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uw5Ltv3HR0 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uw5Ltv3HR0 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uw5Ltv3HR0 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uw5Ltv3HR0 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uw5Ltv3HR0 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #a4ff95;
  display: inline-flex;
}
.cid-uw5Ltv3HR0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uw5Ltv3HR0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uw5Ltv3HR0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uw5Ltv3HR0 .mbr-section-title {
  color: #1e2a4d;
}
.cid-uw5Ltv3HR0 .mbr-text {
  color: #38001b;
}
.cid-uw5Ltv3HR0 .item-title {
  color: #38001b;
}
.cid-uw5Ltv3HR0 .item-text {
  color: #000000;
}
.cid-uw5Ltv3HR0 .item-title,
.cid-uw5Ltv3HR0 .icon-wrapper {
  color: #1e2a4d;
}
.cid-uw5Ltv3HR0 .mbr-text,
.cid-uw5Ltv3HR0 .text-wrapper {
  text-align: left;
  color: #353535;
}
.cid-uw5LtvY2wl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a3ff94;
}
.cid-uw5LtvY2wl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5LtvY2wl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5LtvY2wl .mbr-section-title {
  color: #1e2a4d;
}
.cid-uw5LtwzM1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2a4d;
}
.cid-uw5LtwzM1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5LtwzM1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5LtwzM1d .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uw5LtwzM1d .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uw5LtwzM1d .row {
    text-align: center;
  }
  .cid-uw5LtwzM1d .row > div {
    margin: auto;
  }
  .cid-uw5LtwzM1d .social-row {
    justify-content: center;
  }
}
.cid-uw5LtwzM1d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uw5LtwzM1d .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uw5LtwzM1d .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uw5LtwzM1d .list {
    margin-bottom: 0rem;
  }
}
.cid-uw5LtwzM1d .mbr-text {
  color: #bbbbbb;
}
.cid-uw5LtwzM1d .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uw5LtwzM1d .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uw5LtwzM1d div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uw5LtwzM1d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uw5LtwzM1d H5 {
  color: #ffffff;
}
.cid-uw5LtxsKwR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2a4d;
}
.cid-uw5LtxsKwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5LtxsKwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5LtxsKwR .mbr-section-title {
  color: #bbbbbb;
}
.cid-uw5QcEavy4 .navbar-dropdown {
  position: relative !important;
}
.cid-uw5QcEavy4 .navbar-dropdown {
  position: absolute !important;
}
.cid-uw5QcEavy4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw5QcEavy4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uw5QcEavy4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uw5QcEavy4 .dropdown-item:hover,
.cid-uw5QcEavy4 .dropdown-item:focus {
  background: #57a0c9 !important;
  color: white !important;
}
.cid-uw5QcEavy4 .dropdown-item:hover span {
  color: white;
}
.cid-uw5QcEavy4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uw5QcEavy4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uw5QcEavy4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uw5QcEavy4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uw5QcEavy4 .nav-link {
  position: relative;
}
.cid-uw5QcEavy4 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uw5QcEavy4 .container {
    flex-wrap: wrap;
  }
}
.cid-uw5QcEavy4 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uw5QcEavy4 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uw5QcEavy4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uw5QcEavy4 .dropdown-menu,
.cid-uw5QcEavy4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uw5QcEavy4 .nav-item:focus,
.cid-uw5QcEavy4 .nav-link:focus {
  outline: none;
}
.cid-uw5QcEavy4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw5QcEavy4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw5QcEavy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw5QcEavy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw5QcEavy4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw5QcEavy4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw5QcEavy4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uw5QcEavy4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uw5QcEavy4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw5QcEavy4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uw5QcEavy4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uw5QcEavy4 .navbar.collapsed {
  justify-content: center;
}
.cid-uw5QcEavy4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw5QcEavy4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw5QcEavy4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uw5QcEavy4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw5QcEavy4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw5QcEavy4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uw5QcEavy4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw5QcEavy4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uw5QcEavy4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uw5QcEavy4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw5QcEavy4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw5QcEavy4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw5QcEavy4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw5QcEavy4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uw5QcEavy4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw5QcEavy4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uw5QcEavy4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw5QcEavy4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uw5QcEavy4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw5QcEavy4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uw5QcEavy4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uw5QcEavy4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uw5QcEavy4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uw5QcEavy4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uw5QcEavy4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uw5QcEavy4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw5QcEavy4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw5QcEavy4 .dropdown-item.active,
.cid-uw5QcEavy4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uw5QcEavy4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw5QcEavy4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw5QcEavy4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw5QcEavy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uw5QcEavy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw5QcEavy4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw5QcEavy4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw5QcEavy4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uw5QcEavy4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw5QcEavy4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2a4d;
}
.cid-uw5QcEavy4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw5QcEavy4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw5QcEavy4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw5QcEavy4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw5QcEavy4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw5QcEavy4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw5QcEavy4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw5QcEavy4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw5QcEavy4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uw5QcEavy4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw5QcEavy4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw5QcEavy4 .navbar {
    height: 70px;
  }
  .cid-uw5QcEavy4 .navbar.opened {
    height: auto;
  }
  .cid-uw5QcEavy4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw5QcEQaBB {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/copia-de-holding-keys-together-happy-couple-together-their-new-house-conception-moving-1920x1281.jpg");
}
.cid-uw5QcEQaBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5QcEQaBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5QcEQaBB .mbr-section-title {
  text-align: center;
  color: #15274f;
}
.cid-uw5QcEQaBB .mbr-text,
.cid-uw5QcEQaBB .mbr-section-btn {
  text-align: center;
  color: #15274f;
}
.cid-uw5QcFkWGd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uw5QcFkWGd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fafafa, #ffffff);
}
.cid-uw5QcFkWGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5QcFkWGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uw5QcFkWGd .container {
    padding: 0 16px;
  }
}
.cid-uw5QcFkWGd .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uw5QcFkWGd .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uw5QcFkWGd .item {
  margin-bottom: 32px;
}
.cid-uw5QcFkWGd .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uw5QcFkWGd .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-uw5QcFkWGd .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-uw5QcFkWGd .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uw5QcFkWGd .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-uw5QcFkWGd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uw5QcFkWGd .card-title {
  color: #f4f4f4;
}
.cid-uw5QcFkWGd .card-text {
  color: #c1c1c1;
}
.cid-uw5QcFkWGd .card-text,
.cid-uw5QcFkWGd .text-wrap {
  color: #15274f;
}
.cid-uw5QcFkWGd .card-title,
.cid-uw5QcFkWGd .title-wrapper {
  color: #15274f;
}
.cid-uw5QcFX4y0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/logo-fondo-3-1080x1080.jpg");
}
.cid-uw5QcFX4y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5QcFX4y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5QcFX4y0 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uw5QcFX4y0 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uw5QcFX4y0 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw5QcFX4y0 .container {
    padding: 0 20px;
  }
}
.cid-uw5QcFX4y0 .row {
  justify-content: center;
}
.cid-uw5QcFX4y0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5QcFX4y0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uw5QcFX4y0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5QcFX4y0 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uw5QcFX4y0 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uw5QcFX4y0 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uw5QcFX4y0 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uw5QcFX4y0 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uw5QcFX4y0 .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #57a0c9;
  display: inline-flex;
}
.cid-uw5QcFX4y0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uw5QcFX4y0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uw5QcFX4y0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uw5QcFX4y0 .mbr-section-title {
  color: #1e2a4d;
}
.cid-uw5QcFX4y0 .mbr-text {
  color: #38001b;
}
.cid-uw5QcFX4y0 .item-title {
  color: #38001b;
}
.cid-uw5QcFX4y0 .item-text {
  color: #000000;
}
.cid-uw5QcFX4y0 .mbr-text,
.cid-uw5QcFX4y0 .text-wrapper {
  color: #353535;
}
.cid-uw5QcFX4y0 .item-title,
.cid-uw5QcFX4y0 .icon-wrapper {
  color: #1e2a4d;
}
.cid-uw5QcGzcmq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #57a0c9;
}
.cid-uw5QcGzcmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5QcGzcmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5QcGzcmq .mbr-section-title {
  color: #ffffff;
}
.cid-uw5QcHa7hv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uw5QcHa7hv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5QcHa7hv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5QcHa7hv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uw5QcHa7hv .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uw5QcHa7hv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw5QcHa7hv .container {
    padding: 0 20px;
  }
}
.cid-uw5QcHa7hv .row {
  justify-content: center;
}
.cid-uw5QcHa7hv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5QcHa7hv .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uw5QcHa7hv .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5QcHa7hv .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uw5QcHa7hv .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uw5QcHa7hv .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uw5QcHa7hv .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uw5QcHa7hv .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uw5QcHa7hv .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #a4ff95;
  display: inline-flex;
}
.cid-uw5QcHa7hv .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uw5QcHa7hv .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uw5QcHa7hv .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uw5QcHa7hv .mbr-section-title {
  color: #1e2a4d;
}
.cid-uw5QcHa7hv .mbr-text {
  color: #38001b;
}
.cid-uw5QcHa7hv .item-title {
  color: #38001b;
}
.cid-uw5QcHa7hv .item-text {
  color: #000000;
}
.cid-uw5QcHa7hv .item-title,
.cid-uw5QcHa7hv .icon-wrapper {
  color: #1e2a4d;
}
.cid-uw5QcHa7hv .mbr-text,
.cid-uw5QcHa7hv .text-wrapper {
  text-align: left;
  color: #353535;
}
.cid-uw5QcHWkyk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a3ff94;
}
.cid-uw5QcHWkyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5QcHWkyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5QcHWkyk .mbr-section-title {
  color: #1e2a4d;
}
.cid-uw5QcIxzVC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2a4d;
}
.cid-uw5QcIxzVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5QcIxzVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5QcIxzVC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uw5QcIxzVC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uw5QcIxzVC .row {
    text-align: center;
  }
  .cid-uw5QcIxzVC .row > div {
    margin: auto;
  }
  .cid-uw5QcIxzVC .social-row {
    justify-content: center;
  }
}
.cid-uw5QcIxzVC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uw5QcIxzVC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uw5QcIxzVC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uw5QcIxzVC .list {
    margin-bottom: 0rem;
  }
}
.cid-uw5QcIxzVC .mbr-text {
  color: #bbbbbb;
}
.cid-uw5QcIxzVC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uw5QcIxzVC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uw5QcIxzVC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uw5QcIxzVC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uw5QcIxzVC H5 {
  color: #ffffff;
}
.cid-uw5QcJj1He {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2a4d;
}
.cid-uw5QcJj1He .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5QcJj1He .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5QcJj1He .mbr-section-title {
  color: #bbbbbb;
}
.cid-uw5Stscx5G .navbar-dropdown {
  position: relative !important;
}
.cid-uw5Stscx5G .navbar-dropdown {
  position: absolute !important;
}
.cid-uw5Stscx5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw5Stscx5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uw5Stscx5G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uw5Stscx5G .dropdown-item:hover,
.cid-uw5Stscx5G .dropdown-item:focus {
  background: #57a0c9 !important;
  color: white !important;
}
.cid-uw5Stscx5G .dropdown-item:hover span {
  color: white;
}
.cid-uw5Stscx5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uw5Stscx5G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uw5Stscx5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uw5Stscx5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uw5Stscx5G .nav-link {
  position: relative;
}
.cid-uw5Stscx5G .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uw5Stscx5G .container {
    flex-wrap: wrap;
  }
}
.cid-uw5Stscx5G .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uw5Stscx5G .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uw5Stscx5G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uw5Stscx5G .dropdown-menu,
.cid-uw5Stscx5G .navbar.opened {
  background: #ffffff !important;
}
.cid-uw5Stscx5G .nav-item:focus,
.cid-uw5Stscx5G .nav-link:focus {
  outline: none;
}
.cid-uw5Stscx5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw5Stscx5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw5Stscx5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw5Stscx5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw5Stscx5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw5Stscx5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw5Stscx5G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uw5Stscx5G .navbar.opened {
  transition: all 0.3s;
}
.cid-uw5Stscx5G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw5Stscx5G .navbar .navbar-logo img {
  width: auto;
}
.cid-uw5Stscx5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uw5Stscx5G .navbar.collapsed {
  justify-content: center;
}
.cid-uw5Stscx5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw5Stscx5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw5Stscx5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uw5Stscx5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw5Stscx5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw5Stscx5G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uw5Stscx5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw5Stscx5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uw5Stscx5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uw5Stscx5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw5Stscx5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw5Stscx5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw5Stscx5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw5Stscx5G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uw5Stscx5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uw5Stscx5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uw5Stscx5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw5Stscx5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uw5Stscx5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw5Stscx5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uw5Stscx5G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uw5Stscx5G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uw5Stscx5G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uw5Stscx5G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uw5Stscx5G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uw5Stscx5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw5Stscx5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw5Stscx5G .dropdown-item.active,
.cid-uw5Stscx5G .dropdown-item:active {
  background-color: transparent;
}
.cid-uw5Stscx5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw5Stscx5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw5Stscx5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw5Stscx5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uw5Stscx5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uw5Stscx5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uw5Stscx5G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw5Stscx5G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uw5Stscx5G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw5Stscx5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2a4d;
}
.cid-uw5Stscx5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw5Stscx5G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw5Stscx5G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw5Stscx5G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw5Stscx5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw5Stscx5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw5Stscx5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw5Stscx5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw5Stscx5G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uw5Stscx5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw5Stscx5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw5Stscx5G .navbar {
    height: 70px;
  }
  .cid-uw5Stscx5G .navbar.opened {
    height: auto;
  }
  .cid-uw5Stscx5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw5SttfyO2 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/copia-de-holding-keys-together-happy-couple-together-their-new-house-conception-moving-1920x1281.jpg");
}
.cid-uw5SttfyO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5SttfyO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5SttfyO2 .mbr-section-title {
  text-align: center;
  color: #15274f;
}
.cid-uw5SttfyO2 .mbr-text,
.cid-uw5SttfyO2 .mbr-section-btn {
  text-align: center;
  color: #15274f;
}
.cid-uw5SGltib3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uw5SGltib3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5SGltib3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5SGltib3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uw5SGltib3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uw5SGltib3 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #57a0c9;
}
.cid-uw5SGltib3 .panel-body,
.cid-uw5SGltib3 .card-header {
  padding: 1rem 0;
}
.cid-uw5SGltib3 .panel-title-edit {
  color: #000000;
}
.cid-uw5StvAd5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/logo-fondo-3-1080x1080.jpg");
}
.cid-uw5StvAd5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5StvAd5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5StvAd5K .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uw5StvAd5K .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uw5StvAd5K .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw5StvAd5K .container {
    padding: 0 20px;
  }
}
.cid-uw5StvAd5K .row {
  justify-content: center;
}
.cid-uw5StvAd5K .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5StvAd5K .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uw5StvAd5K .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5StvAd5K .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uw5StvAd5K .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uw5StvAd5K .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uw5StvAd5K .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uw5StvAd5K .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uw5StvAd5K .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #57a0c9;
  display: inline-flex;
}
.cid-uw5StvAd5K .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uw5StvAd5K .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uw5StvAd5K .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uw5StvAd5K .mbr-section-title {
  color: #1e2a4d;
}
.cid-uw5StvAd5K .mbr-text {
  color: #38001b;
}
.cid-uw5StvAd5K .item-title {
  color: #38001b;
}
.cid-uw5StvAd5K .item-text {
  color: #000000;
}
.cid-uw5StvAd5K .mbr-text,
.cid-uw5StvAd5K .text-wrapper {
  color: #353535;
}
.cid-uw5StvAd5K .item-title,
.cid-uw5StvAd5K .icon-wrapper {
  color: #1e2a4d;
}
.cid-uw5StxULF7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #57a0c9;
}
.cid-uw5StxULF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5StxULF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5StxULF7 .mbr-section-title {
  color: #ffffff;
}
.cid-uw5StyrOrC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uw5StyrOrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5StyrOrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5StyrOrC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uw5StyrOrC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uw5StyrOrC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uw5StyrOrC .container {
    padding: 0 20px;
  }
}
.cid-uw5StyrOrC .row {
  justify-content: center;
}
.cid-uw5StyrOrC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5StyrOrC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uw5StyrOrC .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uw5StyrOrC .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uw5StyrOrC .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uw5StyrOrC .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uw5StyrOrC .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uw5StyrOrC .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uw5StyrOrC .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #a4ff95;
  display: inline-flex;
}
.cid-uw5StyrOrC .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uw5StyrOrC .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uw5StyrOrC .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uw5StyrOrC .mbr-section-title {
  color: #1e2a4d;
}
.cid-uw5StyrOrC .mbr-text {
  color: #38001b;
}
.cid-uw5StyrOrC .item-title {
  color: #38001b;
}
.cid-uw5StyrOrC .item-text {
  color: #000000;
}
.cid-uw5StyrOrC .item-title,
.cid-uw5StyrOrC .icon-wrapper {
  color: #1e2a4d;
}
.cid-uw5StyrOrC .mbr-text,
.cid-uw5StyrOrC .text-wrapper {
  text-align: left;
  color: #353535;
}
.cid-uw5Stzes6P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a3ff94;
}
.cid-uw5Stzes6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5Stzes6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5Stzes6P .mbr-section-title {
  color: #1e2a4d;
}
.cid-uw5StzPVLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2a4d;
}
.cid-uw5StzPVLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5StzPVLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5StzPVLH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uw5StzPVLH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uw5StzPVLH .row {
    text-align: center;
  }
  .cid-uw5StzPVLH .row > div {
    margin: auto;
  }
  .cid-uw5StzPVLH .social-row {
    justify-content: center;
  }
}
.cid-uw5StzPVLH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uw5StzPVLH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uw5StzPVLH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uw5StzPVLH .list {
    margin-bottom: 0rem;
  }
}
.cid-uw5StzPVLH .mbr-text {
  color: #bbbbbb;
}
.cid-uw5StzPVLH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uw5StzPVLH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uw5StzPVLH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uw5StzPVLH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uw5StzPVLH H5 {
  color: #ffffff;
}
.cid-uw5StACAT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2a4d;
}
.cid-uw5StACAT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw5StACAT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw5StACAT6 .mbr-section-title {
  color: #bbbbbb;
}
.cid-ui8LYzbFAz .navbar-dropdown {
  position: relative !important;
}
.cid-ui8LYzbFAz .navbar-dropdown {
  position: absolute !important;
}
.cid-ui8LYzbFAz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui8LYzbFAz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui8LYzbFAz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui8LYzbFAz .dropdown-item:hover,
.cid-ui8LYzbFAz .dropdown-item:focus {
  background: #57a0c9 !important;
  color: white !important;
}
.cid-ui8LYzbFAz .dropdown-item:hover span {
  color: white;
}
.cid-ui8LYzbFAz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui8LYzbFAz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui8LYzbFAz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ui8LYzbFAz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui8LYzbFAz .nav-link {
  position: relative;
}
.cid-ui8LYzbFAz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui8LYzbFAz .container {
    flex-wrap: wrap;
  }
}
.cid-ui8LYzbFAz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ui8LYzbFAz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ui8LYzbFAz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ui8LYzbFAz .dropdown-menu,
.cid-ui8LYzbFAz .navbar.opened {
  background: #ffffff !important;
}
.cid-ui8LYzbFAz .nav-item:focus,
.cid-ui8LYzbFAz .nav-link:focus {
  outline: none;
}
.cid-ui8LYzbFAz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui8LYzbFAz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui8LYzbFAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ui8LYzbFAz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui8LYzbFAz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui8LYzbFAz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui8LYzbFAz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ui8LYzbFAz .navbar.opened {
  transition: all 0.3s;
}
.cid-ui8LYzbFAz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui8LYzbFAz .navbar .navbar-logo img {
  width: auto;
}
.cid-ui8LYzbFAz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui8LYzbFAz .navbar.collapsed {
  justify-content: center;
}
.cid-ui8LYzbFAz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui8LYzbFAz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui8LYzbFAz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-ui8LYzbFAz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui8LYzbFAz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui8LYzbFAz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ui8LYzbFAz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui8LYzbFAz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui8LYzbFAz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui8LYzbFAz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui8LYzbFAz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui8LYzbFAz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui8LYzbFAz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui8LYzbFAz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ui8LYzbFAz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui8LYzbFAz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui8LYzbFAz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui8LYzbFAz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui8LYzbFAz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui8LYzbFAz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ui8LYzbFAz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ui8LYzbFAz .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui8LYzbFAz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui8LYzbFAz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui8LYzbFAz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ui8LYzbFAz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui8LYzbFAz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui8LYzbFAz .dropdown-item.active,
.cid-ui8LYzbFAz .dropdown-item:active {
  background-color: transparent;
}
.cid-ui8LYzbFAz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui8LYzbFAz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui8LYzbFAz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui8LYzbFAz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui8LYzbFAz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui8LYzbFAz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui8LYzbFAz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui8LYzbFAz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui8LYzbFAz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui8LYzbFAz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2a4d;
}
.cid-ui8LYzbFAz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui8LYzbFAz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui8LYzbFAz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui8LYzbFAz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui8LYzbFAz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui8LYzbFAz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui8LYzbFAz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui8LYzbFAz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui8LYzbFAz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ui8LYzbFAz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui8LYzbFAz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ui8LYzbFAz .navbar {
    height: 70px;
  }
  .cid-ui8LYzbFAz .navbar.opened {
    height: auto;
  }
  .cid-ui8LYzbFAz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui8PDpdALC {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/copia-de-holding-keys-together-happy-couple-together-their-new-house-conception-moving-1920x1281.jpg");
}
.cid-ui8PDpdALC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8PDpdALC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8PDpdALC .mbr-section-title {
  text-align: center;
  color: #15274f;
}
.cid-ui8PDpdALC .mbr-text,
.cid-ui8PDpdALC .mbr-section-btn {
  text-align: center;
  color: #15274f;
}
.cid-ui8LYDYxWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-ui8LYDYxWK::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #fafafa, #ffffff);
}
.cid-ui8LYDYxWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8LYDYxWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ui8LYDYxWK .container {
    padding: 0 16px;
  }
}
.cid-ui8LYDYxWK .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ui8LYDYxWK .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ui8LYDYxWK .item {
  margin-bottom: 32px;
}
.cid-ui8LYDYxWK .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ui8LYDYxWK .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ui8LYDYxWK .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ui8LYDYxWK .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ui8LYDYxWK .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ui8LYDYxWK .mbr-section-title {
  color: #15274f;
  text-align: center;
}
.cid-ui8LYDYxWK .card-title {
  color: #f4f4f4;
}
.cid-ui8LYDYxWK .card-text {
  color: #c1c1c1;
}
.cid-ui8LYDYxWK .card-text,
.cid-ui8LYDYxWK .text-wrap {
  color: #15274f;
}
.cid-ui8LYDYxWK .card-title,
.cid-ui8LYDYxWK .title-wrapper {
  color: #15274f;
}
.cid-ui8LYBvuRm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/logo-fondo-3-1080x1080.jpg");
}
.cid-ui8LYBvuRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8LYBvuRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8LYBvuRm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ui8LYBvuRm .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ui8LYBvuRm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui8LYBvuRm .container {
    padding: 0 20px;
  }
}
.cid-ui8LYBvuRm .row {
  justify-content: center;
}
.cid-ui8LYBvuRm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ui8LYBvuRm .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui8LYBvuRm .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ui8LYBvuRm .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ui8LYBvuRm .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-ui8LYBvuRm .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ui8LYBvuRm .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ui8LYBvuRm .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-ui8LYBvuRm .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #57a0c9;
  display: inline-flex;
}
.cid-ui8LYBvuRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-ui8LYBvuRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-ui8LYBvuRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ui8LYBvuRm .mbr-section-title {
  color: #1e2a4d;
}
.cid-ui8LYBvuRm .mbr-text {
  color: #38001b;
}
.cid-ui8LYBvuRm .item-title {
  color: #38001b;
}
.cid-ui8LYBvuRm .item-text {
  color: #000000;
}
.cid-ui8LYBvuRm .mbr-text,
.cid-ui8LYBvuRm .text-wrapper {
  color: #353535;
}
.cid-ui8LYBvuRm .item-title,
.cid-ui8LYBvuRm .icon-wrapper {
  color: #1e2a4d;
}
.cid-ui8LYAU1Qj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #57a0c9;
}
.cid-ui8LYAU1Qj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8LYAU1Qj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8LYAU1Qj .mbr-section-title {
  color: #ffffff;
}
.cid-ui8LYD4Dht {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ui8LYD4Dht .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8LYD4Dht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8LYD4Dht .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ui8LYD4Dht .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ui8LYD4Dht .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui8LYD4Dht .container {
    padding: 0 20px;
  }
}
.cid-ui8LYD4Dht .row {
  justify-content: center;
}
.cid-ui8LYD4Dht .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ui8LYD4Dht .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui8LYD4Dht .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ui8LYD4Dht .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-ui8LYD4Dht .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-ui8LYD4Dht .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ui8LYD4Dht .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-ui8LYD4Dht .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-ui8LYD4Dht .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #a4ff95;
  display: inline-flex;
}
.cid-ui8LYD4Dht .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-ui8LYD4Dht .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-ui8LYD4Dht .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-ui8LYD4Dht .mbr-section-title {
  color: #1e2a4d;
}
.cid-ui8LYD4Dht .mbr-text {
  color: #38001b;
}
.cid-ui8LYD4Dht .item-title {
  color: #38001b;
}
.cid-ui8LYD4Dht .item-text {
  color: #000000;
}
.cid-ui8LYD4Dht .item-title,
.cid-ui8LYD4Dht .icon-wrapper {
  color: #1e2a4d;
}
.cid-ui8LYD4Dht .mbr-text,
.cid-ui8LYD4Dht .text-wrapper {
  text-align: left;
  color: #353535;
}
.cid-ui8LYEONP7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a3ff94;
}
.cid-ui8LYEONP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8LYEONP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8LYEONP7 .mbr-section-title {
  color: #1e2a4d;
}
.cid-ui8LYFAluT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2a4d;
}
.cid-ui8LYFAluT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8LYFAluT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8LYFAluT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ui8LYFAluT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ui8LYFAluT .row {
    text-align: center;
  }
  .cid-ui8LYFAluT .row > div {
    margin: auto;
  }
  .cid-ui8LYFAluT .social-row {
    justify-content: center;
  }
}
.cid-ui8LYFAluT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui8LYFAluT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ui8LYFAluT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui8LYFAluT .list {
    margin-bottom: 0rem;
  }
}
.cid-ui8LYFAluT .mbr-text {
  color: #bbbbbb;
}
.cid-ui8LYFAluT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ui8LYFAluT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ui8LYFAluT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ui8LYFAluT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ui8LYFAluT H5 {
  color: #ffffff;
}
.cid-ui8LYGyBhI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2a4d;
}
.cid-ui8LYGyBhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui8LYGyBhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui8LYGyBhI .mbr-section-title {
  color: #bbbbbb;
}
.cid-uJRL4yR2HW .navbar-dropdown {
  position: relative !important;
}
.cid-uJRL4yR2HW .navbar-dropdown {
  position: absolute !important;
}
.cid-uJRL4yR2HW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJRL4yR2HW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJRL4yR2HW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJRL4yR2HW .dropdown-item:hover,
.cid-uJRL4yR2HW .dropdown-item:focus {
  background: #57a0c9 !important;
  color: white !important;
}
.cid-uJRL4yR2HW .dropdown-item:hover span {
  color: white;
}
.cid-uJRL4yR2HW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJRL4yR2HW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJRL4yR2HW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJRL4yR2HW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJRL4yR2HW .nav-link {
  position: relative;
}
.cid-uJRL4yR2HW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJRL4yR2HW .container {
    flex-wrap: wrap;
  }
}
.cid-uJRL4yR2HW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJRL4yR2HW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJRL4yR2HW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJRL4yR2HW .dropdown-menu,
.cid-uJRL4yR2HW .navbar.opened {
  background: #ffffff !important;
}
.cid-uJRL4yR2HW .nav-item:focus,
.cid-uJRL4yR2HW .nav-link:focus {
  outline: none;
}
.cid-uJRL4yR2HW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJRL4yR2HW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJRL4yR2HW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJRL4yR2HW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJRL4yR2HW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJRL4yR2HW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJRL4yR2HW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uJRL4yR2HW .navbar.opened {
  transition: all 0.3s;
}
.cid-uJRL4yR2HW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJRL4yR2HW .navbar .navbar-logo img {
  width: auto;
}
.cid-uJRL4yR2HW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJRL4yR2HW .navbar.collapsed {
  justify-content: center;
}
.cid-uJRL4yR2HW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJRL4yR2HW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJRL4yR2HW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uJRL4yR2HW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJRL4yR2HW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJRL4yR2HW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJRL4yR2HW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJRL4yR2HW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJRL4yR2HW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJRL4yR2HW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJRL4yR2HW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJRL4yR2HW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJRL4yR2HW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJRL4yR2HW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJRL4yR2HW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJRL4yR2HW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJRL4yR2HW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJRL4yR2HW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJRL4yR2HW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJRL4yR2HW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJRL4yR2HW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJRL4yR2HW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJRL4yR2HW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJRL4yR2HW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJRL4yR2HW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJRL4yR2HW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJRL4yR2HW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJRL4yR2HW .dropdown-item.active,
.cid-uJRL4yR2HW .dropdown-item:active {
  background-color: transparent;
}
.cid-uJRL4yR2HW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJRL4yR2HW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJRL4yR2HW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJRL4yR2HW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJRL4yR2HW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJRL4yR2HW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJRL4yR2HW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJRL4yR2HW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJRL4yR2HW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJRL4yR2HW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e2a4d;
}
.cid-uJRL4yR2HW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJRL4yR2HW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRL4yR2HW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJRL4yR2HW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJRL4yR2HW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRL4yR2HW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJRL4yR2HW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJRL4yR2HW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJRL4yR2HW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJRL4yR2HW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJRL4yR2HW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJRL4yR2HW .navbar {
    height: 70px;
  }
  .cid-uJRL4yR2HW .navbar.opened {
    height: auto;
  }
  .cid-uJRL4yR2HW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJRLhE0Zpe {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJRLhE0Zpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRLhE0Zpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRLj6MhQm {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJRLj6MhQm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uJRLj6MhQm form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uJRLj6MhQm form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uJRLj6MhQm form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uJRL4zqLnA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #57a0c9;
}
.cid-uJRL4zqLnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRL4zqLnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRL4zqLnA .mbr-section-title {
  color: #ffffff;
}
.cid-uJRL4zA7Uw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/logo-fondo-3-1080x1080.jpg");
}
.cid-uJRL4zA7Uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRL4zA7Uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRL4zA7Uw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uJRL4zA7Uw .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJRL4zA7Uw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJRL4zA7Uw .container {
    padding: 0 20px;
  }
}
.cid-uJRL4zA7Uw .row {
  justify-content: center;
}
.cid-uJRL4zA7Uw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJRL4zA7Uw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJRL4zA7Uw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJRL4zA7Uw .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uJRL4zA7Uw .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uJRL4zA7Uw .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uJRL4zA7Uw .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJRL4zA7Uw .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uJRL4zA7Uw .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #57a0c9;
  display: inline-flex;
}
.cid-uJRL4zA7Uw .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uJRL4zA7Uw .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uJRL4zA7Uw .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uJRL4zA7Uw .mbr-section-title {
  color: #1e2a4d;
}
.cid-uJRL4zA7Uw .mbr-text {
  color: #38001b;
}
.cid-uJRL4zA7Uw .item-title {
  color: #38001b;
}
.cid-uJRL4zA7Uw .item-text {
  color: #000000;
}
.cid-uJRL4zA7Uw .mbr-text,
.cid-uJRL4zA7Uw .text-wrapper {
  color: #353535;
}
.cid-uJRL4zA7Uw .item-title,
.cid-uJRL4zA7Uw .icon-wrapper {
  color: #1e2a4d;
}
.cid-uJRL4zLfbU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJRL4zLfbU .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uJRL4zLfbU .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uJRL4zLfbU .item-img:hover img {
  transform: scale(1.15);
}
.cid-uJRL4zLfbU .item-img:hover:before {
  opacity: 0.5;
}
.cid-uJRL4zLfbU h5 {
  margin-bottom: 1rem;
}
.cid-uJRL4zLfbU .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uJRL4zLfbU .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uJRL4zLfbU img,
.cid-uJRL4zLfbU .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-uJRL4zLfbU .item:focus,
.cid-uJRL4zLfbU span:focus {
  outline: none;
}
.cid-uJRL4zLfbU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJRL4zLfbU .item {
    margin-bottom: 1rem;
  }
}
.cid-uJRL4zLfbU .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uJRL4zLfbU .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uJRL4zLfbU .item-title {
  text-align: center;
  color: #a3ff94;
}
.cid-uJRL4zLfbU .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJRL4zLfbU .mbr-text,
.cid-uJRL4zLfbU .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJRL4zLfbU .content-head {
  max-width: 800px;
}
.cid-uJRL4zYxph {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJRL4zYxph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRL4zYxph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRL4zYxph .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uJRL4zYxph .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJRL4zYxph .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJRL4zYxph .container {
    padding: 0 20px;
  }
}
.cid-uJRL4zYxph .row {
  justify-content: center;
}
.cid-uJRL4zYxph .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJRL4zYxph .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJRL4zYxph .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJRL4zYxph .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uJRL4zYxph .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uJRL4zYxph .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uJRL4zYxph .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uJRL4zYxph .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uJRL4zYxph .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #a4ff95;
  display: inline-flex;
}
.cid-uJRL4zYxph .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uJRL4zYxph .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uJRL4zYxph .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uJRL4zYxph .mbr-section-title {
  color: #1e2a4d;
}
.cid-uJRL4zYxph .mbr-text {
  color: #38001b;
}
.cid-uJRL4zYxph .item-title {
  color: #38001b;
}
.cid-uJRL4zYxph .item-text {
  color: #000000;
}
.cid-uJRL4zYxph .item-title,
.cid-uJRL4zYxph .icon-wrapper {
  color: #1e2a4d;
}
.cid-uJRL4zYxph .mbr-text,
.cid-uJRL4zYxph .text-wrapper {
  text-align: left;
  color: #353535;
}
.cid-uJRL4ADsmI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJRL4ADsmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRL4ADsmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRL4ADsmI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uJRL4ADsmI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uJRL4ADsmI .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uJRL4ADsmI .bg-instagram:hover {
  background: #bd005c;
}
.cid-uJRL4ADsmI .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uJRL4ADsmI .bg-tiktok:hover {
  background: #000000;
}
.cid-uJRL4ADsmI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uJRL4ADsmI [class^="socicon-"]:before,
.cid-uJRL4ADsmI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uJRL4AP7zs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a3ff94;
}
.cid-uJRL4AP7zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRL4AP7zs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRL4AP7zs .mbr-section-title {
  color: #15274f;
}
.cid-uJRL4AP7zs .mbr-section-subtitle {
  color: #15274f;
}
.cid-uJRL4AXJPZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJRL4AXJPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRL4AXJPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRL4AXJPZ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uJRL4AXJPZ .card {
    margin-bottom: 2rem!important;
  }
  .cid-uJRL4AXJPZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRL4AXJPZ .link-wrap {
    align-items: center;
  }
}
.cid-uJRL4AXJPZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJRL4AXJPZ .card-title,
.cid-uJRL4AXJPZ .card-box {
  color: #15274f;
}
.cid-uJRL4AXJPZ .mbr-text,
.cid-uJRL4AXJPZ .link-wrap,
.cid-uJRL4AXJPZ .mbr-section-btn {
  color: #141414;
}
.cid-uJRL4B7Glo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2a4d;
}
.cid-uJRL4B7Glo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRL4B7Glo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRL4B7Glo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJRL4B7Glo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJRL4B7Glo .row {
    text-align: center;
  }
  .cid-uJRL4B7Glo .row > div {
    margin: auto;
  }
  .cid-uJRL4B7Glo .social-row {
    justify-content: center;
  }
}
.cid-uJRL4B7Glo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJRL4B7Glo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJRL4B7Glo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJRL4B7Glo .list {
    margin-bottom: 0rem;
  }
}
.cid-uJRL4B7Glo .mbr-text {
  color: #bbbbbb;
}
.cid-uJRL4B7Glo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uJRL4B7Glo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJRL4B7Glo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJRL4B7Glo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJRL4B7Glo H5 {
  color: #ffffff;
}
.cid-uJRL4BiBLN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2a4d;
}
.cid-uJRL4BiBLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRL4BiBLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRL4BiBLN .mbr-section-title {
  color: #bbbbbb;
}
