.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Stack Sans Headline;
}
.display-1 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 2.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-4 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.6125rem + (2.75 - 1.6125) * ((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.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #68f3db !important;
}
.bg-success {
  background-color: #1533ad !important;
}
.bg-info {
  background-color: #8c8c8c !important;
}
.bg-warning {
  background-color: #ff8e00 !important;
}
.bg-danger {
  background-color: #ff1800 !important;
}
.btn-primary {
  box-shadow: inset 0 2px 0 0 #c6fbf2 !important;
  border-top: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #68f3db !important;
  border-color: #68f3db !important;
  color: #032620 !important;
  box-shadow: inset 0 2px 0 0 #c6fbf2 !important;
  border-top: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #97f7e6 !important;
  border-color: #97f7e6 !important;
  box-shadow: inset 0 2px 0 0 #97f7e6 !important;
  border-top: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #032620 !important;
  background-color: #97f7e6 !important;
  border-color: #97f7e6 !important;
}
.btn-secondary {
  box-shadow: inset 0 2px 0 0 #66ff3e !important;
  border-top: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2dd700 !important;
  border-color: #2dd700 !important;
  color: #000000 !important;
  box-shadow: inset 0 2px 0 0 #66ff3e !important;
  border-top: none !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3eff0b !important;
  border-color: #3eff0b !important;
  box-shadow: inset 0 2px 0 0 #3eff0b !important;
  border-top: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #3eff0b !important;
  border-color: #3eff0b !important;
}
.btn-info {
  box-shadow: inset 0 2px 0 0 #bfbfbf !important;
  border-top: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #bfbfbf !important;
  border-top: none !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
  box-shadow: inset 0 2px 0 0 #a6a6a6 !important;
  border-top: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success {
  box-shadow: inset 0 2px 0 0 #4061e8 !important;
  border-top: none !important;
}
.btn-success,
.btn-success:active {
  background-color: #1533ad !important;
  border-color: #1533ad !important;
  color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #4061e8 !important;
  border-top: none !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1b40da !important;
  border-color: #1b40da !important;
  box-shadow: inset 0 2px 0 0 #1b40da !important;
  border-top: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b40da !important;
  border-color: #1b40da !important;
}
.btn-warning {
  box-shadow: inset 0 2px 0 0 #ffbb66 !important;
  border-top: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8e00 !important;
  border-color: #ff8e00 !important;
  color: #000000 !important;
  box-shadow: inset 0 2px 0 0 #ffbb66 !important;
  border-top: none !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa533 !important;
  border-color: #ffa533 !important;
  box-shadow: inset 0 2px 0 0 #ffa533 !important;
  border-top: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffa533 !important;
  border-color: #ffa533 !important;
}
.btn-danger {
  box-shadow: inset 0 2px 0 0 #ff7466 !important;
  border-top: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff1800 !important;
  border-color: #ff1800 !important;
  color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #ff7466 !important;
  border-top: none !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff4633 !important;
  border-color: #ff4633 !important;
  box-shadow: inset 0 2px 0 0 #ff4633 !important;
  border-top: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff4633 !important;
  border-color: #ff4633 !important;
}
.btn-white {
  box-shadow: inset 0 2px 0 0 #ffffff !important;
  border-top: none !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: inset 0 2px 0 0 #ffffff !important;
  border-top: none !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #ffffff !important;
  border-top: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: inset 0 2px 0 0 #333333 !important;
  border-top: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: inset 0 2px 0 0 #333333 !important;
  border-top: none !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: inset 0 2px 0 0 #1a1a1a !important;
  border-top: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #68f3db;
  color: #68f3db;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #18edc8 !important;
  background-color: transparent !important;
  border-color: #18edc8 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #075548 !important;
  background-color: #68f3db !important;
  border-color: #68f3db !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2dd700;
  color: #2dd700;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1b8000 !important;
  background-color: transparent !important;
  border-color: #1b8000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2dd700 !important;
  border-color: #2dd700 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8c8c8c;
  color: #8c8c8c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #616161 !important;
  background-color: transparent !important;
  border-color: #616161 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #1533ad;
  color: #1533ad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0c1c60 !important;
  background-color: transparent !important;
  border-color: #0c1c60 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1533ad !important;
  border-color: #1533ad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff8e00;
  color: #ff8e00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a85e00 !important;
  background-color: transparent !important;
  border-color: #a85e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e00 !important;
  border-color: #ff8e00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff1800;
  color: #ff1800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a81000 !important;
  background-color: transparent !important;
  border-color: #a81000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1800 !important;
  border-color: #ff1800 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #68f3db !important;
}
.text-secondary {
  color: #2dd700 !important;
}
.text-success {
  color: #1533ad !important;
}
.text-info {
  color: #8c8c8c !important;
}
.text-warning {
  color: #ff8e00 !important;
}
.text-danger {
  color: #ff1800 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #12e3bf !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #187100 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a1852 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #595959 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #995500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990e00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #68f3db;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8c8c8c;
}
.alert-warning {
  background-color: #ff8e00;
}
.alert-danger {
  background-color: #ff1800;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #68f3db;
  border-color: #68f3db;
  color: #096d5c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 16px !important;
}
a,
a:hover {
  color: #68f3db;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5774eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cccccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe8cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffd1cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 16px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #68f3db !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #68f3db;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #68f3db;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #68f3db;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #68f3db;
  border-bottom-color: #68f3db;
}
.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: #68f3db !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2dd700 !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='%2368f3db' %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;
}
.mbr-section-btn .btn {
  padding: 10px 24px 8px;
  font-weight: 500;
  border-radius: 12px !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: all .3s ease;
  margin-left: 8px;
  font-size: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-black {
  background: linear-gradient(180deg, #333333, #000000) !important;
  border-color: #404040 !important;
  border-width: 1px !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #a6a6a6 !important;
  border-width: 1px !important;
}
.mbr-section-btn .btn-white {
  background: linear-gradient(180deg, #cccccc, #ffffff) !important;
  border-color: #bfbfbf !important;
  border-width: 1px !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #000000 !important;
  border-width: 1px !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #0c9c83 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.large-radius {
  border-radius: 40px !important;
}
.middle-radius,
.google-map iframe,
.mbr-figure iframe,
.mbr-figure .mbr-figure__img {
  border-radius: 16px !important;
}
.small-radius,
.dropdown-item,
.nav-item .nav-link::before {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'Stack Sans Headline', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 2rem;
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .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-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #00ffd3;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .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-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vujTkzHOGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  background-image: url("../../../assets/images/pro20impulso20banner20100k-1920x1080.jpg");
}
.cid-vujTkzHOGI .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000000 0%, transparent 100%);
  pointer-events: none;
}
.cid-vujTkzHOGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vujTkzHOGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vujTkzHOGI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vujTkzHOGI .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vujTkzHOGI .content-wrapper .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vujTkzHOGI .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
.cid-vujTkzHOGI .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .3;
}
.cid-vujTkzHOGI .content-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #000000;
  margin-bottom: 3px;
}
.cid-vujTkzHOGI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vujTkzHOGI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vujTkzHOGI .content-wrapper .text-wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vujTkzHOGI .content-wrapper .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 16px;
}
.cid-vujTkzHOGI .mbr-label {
  color: #f0e226;
}
.cid-vujTkzHOGI .mbr-section-title {
  color: #e4e3dc;
}
.cid-vujTkzHOGI .mbr-text {
  color: #b3b2ae;
}
.cid-vujTkzHOGI .mbr-label,
.cid-vujTkzHOGI .label-wrapper {
  color: #00ffd3;
}
#custom-html-z {
  /* /* =========================================================
   PRO IMPULSO
   PREOCUPACIONES DE LOS LÍDERES
   VERSION CENTRADA + TEXTO AJUSTADO
   MOBIRISE SAFE
========================================================= */
  /* =========================================================
   RESET LOCAL
========================================================= */
  /* =========================================================
   SHELL GENERAL
========================================================= */
  /* =========================================================
   HEADER
========================================================= */
  /* =========================================================
   EYEBROW
========================================================= */
  /* =========================================================
   HEADLINE
========================================================= */
  /* =========================================================
   HEADLINE SECOND LINE
========================================================= */
  /* =========================================================
   SUBHEADLINE
========================================================= */
  /* =========================================================
   SUBHEADLINE STRONG
========================================================= */
  /* =========================================================
   MAIN LAYOUT
   CENTRADO CORRECTAMENTE
========================================================= */
  /* =========================================================
   INTRO IZQUIERDA
========================================================= */
  /* =========================================================
   LABEL
========================================================= */
  /* =========================================================
   QUESTION
========================================================= */
  /* =========================================================
   DECORATIVE LINE
========================================================= */
  /* =========================================================
   INTRO COPY
========================================================= */
  /* =========================================================
   INTRO STRONG
========================================================= */
  /* =========================================================
   GRID TARJETAS
   2 COLUMNAS x 3 FILAS
========================================================= */
  /* =========================================================
   CARD
========================================================= */
  /* =========================================================
   SIDE ACCENT
========================================================= */
  /* =========================================================
   HOVER CARD
========================================================= */
  /* =========================================================
   HOVER ACCENT
========================================================= */
  /* =========================================================
   ICON
========================================================= */
  /* =========================================================
   SVG
========================================================= */
  /* =========================================================
   CARD CONTENT
========================================================= */
  /* =========================================================
   NUMBER
========================================================= */
  /* =========================================================
   TITLE
   AUMENTADO
========================================================= */
  /* =========================================================
   LIST
========================================================= */
  /* =========================================================
   LIST ITEMS
   AUMENTADO
========================================================= */
  /* =========================================================
   HOVER ICON
========================================================= */
  /* =========================================================
   SEQUENTIAL DELAYS
========================================================= */
  /* =========================================================
   ICON ANIMATION
========================================================= */
  /* =========================================================
   PAUSE ON INTERACTION
========================================================= */
  /* =========================================================
   CLOSING
========================================================= */
  /* =========================================================
   CLOSING LINES
========================================================= */
  /* =========================================================
   CLOSING COPY
========================================================= */
  /* =========================================================
   CLOSING STRONG
========================================================= */
  /* =========================================================
   LAPTOP
========================================================= */
  /* =========================================================
   TABLET
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
}
#custom-html-z #pi-leader-concerns {
  --plc-bg: #f7f7f7;
  --plc-card: #ffffff;
  --plc-black: #17191b;
  --plc-text: #525b5f;
  --plc-muted: #8a9295;
  --plc-green: #68d9b9;
  --plc-green-dark: #4b9b84;
  --plc-green-soft: rgba(104, 217, 185, 0.1);
  --plc-border: #e3e6e6;
  --plc-cycle: 18s;
  width: 100%;
  overflow: hidden;
  padding: 64px
    24px
    54px;
  color: var(--plc-black);
  background: var(--plc-bg);
}
#custom-html-z #pi-leader-concerns,
#custom-html-z #pi-leader-concerns * {
  box-sizing: border-box;
}
#custom-html-z #pi-leader-concerns h2,
#custom-html-z #pi-leader-concerns h3,
#custom-html-z #pi-leader-concerns h4,
#custom-html-z #pi-leader-concerns p {
  margin-top: 0;
}
#custom-html-z #pi-leader-concerns .plc-shell {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
#custom-html-z #pi-leader-concerns .plc-header {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}
#custom-html-z #pi-leader-concerns .plc-eyebrow {
  margin-bottom: 14px;
  color: var(--plc-green-dark);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .19em;
}
#custom-html-z #pi-leader-concerns .plc-header h2 {
  max-width: 860px;
  margin: 0 auto;
  color: var(--plc-black);
  font-size: 42px;
  line-height: 1.05;
  font-weight: 650;
  letter-spacing: -0.038em;
}
#custom-html-z #pi-leader-concerns .plc-header h2 span {
  display: block;
}
#custom-html-z #pi-leader-concerns .plc-subheadline {
  max-width: 760px;
  margin: 20px auto 0;
  color: #969c9e;
  font-size: 20px;
  line-height: 1.42;
  font-weight: 400;
}
#custom-html-z #pi-leader-concerns .plc-subheadline strong {
  color: #676e71;
  font-weight: 650;
}
#custom-html-z #pi-leader-concerns .plc-main {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  column-gap: 30px;
  align-items: center;
}
#custom-html-z #pi-leader-concerns .plc-intro {
  width: 100%;
  padding: 12px 8px;
  text-align: center;
}
#custom-html-z #pi-leader-concerns .plc-question-label {
  margin-bottom: 11px;
  color: var(--plc-green-dark);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .19em;
}
#custom-html-z #pi-leader-concerns .plc-intro h3 {
  max-width: 280px;
  margin: 0 auto;
  color: var(--plc-green-dark);
  font-size: 30px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.025em;
}
#custom-html-z #pi-leader-concerns .plc-intro-line {
  width: 42px;
  height: 2px;
  margin: 26px auto;
  background: var(--plc-green);
}
#custom-html-z #pi-leader-concerns .plc-intro p {
  max-width: 285px;
  margin: 0 auto;
  color: #25292b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
#custom-html-z #pi-leader-concerns .plc-intro strong {
  color: #15191b;
  font-weight: 700;
}
#custom-html-z #pi-leader-concerns .plc-concerns-grid {
  width: 100%;
  min-width: 0;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 16px;
}
#custom-html-z #pi-leader-concerns .plc-card {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 132px;
  padding: 18px 18px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--plc-border);
  border-radius: 12px;
  background: var(--plc-card);
  box-shadow: 0 6px 19px rgba(20, 30, 35, 0.035);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
#custom-html-z #pi-leader-concerns .plc-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 0;
  transform: translateY(-50%);
  background: var(--plc-green);
  transition: height .35s ease;
}
#custom-html-z #pi-leader-concerns .plc-card:hover {
  transform: translateY(-3px);
  border-color: rgba(104, 217, 185, 0.55);
  box-shadow: 0 12px 26px rgba(20, 30, 35, 0.065), 0 0 18px rgba(104, 217, 185, 0.055);
}
#custom-html-z #pi-leader-concerns .plc-card:hover::before {
  height: 58%;
}
#custom-html-z #pi-leader-concerns .plc-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border-radius: 50%;
  color: #30413d;
  background: rgba(104, 217, 185, 0.085);
  transition: color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
  animation: plcIconPulse var(--plc-cycle) linear infinite;
}
#custom-html-z #pi-leader-concerns .plc-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-z #pi-leader-concerns .plc-card-content {
  min-width: 0;
}
#custom-html-z #pi-leader-concerns .plc-card-number {
  margin-bottom: 5px;
  color: var(--plc-green-dark);
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  opacity: .78;
}
#custom-html-z #pi-leader-concerns .plc-card h4 {
  margin: 0 0 8px;
  color: #202426;
  font-size: 14.5px;
  line-height: 1.22;
  font-weight: 650;
}
#custom-html-z #pi-leader-concerns .plc-card ul {
  margin: 0;
  padding-left: 18px;
}
#custom-html-z #pi-leader-concerns .plc-card li {
  margin-bottom: 4px;
  color: #525b5f;
  font-size: 11.6px;
  line-height: 1.38;
}
#custom-html-z #pi-leader-concerns .plc-card:hover .plc-icon {
  color: var(--plc-green-dark);
  background: rgba(104, 217, 185, 0.15);
  box-shadow: 0 0 15px rgba(104, 217, 185, 0.12), 0 0 27px rgba(104, 217, 185, 0.06);
  transform: scale(1.05);
}
#custom-html-z #pi-leader-concerns .plc-card-01 .plc-icon {
  animation-delay: 0s;
}
#custom-html-z #pi-leader-concerns .plc-card-02 .plc-icon {
  animation-delay: 3s;
}
#custom-html-z #pi-leader-concerns .plc-card-03 .plc-icon {
  animation-delay: 6s;
}
#custom-html-z #pi-leader-concerns .plc-card-04 .plc-icon {
  animation-delay: 9s;
}
#custom-html-z #pi-leader-concerns .plc-card-05 .plc-icon {
  animation-delay: 12s;
}
#custom-html-z #pi-leader-concerns .plc-card-06 .plc-icon {
  animation-delay: 15s;
}
@keyframes plcIconPulse {
  0% {
    color: #30413d;
    background: rgba(104, 217, 185, 0.085);
    box-shadow: none;
    transform: scale(1);
  }
  3% {
    color: var(--plc-green-dark);
    background: rgba(104, 217, 185, 0.11);
    transform: scale(1.015);
  }
  7%,
  14% {
    color: var(--plc-green-dark);
    background: rgba(104, 217, 185, 0.17);
    box-shadow: 0 0 15px rgba(104, 217, 185, 0.13), 0 0 27px rgba(104, 217, 185, 0.065);
    transform: scale(1.055);
  }
  18% {
    color: var(--plc-green-dark);
    background: rgba(104, 217, 185, 0.11);
    box-shadow: 0 0 8px rgba(104, 217, 185, 0.05);
    transform: scale(1.02);
  }
  20%,
  100% {
    color: #30413d;
    background: rgba(104, 217, 185, 0.085);
    box-shadow: none;
    transform: scale(1);
  }
}
#custom-html-z #pi-leader-concerns .plc-concerns-grid:hover .plc-icon {
  animation-play-state: paused !important;
}
#custom-html-z #pi-leader-concerns .plc-closing {
  width: 100%;
  max-width: 840px;
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: 1fr
    auto
    1fr;
  align-items: center;
  gap: 22px;
}
#custom-html-z #pi-leader-concerns .plc-closing-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, #aab4b5);
}
#custom-html-z #pi-leader-concerns .plc-closing-line:last-child {
  transform: scaleX(-1);
}
#custom-html-z #pi-leader-concerns .plc-closing p {
  margin: 0;
  color: #697376;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
#custom-html-z #pi-leader-concerns .plc-closing strong {
  color: var(--plc-green-dark);
  font-weight: 700;
}
@media (max-width: 1100px) {
  #custom-html-z #pi-leader-concerns {
    padding: 56px
      20px
      50px;
  }
  #custom-html-z #pi-leader-concerns .plc-shell {
    max-width: 980px;
  }
  #custom-html-z #pi-leader-concerns .plc-header {
    margin-bottom: 46px;
  }
  #custom-html-z #pi-leader-concerns .plc-header h2 {
    font-size: 37px;
  }
  #custom-html-z #pi-leader-concerns .plc-subheadline {
    font-size: 18px;
  }
  #custom-html-z #pi-leader-concerns .plc-main {
    max-width: 930px;
    grid-template-columns: 270px minmax(0, 1fr);
    column-gap: 24px;
  }
  #custom-html-z #pi-leader-concerns .plc-intro h3 {
    font-size: 27px;
  }
  #custom-html-z #pi-leader-concerns .plc-intro p {
    max-width: 255px;
    font-size: 15px;
  }
  #custom-html-z #pi-leader-concerns .plc-card {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 128px;
    padding: 15px;
    gap: 12px;
  }
  #custom-html-z #pi-leader-concerns .plc-icon {
    width: 55px;
    height: 55px;
  }
  #custom-html-z #pi-leader-concerns .plc-icon svg {
    width: 32px;
    height: 32px;
  }
  #custom-html-z #pi-leader-concerns .plc-card h4 {
    font-size: 13.5px;
    line-height: 1.22;
  }
  #custom-html-z #pi-leader-concerns .plc-card li {
    font-size: 10.8px;
    line-height: 1.36;
  }
}
@media (max-width: 850px) {
  #custom-html-z #pi-leader-concerns .plc-header h2 {
    font-size: 34px;
  }
  #custom-html-z #pi-leader-concerns .plc-main {
    max-width: 740px;
    grid-template-columns: 1fr;
    gap: 36px;
  }
  #custom-html-z #pi-leader-concerns .plc-intro {
    max-width: 580px;
    margin: 0 auto;
  }
  #custom-html-z #pi-leader-concerns .plc-intro p {
    max-width: 520px;
  }
  #custom-html-z #pi-leader-concerns .plc-card h4 {
    font-size: 14px;
  }
  #custom-html-z #pi-leader-concerns .plc-card li {
    font-size: 11.2px;
  }
}
@media (max-width: 580px) {
  #custom-html-z #pi-leader-concerns {
    padding: 44px
      14px
      40px;
  }
  #custom-html-z #pi-leader-concerns .plc-header {
    margin-bottom: 36px;
    text-align: left;
  }
  #custom-html-z #pi-leader-concerns .plc-eyebrow {
    font-size: 9px;
  }
  #custom-html-z #pi-leader-concerns .plc-header h2 {
    font-size: 29px;
    line-height: 1.08;
  }
  #custom-html-z #pi-leader-concerns .plc-subheadline {
    margin-top: 16px;
    font-size: 16px;
  }
  #custom-html-z #pi-leader-concerns .plc-main {
    max-width: none;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #custom-html-z #pi-leader-concerns .plc-intro {
    padding: 0;
    text-align: left;
  }
  #custom-html-z #pi-leader-concerns .plc-intro h3 {
    max-width: none;
    margin: 0;
    font-size: 27px;
  }
  #custom-html-z #pi-leader-concerns .plc-intro-line {
    margin: 20px 0;
  }
  #custom-html-z #pi-leader-concerns .plc-intro p {
    margin: 0;
    max-width: none;
    font-size: 14px;
  }
  #custom-html-z #pi-leader-concerns .plc-concerns-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  #custom-html-z #pi-leader-concerns .plc-card {
    min-height: auto;
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 15px;
  }
  #custom-html-z #pi-leader-concerns .plc-icon {
    width: 52px;
    height: 52px;
  }
  #custom-html-z #pi-leader-concerns .plc-icon svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-z #pi-leader-concerns .plc-card h4 {
    font-size: 14px;
    line-height: 1.22;
  }
  #custom-html-z #pi-leader-concerns .plc-card li {
    font-size: 11.5px;
    line-height: 1.38;
  }
  #custom-html-z #pi-leader-concerns .plc-closing {
    margin-top: 34px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #custom-html-z #pi-leader-concerns .plc-closing-line {
    display: none;
  }
  #custom-html-z #pi-leader-concerns .plc-closing p {
    font-size: 11px;
  }
}
.cid-vuhbDGNoL4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuhbDGNoL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuhbDGNoL4 .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-vuhbDGNoL4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vuhbDGNoL4 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #f4faf9;
}
.cid-vuhbDGNoL4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vuhbDGNoL4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vuhbDGNoL4 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vuhbDGNoL4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vuhbDGNoL4 .image-wrapper img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vuhbDGNoL4 .image-wrapper img {
    height: 300px;
  }
}
.cid-vuhbDGNoL4 .mbr-label,
.cid-vuhbDGNoL4 .label-wrapper {
  color: #187464;
}
.cid-vuhbDGNoL4 .mbr-section-title {
  color: #16526e;
}
.cid-vuhbDGNoL4 .mbr-text,
.cid-vuhbDGNoL4 .text-wrapper {
  color: #8c8c8c;
}
.cid-vuhbDGNoL4 .mbr-section-title,
.cid-vuhbDGNoL4 .mbr-section-btn,
.cid-vuhbDGNoL4 .title-wrapper {
  color: #000000;
}
#custom-html-16 {
  /* =========================================================
   PRO IMPULSO
   FRANJA HUMANIZADORA / PRUEBA DE VALOR
   MOBIRISE SAFE
========================================================= */
  /* =========================================================
   RESET
========================================================= */
  /* =========================================================
   SHELL
========================================================= */
  /* =========================================================
   QUOTE
========================================================= */
  /* =========================================================
   QUOTE LINES
========================================================= */
  /* =========================================================
   QUOTE COPY
========================================================= */
  /* =========================================================
   QUOTE TEXT
========================================================= */
  /* =========================================================
   QUOTE SIGNATURE
========================================================= */
  /* =========================================================
   VALUES GRID
========================================================= */
  /* =========================================================
   ITEM
========================================================= */
  /* =========================================================
   HOVER ITEM
========================================================= */
  /* =========================================================
   ICON
========================================================= */
  /* =========================================================
   SVG
========================================================= */
  /* =========================================================
   DELAYS
========================================================= */
  /* =========================================================
   COPY
========================================================= */
  /* =========================================================
   TITLE
========================================================= */
  /* =========================================================
   TEXT
========================================================= */
  /* =========================================================
   HOVER ICON
========================================================= */
  /* =========================================================
   PAUSE ON INTERACTION
========================================================= */
  /* =========================================================
   AUTO PULSE
========================================================= */
  /* =========================================================
   LAPTOP
========================================================= */
  /* =========================================================
   TABLET
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
}
#custom-html-16 #pi-human-proof {
  --php-bg: #ffffff;
  --php-title: #17191b;
  --php-text: #596469;
  --php-green: #68d9b9;
  --php-green-dark: #4b9b84;
  --php-green-soft: rgba(104, 217, 185, 0.12);
  --php-line: rgba(75, 155, 132, 0.22);
  --php-cycle: 12s;
  width: 100%;
  overflow: hidden;
  padding: 26px
    24px 
      55px;
  background: var(--php-bg);
}
#custom-html-16 #pi-human-proof,
#custom-html-16 #pi-human-proof * {
  box-sizing: border-box;
}
#custom-html-16 #pi-human-proof h3,
#custom-html-16 #pi-human-proof p {
  margin-top: 0;
}
#custom-html-16 #pi-human-proof .php-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}
#custom-html-16 #pi-human-proof .php-quote {
  min-height: 118px;
  padding: 18px
    16px;
  display: grid;
  grid-template-columns: 1px minmax(0, 1fr) 1px;
  gap: 16px;
  align-items: center;
  background: linear-gradient(90deg, rgba(104, 217, 185, 0.1), rgba(104, 217, 185, 0.03));
}
#custom-html-16 #pi-human-proof .php-quote-line {
  width: 1px;
  height: 72px;
  background: var(--php-line);
}
#custom-html-16 #pi-human-proof .php-quote-copy {
  min-width: 0;
}
#custom-html-16 #pi-human-proof .php-quote-copy p {
  margin: 0 0 8px;
  color: #566064;
  font-size: 15px;
  line-height: 1.38;
  font-style: italic;
}
#custom-html-16 #pi-human-proof .php-quote-copy span {
  color: #435056;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
#custom-html-16 #pi-human-proof .php-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}
#custom-html-16 #pi-human-proof .php-item {
  min-width: 0;
  padding: 10px 8px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-radius: 14px;
  transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
#custom-html-16 #pi-human-proof .php-item:hover {
  transform: translateY(-3px);
  background: rgba(104, 217, 185, 0.035);
  box-shadow: 0 10px 22px rgba(20, 35, 40, 0.045);
}
#custom-html-16 #pi-human-proof .php-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #31534c;
  background: var(--php-green-soft);
  transition: color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
  animation: phpIconPulse var(--php-cycle) linear infinite;
}
#custom-html-16 #pi-human-proof .php-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-16 #pi-human-proof .php-item-01 .php-icon {
  animation-delay: 0s;
}
#custom-html-16 #pi-human-proof .php-item-02 .php-icon {
  animation-delay: 4s;
}
#custom-html-16 #pi-human-proof .php-item-03 .php-icon {
  animation-delay: 8s;
}
#custom-html-16 #pi-human-proof .php-copy {
  min-width: 0;
}
#custom-html-16 #pi-human-proof .php-copy h3 {
  margin: 0 0 5px;
  color: var(--php-title);
  font-size: 16px;
  line-height: 1.18;
  font-weight: 650;
}
#custom-html-16 #pi-human-proof .php-copy p {
  margin: 0;
  color: var(--php-text);
  font-size: 12.5px;
  line-height: 1.4;
}
#custom-html-16 #pi-human-proof .php-item:hover .php-icon {
  color: var(--php-green-dark);
  background: rgba(104, 217, 185, 0.18);
  box-shadow: 0 0 16px rgba(104, 217, 185, 0.13), 0 0 26px rgba(104, 217, 185, 0.06);
  transform: scale(1.055);
}
#custom-html-16 #pi-human-proof .php-values:hover .php-icon {
  animation-play-state: paused !important;
}
@keyframes phpIconPulse {
  0% {
    color: #31534c;
    background: var(--php-green-soft);
    box-shadow: none;
    transform: scale(1);
  }
  5% {
    color: var(--php-green-dark);
    background: rgba(104, 217, 185, 0.15);
    transform: scale(1.02);
  }
  10%,
  22% {
    color: var(--php-green-dark);
    background: rgba(104, 217, 185, 0.2);
    box-shadow: 0 0 14px rgba(104, 217, 185, 0.12), 0 0 24px rgba(104, 217, 185, 0.06);
    transform: scale(1.055);
  }
  28% {
    color: var(--php-green-dark);
    background: rgba(104, 217, 185, 0.15);
    box-shadow: 0 0 7px rgba(104, 217, 185, 0.05);
    transform: scale(1.02);
  }
  33%,
  100% {
    color: #31534c;
    background: var(--php-green-soft);
    box-shadow: none;
    transform: scale(1);
  }
}
@media (max-width: 1050px) {
  #custom-html-16 #pi-human-proof .php-shell {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px;
  }
  #custom-html-16 #pi-human-proof .php-values {
    gap: 14px;
  }
  #custom-html-16 #pi-human-proof .php-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 11px;
  }
  #custom-html-16 #pi-human-proof .php-icon {
    width: 52px;
    height: 52px;
  }
  #custom-html-16 #pi-human-proof .php-icon svg {
    width: 30px;
    height: 30px;
  }
  #custom-html-16 #pi-human-proof .php-copy h3 {
    font-size: 14px;
  }
  #custom-html-16 #pi-human-proof .php-copy p {
    font-size: 11.5px;
  }
}
@media (max-width: 820px) {
  #custom-html-16 #pi-human-proof {
    padding: 24px
      18px;
  }
  #custom-html-16 #pi-human-proof .php-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #custom-html-16 #pi-human-proof .php-quote {
    max-width: 620px;
    margin: 0 auto;
  }
  #custom-html-16 #pi-human-proof .php-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 580px) {
  #custom-html-16 {
    /* ---------------------------------------------
     QUOTE MOBILE
  --------------------------------------------- */
    /* ---------------------------------------------
     VALUES MOBILE
  --------------------------------------------- */
  }
  #custom-html-16 #pi-human-proof {
    padding: 20px
      14px;
  }
  #custom-html-16 #pi-human-proof .php-shell {
    gap: 16px;
  }
  #custom-html-16 #pi-human-proof .php-quote {
    min-height: auto;
    padding: 16px;
    grid-template-columns: 2px minmax(0, 1fr);
    gap: 13px;
  }
  #custom-html-16 #pi-human-proof .php-quote-line:last-child {
    display: none;
  }
  #custom-html-16 #pi-human-proof .php-quote-line {
    height: 68px;
  }
  #custom-html-16 #pi-human-proof .php-quote-copy p {
    font-size: 14px;
  }
  #custom-html-16 #pi-human-proof .php-quote-copy span {
    font-size: 11px;
  }
  #custom-html-16 #pi-human-proof .php-values {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #custom-html-16 #pi-human-proof .php-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(104, 217, 185, 0.08);
  }
  #custom-html-16 #pi-human-proof .php-icon {
    width: 50px;
    height: 50px;
  }
  #custom-html-16 #pi-human-proof .php-icon svg {
    width: 29px;
    height: 29px;
  }
  #custom-html-16 #pi-human-proof .php-copy h3 {
    font-size: 15px;
  }
  #custom-html-16 #pi-human-proof .php-copy p {
    font-size: 12px;
    line-height: 1.38;
  }
}
#Servicios {
  /* =========================================================
   PRO IMPULSO
   LÍNEAS DE FORMACIÓN
   VERSIÓN CORREGIDA / COMPACTA / RESPONSIVE
   MOBIRISE SAFE
========================================================= */
  /* =========================================================
   RESET
========================================================= */
  /* =========================================================
   SHELL
========================================================= */
  /* =========================================================
   HEADER
========================================================= */
  /* =========================================================
   GRID
   IMPORTANTE:
   align-items:start evita estiramiento innecesario
========================================================= */
  /* =========================================================
   CARD
   CORRECCIÓN PRINCIPAL
========================================================= */
  /* =========================================================
   HOVER CARD
========================================================= */
  /* =========================================================
   CARD TOP
========================================================= */
  /* =========================================================
   NUMBER
========================================================= */
  /* =========================================================
   MAIN ICON
========================================================= */
  /* =========================================================
   HEADING
========================================================= */
  /* =========================================================
   DIVIDER
========================================================= */
  /* =========================================================
   BODY
   YA NO USA flex:1
========================================================= */
  /* =========================================================
   CAPACIDAD CRÍTICA
========================================================= */
  /* =========================================================
   ENFOQUE
========================================================= */
  /* =========================================================
   MINI ICONOS ENFOQUE
========================================================= */
  /* =========================================================
   RESULTADO
   YA NO SE EMPUJA AL FONDO
========================================================= */
  /* =========================================================
   RESULT ICON
========================================================= */
  /* =========================================================
   RESULT LABEL
========================================================= */
  /* =========================================================
   RESULT TEXT
========================================================= */
  /* =========================================================
   DELAYS
========================================================= */
  /* =========================================================
   ICON ANIMATION
========================================================= */
  /* =========================================================
   PRO ANIMATION
========================================================= */
  /* =========================================================
   HOVER
========================================================= */
  /* =========================================================
   PAUSA AUTOMÁTICA AL INTERACTUAR
========================================================= */
  /* =========================================================
   SALUD Y SEGURIDAD
   DIFERENCIACIÓN MUY SUTIL
========================================================= */
  /* =========================================================
   FOOTER
========================================================= */
  /* =========================================================
   DESKTOP INTERMEDIO / LAPTOP GRANDE
========================================================= */
  /* =========================================================
   LAPTOP
========================================================= */
  /* =========================================================
   TABLET
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
}
#Servicios #pi-training-offer {
  --pto-bg: #061115;
  --pto-card: #0b171a;
  --pto-white: #f5f7f6;
  --pto-text: #c8d0d1;
  --pto-green: #79e6c2;
  --pto-green-dark: #4eb896;
  --pto-border: rgba(121, 230, 194, 0.24);
  --pto-border-soft: rgba(121, 230, 194, 0.14);
  --pto-cycle: 24s;
  width: 100%;
  overflow: hidden;
  padding: 64px 24px 58px;
  color: var(--pto-white);
  background: radial-gradient(circle at 50% 10%, rgba(30, 99, 87, 0.1), transparent 36%), linear-gradient(180deg, #071216 0%, #061115 100%);
}
#Servicios #pi-training-offer,
#Servicios #pi-training-offer * {
  box-sizing: border-box;
}
#Servicios #pi-training-offer h2,
#Servicios #pi-training-offer h3,
#Servicios #pi-training-offer p,
#Servicios #pi-training-offer ul {
  margin-top: 0;
}
#Servicios #pi-training-offer .pto-shell {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
#Servicios #pi-training-offer .pto-header {
  max-width: 940px;
  margin-bottom: 34px;
}
#Servicios #pi-training-offer .pto-eyebrow {
  margin-bottom: 12px;
  color: var(--pto-green);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .18em;
}
#Servicios #pi-training-offer .pto-header h2 {
  margin: 0;
  color: var(--pto-white);
  font-size: 48px;
  line-height: 1.03;
  font-weight: 650;
  letter-spacing: -0.04em;
}
#Servicios #pi-training-offer .pto-header h2 span {
  display: block;
  color: var(--pto-green);
  font-weight: 500;
}
#Servicios #pi-training-offer .pto-header > p {
  max-width: 900px;
  margin: 18px 0 0;
  color: #d0d6d7;
  font-size: 15px;
  line-height: 1.5;
}
#Servicios #pi-training-offer .pto-grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px;
  align-items: start;
}
#Servicios #pi-training-offer .pto-card {
  width: 100%;
  min-width: 0;
  /* eliminamos min-height fija de 510px */
  min-height: 0;
  padding: 22px;
  display: grid;
  grid-template-rows: auto
    auto
    auto
    auto;
  align-content: start;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--pto-border);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(14, 29, 32, 0.97), rgba(8, 20, 24, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.015);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}
