body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #104f7a !important;
}
.bg-info {
  background-color: #19355d !important;
}
.bg-warning {
  background-color: #0990ae !important;
}
.bg-danger {
  background-color: #0f738a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #026697 !important;
  border-color: #026697 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #01334c !important;
  border-color: #01334c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #01334c !important;
  border-color: #01334c !important;
}
.btn-info,
.btn-info:active {
  background-color: #19355d !important;
  border-color: #19355d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #091321 !important;
  border-color: #091321 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #091321 !important;
  border-color: #091321 !important;
}
.btn-success,
.btn-success:active {
  background-color: #104f7a !important;
  border-color: #104f7a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #072336 !important;
  border-color: #072336 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #072336 !important;
  border-color: #072336 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0990ae !important;
  border-color: #0990ae !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #055465 !important;
  border-color: #055465 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #055465 !important;
  border-color: #055465 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0f738a !important;
  border-color: #0f738a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #083945 !important;
  border-color: #083945 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #083945 !important;
  border-color: #083945 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #012232;
  color: #012232;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #026697;
  border-color: #026697;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #026697 !important;
  border-color: #026697 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #03070d;
  color: #03070d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #19355d;
  border-color: #19355d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #19355d !important;
  border-color: #19355d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #041520;
  color: #041520;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #104f7a;
  border-color: #104f7a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #104f7a !important;
  border-color: #104f7a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #04404d;
  color: #04404d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0990ae;
  border-color: #0990ae;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0990ae !important;
  border-color: #0990ae !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #05262e;
  color: #05262e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0f738a;
  border-color: #0f738a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0f738a !important;
  border-color: #0f738a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #026697 !important;
}
.text-success {
  color: #104f7a !important;
}
.text-info {
  color: #19355d !important;
}
.text-warning {
  color: #0990ae !important;
}
.text-danger {
  color: #0f738a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #012232 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #041520 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #03070d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #04404d !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #05262e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #19355d;
}
.alert-warning {
  background-color: #0990ae;
}
.alert-danger {
  background-color: #0f738a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #2796e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #346ec1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #41d4f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #30c6e9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #232323;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #232323;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #232323 !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: #026697 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sWddaoIDB1 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jr-seguridad-inmobiliaria-1-1600x1200.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sWddaoIDB1 .mbr-section-title,
.cid-sWddaoIDB1 .mbr-section-subtitle {
  color: #000000;
}
.cid-sWddaoIDB1 .mbr-section-text {
  color: #232323;
}
.cid-sWddaoIDB1 .mbr-text,
.cid-sWddaoIDB1 .typed-text,
.cid-sWddaoIDB1 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sWddaoIDB1 .btn {
  margin-left: 4px !important;
}
.cid-sWddaoIDB1 .animated-element {
  color: #ffffff;
}
.cid-sWddaoIDB1 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-sWddaoIDB1 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sWddaoIDB1 .typed-text,
  .cid-sWddaoIDB1 .mbr-section-subtitle,
  .cid-sWddaoIDB1 .mbr-section-text,
  .cid-sWddaoIDB1 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sWddaoIDB1 .mbr-section-text,
.cid-sWddaoIDB1 .mbr-section-btn {
  color: #ffffff;
}
.cid-sWddaoIDB1 .mbr-section-subtitle,
.cid-sWddaoIDB1 .typed-text {
  color: #ffffff;
}
.cid-sWZi4oQnpv {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jr-seguridad-inmobiliaria-1-1600x1200.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sWZi4oQnpv h3 {
  position: relative;
}
.cid-sWZi4oQnpv h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sWZi4oQnpv svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sWZi4oQnpv g rect {
  fill: #026697;
}
.cid-sWZiLT6tmS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #026697;
}
.cid-sWZiLT6tmS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sWZiLT6tmS p {
  color: #767676;
  text-align: left;
}
.cid-sWZiLT6tmS .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sWZiLT6tmS .card-img span {
  font-size: 72px;
  color: #ffffff;
}
.cid-sWZiLT6tmS .card-title {
  margin-bottom: 0;
}
.cid-sWZiLT6tmS .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sWZiLT6tmS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sWZiLT6tmS .card-img span {
    font-size: 40px !important;
  }
}
.cid-sWZiLT6tmS .card-title,
.cid-sWZiLT6tmS .card-img {
  color: #ffffff;
}
.cid-sWZjNga3GY {
  padding-top: 150px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #026697;
}
.cid-sWZjNga3GY h3 {
  position: relative;
}
.cid-sWZjNga3GY h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sWZjNga3GY svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sWZjNga3GY g rect {
  fill: #ffffff;
}
.cid-sWuWvzhGR0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jr-seguridad-inmobiliaria-nosotros-1600x1200.jpg");
}
.cid-sWuWvzhGR0 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sWuWvzhGR0 .progress {
  width: 100%;
}
.cid-sWuWvzhGR0 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-sWuWvzhGR0 progress {
  height: 8px;
}
.cid-sWuWvzhGR0 .progressbar-number {
  display: inline-block;
  word-break: normal;
}
.cid-sWuWvzhGR0 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-sWuWvzhGR0 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sWuWvzhGR0 .mbr-section-subtitle {
  color: #767676;
}
.cid-sWuWvzhGR0 .section-content-title {
  font-weight: 500;
  color: #026697;
}
.cid-sWuWvzhGR0 .progress_value {
  position: relative;
}
.cid-sWuWvzhGR0 .progress1 .progressbar-number:before,
.cid-sWuWvzhGR0 .progress2 .progressbar-number:before,
.cid-sWuWvzhGR0 .progress3 .progressbar-number:before,
.cid-sWuWvzhGR0 .progress4 .progressbar-number:before,
.cid-sWuWvzhGR0 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-sWuWvzhGR0 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-sWuWvzhGR0 progress::-webkit-progress-value {
  background: #0990ae;
}
.cid-sWuWvzhGR0 progress[value]::-moz-progress-bar {
  background: #0990ae;
}
.cid-sWuWvzhGR0 progress::-ms-fill {
  background: #0990ae;
}
.cid-sWuWvzhGR0 .progress1 .progressbar-number:before {
  content: '100';
}
.cid-sWuWvzhGR0 .progress2 .progressbar-number:before {
  content: '100';
}
.cid-sWuWvzhGR0 .progress3 .progressbar-number:before {
  content: '100';
}
.cid-sWuWvzhGR0 .progress4 .progressbar-number:before {
  content: '70';
}
.cid-sWuWvzhGR0 .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-sWuWvzhGR0 .text-elements {
    padding-right: 3rem;
  }
  .cid-sWuWvzhGR0 .progress_elements {
    padding-left: 3rem;
  }
}
.cid-sWuWvzhGR0 .mbr-section-title {
  color: #026697;
}
.cid-sWuWvzhGR0 .section-content-text {
  text-align: justify;
}
.cid-sWuWvzhGR0 .progressbar-title p,
.cid-sWuWvzhGR0 .progress_value {
  color: #026697;
}
.cid-sYLpqpELxh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYLpqpELxh .nav-tabs .nav-item.open .nav-link:focus,
.cid-sYLpqpELxh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sYLpqpELxh .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #026697;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-sYLpqpELxh .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sYLpqpELxh p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-sYLpqpELxh .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-sYLpqpELxh .nav-tabs .nav-link {
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sYLpqpELxh .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #026697;
}
.cid-sYLpqpELxh .nav-tabs .nav-link.active {
  font-weight: 500;
  font-style: normal;
}
.cid-sYLpqpELxh .nav-tabs .nav-link.active > p {
  color: #026697;
}
@media (max-width: 992px) {
  .cid-sYLpqpELxh .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-sYLpqpELxh .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sYLpqpELxh p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sYLpqpELxh .mbr-text,
  .cid-sYLpqpELxh .nav-link {
    text-align: center;
  }
  .cid-sYLpqpELxh .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sYLpqpELxh .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-sYLpqpELxh p {
    padding-left: 0rem;
  }
}
.cid-sYLpqpELxh .mod-tab-title:hover {
  cursor: pointer;
  color: #026697 !important;
}
.cid-sYLpqpELxh P {
  color: #000000;
}
.cid-sWZs3SMeOO {
  padding-top: 150px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #ffffff;
}
.cid-sWZs3SMeOO h3 {
  position: relative;
}
.cid-sWZs3SMeOO h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sWZs3SMeOO svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sWZs3SMeOO g rect {
  fill: #026697;
}
.cid-sWZsOtjOlt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #026697;
}
.cid-sWZsOtjOlt .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sWZsOtjOlt .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sWZsOtjOlt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sWZsOtjOlt .mbr-text {
    text-align: center;
  }
}
.cid-sWZt1Dt8gI {
  padding-top: 150px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #026697;
}
.cid-sWZt1Dt8gI h3 {
  position: relative;
}
.cid-sWZt1Dt8gI h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sWZt1Dt8gI svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sWZt1Dt8gI g rect {
  fill: #ffffff;
}
.cid-sWZx4RUDTn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jr-seguridad-inmobiliaria-nosotros-3-1600x1200.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sWZx4RUDTn .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-sWZx4RUDTn .img-wrap img {
  width: 80%;
  margin: auto;
}
.cid-sWZx4RUDTn .mbr-text,
.cid-sWZx4RUDTn .mbr-section-btn {
  color: #ffffff;
}
.cid-sWZx4RUDTn .mbr-section-title {
  color: #026697;
}
.cid-sWZx4RUDTn .buttons-wrap .link {
  display: flex;
}
.cid-sWZx4RUDTn .mbr-arrow {
  bottom: 0;
}
.cid-sWuXVc5sCe {
  padding-top: 30px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/jr-seguridad-inmobiliaria-nosotros-3-1600x1200.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sWuXVc5sCe .mbr-text {
  color: #00ad86;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-sWuXVc5sCe h4 {
  text-align: center;
}
.cid-sWuXVc5sCe p {
  text-align: center;
}
.cid-sWuXVc5sCe .card {
  padding-bottom: 3rem;
}
.cid-sWuXVc5sCe .card-img {
  padding-bottom: 1.5rem;
}
.cid-sWuXVc5sCe .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sWuXVc5sCe .card-title,
.cid-sWuXVc5sCe .card-img {
  color: #026697;
  text-align: center;
}
.cid-sWuXVc5sCe .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 0rem;
}
.cid-sWuXVc5sCe .header-title,
.cid-sWuXVc5sCe .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 0rem;
  width: 100%;
}
.cid-sWuXVc5sCe .header-title {
  letter-spacing: 0em;
  color: #19355d;
}
.cid-sWuXVc5sCe .header-text {
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-sWZvWrzUMm {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/polizas-jurdicas-1600x1200.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sWZvWrzUMm h3 {
  position: relative;
}
.cid-sWZvWrzUMm h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sWZvWrzUMm svg {
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: scaleX(-1);
}
.cid-sWZvWrzUMm g rect {
  fill: #ffffff;
}
.cid-sWv5m7OLeR {
  padding-top: 320px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/polizas-jurdicas-1600x1200.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-sWv5m7OLeR .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sWv5m7OLeR .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWv5m7OLeR .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sWv5m7OLeR H1 {
  text-align: center;
  color: #026697;
}
.cid-sWv5m7OLeR .mbr-text,
.cid-sWv5m7OLeR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sWv5ZFMb3q {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-sWv5ZFMb3q .image-block {
  margin: auto;
}
.cid-sWv5ZFMb3q .mbr-figure {
  margin: 0 auto;
}
.cid-sWv5ZFMb3q figcaption {
  position: relative;
}
.cid-sWv5ZFMb3q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sWv5ZFMb3q .image-block {
    width: 100% !important;
  }
}
.cid-sWZJH2WBZn {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWZDyZAxyC {
  background-image: url("../../../assets/images/polizas-jurdicas-2022-1600x1200.jpg");
}
.cid-sWZDyZAxyC .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sWZDyZAxyC .media-container-column {
  background-color: #026697;
}
@media (max-width: 767px) {
  .cid-sWZDyZAxyC .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sWva7O8qU0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sWva7O8qU0 .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  background-color: #026697;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.cid-sWva7O8qU0 .card {
  margin-bottom: 1.5rem;
}
.cid-sWva7O8qU0 .card-wrapper {
  padding: 3rem 2.5rem;
  background-color: #ffffff;
  border-width: 0 0 4px 0;
  border-style: solid;
}
.cid-sWva7O8qU0 .card-wrapper-1 {
  border-color: #026697;
}
.cid-sWva7O8qU0 .card-wrapper-2 {
  border-color: #026697;
}
.cid-sWva7O8qU0 .card-wrapper-3 {
  border-color: #026697;
}
.cid-sWva7O8qU0 .card-wrapper-4 {
  border-color: #026697;
}
.cid-sWva7O8qU0 .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.cid-sWva7O8qU0 .card-text {
  color: #000000;
  text-align: left;
}
.cid-sWva7O8qU0 .card-title,
.cid-sWva7O8qU0 .icon-wrap {
  color: #000000;
  text-align: left;
}
.cid-sWva7O8qU0 .mbr-section-title {
  text-align: left;
  color: #026697;
}
.cid-sWva7O8qU0 .card-subtitle {
  text-align: left;
  color: #0f738a;
}
.cid-sWva7O8qU0 .mbr-text {
  color: #232323;
}
.cid-sWvcdS7z3v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #026697;
}
@media (min-width: 991px) {
  .cid-sWvcdS7z3v .container-fluid {
    padding-left: 0;
  }
}
.cid-sWvcdS7z3v .mbr-text,
.cid-sWvcdS7z3v .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sWvcdS7z3v .mbr-text,
  .cid-sWvcdS7z3v .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sWvcdS7z3v .mbr-text,
  .cid-sWvcdS7z3v .mbr-section-title {
    text-align: center;
  }
}
.cid-sWvcdS7z3v a.btn {
  height: 100%;
  margin: 0;
}
.cid-sWvcdS7z3v .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sWvcdS7z3v .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sWvcdS7z3v .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWvcdS7z3v .justify-content-center {
  align-items: center;
}
.cid-sWvcdS7z3v H1 {
  color: #ffffff;
}
.cid-sWvcZlS8l2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #026697;
  overflow: hidden;
}
.cid-sWv32WPzv4 .nav-item:focus,
.cid-sWv32WPzv4 .nav-link:focus {
  outline: none;
}
.cid-sWv32WPzv4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sWv32WPzv4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sWv32WPzv4 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sWv32WPzv4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sWv32WPzv4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sWv32WPzv4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sWv32WPzv4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sWv32WPzv4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sWv32WPzv4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sWv32WPzv4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sWv32WPzv4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sWv32WPzv4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sWv32WPzv4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWv32WPzv4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWv32WPzv4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sWv32WPzv4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWv32WPzv4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWv32WPzv4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWv32WPzv4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sWv32WPzv4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWv32WPzv4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sWv32WPzv4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sWv32WPzv4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sWv32WPzv4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sWv32WPzv4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sWv32WPzv4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWv32WPzv4 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWv32WPzv4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWv32WPzv4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWv32WPzv4 .dropdown-item.active,
.cid-sWv32WPzv4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sWv32WPzv4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWv32WPzv4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWv32WPzv4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWv32WPzv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sWv32WPzv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWv32WPzv4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWv32WPzv4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sWv32WPzv4 .navbar-buttons {
  text-align: center;
}
.cid-sWv32WPzv4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWv32WPzv4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00ad86;
}
.cid-sWv32WPzv4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWv32WPzv4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWv32WPzv4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWv32WPzv4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWv32WPzv4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWv32WPzv4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWv32WPzv4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWv32WPzv4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWv32WPzv4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sWv32WPzv4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWv32WPzv4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sWv32WPzv4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sWv32WPzv4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sWv32WPzv4 .nav-link:hover,
.cid-sWv32WPzv4 .dropdown-item:hover,
.cid-sWv32WPzv4 .icons-menu .mbr-iconfont:hover {
  color: #026697 !important;
}
