body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #814fb4 !important;
}
.bg-success {
  background-color: #814fb4 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #999999 !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #814fb4 !important;
  border-color: #814fb4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #683e92 !important;
  border-color: #683e92 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #683e92 !important;
  border-color: #683e92 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #814fb4 !important;
  border-color: #814fb4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #683e92 !important;
  border-color: #683e92 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #683e92 !important;
  border-color: #683e92 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #814fb4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #563379 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #814fb4 !important;
  border-color: #814fb4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #814fb4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #563379 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #814fb4 !important;
  border-color: #814fb4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e6e6e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #814fb4 !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #814fb4 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #999999 !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4e2f6e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4e2f6e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #666666 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #814fb4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #999999;
}
.alert-danger {
  background-color: #36187d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #814fb4;
  border-color: #814fb4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #814fb4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1a8da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c1a8da;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #814fb4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #814fb4;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #814fb4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #814fb4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #814fb4;
  border-bottom-color: #814fb4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #814fb4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ea2396 !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='%23814fb4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u9Apxo5aqF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u9Apxo5aqF .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u9Apxo5aqF nav.navbar {
  position: fixed;
}
.cid-u9Apxo5aqF .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-u9Apxo5aqF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9Apxo5aqF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9Apxo5aqF .dropdown-item:hover,
.cid-u9Apxo5aqF .dropdown-item:focus {
  background: #814fb4 !important;
  color: white !important;
}
.cid-u9Apxo5aqF .dropdown-item:hover span {
  color: white;
}
.cid-u9Apxo5aqF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9Apxo5aqF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9Apxo5aqF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9Apxo5aqF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9Apxo5aqF .nav-link {
  position: relative;
}
.cid-u9Apxo5aqF .container {
  display: flex;
  margin: auto;
}
.cid-u9Apxo5aqF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9Apxo5aqF .dropdown-menu,
.cid-u9Apxo5aqF .navbar.opened {
  background: #1d0d38 !important;
}
.cid-u9Apxo5aqF .nav-item:focus,
.cid-u9Apxo5aqF .nav-link:focus {
  outline: none;
}
.cid-u9Apxo5aqF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Apxo5aqF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Apxo5aqF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Apxo5aqF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Apxo5aqF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Apxo5aqF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Apxo5aqF .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1d0d38;
}
.cid-u9Apxo5aqF .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Apxo5aqF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9Apxo5aqF .navbar .navbar-logo img {
  width: auto;
}
.cid-u9Apxo5aqF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9Apxo5aqF .navbar.collapsed {
  justify-content: center;
}
.cid-u9Apxo5aqF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Apxo5aqF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9Apxo5aqF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9Apxo5aqF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Apxo5aqF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Apxo5aqF .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-u9Apxo5aqF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Apxo5aqF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9Apxo5aqF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9Apxo5aqF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Apxo5aqF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Apxo5aqF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Apxo5aqF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9Apxo5aqF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9Apxo5aqF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9Apxo5aqF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9Apxo5aqF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9Apxo5aqF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9Apxo5aqF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Apxo5aqF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9Apxo5aqF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9Apxo5aqF .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9Apxo5aqF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9Apxo5aqF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9Apxo5aqF .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Apxo5aqF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9Apxo5aqF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Apxo5aqF .dropdown-item.active,
.cid-u9Apxo5aqF .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Apxo5aqF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Apxo5aqF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Apxo5aqF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Apxo5aqF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d0d38;
}
.cid-u9Apxo5aqF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Apxo5aqF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Apxo5aqF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9Apxo5aqF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9Apxo5aqF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9Apxo5aqF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ab96d9;
}
.cid-u9Apxo5aqF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Apxo5aqF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Apxo5aqF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Apxo5aqF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Apxo5aqF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Apxo5aqF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Apxo5aqF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Apxo5aqF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Apxo5aqF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9Apxo5aqF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9Apxo5aqF .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-u9Apxo5aqF .navbar {
    height: 70px;
  }
  .cid-u9Apxo5aqF .navbar.opened {
    height: auto;
  }
  .cid-u9Apxo5aqF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9AqVJnbg3 {
  overflow: hidden;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-2000x1125.png");
}
.cid-u9AqVJnbg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9AqVJnbg3 .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-u9AqVJnbg3 .container {
    padding: 0 30px;
  }
}
.cid-u9AqVJnbg3 .card {
  justify-content: center;
}
.cid-u9AqVJnbg3 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u9AqVJnbg3 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9AqVJnbg3 .content-wrapper {
    padding: 0;
  }
}
.cid-u9AqVJnbg3 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9AqVJnbg3 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9AqVJnbg3 .mbr-section-title {
  color: #bee0d6;
}
.cid-u9AqVJnbg3 .mbr-section-title,
.cid-u9AqVJnbg3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-untadDcgVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-copia-7-2000x1125.png");
}
.cid-untadDcgVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-untadDcgVP .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-untadDcgVP .container {
    padding: 0 22px;
  }
}
.cid-untadDcgVP .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-untadDcgVP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-untadDcgVP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-untadDcgVP .mbr-section-title {
  color: #000000;
}
.cid-untadDcgVP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9ASavrlC6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-copia-4-2000x1125.png");
}
.cid-u9ASavrlC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ASavrlC6 .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-u9ASavrlC6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u9ASavrlC6 .container {
    padding: 0 12px;
  }
}
.cid-u9ASavrlC6 .title-wrapper a {
  display: block;
}
.cid-u9ASavrlC6 .title-wrapper a:hover .mbr-section-title span,
.cid-u9ASavrlC6 .title-wrapper a:focus .mbr-section-title span {
  color: #ff6928;
}
.cid-u9ASavrlC6 .title-wrapper a .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9ASavrlC6 .title-wrapper a .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u9ASavrlC6 .title-wrapper a .mbr-section-title span {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.cid-u9ASavrlC6 .title-wrapper a .mbr-section-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.cid-u9ASavrlC6 .card .card_1 {
  border: 3px solid #2a1163;
  box-shadow: 4px 4px #2a1163;
}
.cid-u9ASavrlC6 .card .card_2 {
  border: 3px solid #814fb4;
  box-shadow: 4px 4px #814fb4;
  margin: -3% auto 0;
}
.cid-u9ASavrlC6 .card .card_3 {
  border: 3px solid #ab96d9;
  box-shadow: 4px 4px #ab96d9;
  margin: -3% 0 0 auto;
}
.cid-u9ASavrlC6 .card .card-wrapper {
  width: 490px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-u9ASavrlC6 .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-u9ASavrlC6 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9ASavrlC6 .mbr-section-title {
  color: #999999;
}
.cid-u9ASavrlC6 .mbr-text {
  color: #222222;
}
.cid-u9AV0KSDiP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-copia-5-2000x1125.png");
}
.cid-u9AV0KSDiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9AV0KSDiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9AV0KSDiP .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9AV0KSDiP .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9AV0KSDiP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9AV0KSDiP .container {
    padding: 0 20px;
  }
}
.cid-u9AV0KSDiP .row {
  justify-content: center;
}
.cid-u9AV0KSDiP .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u9AV0KSDiP .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9AV0KSDiP .card {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-u9AV0KSDiP .card {
    margin-bottom: 30px;
  }
}
.cid-u9AV0KSDiP .card .card-wrapper {
  height: 100%;
}
.cid-u9AV0KSDiP .card .card-wrapper .icon-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9AV0KSDiP .card .card-wrapper .icon-wrap {
    margin-bottom: 24px;
  }
}
.cid-u9AV0KSDiP .card .card-wrapper .icon-wrap .mbr-iconfont {
  font-size: 42px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ab96d9;
  position: relative;
}
.cid-u9AV0KSDiP .card .card-wrapper .icon-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-u9AV0KSDiP .card .card-wrapper .mbr-card-title {
  margin-bottom: 14px;
  line-height: 1.2em;
}
.cid-u9AV0KSDiP .card .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8em;
}
.cid-u9AV0KSDiP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9AV0KSDiP .mbr-card-title {
  color: #ffffff;
}
.cid-u9AV0KSDiP .mbr-text {
  color: #D2D3D5;
  text-align: center;
}
.cid-u9AV0KSDiP .mbr-card-title,
.cid-u9AV0KSDiP .icon-wrap {
  text-align: center;
}
.cid-u9ApxrsQaV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1d0d38;
}
.cid-u9ApxrsQaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ApxrsQaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ApxrsQaV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9ApxrsQaV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u9ApxrsQaV .row {
    text-align: center;
  }
  .cid-u9ApxrsQaV .row > div {
    margin: auto;
  }
  .cid-u9ApxrsQaV .social-row {
    justify-content: center;
  }
}
.cid-u9ApxrsQaV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u9ApxrsQaV .list {
  list-style: none;
  padding-left: 0;
  color: #999999;
}
@media (max-width: 991px) {
  .cid-u9ApxrsQaV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9ApxrsQaV .list {
    margin-bottom: 0rem;
  }
}
.cid-u9ApxrsQaV .mbr-text {
  color: #999999;
  text-align: right;
}
.cid-u9ApxrsQaV .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-u9ApxrsQaV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u9ApxrsQaV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ukAM0gti38 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukAM0gti38 .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ukAM0gti38 nav.navbar {
  position: fixed;
}
.cid-ukAM0gti38 .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-ukAM0gti38 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukAM0gti38 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukAM0gti38 .dropdown-item:hover,
.cid-ukAM0gti38 .dropdown-item:focus {
  background: #814fb4 !important;
  color: white !important;
}
.cid-ukAM0gti38 .dropdown-item:hover span {
  color: white;
}
.cid-ukAM0gti38 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukAM0gti38 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukAM0gti38 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukAM0gti38 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukAM0gti38 .nav-link {
  position: relative;
}
.cid-ukAM0gti38 .container {
  display: flex;
  margin: auto;
}
.cid-ukAM0gti38 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukAM0gti38 .dropdown-menu,
.cid-ukAM0gti38 .navbar.opened {
  background: #1d0d38 !important;
}
.cid-ukAM0gti38 .nav-item:focus,
.cid-ukAM0gti38 .nav-link:focus {
  outline: none;
}
.cid-ukAM0gti38 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukAM0gti38 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukAM0gti38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukAM0gti38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukAM0gti38 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukAM0gti38 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukAM0gti38 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1d0d38;
}
.cid-ukAM0gti38 .navbar.opened {
  transition: all 0.3s;
}
.cid-ukAM0gti38 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukAM0gti38 .navbar .navbar-logo img {
  width: auto;
}
.cid-ukAM0gti38 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukAM0gti38 .navbar.collapsed {
  justify-content: center;
}
.cid-ukAM0gti38 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukAM0gti38 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukAM0gti38 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukAM0gti38 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukAM0gti38 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukAM0gti38 .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-ukAM0gti38 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukAM0gti38 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukAM0gti38 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukAM0gti38 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukAM0gti38 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukAM0gti38 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukAM0gti38 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukAM0gti38 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukAM0gti38 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukAM0gti38 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukAM0gti38 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukAM0gti38 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukAM0gti38 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukAM0gti38 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukAM0gti38 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukAM0gti38 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukAM0gti38 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukAM0gti38 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukAM0gti38 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukAM0gti38 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukAM0gti38 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukAM0gti38 .dropdown-item.active,
.cid-ukAM0gti38 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukAM0gti38 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukAM0gti38 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukAM0gti38 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukAM0gti38 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d0d38;
}
.cid-ukAM0gti38 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukAM0gti38 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukAM0gti38 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukAM0gti38 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukAM0gti38 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukAM0gti38 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ab96d9;
}
.cid-ukAM0gti38 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukAM0gti38 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukAM0gti38 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukAM0gti38 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukAM0gti38 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukAM0gti38 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukAM0gti38 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukAM0gti38 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukAM0gti38 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukAM0gti38 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukAM0gti38 .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-ukAM0gti38 .navbar {
    height: 70px;
  }
  .cid-ukAM0gti38 .navbar.opened {
    height: auto;
  }
  .cid-ukAM0gti38 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulmcglSXBx {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ulmcglSXBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulmcglSXBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulmcglSXBx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ulmcglSXBx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ulmcglSXBx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ulmcglSXBx .container {
    padding: 0 20px;
  }
}
.cid-ulmcglSXBx .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ulmcglSXBx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ulmcglSXBx .content-wrapper .mbr-section-title span {
  opacity: .5;
}
.cid-ulmcglSXBx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ulmcglSXBx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ulmcglSXBx .mbr-section-title {
  color: #0f1d07;
}
.cid-ulmcglSXBx .mbr-text {
  color: #0f1d07;
}
.cid-ulmcglSXBx .mbr-section-title,
.cid-ulmcglSXBx .mbr-section-btn {
  color: #ffffff;
}
.cid-ulmcglSXBx .mbr-text,
.cid-ulmcglSXBx .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ukAM0hxsqR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1d0d38;
}
.cid-ukAM0hxsqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAM0hxsqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAM0hxsqR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukAM0hxsqR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ukAM0hxsqR .row {
    text-align: center;
  }
  .cid-ukAM0hxsqR .row > div {
    margin: auto;
  }
  .cid-ukAM0hxsqR .social-row {
    justify-content: center;
  }
}
.cid-ukAM0hxsqR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukAM0hxsqR .list {
  list-style: none;
  padding-left: 0;
  color: #999999;
}
@media (max-width: 991px) {
  .cid-ukAM0hxsqR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukAM0hxsqR .list {
    margin-bottom: 0rem;
  }
}
.cid-ukAM0hxsqR .mbr-text {
  color: #999999;
  text-align: right;
}
.cid-ukAM0hxsqR .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-ukAM0hxsqR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ukAM0hxsqR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-unx8lT8yuM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-unx8lT8yuM .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-unx8lT8yuM nav.navbar {
  position: fixed;
}
.cid-unx8lT8yuM .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-unx8lT8yuM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unx8lT8yuM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unx8lT8yuM .dropdown-item:hover,
.cid-unx8lT8yuM .dropdown-item:focus {
  background: #814fb4 !important;
  color: white !important;
}
.cid-unx8lT8yuM .dropdown-item:hover span {
  color: white;
}
.cid-unx8lT8yuM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unx8lT8yuM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unx8lT8yuM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unx8lT8yuM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unx8lT8yuM .nav-link {
  position: relative;
}
.cid-unx8lT8yuM .container {
  display: flex;
  margin: auto;
}
.cid-unx8lT8yuM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unx8lT8yuM .dropdown-menu,
.cid-unx8lT8yuM .navbar.opened {
  background: #1d0d38 !important;
}
.cid-unx8lT8yuM .nav-item:focus,
.cid-unx8lT8yuM .nav-link:focus {
  outline: none;
}
.cid-unx8lT8yuM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unx8lT8yuM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unx8lT8yuM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unx8lT8yuM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unx8lT8yuM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unx8lT8yuM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unx8lT8yuM .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1d0d38;
}
.cid-unx8lT8yuM .navbar.opened {
  transition: all 0.3s;
}
.cid-unx8lT8yuM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unx8lT8yuM .navbar .navbar-logo img {
  width: auto;
}
.cid-unx8lT8yuM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unx8lT8yuM .navbar.collapsed {
  justify-content: center;
}
.cid-unx8lT8yuM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unx8lT8yuM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unx8lT8yuM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-unx8lT8yuM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unx8lT8yuM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unx8lT8yuM .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-unx8lT8yuM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unx8lT8yuM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unx8lT8yuM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unx8lT8yuM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unx8lT8yuM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unx8lT8yuM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unx8lT8yuM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unx8lT8yuM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unx8lT8yuM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unx8lT8yuM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unx8lT8yuM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unx8lT8yuM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unx8lT8yuM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unx8lT8yuM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-unx8lT8yuM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-unx8lT8yuM .navbar.navbar-short {
  min-height: 80px;
}
.cid-unx8lT8yuM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unx8lT8yuM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unx8lT8yuM .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unx8lT8yuM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unx8lT8yuM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unx8lT8yuM .dropdown-item.active,
.cid-unx8lT8yuM .dropdown-item:active {
  background-color: transparent;
}
.cid-unx8lT8yuM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unx8lT8yuM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unx8lT8yuM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unx8lT8yuM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d0d38;
}
.cid-unx8lT8yuM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unx8lT8yuM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unx8lT8yuM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unx8lT8yuM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unx8lT8yuM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unx8lT8yuM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ab96d9;
}
.cid-unx8lT8yuM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unx8lT8yuM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unx8lT8yuM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unx8lT8yuM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unx8lT8yuM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unx8lT8yuM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unx8lT8yuM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unx8lT8yuM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unx8lT8yuM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unx8lT8yuM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unx8lT8yuM .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-unx8lT8yuM .navbar {
    height: 70px;
  }
  .cid-unx8lT8yuM .navbar.opened {
    height: auto;
  }
  .cid-unx8lT8yuM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo0TXf5rUb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-2000x1125.png");
}
.cid-uo0TXf5rUb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uo0TXf5rUb .row {
    flex-direction: column-reverse;
  }
  .cid-uo0TXf5rUb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uo0TXf5rUb .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uo0TXf5rUb .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uo0TXf5rUb .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uo0TXf5rUb .card-title {
  color: #b6287a;
}
.cid-uo0TXf5rUb .mbr-text,
.cid-uo0TXf5rUb .mbr-section-btn {
  color: #ffffff;
}
.cid-uo0TXf5rUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo0TXf5rUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unx8MLv6U5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-2000x1125.png");
}
.cid-unx8MLv6U5 .row {
  align-items: center;
}
@media (max-width: 680px) {
  .cid-unx8MLv6U5 .row {
    flex-direction: column-reverse;
  }
  .cid-unx8MLv6U5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-unx8MLv6U5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 680px) {
  .cid-unx8MLv6U5 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-unx8MLv6U5 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-unx8MLv6U5 .card-title {
  color: #ab96d9;
}
.cid-unx8MLv6U5 .mbr-text,
.cid-unx8MLv6U5 .mbr-section-btn {
  color: #ffffff;
}
.cid-unx8MLv6U5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unx8MLv6U5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urZwFYxsGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-2000x1125.png");
}
.cid-urZwFYxsGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urZwFYxsGF .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-urZwFYxsGF .container {
    padding: 0 16px;
  }
}
.cid-urZwFYxsGF .row {
  justify-content: space-between;
}
.cid-urZwFYxsGF .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-urZwFYxsGF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urZwFYxsGF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-urZwFYxsGF .image-wrapper {
    margin-top: 32px;
  }
}
.cid-urZwFYxsGF .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-urZwFYxsGF .image-wrapper img {
    height: 350px;
  }
}
.cid-urZwFYxsGF .mbr-desc {
  color: #706cff;
}
.cid-urZwFYxsGF .mbr-section-title {
  color: #000000;
}
.cid-urZwFYxsGF .mbr-text {
  color: #000000;
}
.cid-urZwFYxsGF .mbr-text,
.cid-urZwFYxsGF .text-wrapper {
  color: #ffffff;
}
.cid-urZzUktRwF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-2000x1125.png");
}
.cid-urZzUktRwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urZzUktRwF .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-urZzUktRwF .container {
    padding: 0 16px;
  }
}
.cid-urZzUktRwF .row {
  justify-content: space-between;
}
.cid-urZzUktRwF .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-urZzUktRwF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urZzUktRwF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-urZzUktRwF .image-wrapper {
    margin-top: 32px;
  }
}
.cid-urZzUktRwF .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-urZzUktRwF .image-wrapper img {
    height: 350px;
  }
}
.cid-urZzUktRwF .mbr-desc {
  color: #ea2396;
}
.cid-urZzUktRwF .mbr-section-title {
  color: #000000;
}
.cid-urZzUktRwF .mbr-text {
  color: #000000;
}
.cid-urZzUktRwF .mbr-text,
.cid-urZzUktRwF .text-wrapper {
  color: #ffffff;
}
.cid-urZCjkQtx5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-2000x1125.png");
}
.cid-urZCjkQtx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urZCjkQtx5 .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-urZCjkQtx5 .container {
    padding: 0 16px;
  }
}
.cid-urZCjkQtx5 .row {
  justify-content: space-between;
}
.cid-urZCjkQtx5 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-urZCjkQtx5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urZCjkQtx5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-urZCjkQtx5 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-urZCjkQtx5 .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-urZCjkQtx5 .image-wrapper img {
    height: 350px;
  }
}
.cid-urZCjkQtx5 .mbr-desc {
  color: #ab96d9;
}
.cid-urZCjkQtx5 .mbr-section-title {
  color: #000000;
}
.cid-urZCjkQtx5 .mbr-text {
  color: #000000;
}
.cid-urZCjkQtx5 .mbr-text,
.cid-urZCjkQtx5 .text-wrapper {
  color: #ffffff;
}
.cid-unx8lUfZrT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1d0d38;
}
.cid-unx8lUfZrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-unx8lUfZrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unx8lUfZrT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unx8lUfZrT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-unx8lUfZrT .row {
    text-align: center;
  }
  .cid-unx8lUfZrT .row > div {
    margin: auto;
  }
  .cid-unx8lUfZrT .social-row {
    justify-content: center;
  }
}
.cid-unx8lUfZrT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unx8lUfZrT .list {
  list-style: none;
  padding-left: 0;
  color: #999999;
}
@media (max-width: 991px) {
  .cid-unx8lUfZrT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unx8lUfZrT .list {
    margin-bottom: 0rem;
  }
}
.cid-unx8lUfZrT .mbr-text {
  color: #999999;
  text-align: right;
}
.cid-unx8lUfZrT .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-unx8lUfZrT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-unx8lUfZrT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqLCMlC4Kj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uqLCMlC4Kj .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uqLCMlC4Kj nav.navbar {
  position: fixed;
}
.cid-uqLCMlC4Kj .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-uqLCMlC4Kj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqLCMlC4Kj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqLCMlC4Kj .dropdown-item:hover,
.cid-uqLCMlC4Kj .dropdown-item:focus {
  background: #814fb4 !important;
  color: white !important;
}
.cid-uqLCMlC4Kj .dropdown-item:hover span {
  color: white;
}
.cid-uqLCMlC4Kj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqLCMlC4Kj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqLCMlC4Kj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqLCMlC4Kj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqLCMlC4Kj .nav-link {
  position: relative;
}
.cid-uqLCMlC4Kj .container {
  display: flex;
  margin: auto;
}
.cid-uqLCMlC4Kj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqLCMlC4Kj .dropdown-menu,
.cid-uqLCMlC4Kj .navbar.opened {
  background: #1d0d38 !important;
}
.cid-uqLCMlC4Kj .nav-item:focus,
.cid-uqLCMlC4Kj .nav-link:focus {
  outline: none;
}
.cid-uqLCMlC4Kj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqLCMlC4Kj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqLCMlC4Kj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqLCMlC4Kj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqLCMlC4Kj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqLCMlC4Kj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqLCMlC4Kj .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1d0d38;
}
.cid-uqLCMlC4Kj .navbar.opened {
  transition: all 0.3s;
}
.cid-uqLCMlC4Kj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqLCMlC4Kj .navbar .navbar-logo img {
  width: auto;
}
.cid-uqLCMlC4Kj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqLCMlC4Kj .navbar.collapsed {
  justify-content: center;
}
.cid-uqLCMlC4Kj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqLCMlC4Kj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqLCMlC4Kj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqLCMlC4Kj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqLCMlC4Kj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqLCMlC4Kj .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-uqLCMlC4Kj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqLCMlC4Kj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqLCMlC4Kj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqLCMlC4Kj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqLCMlC4Kj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqLCMlC4Kj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqLCMlC4Kj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqLCMlC4Kj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqLCMlC4Kj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqLCMlC4Kj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqLCMlC4Kj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqLCMlC4Kj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqLCMlC4Kj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqLCMlC4Kj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uqLCMlC4Kj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uqLCMlC4Kj .navbar.navbar-short {
  min-height: 80px;
}
.cid-uqLCMlC4Kj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqLCMlC4Kj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqLCMlC4Kj .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqLCMlC4Kj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqLCMlC4Kj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqLCMlC4Kj .dropdown-item.active,
.cid-uqLCMlC4Kj .dropdown-item:active {
  background-color: transparent;
}
.cid-uqLCMlC4Kj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqLCMlC4Kj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqLCMlC4Kj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqLCMlC4Kj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d0d38;
}
.cid-uqLCMlC4Kj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqLCMlC4Kj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqLCMlC4Kj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqLCMlC4Kj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqLCMlC4Kj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqLCMlC4Kj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ab96d9;
}
.cid-uqLCMlC4Kj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqLCMlC4Kj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqLCMlC4Kj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqLCMlC4Kj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqLCMlC4Kj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqLCMlC4Kj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqLCMlC4Kj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqLCMlC4Kj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqLCMlC4Kj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqLCMlC4Kj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqLCMlC4Kj .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-uqLCMlC4Kj .navbar {
    height: 70px;
  }
  .cid-uqLCMlC4Kj .navbar.opened {
    height: auto;
  }
  .cid-uqLCMlC4Kj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqLCMlXA94 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-copia-5-2000x1125.png");
}
.cid-uqLCMlXA94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqLCMlXA94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqLCMlXA94 .container {
    padding: 0 16px;
  }
}
.cid-uqLCMlXA94 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uqLCMlXA94 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uqLCMlXA94 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uqLCMlXA94 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqLCMlXA94 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uqLCMlXA94 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uqLCMlXA94 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uqLCMlXA94 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ea2396 -10%, transparent 80%);
}
.cid-uqLCMlXA94 .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uqLCMlXA94 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqLCMlXA94 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqLCMlXA94 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqLCMlXA94 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uqLCMlXA94 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uqLCMlXA94 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uqLCMlXA94 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uqLCMlXA94 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uqLCMlXA94 .mbr-section-title {
  color: #000000;
}
.cid-uqLCMlXA94 .mbr-text {
  color: #6f6f6f;
}
.cid-uqLCMlXA94 .panel-title-edit {
  color: #000000;
}
.cid-uqLCMlXA94 .panel-text {
  color: #000000;
}
.cid-uqLCMlXA94 .mbr-text,
.cid-uqLCMlXA94 .text-wrap {
  color: #ffffff;
}
.cid-uqLCMlXA94 .mbr-section-title,
.cid-uqLCMlXA94 .mbr-section-btn,
.cid-uqLCMlXA94 .decor-wrapper {
  color: #ab96d9;
}
.cid-uqLCMmMetz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-copia-3-2000x1125.png");
}
.cid-uqLCMmMetz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqLCMmMetz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqLCMmMetz .container {
    padding: 0 16px;
  }
}
.cid-uqLCMmMetz .row {
  position: relative;
  justify-content: space-between;
}
.cid-uqLCMmMetz .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uqLCMmMetz .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uqLCMmMetz .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqLCMmMetz .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uqLCMmMetz .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uqLCMmMetz .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uqLCMmMetz .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uqLCMmMetz .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uqLCMmMetz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqLCMmMetz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqLCMmMetz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqLCMmMetz .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uqLCMmMetz .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uqLCMmMetz .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uqLCMmMetz .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uqLCMmMetz .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uqLCMmMetz .mbr-section-title {
  color: #000000;
}
.cid-uqLCMmMetz .mbr-text {
  color: #6f6f6f;
}
.cid-uqLCMmMetz .panel-title-edit {
  color: #000000;
}
.cid-uqLCMmMetz .panel-text {
  color: #000000;
}
.cid-uqLCMmMetz .mbr-section-title,
.cid-uqLCMmMetz .mbr-section-btn,
.cid-uqLCMmMetz .decor-wrapper {
  color: #ab96d9;
}
.cid-uqLCMmMetz .mbr-text,
.cid-uqLCMmMetz .text-wrap {
  color: #ffffff;
}
.cid-uqLCMnlUQG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1d0d38;
}
.cid-uqLCMnlUQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqLCMnlUQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqLCMnlUQG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqLCMnlUQG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uqLCMnlUQG .row {
    text-align: center;
  }
  .cid-uqLCMnlUQG .row > div {
    margin: auto;
  }
  .cid-uqLCMnlUQG .social-row {
    justify-content: center;
  }
}
.cid-uqLCMnlUQG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqLCMnlUQG .list {
  list-style: none;
  padding-left: 0;
  color: #999999;
}
@media (max-width: 991px) {
  .cid-uqLCMnlUQG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqLCMnlUQG .list {
    margin-bottom: 0rem;
  }
}
.cid-uqLCMnlUQG .mbr-text {
  color: #999999;
  text-align: right;
}
.cid-uqLCMnlUQG .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-uqLCMnlUQG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqLCMnlUQG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u9ANMz3M31 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fef2f2;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-u9ANMz3M31 .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-u9ANMz3M31 .shape {
  position: absolute;
  z-index: -1;
  bottom: -4.5rem;
  right: 0;
  max-width: 160px;
}
.cid-u9ANMz3M31 .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-u9ANMz3M31 .shape {
    max-width: 80px;
  }
}
.cid-u9ANw4PeEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-u9ANw4PeEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ANw4PeEG .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-u9ANw4PeEG .container {
    padding: 0 30px;
  }
}
.cid-u9ANw4PeEG .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u9ANw4PeEG .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u9ANw4PeEG .content-wrapper {
    padding: 0;
  }
}
.cid-u9ANw4PeEG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-u9ANw4PeEG .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-u9ANw4PeEG .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-u9ANw4PeEG .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-u9ANw4PeEG .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-u9ANw4PeEG .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-u9ANw4PeEG .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-u9ANw4PeEG .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-u9ANw4PeEG .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-u9ANw4PeEG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9ANw4PeEG .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-u9ANw4PeEG .mbr-desc {
  color: #254b45;
}
.cid-u9ANw4PeEG .mbr-section-title {
  color: #254b45;
}
.cid-u9ANw4PeEG .mbr-text {
  color: #254b45;
}
.cid-tV4JV0g6Cv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1d0d38;
}
.cid-tV4JV0g6Cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV4JV0g6Cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV4JV0g6Cv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tV4JV0g6Cv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tV4JV0g6Cv .row {
    text-align: center;
  }
  .cid-tV4JV0g6Cv .row > div {
    margin: auto;
  }
  .cid-tV4JV0g6Cv .social-row {
    justify-content: center;
  }
}
.cid-tV4JV0g6Cv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tV4JV0g6Cv .list {
  list-style: none;
  padding-left: 0;
  color: #999999;
}
@media (max-width: 991px) {
  .cid-tV4JV0g6Cv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tV4JV0g6Cv .list {
    margin-bottom: 0rem;
  }
}
.cid-tV4JV0g6Cv .mbr-text {
  color: #999999;
  text-align: right;
}
.cid-tV4JV0g6Cv .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-tV4JV0g6Cv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tV4JV0g6Cv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u9AONQSTdq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-u9AONQSTdq .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-u9AONQSTdq nav.navbar {
  position: fixed;
}
.cid-u9AONQSTdq .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-u9AONQSTdq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9AONQSTdq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9AONQSTdq .dropdown-item:hover,
.cid-u9AONQSTdq .dropdown-item:focus {
  background: #814fb4 !important;
  color: white !important;
}
.cid-u9AONQSTdq .dropdown-item:hover span {
  color: white;
}
.cid-u9AONQSTdq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9AONQSTdq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9AONQSTdq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9AONQSTdq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9AONQSTdq .nav-link {
  position: relative;
}
.cid-u9AONQSTdq .container {
  display: flex;
  margin: auto;
}
.cid-u9AONQSTdq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9AONQSTdq .dropdown-menu,
.cid-u9AONQSTdq .navbar.opened {
  background: #1d0d38 !important;
}
.cid-u9AONQSTdq .nav-item:focus,
.cid-u9AONQSTdq .nav-link:focus {
  outline: none;
}
.cid-u9AONQSTdq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9AONQSTdq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9AONQSTdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9AONQSTdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9AONQSTdq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9AONQSTdq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9AONQSTdq .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1d0d38;
}
.cid-u9AONQSTdq .navbar.opened {
  transition: all 0.3s;
}
.cid-u9AONQSTdq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9AONQSTdq .navbar .navbar-logo img {
  width: auto;
}
.cid-u9AONQSTdq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9AONQSTdq .navbar.collapsed {
  justify-content: center;
}
.cid-u9AONQSTdq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9AONQSTdq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9AONQSTdq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9AONQSTdq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9AONQSTdq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9AONQSTdq .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-u9AONQSTdq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9AONQSTdq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9AONQSTdq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9AONQSTdq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9AONQSTdq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9AONQSTdq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9AONQSTdq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9AONQSTdq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9AONQSTdq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9AONQSTdq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9AONQSTdq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9AONQSTdq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9AONQSTdq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9AONQSTdq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9AONQSTdq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9AONQSTdq .navbar.navbar-short {
  min-height: 80px;
}
.cid-u9AONQSTdq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9AONQSTdq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9AONQSTdq .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9AONQSTdq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9AONQSTdq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9AONQSTdq .dropdown-item.active,
.cid-u9AONQSTdq .dropdown-item:active {
  background-color: transparent;
}
.cid-u9AONQSTdq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9AONQSTdq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9AONQSTdq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9AONQSTdq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d0d38;
}
.cid-u9AONQSTdq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9AONQSTdq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9AONQSTdq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9AONQSTdq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9AONQSTdq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9AONQSTdq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ab96d9;
}
.cid-u9AONQSTdq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9AONQSTdq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9AONQSTdq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9AONQSTdq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9AONQSTdq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9AONQSTdq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9AONQSTdq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9AONQSTdq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9AONQSTdq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u9AONQSTdq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9AONQSTdq .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-u9AONQSTdq .navbar {
    height: 70px;
  }
  .cid-u9AONQSTdq .navbar.opened {
    height: auto;
  }
  .cid-u9AONQSTdq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urRWSg7Dos {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-urRWSg7Dos .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRWSg7Dos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-copia-3-2000x1125.png");
}
.cid-urRWSg7Dos .content-wrap {
  justify-content: flex-end;
}
.cid-urRWSg7Dos .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-urRWSg7Dos .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urRWSg7Dos .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urRWSg7Dos .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urRWSg7Dos .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urRWSg7Dos .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urRWSg7Dos .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urRWSg7Dos .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urRWSg7Dos .image-wrapper {
    padding: 0;
  }
}
.cid-urRWSg7Dos .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urRWSg7Dos .image-wrapper img {
    height: 350px;
  }
}
.cid-urRWSg7Dos .mbr-section-title {
  color: #ffffff;
}
.cid-urRWSg7Dos .mbr-text,
.cid-urRWSg7Dos .text-wrapper {
  color: #16181c;
}
.cid-urRWSg7Dos .mbr-section-title,
.cid-urRWSg7Dos .mbr-section-btn,
.cid-urRWSg7Dos .clients-wrapper {
  color: #23272b;
}
.cid-u9AONSmK7K {
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-copia-8-2000x1125.png");
}
.cid-u9AONSmK7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9AONSmK7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9AONSmK7K .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u9AONSmK7K .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u9AONSmK7K .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9AONSmK7K .container {
    padding: 0 20px;
  }
}
.cid-u9AONSmK7K .row {
  justify-content: center;
}
.cid-u9AONSmK7K .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9AONSmK7K .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9AONSmK7K .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9AONSmK7K .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-u9AONSmK7K .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-u9AONSmK7K .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u9AONSmK7K .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u9AONSmK7K .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u9AONSmK7K .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #38001b;
  display: inline-flex;
}
.cid-u9AONSmK7K .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-u9AONSmK7K .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-u9AONSmK7K .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-u9AONSmK7K .mbr-section-title {
  color: #38001b;
  text-align: center;
}
.cid-u9AONSmK7K .mbr-text {
  color: #38001b;
}
.cid-u9AONSmK7K .item-title {
  color: #38001b;
}
.cid-u9AONSmK7K .item-text {
  color: #1d0d38;
  text-align: center;
}
.cid-u9AONSmK7K .mbr-text,
.cid-u9AONSmK7K .text-wrapper {
  text-align: center;
  color: #1d0d38;
}
.cid-u9AONSmK7K .item-title,
.cid-u9AONSmK7K .icon-wrapper {
  text-align: center;
  color: #1d0d38;
}
.cid-ungxs2TlOc {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-ungxs2TlOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungxs2TlOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ungxs2TlOc .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-ungxs2TlOc .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-ungxs2TlOc .mbr-section-title {
  color: #FF014E;
}
.cid-ungxs2TlOc .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ungxs2TlOc .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ungxs2TlOc .card-row {
  align-items: stretch;
}
.cid-ungxs2TlOc .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-ungxs2TlOc .card {
    flex-basis: 80% !important;
  }
}
.cid-ungxs2TlOc .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-ungxs2TlOc .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-ungxs2TlOc .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-ungxs2TlOc .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-ungxs2TlOc .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-ungxs2TlOc .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-ungxs2TlOc .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #16181c;
}
.cid-ungxs2TlOc .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ungxs2TlOc .card-title a {
  transition: 0.4s all;
}
.cid-ungxs2TlOc .card-title a:hover {
  color: #814fb4 !important;
}
.cid-ungxAglXsA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-ungxAglXsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ungxAglXsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ungxAglXsA .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-ungxAglXsA .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-ungxAglXsA .mbr-section-title {
  color: #FF014E;
}
.cid-ungxAglXsA .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ungxAglXsA .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ungxAglXsA .card-row {
  align-items: stretch;
}
.cid-ungxAglXsA .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-ungxAglXsA .card {
    flex-basis: 80% !important;
  }
}
.cid-ungxAglXsA .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-ungxAglXsA .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-ungxAglXsA .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-ungxAglXsA .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-ungxAglXsA .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-ungxAglXsA .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-ungxAglXsA .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #16181c;
}
.cid-ungxAglXsA .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ungxAglXsA .card-title a {
  transition: 0.4s all;
}
.cid-ungxAglXsA .card-title a:hover {
  color: #814fb4 !important;
}
.cid-utzQehigPX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-copia-5-2000x1125.png");
}
.cid-utzQehigPX .mbr-overlay {
  background: #ab96d9;
  opacity: 0.3;
}
.cid-utzQehigPX .row {
  justify-content: center;
}
.cid-utzQehigPX .item-img {
  height: auto;
  min-height: 331px;
}
@media (min-width: 768px) {
  .cid-utzQehigPX .item-img:hover img {
    transform: translateY(-8px);
  }
}
@media (max-width: 991px) {
  .cid-utzQehigPX .item-img {
    margin-bottom: 24px;
    height: 331px;
  }
}
.cid-utzQehigPX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.cid-utzQehigPX .item:focus,
.cid-utzQehigPX span:focus {
  outline: none;
}
.cid-utzQehigPX .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-utzQehigPX .col-items {
    flex-wrap: wrap;
  }
}
.cid-utzQehigPX .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 768px) {
  .cid-utzQehigPX .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-utzQehigPX .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-utzQehigPX .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 991px) {
  .cid-utzQehigPX .item-wrapper {
    flex-direction: column;
  }
}
.cid-utzQehigPX .item-content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-utzQehigPX .item-content {
    margin-left: -45px;
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .cid-utzQehigPX .item-content {
    text-align: center;
  }
}
.cid-utzQehigPX .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-utzQehigPX .label-text {
    text-align: center !important;
  }
}
.cid-utzQehigPX .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
.cid-utzQehigPX .mbr-text {
  color: #222222;
}
.cid-utzQehigPX .item-title {
  color: #222222;
  margin-bottom: 16px;
}
.cid-utzQehigPX .mbr-section-head {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-utzQehigPX .mbr-section-head {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .cid-utzQehigPX .mbr-section-head {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-utzQehigPX .mbr-section-head {
    text-align: center !important;
  }
}
.cid-utzQehigPX .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-utzQehigPX .social-row {
    justify-content: center;
  }
}
.cid-utzQehigPX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #222222;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  padding: 12px;
  transition: 0.5s all;
}
.cid-utzQehigPX .soc-item span {
  font-size: 15px;
  color: #222222;
}
.cid-utzQehigPX .soc-item:hover {
  background-color: #814fb4;
  border-color: #814fb4;
}
.cid-utzQehigPX .soc-item:hover span {
  color: #ffffff;
}
.cid-utzQehigPX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-utzQehigPX .item-title,
.cid-utzQehigPX .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9AONTTW9k {
  background-image: url("../../../assets/images/grficos-auxiliares-gex-mesa-de-trabajo-1-copia-5-2000x1125.png");
}
@media (max-width: 768px) {
  .cid-u9AONTTW9k {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.cid-u9AONTTW9k .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-u9AONTTW9k .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u9AONTTW9k .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .row {
    position: relative;
  }
}
.cid-u9AONTTW9k .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u9AONTTW9k .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-u9AONTTW9k .col-text {
  position: relative;
}
.cid-u9AONTTW9k .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-u9AONTTW9k .col-text {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.cid-u9AONTTW9k .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-u9AONTTW9k .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-u9AONTTW9k .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-u9AONTTW9k .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #0057fc;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .label-text {
    text-align: center;
  }
}
.cid-u9AONTTW9k .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-u9AONTTW9k .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-u9AONTTW9k .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #814fb4;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-u9AONTTW9k .contact-container .email-container {
  padding: 16px 25px;
  background-color: #2a1163;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 26px;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-u9AONTTW9k .contact-text {
  color: #ffffff;
}
.cid-u9AONTTW9k .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .cards-container {
    text-align: center;
  }
}
.cid-u9AONTTW9k .cards-title {
  margin-bottom: 12px;
}
.cid-u9AONTTW9k .card {
  padding: 9px 0;
}
.cid-u9AONTTW9k .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-u9AONTTW9k .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-u9AONTTW9k .icon-box {
  margin-right: 12px;
}
.cid-u9AONTTW9k .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-u9AONTTW9k .card-text {
  color: #555555;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-u9AONTTW9k .btn-container {
  width: 100%;
}
.cid-u9AONTTW9k .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u9AONTTW9k .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-u9AONTTW9k .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-u9AONTTW9k .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-u9AONTTW9k .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-u9AONTTW9k .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-u9AONTTW9k .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-u9AONTTW9k .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9AONTTW9k .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9AONTTW9k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9AONTTW9k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9AONTTW9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9AONTTW9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9AONTTW9k .email-text {
  text-align: center;
}
.cid-u9AONVoT4n {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1d0d38;
}
.cid-u9AONVoT4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9AONVoT4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9AONVoT4n .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9AONVoT4n .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u9AONVoT4n .row {
    text-align: center;
  }
  .cid-u9AONVoT4n .row > div {
    margin: auto;
  }
  .cid-u9AONVoT4n .social-row {
    justify-content: center;
  }
}
.cid-u9AONVoT4n .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u9AONVoT4n .list {
  list-style: none;
  padding-left: 0;
  color: #999999;
}
@media (max-width: 991px) {
  .cid-u9AONVoT4n .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9AONVoT4n .list {
    margin-bottom: 0rem;
  }
}
.cid-u9AONVoT4n .mbr-text {
  color: #999999;
  text-align: right;
}
.cid-u9AONVoT4n .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-u9AONVoT4n .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u9AONVoT4n div > *:last-child {
    margin-top: 0 !important;
  }
}