#Servicios #pi-training-offer .pto-card:hover {
  transform: translateY(-4px);
  border-color: rgba(121, 230, 194, 0.58);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16), 0 0 22px rgba(121, 230, 194, 0.07);
}
#Servicios #pi-training-offer .pto-top {
  min-height: 122px;
  display: grid;
  grid-template-columns: 32px 92px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
#Servicios #pi-training-offer .pto-number {
  align-self: start;
  padding-top: 6px;
  color: var(--pto-green);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
#Servicios #pi-training-offer .pto-icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 216, 216, 0.3);
  border-radius: 50%;
  color: #e3eeee;
  transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
  animation: ptoIconFocus var(--pto-cycle) linear infinite;
}
#Servicios #pi-training-offer .pto-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#Servicios #pi-training-offer .pto-heading {
  min-width: 0;
}
#Servicios #pi-training-offer .pto-pro {
  display: block;
  margin-bottom: 4px;
  color: var(--pto-green);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  transition: color 0.35s ease, text-shadow 0.35s ease;
  animation: ptoProFocus var(--pto-cycle) linear infinite;
}
#Servicios #pi-training-offer .pto-heading h3 {
  margin: 0;
  color: var(--pto-white);
  font-size: 18px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#Servicios #pi-training-offer .pto-heading > p {
  margin: 8px 0 0;
  color: #d4dbdc;
  font-size: 12.5px;
  line-height: 1.35;
}
#Servicios #pi-training-offer .pto-divider {
  width: 100%;
  height: 1px;
  margin: 10px 0 16px;
  background: rgba(121, 230, 194, 0.2);
}
#Servicios #pi-training-offer .pto-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 16px;
  align-items: start;
  /* altura natural */
  min-height: 0;
}
#Servicios #pi-training-offer .pto-critical {
  min-width: 0;
  padding-right: 14px;
  border-right: 1px solid rgba(121, 230, 194, 0.17);
}
#Servicios #pi-training-offer .pto-label {
  display: block;
  margin-bottom: 9px;
  color: var(--pto-green);
  font-size: 8.5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .10em;
}
#Servicios #pi-training-offer .pto-critical p {
  margin: 0;
  color: #f0f3f3;
  font-size: 11.2px;
  line-height: 1.43;
}
#Servicios #pi-training-offer .pto-focus {
  min-width: 0;
}
#Servicios #pi-training-offer .pto-focus ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#Servicios #pi-training-offer .pto-focus li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
  color: #e4e9e9;
  font-size: 10.5px;
  line-height: 1.28;
}
#Servicios #pi-training-offer .pto-focus li:last-child {
  margin-bottom: 0;
}
#Servicios #pi-training-offer .pto-focus li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .52em;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  border: 1px solid var(--pto-green);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(121, 230, 194, 0.07);
}
#Servicios #pi-training-offer .pto-result {
  width: 100%;
  min-height: 72px;
  margin-top: 20px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(121, 230, 194, 0.19);
  border-radius: 9px;
  background: rgba(13, 30, 32, 0.66);
}
#Servicios #pi-training-offer .pto-result-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pto-green);
}
#Servicios #pi-training-offer .pto-result-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#Servicios #pi-training-offer .pto-result span {
  display: block;
  margin-bottom: 4px;
  color: var(--pto-green);
  font-size: 7.5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
}
#Servicios #pi-training-offer .pto-result p {
  margin: 0;
  color: #f1f4f4;
  font-size: 11px;
  line-height: 1.3;
}
#Servicios #pi-training-offer .pto-card-01 .pto-icon,
#Servicios #pi-training-offer .pto-card-01 .pto-pro {
  animation-delay: 0s;
}
#Servicios #pi-training-offer .pto-card-02 .pto-icon,
#Servicios #pi-training-offer .pto-card-02 .pto-pro {
  animation-delay: 4s;
}
#Servicios #pi-training-offer .pto-card-03 .pto-icon,
#Servicios #pi-training-offer .pto-card-03 .pto-pro {
  animation-delay: 8s;
}
#Servicios #pi-training-offer .pto-card-04 .pto-icon,
#Servicios #pi-training-offer .pto-card-04 .pto-pro {
  animation-delay: 12s;
}
#Servicios #pi-training-offer .pto-card-05 .pto-icon,
#Servicios #pi-training-offer .pto-card-05 .pto-pro {
  animation-delay: 16s;
}
#Servicios #pi-training-offer .pto-card-06 .pto-icon,
#Servicios #pi-training-offer .pto-card-06 .pto-pro {
  animation-delay: 20s;
}
@keyframes ptoIconFocus {
  0% {
    color: #e3eeee;
    border-color: rgba(197, 216, 216, 0.3);
    background: transparent;
    box-shadow: none;
    transform: scale(1);
  }
  4%,
  12% {
    color: var(--pto-green);
    border-color: var(--pto-green);
    background: rgba(121, 230, 194, 0.04);
    box-shadow: 0 0 14px rgba(121, 230, 194, 0.3), 0 0 28px rgba(121, 230, 194, 0.12);
    transform: scale(1.055);
  }
  16%,
  100% {
    color: #e3eeee;
    border-color: rgba(197, 216, 216, 0.3);
    background: transparent;
    box-shadow: none;
    transform: scale(1);
  }
}
@keyframes ptoProFocus {
  0% {
    color: var(--pto-green);
    text-shadow: none;
  }
  4%,
  12% {
    color: #a1ffe0;
    text-shadow: 0 0 11px rgba(121, 230, 194, 0.34);
  }
  16%,
  100% {
    color: var(--pto-green);
    text-shadow: none;
  }
}
#Servicios #pi-training-offer .pto-card:hover .pto-icon {
  color: var(--pto-green);
  border-color: var(--pto-green);
  background: rgba(121, 230, 194, 0.05);
  box-shadow: 0 0 15px rgba(121, 230, 194, 0.3), 0 0 30px rgba(121, 230, 194, 0.12);
  transform: scale(1.055);
}
#Servicios #pi-training-offer .pto-card:hover .pto-pro {
  color: #a6ffe2;
  text-shadow: 0 0 10px rgba(121, 230, 194, 0.25);
}
#Servicios #pi-training-offer .pto-grid:hover .pto-icon,
#Servicios #pi-training-offer .pto-grid:hover .pto-pro {
  animation-play-state: paused !important;
}
#Servicios #pi-training-offer .pto-card-06 {
  border-color: rgba(121, 230, 194, 0.38);
  background: linear-gradient(145deg, rgba(15, 36, 36, 0.98), rgba(8, 22, 24, 0.99));
}
#Servicios #pi-training-offer .pto-footer {
  max-width: 820px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 1fr
    auto
    1fr;
  gap: 24px;
  align-items: center;
}
#Servicios #pi-training-offer .pto-footer > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #d5dddd);
}
#Servicios #pi-training-offer .pto-footer > span:last-child {
  transform: scaleX(-1);
}
#Servicios #pi-training-offer .pto-footer p {
  margin: 0;
  color: var(--pto-green);
  font-size: 8px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .28em;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  #Servicios #pi-training-offer .pto-card {
    padding: 20px;
  }
  #Servicios #pi-training-offer .pto-top {
    grid-template-columns: 28px 78px minmax(0, 1fr);
  }
  #Servicios #pi-training-offer .pto-icon {
    width: 68px;
    height: 68px;
  }
  #Servicios #pi-training-offer .pto-icon svg {
    width: 37px;
    height: 37px;
  }
  #Servicios #pi-training-offer .pto-heading h3 {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  #Servicios #pi-training-offer {
    padding: 54px
      20px
      50px;
  }
  #Servicios #pi-training-offer .pto-header h2 {
    font-size: 42px;
  }
  #Servicios #pi-training-offer .pto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  #Servicios #pi-training-offer .pto-card {
    width: 100%;
  }
}
@media (max-width: 760px) {
  #Servicios #pi-training-offer .pto-header h2 {
    font-size: 37px;
  }
  #Servicios #pi-training-offer .pto-header > p {
    font-size: 14px;
  }
  #Servicios #pi-training-offer .pto-grid {
    grid-template-columns: 1fr !important;
    max-width: 660px;
    margin: 0 auto;
  }
}
@media (max-width: 520px) {
  #Servicios {
    /* HEADER */
    /* CARD */
    /* TOP */
    /* BODY */
    /* RESULT */
    /* FOOTER */
  }
  #Servicios #pi-training-offer {
    padding: 42px
      14px
      40px;
  }
  #Servicios #pi-training-offer .pto-header {
    margin-bottom: 28px;
  }
  #Servicios #pi-training-offer .pto-eyebrow {
    font-size: 9px;
  }
  #Servicios #pi-training-offer .pto-header h2 {
    font-size: 31px;
    line-height: 1.06;
  }
  #Servicios #pi-training-offer .pto-header > p {
    margin-top: 15px;
    font-size: 13px;
  }
  #Servicios #pi-training-offer .pto-card {
    padding: 18px;
    border-radius: 13px;
  }
  #Servicios #pi-training-offer .pto-top {
    min-height: auto;
    grid-template-columns: 25px 64px minmax(0, 1fr);
    gap: 8px;
  }
  #Servicios #pi-training-offer .pto-number {
    font-size: 12px;
  }
  #Servicios #pi-training-offer .pto-icon {
    width: 58px;
    height: 58px;
  }
  #Servicios #pi-training-offer .pto-icon svg {
    width: 32px;
    height: 32px;
  }
  #Servicios #pi-training-offer .pto-pro {
    font-size: 13px;
  }
  #Servicios #pi-training-offer .pto-heading h3 {
    font-size: 17px;
  }
  #Servicios #pi-training-offer .pto-heading > p {
    font-size: 11.5px;
  }
  #Servicios #pi-training-offer .pto-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #Servicios #pi-training-offer .pto-critical {
    padding-right: 0;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid rgba(121, 230, 194, 0.13);
  }
  #Servicios #pi-training-offer .pto-critical p {
    font-size: 12px;
  }
  #Servicios #pi-training-offer .pto-focus li {
    font-size: 11.5px;
  }
  #Servicios #pi-training-offer .pto-result {
    min-height: 66px;
    margin-top: 18px;
    grid-template-columns: 46px minmax(0, 1fr);
  }
  #Servicios #pi-training-offer .pto-result-icon {
    width: 40px;
    height: 40px;
  }
  #Servicios #pi-training-offer .pto-result-icon svg {
    width: 32px;
    height: 32px;
  }
  #Servicios #pi-training-offer .pto-result p {
    font-size: 11.5px;
  }
  #Servicios #pi-training-offer .pto-footer {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }
  #Servicios #pi-training-offer .pto-footer > span {
    display: none;
  }
  #Servicios #pi-training-offer .pto-footer p {
    text-align: center;
    white-space: normal;
    line-height: 1.5;
  }
}
.cid-vuiTdu95CT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vuiTdu95CT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuiTdu95CT .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-vuiTdu95CT .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vuiTdu95CT .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #f4faf9;
}
.cid-vuiTdu95CT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vuiTdu95CT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vuiTdu95CT .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vuiTdu95CT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vuiTdu95CT .image-wrapper img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vuiTdu95CT .image-wrapper img {
    height: 300px;
  }
}
.cid-vuiTdu95CT .mbr-label,
.cid-vuiTdu95CT .label-wrapper {
  color: #187464;
}
.cid-vuiTdu95CT .mbr-section-title {
  color: #16526e;
}
.cid-vuiTdu95CT .mbr-text,
.cid-vuiTdu95CT .text-wrapper {
  color: #8c8c8c;
}
.cid-vuiTdu95CT .mbr-section-title,
.cid-vuiTdu95CT .mbr-section-btn,
.cid-vuiTdu95CT .title-wrapper {
  color: #000000;
}
#custom-html-1h {
  /* =========================================================
   PRO IMPULSO
   NUESTRA FORMA DE TRABAJAR
   VERSIÓN AJUSTADA
   MOBIRISE SAFE
========================================================= */
  /* =========================================================
   RESET
========================================================= */
  /* =========================================================
   EVITAR CORTES
========================================================= */
  /* =========================================================
   SHELL
   MÁS ANCHO PARA REDUCIR LOS MÁRGENES LATERALES
========================================================= */
  /* =========================================================
   HEADER
   YA NO ES DE DOS COLUMNAS
========================================================= */
  /* =========================================================
   EYEBROW
========================================================= */
  /* =========================================================
   TITULAR
========================================================= */
  /* =========================================================
   INTRO
   AHORA DEBAJO DEL TITULAR
========================================================= */
  /* =========================================================
   GRID
========================================================= */
  /* =========================================================
   CARD
========================================================= */
  /* =========================================================
   NUMBER
========================================================= */
  /* =========================================================
   ICON
========================================================= */
  /* =========================================================
   CARD TITLE
========================================================= */
  /* =========================================================
   MINI LINE
========================================================= */
  /* =========================================================
   DESCRIPTION
========================================================= */
  /* =========================================================
   DELAYS
========================================================= */
  /* =========================================================
   AUTO FOCUS
========================================================= */
  /* =========================================================
   HOVER
========================================================= */
  /* =========================================================
   ICON HOVER
========================================================= */
  /* =========================================================
   LINE HOVER
========================================================= */
  /* =========================================================
   PAUSA ANIMACIÓN
========================================================= */
  /* =========================================================
   DESKTOP INTERMEDIO
========================================================= */
  /* =========================================================
   LAPTOP
========================================================= */
  /* =========================================================
   TABLET / LAPTOP PEQUEÑO
========================================================= */
  /* =========================================================
   TABLET
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
  /* =========================================================
   MOBILE PEQUEÑO
========================================================= */
}
#custom-html-1h #pi-workstyle {
  --pws-bg: #f8faf9;
  --pws-white: #ffffff;
  --pws-title: #121719;
  --pws-text: #566166;
  --pws-green: #68d9b9;
  --pws-green-dark: #5c9987;
  --pws-border: #dfe8e5;
  --pws-cycle: 20s;
  width: 100%;
  /* menos aire vertical que antes */
  padding: 42px
    40px
    46px;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfcfb 0%, var(--pws-bg) 100%);
}
#custom-html-1h #pi-workstyle,
#custom-html-1h #pi-workstyle * {
  box-sizing: border-box;
}
#custom-html-1h #pi-workstyle h2,
#custom-html-1h #pi-workstyle h3,
#custom-html-1h #pi-workstyle p {
  margin-top: 0;
}
#custom-html-1h #pi-workstyle h2,
#custom-html-1h #pi-workstyle h3,
#custom-html-1h #pi-workstyle p,
#custom-html-1h #pi-workstyle span {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
#custom-html-1h #pi-workstyle .pws-shell {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}
#custom-html-1h #pi-workstyle .pws-header {
  width: 100%;
  max-width: 1040px;
  margin: 0
    0
    30px;
}
#custom-html-1h #pi-workstyle .pws-eyebrow {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 18px;
}
#custom-html-1h #pi-workstyle .pws-eyebrow span {
  color: var(--pws-green-dark);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .20em;
}
#custom-html-1h #pi-workstyle .pws-eyebrow i {
  display: block;
  width: 58px;
  height: 1px;
  background: var(--pws-green-dark);
}
#custom-html-1h #pi-workstyle .pws-header h2 {
  max-width: 920px;
  margin: 0;
  color: var(--pws-title);
  font-size: 46px;
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.04em;
}
#custom-html-1h #pi-workstyle .pws-header h2 span {
  color: var(--pws-green-dark);
}
#custom-html-1h #pi-workstyle .pws-intro {
  max-width: 920px;
  margin: 20px 0 0;
  color: var(--pws-text);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
#custom-html-1h #pi-workstyle .pws-grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px;
  align-items: stretch;
}
#custom-html-1h #pi-workstyle .pws-card {
  min-width: 0;
  min-height: 300px;
  padding: 22px
    20px
    24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--pws-border);
  border-radius: 16px;
  background: var(--pws-white);
  box-shadow: 0 7px 20px rgba(20, 40, 44, 0.035);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  animation: pwsCardFocus var(--pws-cycle) linear infinite;
}
#custom-html-1h #pi-workstyle .pws-number {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--pws-green-dark);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}
#custom-html-1h #pi-workstyle .pws-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #31474b;
  background: rgba(104, 217, 185, 0.1);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
#custom-html-1h #pi-workstyle .pws-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-1h #pi-workstyle .pws-card h3 {
  margin: 0
    0
    14px;
  color: var(--pws-title);
  font-size: 18px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#custom-html-1h #pi-workstyle .pws-mini-line {
  display: block;
  width: 42px;
  height: 2px;
  margin-bottom: 20px;
  background: var(--pws-green-dark);
  transition: width .35s ease,
    background .35s ease;
}
#custom-html-1h #pi-workstyle .pws-card p {
  max-width: 235px;
  margin: auto
    auto
    0;
  color: var(--pws-text);
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-1h #pi-workstyle .pws-card-01 {
  animation-delay: 0s;
}
#custom-html-1h #pi-workstyle .pws-card-02 {
  animation-delay: 5s;
}
#custom-html-1h #pi-workstyle .pws-card-03 {
  animation-delay: 10s;
}
#custom-html-1h #pi-workstyle .pws-card-04 {
  animation-delay: 15s;
}
@keyframes pwsCardFocus {
  0% {
    transform: translateY(0);
    border-color: var(--pws-border);
    box-shadow: 0 7px 20px rgba(20, 40, 44, 0.035);
  }
  5%,
  17% {
    transform: translateY(-4px);
    border-color: rgba(104, 217, 185, 0.62);
    box-shadow: 0 14px 30px rgba(25, 50, 52, 0.06), 0 0 22px rgba(104, 217, 185, 0.1);
  }
  21%,
  100% {
    transform: translateY(0);
    border-color: var(--pws-border);
    box-shadow: 0 7px 20px rgba(20, 40, 44, 0.035);
  }
}
#custom-html-1h #pi-workstyle .pws-card:hover {
  transform: translateY(-5px);
  border-color: rgba(104, 217, 185, 0.75);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(25, 50, 52, 0.07), 0 0 24px rgba(104, 217, 185, 0.1);
}
#custom-html-1h #pi-workstyle .pws-card:hover .pws-icon {
  color: var(--pws-green-dark);
  background: rgba(104, 217, 185, 0.17);
  transform: scale(1.055);
  box-shadow: 0 0 18px rgba(104, 217, 185, 0.12);
}
#custom-html-1h #pi-workstyle .pws-card:hover .pws-mini-line {
  width: 62px;
  background: var(--pws-green);
}
#custom-html-1h #pi-workstyle .pws-grid:hover .pws-card {
  animation-play-state: paused !important;
}
@media (max-width: 1400px) {
  #custom-html-1h #pi-workstyle {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1200px) {
  #custom-html-1h #pi-workstyle {
    padding: 38px
      28px
      44px;
  }
  #custom-html-1h #pi-workstyle .pws-header h2 {
    font-size: 40px;
  }
  #custom-html-1h #pi-workstyle .pws-intro {
    max-width: 820px;
    font-size: 14px;
  }
  #custom-html-1h #pi-workstyle .pws-card {
    min-height: 290px;
    padding: 20px
      16px
      22px;
  }
  #custom-html-1h #pi-workstyle .pws-icon {
    width: 72px;
    height: 72px;
  }
  #custom-html-1h #pi-workstyle .pws-icon svg {
    width: 37px;
    height: 37px;
  }
  #custom-html-1h #pi-workstyle .pws-card h3 {
    font-size: 16.5px;
  }
  #custom-html-1h #pi-workstyle .pws-card p {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  #custom-html-1h #pi-workstyle {
    padding: 36px
      24px
      42px;
  }
  #custom-html-1h #pi-workstyle .pws-header {
    max-width: 820px;
  }
  #custom-html-1h #pi-workstyle .pws-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }
}
@media (max-width: 700px) {
  #custom-html-1h #pi-workstyle {
    padding: 34px
      18px
      40px;
  }
  #custom-html-1h #pi-workstyle .pws-header h2 {
    font-size: 34px;
  }
  #custom-html-1h #pi-workstyle .pws-intro {
    margin-top: 16px;
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  #custom-html-1h {
    /* HEADER */
    /* GRID */
    /* CARD */
  }
  #custom-html-1h #pi-workstyle {
    padding: 30px
      14px
      36px;
  }
  #custom-html-1h #pi-workstyle .pws-header {
    margin-bottom: 24px;
  }
  #custom-html-1h #pi-workstyle .pws-eyebrow {
    gap: 12px;
    margin-bottom: 14px;
  }
  #custom-html-1h #pi-workstyle .pws-eyebrow span {
    font-size: 8px;
    letter-spacing: .16em;
  }
  #custom-html-1h #pi-workstyle .pws-eyebrow i {
    width: 38px;
  }
  #custom-html-1h #pi-workstyle .pws-header h2 {
    font-size: 30px;
    line-height: 1.06;
  }
  #custom-html-1h #pi-workstyle .pws-intro {
    margin-top: 14px;
    font-size: 12.5px;
    line-height: 1.45;
  }
  #custom-html-1h #pi-workstyle .pws-grid {
    grid-template-columns: 1fr !important;
    gap: 11px;
  }
  #custom-html-1h #pi-workstyle .pws-card {
    min-height: 0;
    padding: 20px
      18px;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-areas: "icon title" "icon line" "icon text";
    column-gap: 16px;
    row-gap: 7px;
    align-items: center;
    text-align: left;
  }
  #custom-html-1h #pi-workstyle .pws-number {
    top: 13px;
    right: 14px;
    left: auto;
    font-size: 9px;
  }
  #custom-html-1h #pi-workstyle .pws-icon {
    grid-area: icon;
    width: 62px;
    height: 62px;
    margin: 0;
  }
  #custom-html-1h #pi-workstyle .pws-icon svg {
    width: 33px;
    height: 33px;
  }
  #custom-html-1h #pi-workstyle .pws-card h3 {
    grid-area: title;
    margin: 0;
    font-size: 16px;
    line-height: 1.15;
  }
  #custom-html-1h #pi-workstyle .pws-mini-line {
    grid-area: line;
    margin: 0;
    width: 36px;
  }
  #custom-html-1h #pi-workstyle .pws-card p {
    grid-area: text;
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 380px) {
  #custom-html-1h #pi-workstyle {
    padding-left: 12px;
    padding-right: 12px;
  }
  #custom-html-1h #pi-workstyle .pws-header h2 {
    font-size: 27px;
  }
  #custom-html-1h #pi-workstyle .pws-card {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 12px;
    padding: 17px
      14px;
  }
  #custom-html-1h #pi-workstyle .pws-icon {
    width: 52px;
    height: 52px;
  }
  #custom-html-1h #pi-workstyle .pws-icon svg {
    width: 29px;
    height: 29px;
  }
}
#custom-html-19 {
  /* =========================================================
   PRO IMPULSO
   NUESTRO ENFOQUE DE VALOR
   VERSION FONDO BLANCO
   MOBIRISE SAFE
========================================================= */
  /* =========================================================
   RESET LOCAL
========================================================= */
  /* =========================================================
   EVITAR CORTES EXTRAÑOS DE PALABRAS
========================================================= */
  /* =========================================================
   SHELL
========================================================= */
  /* =========================================================
   ENCABEZADO
========================================================= */
  /* =========================================================
   TITULO
========================================================= */
  /* =========================================================
   LINEA
========================================================= */
  /* =========================================================
   GRID DESKTOP
========================================================= */
  /* =========================================================
   TARJETA
========================================================= */
  /* =========================================================
   ICONO
========================================================= */
  /* =========================================================
   SVG
========================================================= */
  /* =========================================================
   COPY
========================================================= */
  /* =========================================================
   NUMERO
========================================================= */
  /* =========================================================
   TITULO DEL PASO
========================================================= */
  /* =========================================================
   TEXTO DEL PASO
========================================================= */
  /* =========================================================
   FLECHA
========================================================= */
  /* =========================================================
   ANIMACIÓN 01 - 04
========================================================= */
  /* =========================================================
   HOVER
========================================================= */
  /* =========================================================
   HOVER ICONO
========================================================= */
  /* =========================================================
   PAUSAR RECORRIDO
========================================================= */
  /* =========================================================
   ANIMACIÓN PRINCIPAL
========================================================= */
  /* =========================================================
   PASO FINAL
========================================================= */
  /* =========================================================
   PASO FINAL - NUMERO
========================================================= */
  /* =========================================================
   PASO FINAL - TITULO
========================================================= */
  /* =========================================================
   PASO FINAL - TEXTO
========================================================= */
  /* =========================================================
   PASO FINAL - ICONO
========================================================= */
  /* =========================================================
   PASO FINAL HOVER
========================================================= */
  /* =========================================================
   ANIMACIÓN FINAL
========================================================= */
  /* =========================================================
   CIERRE
========================================================= */
  /* =========================================================
   LINEAS CIERRE
========================================================= */
  /* =========================================================
   TEXTO CIERRE
========================================================= */
  /* =========================================================
   TEXTO DESTACADO
========================================================= */
  /* =========================================================
   LAPTOP GRANDE
========================================================= */
  /* =========================================================
   LAPTOP
   3 COLUMNAS
========================================================= */
  /* =========================================================
   TABLET
   2 COLUMNAS
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
  /* =========================================================
   PROTECCION EXTRA PARA MOBIRISE
   EVITA HERENCIAS DE FONDO DE OTROS BLOQUES
========================================================= */
}
#custom-html-19 #pi-value-process {
  --pvp-bg: #ffffff;
  --pvp-step: #eef4f3;
  --pvp-white: #ffffff;
  --pvp-title: #1b2528;
  --pvp-text: #596469;
  --pvp-green: #68d9b9;
  --pvp-green-dark: #4b9b84;
  --pvp-dark: #18383d;
  --pvp-cycle: 20s;
  width: 100%;
  overflow: hidden;
  padding: 20px
    24px
    48px;
  background: #ffffff;
}
#custom-html-19 #pi-value-process,
#custom-html-19 #pi-value-process * {
  box-sizing: border-box;
}
#custom-html-19 #pi-value-process h3,
#custom-html-19 #pi-value-process h4,
#custom-html-19 #pi-value-process p {
  margin-top: 0;
}
#custom-html-19 #pi-value-process h3,
#custom-html-19 #pi-value-process h4,
#custom-html-19 #pi-value-process p,
#custom-html-19 #pi-value-process span {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
#custom-html-19 #pi-value-process .pvp-shell {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  background: #ffffff;
}
#custom-html-19 #pi-value-process .pvp-heading {
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
}
#custom-html-19 #pi-value-process .pvp-heading h3 {
  margin: 0;
  flex: 0 0 auto;
  color: #1b2427;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: -0.02em;
}
#custom-html-19 #pi-value-process .pvp-heading-line {
  width: 110px;
  height: 1px;
  background: var(--pvp-green-dark);
}
#custom-html-19 #pi-value-process .pvp-process {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px;
  align-items: stretch;
}
#custom-html-19 #pi-value-process .pvp-step {
  width: 100%;
  min-width: 0;
  min-height: 148px;
  padding: 18px 16px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 22px;
  column-gap: 12px;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(75, 155, 132, 0.16);
  border-radius: 16px;
  background: var(--pvp-step);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
#custom-html-19 #pi-value-process .pvp-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #31474b;
  background: rgba(104, 217, 185, 0.14);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
#custom-html-19 #pi-value-process .pvp-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-19 #pi-value-process .pvp-copy {
  width: 100%;
  min-width: 0;
}
#custom-html-19 #pi-value-process .pvp-number {
  display: block;
  margin-bottom: 5px;
  color: var(--pvp-green-dark);
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
}
#custom-html-19 #pi-value-process .pvp-copy h4 {
  width: 100%;
  margin: 0 0 7px;
  color: var(--pvp-title);
  font-size: 15px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.015em;
}
#custom-html-19 #pi-value-process .pvp-copy p {
  width: 100%;
  margin: 0;
  color: var(--pvp-text);
  font-size: 12px;
  line-height: 1.34;
}
#custom-html-19 #pi-value-process .pvp-arrow {
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #79a0a5;
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
}
#custom-html-19 #pi-value-process .pvp-step-01,
#custom-html-19 #pi-value-process .pvp-step-02,
#custom-html-19 #pi-value-process .pvp-step-03,
#custom-html-19 #pi-value-process .pvp-step-04 {
  animation: pvpFocus var(--pvp-cycle) linear infinite;
}
#custom-html-19 #pi-value-process .pvp-step-01 {
  animation-delay: 0s;
}
#custom-html-19 #pi-value-process .pvp-step-02 {
  animation-delay: 4s;
}
#custom-html-19 #pi-value-process .pvp-step-03 {
  animation-delay: 8s;
}
#custom-html-19 #pi-value-process .pvp-step-04 {
  animation-delay: 12s;
}
#custom-html-19 #pi-value-process .pvp-step:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: rgba(104, 217, 185, 0.58);
  box-shadow: 0 12px 24px rgba(20, 35, 40, 0.06), 0 0 20px rgba(104, 217, 185, 0.08);
}
#custom-html-19 #pi-value-process .pvp-step:hover .pvp-icon {
  color: var(--pvp-green-dark);
  background: rgba(104, 217, 185, 0.21);
  box-shadow: 0 0 15px rgba(104, 217, 185, 0.16), 0 0 26px rgba(104, 217, 185, 0.07);
  transform: scale(1.055);
}
#custom-html-19 #pi-value-process .pvp-process:hover .pvp-step {
  animation-play-state: paused !important;
}
@keyframes pvpFocus {
  0% {
    transform: translateY(0);
    background: var(--pvp-step);
    border-color: rgba(75, 155, 132, 0.16);
    box-shadow: none;
  }
  5%,
  14% {
    transform: translateY(-2px);
    background: #ffffff;
    border-color: rgba(104, 217, 185, 0.58);
    box-shadow: 0 8px 18px rgba(20, 35, 40, 0.04), 0 0 16px rgba(104, 217, 185, 0.07);
  }
  18%,
  100% {
    transform: translateY(0);
    background: var(--pvp-step);
    border-color: rgba(75, 155, 132, 0.16);
    box-shadow: none;
  }
}
#custom-html-19 #pi-value-process .pvp-step-05 {
  background: var(--pvp-dark);
  border-color: var(--pvp-dark);
  animation: pvpFocusFinal var(--pvp-cycle) linear infinite;
  animation-delay: 16s;
}
#custom-html-19 #pi-value-process .pvp-step-05 .pvp-number {
  color: var(--pvp-green);
}
#custom-html-19 #pi-value-process .pvp-step-05 .pvp-copy h4 {
  color: #ffffff;
}
#custom-html-19 #pi-value-process .pvp-step-05 .pvp-copy p {
  color: #d8e3e5;
}
#custom-html-19 #pi-value-process .pvp-step-05 .pvp-icon {
  color: #ffffff;
  background: rgba(104, 217, 185, 0.14);
}
#custom-html-19 #pi-value-process .pvp-step-05:hover {
  background: #123137;
  border-color: var(--pvp-green);
}
@keyframes pvpFocusFinal {
  0% {
    transform: translateY(0);
    background: var(--pvp-dark);
    border-color: var(--pvp-dark);
    box-shadow: none;
  }
  5%,
  14% {
    transform: translateY(-2px);
    background: var(--pvp-dark);
    border-color: var(--pvp-green);
    box-shadow: 0 10px 24px rgba(10, 38, 42, 0.15), 0 0 24px rgba(104, 217, 185, 0.18);
  }
  18%,
  100% {
    transform: translateY(0);
    background: var(--pvp-dark);
    border-color: var(--pvp-dark);
    box-shadow: none;
  }
}
#custom-html-19 #pi-value-process .pvp-closing {
  max-width: 900px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 1fr
    auto
    1fr;
  gap: 22px;
  align-items: center;
}
#custom-html-19 #pi-value-process .pvp-closing > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #a9b4b6);
}
#custom-html-19 #pi-value-process .pvp-closing > span:last-child {
  transform: scaleX(-1);
}
#custom-html-19 #pi-value-process .pvp-closing p {
  margin: 0;
  color: #687477;
  font-size: 11.5px;
  line-height: 1.4;
  text-align: center;
}
#custom-html-19 #pi-value-process .pvp-closing strong {
  color: var(--pvp-green-dark);
  font-weight: 700;
}
@media (max-width: 1250px) {
  #custom-html-19 #pi-value-process .pvp-shell {
    max-width: 1160px;
  }
  #custom-html-19 #pi-value-process .pvp-step {
    min-height: 142px;
    padding: 16px 13px;
    grid-template-columns: 46px minmax(0, 1fr) 18px;
    gap: 9px;
  }
  #custom-html-19 #pi-value-process .pvp-icon {
    width: 44px;
    height: 44px;
  }
  #custom-html-19 #pi-value-process .pvp-icon svg {
    width: 26px;
    height: 26px;
  }
  #custom-html-19 #pi-value-process .pvp-copy h4 {
    font-size: 14px;
  }
  #custom-html-19 #pi-value-process .pvp-copy p {
    font-size: 11px;
  }
  #custom-html-19 #pi-value-process .pvp-arrow {
    width: 18px;
    font-size: 29px;
  }
}
@media (max-width: 980px) {
  #custom-html-19 #pi-value-process {
    padding-top: 18px;
    background: #ffffff;
  }
  #custom-html-19 #pi-value-process .pvp-process {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  #custom-html-19 #pi-value-process .pvp-step {
    min-height: 132px;
  }
}
@media (max-width: 760px) {
  #custom-html-19 #pi-value-process {
    padding: 18px
      18px
      36px;
    background: #ffffff;
  }
  #custom-html-19 #pi-value-process .pvp-process {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  #custom-html-19 #pi-value-process .pvp-step-05 {
    grid-column: -1;
  }
}
@media (max-width: 560px) {
  #custom-html-19 {
    /* ---------------------------------------------
     HEADING
  --------------------------------------------- */
    /* ---------------------------------------------
     UNA TARJETA POR FILA
  --------------------------------------------- */
    /* ---------------------------------------------
     TARJETA MOBILE
  --------------------------------------------- */
    /* ---------------------------------------------
     OCULTAMOS FLECHAS
  --------------------------------------------- */
    /* ---------------------------------------------
     ICONO
  --------------------------------------------- */
    /* ---------------------------------------------
     TITULO
  --------------------------------------------- */
    /* ---------------------------------------------
     TEXTO
  --------------------------------------------- */
    /* ---------------------------------------------
     CIERRE
  --------------------------------------------- */
  }
  #custom-html-19 #pi-value-process {
    padding: 16px
      14px
      34px;
    background: #ffffff;
  }
  #custom-html-19 #pi-value-process .pvp-heading {
    margin-bottom: 15px;
  }
  #custom-html-19 #pi-value-process .pvp-heading h3 {
    font-size: 17px;
  }
  #custom-html-19 #pi-value-process .pvp-heading-line {
    flex: 1;
    width: auto;
  }
  #custom-html-19 #pi-value-process .pvp-process {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  #custom-html-19 #pi-value-process .pvp-step,
  #custom-html-19 #pi-value-process .pvp-step-05 {
    grid-column: auto;
    min-height: 96px;
    padding: 14px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 13px;
  }
  #custom-html-19 #pi-value-process .pvp-arrow {
    display: none;
  }
  #custom-html-19 #pi-value-process .pvp-icon {
    width: 48px;
    height: 48px;
  }
  #custom-html-19 #pi-value-process .pvp-icon svg {
    width: 28px;
    height: 28px;
  }
  #custom-html-19 #pi-value-process .pvp-copy h4 {
    font-size: 15px;
    line-height: 1.15;
  }
  #custom-html-19 #pi-value-process .pvp-copy p {
    font-size: 12px;
    line-height: 1.35;
  }
  #custom-html-19 #pi-value-process .pvp-closing {
    margin-top: 25px;
    grid-template-columns: 1fr;
  }
  #custom-html-19 #pi-value-process .pvp-closing > span {
    display: none;
  }
  #custom-html-19 #pi-value-process .pvp-closing p {
    font-size: 11px;
  }
}
#custom-html-19 #pi-value-process {
  background-color: #ffffff !important;
}
#custom-html-19 #pi-value-process .pvp-shell {
  background-color: #ffffff;
}
.cid-vujqFAp9XJ {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/copy20of20presentacic3b3n20202620-2020servicios20proimpulso201-1920x1080.jpg");
}
.cid-vujqFAp9XJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vujqFAp9XJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vujqFAp9XJ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vujqFAp9XJ .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vujqFAp9XJ .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vujqFAp9XJ .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #bbbbbb 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vujqFAp9XJ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vujqFAp9XJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vujqFAp9XJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vujqFAp9XJ .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vujqFAp9XJ .mbr-section-title {
  color: #ffffff;
}
.cid-vujqFAp9XJ .mbr-section-subtitle {
  color: #00ffd3;
  text-align: center;
}
.cid-vujqFAp9XJ .mbr-text,
.cid-vujqFAp9XJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vujqFAp9XJ .mbr-section-title,
.cid-vujqFAp9XJ .mbr-section-btn {
  text-align: center;
}
.cid-vuiWr0Ie63 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vuiWr0Ie63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuiWr0Ie63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuiWr0Ie63 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vuiWr0Ie63 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vuiWr0Ie63 .row {
    text-align: center;
  }
  .cid-vuiWr0Ie63 .row > div {
    margin: auto;
  }
  .cid-vuiWr0Ie63 .social-row {
    justify-content: center;
  }
}
.cid-vuiWr0Ie63 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vuiWr0Ie63 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vuiWr0Ie63 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuiWr0Ie63 .list {
    margin-bottom: 0rem;
  }
}
.cid-vuiWr0Ie63 .mbr-text {
  color: #bbbbbb;
}
.cid-vuiWr0Ie63 .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-vuiWr0Ie63 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vuiWr0Ie63 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfH2nLe4dO {
  z-index: 1000;
  width: 100%;
}
.cid-vfH2nLe4dO nav.navbar {
  position: fixed;
}
.cid-vfH2nLe4dO .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-vfH2nLe4dO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfH2nLe4dO .dropdown-item {
  border: none !important;
  background: #282828 !important;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover,
.cid-vfH2nLe4dO .dropdown-item:focus {
  background: #282828 !important;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item:hover span {
  color: white;
}
.cid-vfH2nLe4dO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfH2nLe4dO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfH2nLe4dO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vfH2nLe4dO .nav-link {
  position: relative;
}
.cid-vfH2nLe4dO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1284px;
  border-bottom: 1px solid #282828;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .container {
    flex-wrap: nowrap;
  }
}
.cid-vfH2nLe4dO .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfH2nLe4dO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfH2nLe4dO .dropdown-menu,
.cid-vfH2nLe4dO .navbar.opened {
  background: #000000 !important;
}
.cid-vfH2nLe4dO .nav-item:focus,
.cid-vfH2nLe4dO .nav-link:focus {
  outline: none;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfH2nLe4dO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfH2nLe4dO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfH2nLe4dO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfH2nLe4dO .navbar {
  min-height: 87px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}
.cid-vfH2nLe4dO .navbar.opened {
  transition: all 0.3s;
}
.cid-vfH2nLe4dO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 8px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfH2nLe4dO .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vfH2nLe4dO .navbar .navbar-logo img {
  width: auto;
}
.cid-vfH2nLe4dO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfH2nLe4dO .navbar.collapsed {
  justify-content: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfH2nLe4dO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfH2nLe4dO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfH2nLe4dO .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-vfH2nLe4dO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfH2nLe4dO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfH2nLe4dO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfH2nLe4dO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfH2nLe4dO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfH2nLe4dO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 0 !important;
  }
  .cid-vfH2nLe4dO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfH2nLe4dO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfH2nLe4dO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-short {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar.navbar-short .navbar-brand {
  min-height: 87px;
}
.cid-vfH2nLe4dO .navbar-brand {
  min-height: 87px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfH2nLe4dO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .dropdown-item.active,
.cid-vfH2nLe4dO .dropdown-item:active {
  background-color: transparent;
}
.cid-vfH2nLe4dO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfH2nLe4dO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.1rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfH2nLe4dO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfH2nLe4dO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfH2nLe4dO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfH2nLe4dO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfH2nLe4dO .navbar-buttons {
    text-align: left;
  }
}
.cid-vfH2nLe4dO .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vfH2nLe4dO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfH2nLe4dO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #00ffd3;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfH2nLe4dO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfH2nLe4dO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfH2nLe4dO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfH2nLe4dO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfH2nLe4dO .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-vfH2nLe4dO .navbar {
    height: 87px;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    height: auto;
  }
  .cid-vfH2nLe4dO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfH2nLe4dO .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfH2nLe4dO .nav-item .nav-link {
  padding: 6px 8px 5px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  z-index: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfH2nLe4dO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: #282828;
  transition: all .3s ease;
  opacity: 0;
  z-index: -1;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover,
.cid-vfH2nLe4dO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::after,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vfH2nLe4dO .nav-item .nav-link:hover::before,
.cid-vfH2nLe4dO .nav-item .nav-link:focus::before {
  transform: scale(1);
  opacity: 1;
}
.cid-vfH2nLe4dO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfH2nLe4dO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfH2nLe4dO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfH2nLe4dO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfH2nLe4dO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfH2nLe4dO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfH2nLe4dO .content-wrap {
  min-height: 87px;
}
.cid-vujAMBfYMa {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vujAMBfYMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vujAMBfYMa .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-vujAMBfYMa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vujAMBfYMa .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #f4faf9;
}
.cid-vujAMBfYMa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vujAMBfYMa .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vujAMBfYMa .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vujAMBfYMa .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vujAMBfYMa .image-wrapper img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vujAMBfYMa .image-wrapper img {
    height: 300px;
  }
}
.cid-vujAMBfYMa .mbr-label,
.cid-vujAMBfYMa .label-wrapper {
  color: #187464;
}
.cid-vujAMBfYMa .mbr-section-title {
  color: #16526e;
}
.cid-vujAMBfYMa .mbr-text,
.cid-vujAMBfYMa .text-wrapper {
  color: #8c8c8c;
}
.cid-vujAMBfYMa .mbr-section-title,
.cid-vujAMBfYMa .mbr-section-btn,
.cid-vujAMBfYMa .title-wrapper {
  color: #000000;
}
#custom-html-1s {
  /* =========================================================
   PRO IMPULSO
   METODO DE FORMACION EJECUTIVA APLICADA
   VERSION RESPONSIVE FINAL + PASO 05 CORREGIDO
   MOBIRISE SAFE
========================================================= */
  /* =========================================================
   RESET
========================================================= */
  /* =========================================================
   SHELL
========================================================= */
  /* =========================================================
   HEADER
========================================================= */
  /* =========================================================
   TITLE WRAP
========================================================= */
  /* =========================================================
   EYEBROW
========================================================= */
  /* =========================================================
   TITLE
========================================================= */
  /* =========================================================
   SUBTITLE
========================================================= */
  /* =========================================================
   SUBTITLE STRONG
========================================================= */
  /* =========================================================
   BADGES
========================================================= */
  /* =========================================================
   BADGE
========================================================= */
  /* =========================================================
   BADGE ICON
========================================================= */
  /* =========================================================
   BADGE SEPARATOR
========================================================= */
  /* =========================================================
   PROCESS HEADING
========================================================= */
  /* =========================================================
   PROCESS TITLE
========================================================= */
  /* =========================================================
   PROCESS LINE
========================================================= */
  /* =========================================================
   PROCESS
========================================================= */
  /* =========================================================
   STEP
========================================================= */
  /* =========================================================
   STEP ANIMATION GENERAL
   SOLO PARA 01 A 04
========================================================= */
  /* =========================================================
   DELAYS
========================================================= */
  /* =========================================================
   ICON
========================================================= */
  /* =========================================================
   ICON SVG
========================================================= */
  /* =========================================================
   STEP COPY
========================================================= */
  /* =========================================================
   NUMBER
========================================================= */
  /* =========================================================
   STEP TITLE
========================================================= */
  /* =========================================================
   STEP TEXT
========================================================= */
  /* =========================================================
   ARROW
========================================================= */
  /* =========================================================
   HOVER GENERAL
========================================================= */
  /* =========================================================
   HOVER ICON GENERAL
========================================================= */
  /* =========================================================
   PAUSE GENERAL
========================================================= */
  /* =========================================================
   ANIMATION GENERAL
========================================================= */
  /* =========================================================
   PASO 05
   MEDICIÓN DE IMPACTO
   SIEMPRE VERDE OSCURO
========================================================= */
  /* =========================================================
   STEP 05 TITLE
========================================================= */
  /* =========================================================
   STEP 05 TEXT
========================================================= */
  /* =========================================================
   STEP 05 NUMBER
========================================================= */
  /* =========================================================
   STEP 05 ICON
========================================================= */
  /* =========================================================
   STEP 05 HOVER
========================================================= */
  /* =========================================================
   STEP 05 HOVER ICON
========================================================= */
  /* =========================================================
   STEP 05 ANIMATION
   NUNCA PASA A BLANCO
========================================================= */
  /* =========================================================
   CLOSING
========================================================= */
  /* =========================================================
   CLOSING LINES
========================================================= */
  /* =========================================================
   CLOSING COPY
========================================================= */
  /* =========================================================
   CLOSING STRONG
========================================================= */
  /* =========================================================
   LAPTOP
========================================================= */
  /* =========================================================
   TABLET
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
}
#custom-html-1s #pi-method {
  --pim-bg: #f7f7f7;
  --pim-white: #ffffff;
  --pim-black: #17191b;
  --pim-text: #4f5a5e;
  --pim-muted: #7d898d;
  --pim-green: #68d9b9;
  --pim-green-dark: #4b9b84;
  --pim-green-soft: rgba(104, 217, 185, 0.12);
  --pim-step: #eef5f7;
  --pim-step-active: #11383e;
  --pim-cycle: 20s;
  width: 100%;
  overflow: hidden;
  padding: 54px
    24px
    50px;
  color: var(--pim-black);
  background: var(--pim-bg);
}
#custom-html-1s #pi-method,
#custom-html-1s #pi-method * {
  box-sizing: border-box;
}
#custom-html-1s #pi-method h2,
#custom-html-1s #pi-method h3,
#custom-html-1s #pi-method h4,
#custom-html-1s #pi-method p {
  margin-top: 0;
}
#custom-html-1s #pi-method .pim-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-1s #pi-method .pim-header {
  width: 100%;
  min-height: 118px;
  padding: 24px
    30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(104, 217, 185, 0.55);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(104, 217, 185, 0.085), rgba(255, 255, 255, 0.96));
  box-shadow: 0 10px 30px rgba(20, 40, 45, 0.04);
}
#custom-html-1s #pi-method .pim-title-wrap {
  min-width: 0;
}
#custom-html-1s #pi-method .pim-eyebrow {
  margin-bottom: 7px;
  color: var(--pim-green-dark);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .17em;
}
#custom-html-1s #pi-method .pim-title-wrap h2 {
  margin: 0 0 5px;
  color: var(--pim-black);
  font-size: 31px;
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: -0.025em;
}
#custom-html-1s #pi-method .pim-title-wrap p {
  margin: 0;
  color: #30383b;
  font-size: 18px;
  line-height: 1.3;
}
#custom-html-1s #pi-method .pim-title-wrap strong {
  color: var(--pim-green-dark);
  font-weight: 650;
  border-bottom: 1px solid rgba(75, 155, 132, 0.6);
}
#custom-html-1s #pi-method .pim-badges {
  min-height: 58px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border: 1px solid
    #ced8da;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
}
#custom-html-1s #pi-method .pim-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222829;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  white-space: nowrap;
}
#custom-html-1s #pi-method .pim-badge-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  color: var(--pim-green-dark);
}
#custom-html-1s #pi-method .pim-badge-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-1s #pi-method .pim-badge-separator {
  width: 1px;
  height: 27px;
  background: #d3dcde;
}
#custom-html-1s #pi-method .pim-process-heading {
  margin: 21px 0 11px;
  display: flex;
  align-items: center;
  gap: 14px;
}
#custom-html-1s #pi-method .pim-process-heading h3 {
  margin: 0;
  color: #1c282b;
  font-size: 15px;
  line-height: 1;
  font-weight: 650;
}
#custom-html-1s #pi-method .pim-process-heading span {
  width: 95px;
  height: 1px;
  background: var(--pim-green-dark);
}
#custom-html-1s #pi-method .pim-process {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
#custom-html-1s #pi-method .pim-step {
  min-width: 0;
  min-height: 112px;
  padding: 17px 20px 17px 15px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(75, 155, 132, 0.12);
  border-radius: 14px;
  background: var(--pim-step);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
#custom-html-1s #pi-method .pim-step-01,
#custom-html-1s #pi-method .pim-step-02,
#custom-html-1s #pi-method .pim-step-03,
#custom-html-1s #pi-method .pim-step-04 {
  animation: pimStepFocus var(--pim-cycle) linear infinite;
}
#custom-html-1s #pi-method .pim-step-01 {
  animation-delay: 0s;
}
#custom-html-1s #pi-method .pim-step-02 {
  animation-delay: 4s;
}
#custom-html-1s #pi-method .pim-step-03 {
  animation-delay: 8s;
}
#custom-html-1s #pi-method .pim-step-04 {
  animation-delay: 12s;
}
#custom-html-1s #pi-method .pim-step-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #254249;
  background: rgba(104, 217, 185, 0.18);
  transition: color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
#custom-html-1s #pi-method .pim-step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-1s #pi-method .pim-step-copy {
  min-width: 0;
}
#custom-html-1s #pi-method .pim-step-number {
  margin-bottom: 3px;
  color: var(--pim-green-dark);
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
}
#custom-html-1s #pi-method .pim-step h4 {
  margin: 0 0 5px;
  color: #1b2528;
  font-size: 13.5px;
  line-height: 1.16;
  font-weight: 700;
}
#custom-html-1s #pi-method .pim-step p {
  margin: 0;
  color: #4e5c60;
  font-size: 10.8px;
  line-height: 1.3;
}
#custom-html-1s #pi-method .pim-arrow {
  color: #6c9da3;
  font-size: 39px;
  line-height: 1;
  font-weight: 300;
}
#custom-html-1s #pi-method .pim-step:hover {
  transform: translateY(-3px);
  border-color: rgba(104, 217, 185, 0.5);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(20, 35, 40, 0.06), 0 0 18px rgba(104, 217, 185, 0.06);
}
#custom-html-1s #pi-method .pim-step:hover .pim-step-icon {
  color: var(--pim-green-dark);
  background: rgba(104, 217, 185, 0.22);
  box-shadow: 0 0 18px rgba(104, 217, 185, 0.12);
  transform: scale(1.06);
}
#custom-html-1s #pi-method .pim-process:hover .pim-step {
  animation-play-state: paused !important;
}
@keyframes pimStepFocus {
  0% {
    transform: translateY(0);
    background: var(--pim-step);
    border-color: rgba(75, 155, 132, 0.12);
    box-shadow: none;
  }
  4%,
  14% {
    transform: translateY(-2px);
    background: #ffffff;
    border-color: rgba(104, 217, 185, 0.48);
    box-shadow: 0 8px 20px rgba(20, 35, 40, 0.045), 0 0 16px rgba(104, 217, 185, 0.06);
  }
  18%,
  100% {
    transform: translateY(0);
    background: var(--pim-step);
    border-color: rgba(75, 155, 132, 0.12);
    box-shadow: none;
  }
}
#custom-html-1s #pi-method .pim-step-05 {
  background: #11383e;
  border-color: #11383e;
  animation: pimStepFocusFinal var(--pim-cycle) linear infinite;
  animation-delay: 16s;
}
#custom-html-1s #pi-method .pim-step-05 h4 {
  color: #ffffff;
}
#custom-html-1s #pi-method .pim-step-05 p {
  color: #d8e2e3;
}
#custom-html-1s #pi-method .pim-step-05 .pim-step-number {
  color: var(--pim-green);
}
#custom-html-1s #pi-method .pim-step-05 .pim-step-icon {
  color: #ffffff;
  background: rgba(104, 217, 185, 0.16);
}
#custom-html-1s #pi-method .pim-step-05:hover {
  background: #0d3035;
  border-color: var(--pim-green);
  box-shadow: 0 12px 26px rgba(10, 38, 42, 0.16), 0 0 24px rgba(104, 217, 185, 0.16);
}
#custom-html-1s #pi-method .pim-step-05:hover .pim-step-icon {
  color: #ffffff;
  background: rgba(104, 217, 185, 0.24);
  box-shadow: 0 0 16px rgba(104, 217, 185, 0.22);
}
@keyframes pimStepFocusFinal {
  0% {
    transform: translateY(0);
    background: #11383e;
    border-color: #11383e;
    box-shadow: none;
  }
  4%,
  14% {
    transform: translateY(-2px);
    background: #11383e;
    border-color: var(--pim-green);
    box-shadow: 0 10px 24px rgba(10, 38, 42, 0.15), 0 0 24px rgba(104, 217, 185, 0.2);
  }
  18%,
  100% {
    transform: translateY(0);
    background: #11383e;
    border-color: #11383e;
    box-shadow: none;
  }
}
#custom-html-1s #pi-method .pim-closing {
  max-width: 880px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 1fr
    auto
    1fr;
  align-items: center;
  gap: 20px;
}
#custom-html-1s #pi-method .pim-closing > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #a9b4b6);
}
#custom-html-1s #pi-method .pim-closing > span:last-child {
  transform: scaleX(-1);
}
#custom-html-1s #pi-method .pim-closing p {
  margin: 0;
  color: #687477;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
#custom-html-1s #pi-method .pim-closing strong {
  color: var(--pim-green-dark);
  font-weight: 700;
}
@media (max-width: 1100px) {
  #custom-html-1s #pi-method {
    padding: 48px
      20px
      46px;
  }
  #custom-html-1s #pi-method .pim-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #custom-html-1s #pi-method .pim-badges {
    justify-self: start;
  }
  #custom-html-1s #pi-method .pim-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  #custom-html-1s #pi-method .pim-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #custom-html-1s #pi-method .pim-step-05 {
    grid-column: -1;
  }
}
@media (max-width: 580px) {
  #custom-html-1s {
    /* ---------------------------------------------
     HEADER MOBILE
  --------------------------------------------- */
    /* ---------------------------------------------
     EYEBROW
  --------------------------------------------- */
    /* ---------------------------------------------
     TITLE
  --------------------------------------------- */
    /* ---------------------------------------------
     SUBTITLE
  --------------------------------------------- */
    /* ---------------------------------------------
     BADGES MOBILE
  --------------------------------------------- */
    /* ---------------------------------------------
     BADGE
  --------------------------------------------- */
    /* ---------------------------------------------
     BADGE ICON
  --------------------------------------------- */
    /* ---------------------------------------------
     REMOVE SEPARATOR
  --------------------------------------------- */
    /* ---------------------------------------------
     PROCESS HEADING
  --------------------------------------------- */
    /* ---------------------------------------------
     PROCESS
  --------------------------------------------- */
    /* ---------------------------------------------
     STEP
  --------------------------------------------- */
    /* ---------------------------------------------
     ARROW OFF
  --------------------------------------------- */
    /* ---------------------------------------------
     STEP ICON
  --------------------------------------------- */
    /* ---------------------------------------------
     NUMBER
  --------------------------------------------- */
    /* ---------------------------------------------
     STEP TITLE
  --------------------------------------------- */
    /* ---------------------------------------------
     STEP COPY
  --------------------------------------------- */
    /* ---------------------------------------------
     CLOSING
  --------------------------------------------- */
  }
  #custom-html-1s #pi-method {
    padding: 38px
      14px
      38px;
  }
  #custom-html-1s #pi-method .pim-header {
    min-height: auto;
    padding: 22px
      18px;
    display: block;
    border-radius: 16px;
  }
  #custom-html-1s #pi-method .pim-eyebrow {
    margin-bottom: 9px;
    font-size: 9px;
  }
  #custom-html-1s #pi-method .pim-title-wrap h2 {
    max-width: 300px;
    font-size: 28px;
    line-height: 1.08;
  }
  #custom-html-1s #pi-method .pim-title-wrap p {
    max-width: 290px;
    font-size: 16px;
    line-height: 1.35;
  }
  #custom-html-1s #pi-method .pim-badges {
    width: 100%;
    min-height: 0;
    margin-top: 22px;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    border: 1px solid
      #d5dddd;
    border-radius: 14px;
  }
  #custom-html-1s #pi-method .pim-badge {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
    white-space: normal;
    font-size: 10px;
  }
  #custom-html-1s #pi-method .pim-badge-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
  #custom-html-1s #pi-method .pim-badge-separator {
    display: none;
  }
  #custom-html-1s #pi-method .pim-process-heading {
    margin: 25px 0 13px;
  }
  #custom-html-1s #pi-method .pim-process-heading h3 {
    font-size: 17px;
  }
  #custom-html-1s #pi-method .pim-process-heading span {
    flex: 1;
    width: auto;
  }
  #custom-html-1s #pi-method .pim-process {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #custom-html-1s #pi-method .pim-step,
  #custom-html-1s #pi-method .pim-step-05 {
    min-height: 100px;
    grid-column: auto;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
    padding: 15px;
  }
  #custom-html-1s #pi-method .pim-arrow {
    display: none;
  }
  #custom-html-1s #pi-method .pim-step-icon {
    width: 50px;
    height: 50px;
  }
  #custom-html-1s #pi-method .pim-step-icon svg {
    width: 29px;
    height: 29px;
  }
  #custom-html-1s #pi-method .pim-step-number {
    font-size: 8px;
  }
  #custom-html-1s #pi-method .pim-step h4 {
    font-size: 14.5px;
    line-height: 1.18;
  }
  #custom-html-1s #pi-method .pim-step p {
    font-size: 11.5px;
    line-height: 1.35;
  }
  #custom-html-1s #pi-method .pim-closing {
    margin-top: 26px;
    grid-template-columns: 1fr;
  }
  #custom-html-1s #pi-method .pim-closing > span {
    display: none;
  }
  #custom-html-1s #pi-method .pim-closing p {
    font-size: 11px;
  }
}
#custom-html-1r {
  /* =========================================================
   PRO IMPULSO
   PRO SALUD Y SEGURIDAD
   MATRIZ UX
   PROBLEMA → ENFOQUE → FORMACIÓN → TANGIBLES
   VERSIÓN ALINEADA / RESPONSIVE / MOBIRISE SAFE
========================================================= */
  /* =========================================================
   RESET
========================================================= */
  /* =========================================================
   EVITAR CORTES DE PALABRAS
========================================================= */
  /* =========================================================
   CONTENEDOR GENERAL
   MISMO EJE VISUAL DEL BLOQUE SUPERIOR
========================================================= */
  /* =========================================================
   MATRIZ
========================================================= */
  /* =========================================================
   CABECERA
========================================================= */
  /* =========================================================
   CELDAS CABECERA
========================================================= */
  /* =========================================================
   ICONOS CABECERA
========================================================= */
  /* =========================================================
   TEXTO CABECERA
========================================================= */
  /* =========================================================
   FILAS
========================================================= */
  /* =========================================================
   RETARDOS DE ANIMACIÓN
========================================================= */
  /* =========================================================
   CELDAS
========================================================= */
  /* =========================================================
   ICONOS
========================================================= */
  /* =========================================================
   COPY
========================================================= */
  /* =========================================================
   PROBLEMAS
========================================================= */
  /* =========================================================
   TEXTO GENERAL
========================================================= */
  /* =========================================================
   LABEL MOBILE
========================================================= */
  /* =========================================================
   HOVER FILA
========================================================= */
  /* =========================================================
   HOVER ICONOS
========================================================= */
  /* =========================================================
   HOVER TEXTO
========================================================= */
  /* =========================================================
   PAUSA AL INTERACTUAR
========================================================= */
  /* =========================================================
   ANIMACIÓN AUTOMÁTICA
========================================================= */
  /* =========================================================
   DESKTOP INTERMEDIO
========================================================= */
  /* =========================================================
   LAPTOP
========================================================= */
  /* =========================================================
   LAPTOP PEQUEÑO / TABLET HORIZONTAL
   PASA A 2 x 2
========================================================= */
  /* =========================================================
   TABLET
   UNA COLUMNA
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
  /* =========================================================
   MOBILE PEQUEÑO
========================================================= */
  /* =========================================================
   ALTERNANCIA VISUAL DE FILAS
   Pro Impulso · Salud y Seguridad
========================================================= */
  /* Filas impares */
  /* Filas pares */
  /* =========================================================
   HOVER
   Mantiene la experiencia UX
========================================================= */
  /* =========================================================
   IMPORTANTE:
   Las celdas deben heredar el fondo de su fila
========================================================= */
  /* =========================================================
   AJUSTE DE LA ANIMACIÓN AUTOMÁTICA
========================================================= */
}
#custom-html-1r #pi-health-matrix {
  --phm-bg: #ffffff;
  --phm-dark: #29495c;
  --phm-dark-2: #335769;
  --phm-title: #171d20;
  --phm-text: #29343a;
  --phm-green: #68d9b9;
  --phm-green-dark: #4b9b84;
  --phm-border: #dde5e7;
  --phm-hover: #f7fcfa;
  --phm-cycle: 25s;
  width: 100%;
  padding: 18px
    48px
    46px;
  overflow: hidden;
  background: var(--phm-bg);
}
#custom-html-1r #pi-health-matrix,
#custom-html-1r #pi-health-matrix * {
  box-sizing: border-box;
}
#custom-html-1r #pi-health-matrix p,
#custom-html-1r #pi-health-matrix ul {
  margin-top: 0;
}
#custom-html-1r #pi-health-matrix p,
#custom-html-1r #pi-health-matrix li,
#custom-html-1r #pi-health-matrix span {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}
#custom-html-1r #pi-health-matrix .phm-shell {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}
#custom-html-1r #pi-health-matrix .phm-matrix {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--phm-border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(22, 48, 58, 0.045);
}
#custom-html-1r #pi-health-matrix .phm-head {
  display: grid;
  grid-template-columns: 1.14fr
    .95fr
    1fr
    1fr;
  background: linear-gradient(135deg, var(--phm-dark), var(--phm-dark-2));
}
#custom-html-1r #pi-health-matrix .phm-head-cell {
  min-width: 0;
  min-height: 68px;
  padding: 13px
    20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
#custom-html-1r #pi-health-matrix .phm-head-cell:last-child {
  border-right: none;
}
#custom-html-1r #pi-health-matrix .phm-head-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6fbfb;
}
#custom-html-1r #pi-health-matrix .phm-head-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-1r #pi-health-matrix .phm-head-cell > span {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: -0.01em;
}
#custom-html-1r #pi-health-matrix .phm-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1.14fr
    .95fr
    1fr
    1fr;
  position: relative;
  background: #ffffff;
  border-top: 1px solid var(--phm-border);
  transition: background 0.32s ease, box-shadow 0.32s ease, transform 0.32s ease;
  animation: phmRowPulse var(--phm-cycle) linear infinite;
}
#custom-html-1r #pi-health-matrix .phm-row-01 {
  animation-delay: 0s;
}
#custom-html-1r #pi-health-matrix .phm-row-02 {
  animation-delay: 5s;
}
#custom-html-1r #pi-health-matrix .phm-row-03 {
  animation-delay: 10s;
}
#custom-html-1r #pi-health-matrix .phm-row-04 {
  animation-delay: 15s;
}
#custom-html-1r #pi-health-matrix .phm-row-05 {
  animation-delay: 20s;
}
#custom-html-1r #pi-health-matrix .phm-cell {
  min-width: 0;
  min-height: 118px;
  padding: 17px
    18px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-right: 1px solid var(--phm-border);
}
#custom-html-1r #pi-health-matrix .phm-cell:last-child {
  border-right: none;
}
#custom-html-1r #pi-health-matrix .phm-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #29495c;
  transition: color .32s ease,
    transform .32s ease,
    filter .32s ease;
}
#custom-html-1r #pi-health-matrix .phm-icon svg {
  width: 45px;
  height: 45px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-1r #pi-health-matrix .phm-copy {
  min-width: 0;
}
#custom-html-1r #pi-health-matrix .phm-problem ul {
  margin: 0;
  padding-left: 18px;
}
#custom-html-1r #pi-health-matrix .phm-problem li {
  margin-bottom: 7px;
  color: var(--phm-title);
  font-size: 12.3px;
  line-height: 1.37;
}
#custom-html-1r #pi-health-matrix .phm-problem li:last-child {
  margin-bottom: 0;
}
#custom-html-1r #pi-health-matrix .phm-cell p {
  margin: 0;
  color: var(--phm-title);
  font-size: 12.3px;
  line-height: 1.38;
}
#custom-html-1r #pi-health-matrix .phm-mobile-label {
  display: none;
  margin-bottom: 7px;
  color: var(--phm-green-dark);
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .14em;
}
#custom-html-1r #pi-health-matrix .phm-row:hover {
  background: var(--phm-hover);
  box-shadow: inset 4px 0 0 var(--phm-green), inset 0 0 26px rgba(104, 217, 185, 0.035);
  transform: translateX(2px);
}
#custom-html-1r #pi-health-matrix .phm-row:hover .phm-icon {
  color: var(--phm-green-dark);
  transform: scale(1.06);
  filter: drop-shadow(0 0 6px rgba(104, 217, 185, 0.2));
}
#custom-html-1r #pi-health-matrix .phm-row:hover .phm-cell p,
#custom-html-1r #pi-health-matrix .phm-row:hover .phm-problem li {
  color: #111d20;
}
#custom-html-1r #pi-health-matrix .phm-matrix:hover .phm-row {
  animation-play-state: paused !important;
}
@keyframes phmRowPulse {
  0% {
    background: #ffffff;
    box-shadow: none;
  }
  4%,
  15% {
    background: #f8fcfb;
    box-shadow: inset 4px 0 0 rgba(104, 217, 185, 0.72), inset 0 0 22px rgba(104, 217, 185, 0.025);
  }
  19%,
  100% {
    background: #ffffff;
    box-shadow: none;
  }
}
@media (max-width: 1400px) {
  #custom-html-1r #pi-health-matrix {
    padding-left: 40px;
    padding-right: 40px;
  }
  #custom-html-1r #pi-health-matrix .phm-shell {
    max-width: 1360px;
  }
}
@media (max-width: 1200px) {
  #custom-html-1r #pi-health-matrix {
    padding: 18px
      32px
      44px;
  }
  #custom-html-1r #pi-health-matrix .phm-shell {
    max-width: none;
  }
  #custom-html-1r #pi-health-matrix .phm-cell {
    min-height: 116px;
    padding: 15px
      13px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 9px;
  }
  #custom-html-1r #pi-health-matrix .phm-icon {
    width: 44px;
    height: 44px;
  }
  #custom-html-1r #pi-health-matrix .phm-icon svg {
    width: 38px;
    height: 38px;
  }
  #custom-html-1r #pi-health-matrix .phm-problem li,
  #custom-html-1r #pi-health-matrix .phm-cell p {
    font-size: 11px;
  }
  #custom-html-1r #pi-health-matrix .phm-head-cell {
    padding: 12px
      13px;
    gap: 9px;
  }
  #custom-html-1r #pi-health-matrix .phm-head-cell > span {
    font-size: 13.5px;
  }
}
@media (max-width: 960px) {
  #custom-html-1r #pi-health-matrix {
    padding: 18px
      24px
      42px;
  }
  #custom-html-1r #pi-health-matrix .phm-head {
    display: none;
  }
  #custom-html-1r #pi-health-matrix .phm-matrix {
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  #custom-html-1r #pi-health-matrix .phm-row {
    margin-bottom: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--phm-border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 7px 20px rgba(22, 48, 58, 0.045);
  }
  #custom-html-1r #pi-health-matrix .phm-cell {
    min-height: 112px;
    border-right: 1px solid var(--phm-border);
    border-bottom: 1px solid var(--phm-border);
  }
  #custom-html-1r #pi-health-matrix .phm-cell:nth-child(2n) {
    border-right: none;
  }
  #custom-html-1r #pi-health-matrix .phm-cell:nth-child(3),
  #custom-html-1r #pi-health-matrix .phm-cell:nth-child(4) {
    border-bottom: none;
  }
  #custom-html-1r #pi-health-matrix .phm-mobile-label {
    display: block;
  }
}
@media (max-width: 700px) {
  #custom-html-1r #pi-health-matrix {
    padding: 16px
      18px
      40px;
  }
  #custom-html-1r #pi-health-matrix .phm-row {
    grid-template-columns: 1fr;
  }
  #custom-html-1r #pi-health-matrix .phm-cell {
    min-height: auto;
    padding: 16px;
    border-right: none !important;
    border-bottom: 1px solid var(--phm-border) !important;
  }
  #custom-html-1r #pi-health-matrix .phm-cell:last-child {
    border-bottom: none !important;
  }
}
@media (max-width: 520px) {
  #custom-html-1r #pi-health-matrix {
    padding: 14px
      14px
      34px;
  }
  #custom-html-1r #pi-health-matrix .phm-row {
    margin-bottom: 13px;
    border-radius: 13px;
  }
  #custom-html-1r #pi-health-matrix .phm-cell {
    padding: 14px
      13px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 11px;
  }
  #custom-html-1r #pi-health-matrix .phm-icon {
    width: 42px;
    height: 42px;
  }
  #custom-html-1r #pi-health-matrix .phm-icon svg {
    width: 36px;
    height: 36px;
  }
  #custom-html-1r #pi-health-matrix .phm-mobile-label {
    margin-bottom: 6px;
    font-size: 7.5px;
  }
  #custom-html-1r #pi-health-matrix .phm-problem li,
  #custom-html-1r #pi-health-matrix .phm-cell p {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 380px) {
  #custom-html-1r #pi-health-matrix {
    padding-left: 12px;
    padding-right: 12px;
  }
  #custom-html-1r #pi-health-matrix .phm-cell {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 9px;
  }
  #custom-html-1r #pi-health-matrix .phm-icon {
    width: 38px;
    height: 38px;
  }
  #custom-html-1r #pi-health-matrix .phm-icon svg {
    width: 32px;
    height: 32px;
  }
}
#custom-html-1r #pi-health-matrix .phm-row:nth-child(odd) {
  background: #FFFFFF;
}
#custom-html-1r #pi-health-matrix .phm-row:nth-child(even) {
  background: #F5F9F8;
}
#custom-html-1r #pi-health-matrix .phm-row:nth-child(odd):hover,
#custom-html-1r #pi-health-matrix .phm-row:nth-child(even):hover {
  background: #EFFAF6;
  box-shadow: inset 4px 0 0 #68d9b9, inset 0 0 28px rgba(104, 217, 185, 0.045);
  transform: translateX(2px);
}
#custom-html-1r #pi-health-matrix .phm-cell {
  background: transparent !important;
}
@keyframes phmRowPulse {
  0% {
    box-shadow: none;
  }
  4%,
  15% {
    box-shadow: inset 4px 0 0 rgba(104, 217, 185, 0.72), inset 0 0 24px rgba(104, 217, 185, 0.04);
  }
  19%,
  100% {
    box-shadow: none;
  }
}
.cid-vujAO8ZX4y {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/copy20of20presentacic3b3n20202620-2020servicios20proimpulso201-1920x1080.jpg");
}
.cid-vujAO8ZX4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vujAO8ZX4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vujAO8ZX4y .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vujAO8ZX4y .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vujAO8ZX4y .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vujAO8ZX4y .content-wrapper .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(0deg, #bbbbbb 0%, #ffffff 100%);
  margin-bottom: 0;
}
.cid-vujAO8ZX4y .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vujAO8ZX4y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vujAO8ZX4y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vujAO8ZX4y .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vujAO8ZX4y .mbr-section-title {
  color: #ffffff;
}
.cid-vujAO8ZX4y .mbr-section-subtitle {
  color: #00ffd3;
  text-align: center;
}
.cid-vujAO8ZX4y .mbr-text,
.cid-vujAO8ZX4y .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vujAO8ZX4y .mbr-section-title,
.cid-vujAO8ZX4y .mbr-section-btn {
  text-align: center;
}
.cid-vuiWr0Ie63 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vuiWr0Ie63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vuiWr0Ie63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vuiWr0Ie63 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vuiWr0Ie63 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vuiWr0Ie63 .row {
    text-align: center;
  }
  .cid-vuiWr0Ie63 .row > div {
    margin: auto;
  }
  .cid-vuiWr0Ie63 .social-row {
    justify-content: center;
  }
}
.cid-vuiWr0Ie63 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vuiWr0Ie63 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vuiWr0Ie63 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vuiWr0Ie63 .list {
    margin-bottom: 0rem;
  }
}
.cid-vuiWr0Ie63 .mbr-text {
  color: #bbbbbb;
}
.cid-vuiWr0Ie63 .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-vuiWr0Ie63 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vuiWr0Ie63 div > *:last-child {
    margin-top: 0 !important;
  }
}
