body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Oxanium', display;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Oxanium', display;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Oxanium', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oxanium', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Oxanium', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.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: #ffffff !important;
}
.bg-success {
  background-color: #3bade7 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3bade7 !important;
  border-color: #3bade7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1680b5 !important;
  border-color: #1680b5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1680b5 !important;
  border-color: #1680b5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #121519 !important;
  border-color: #121519 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #121519 !important;
  border-color: #121519 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #534d46 !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: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3bade7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1680b5 !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: #3bade7 !important;
  border-color: #3bade7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36404c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #121519 !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: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a80000 !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: #ff0000 !important;
  border-color: #ff0000 !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: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #3bade7 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1576a7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0c0e10 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f1f9fd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oxanium', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oxanium', display;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.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='%23ffffff' %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-t4l0Kh5o6T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4l0Kh5o6T nav.navbar {
  position: fixed;
}
.cid-t4l0Kh5o6T .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-t4l0Kh5o6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4l0Kh5o6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4l0Kh5o6T .dropdown-item:hover,
.cid-t4l0Kh5o6T .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t4l0Kh5o6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4l0Kh5o6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4l0Kh5o6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4l0Kh5o6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4l0Kh5o6T .nav-link {
  position: relative;
}
.cid-t4l0Kh5o6T .container {
  display: flex;
  margin: auto;
}
.cid-t4l0Kh5o6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4l0Kh5o6T .dropdown-menu,
.cid-t4l0Kh5o6T .navbar.opened {
  background: #ffffff !important;
}
.cid-t4l0Kh5o6T .nav-item:focus,
.cid-t4l0Kh5o6T .nav-link:focus {
  outline: none;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4l0Kh5o6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4l0Kh5o6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4l0Kh5o6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t4l0Kh5o6T .navbar.opened {
  transition: all 0.3s;
}
.cid-t4l0Kh5o6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4l0Kh5o6T .navbar .navbar-logo img {
  width: auto;
}
.cid-t4l0Kh5o6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4l0Kh5o6T .navbar.collapsed {
  justify-content: center;
}
.cid-t4l0Kh5o6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4l0Kh5o6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4l0Kh5o6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4l0Kh5o6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4l0Kh5o6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4l0Kh5o6T .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-t4l0Kh5o6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4l0Kh5o6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4l0Kh5o6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4l0Kh5o6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4l0Kh5o6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4l0Kh5o6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4l0Kh5o6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4l0Kh5o6T .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-t4l0Kh5o6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4l0Kh5o6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4l0Kh5o6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4l0Kh5o6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4l0Kh5o6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4l0Kh5o6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4l0Kh5o6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4l0Kh5o6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4l0Kh5o6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4l0Kh5o6T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4l0Kh5o6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4l0Kh5o6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4l0Kh5o6T .dropdown-item.active,
.cid-t4l0Kh5o6T .dropdown-item:active {
  background-color: transparent;
}
.cid-t4l0Kh5o6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4l0Kh5o6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4l0Kh5o6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4l0Kh5o6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4l0Kh5o6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4l0Kh5o6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4l0Kh5o6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4l0Kh5o6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4l0Kh5o6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4l0Kh5o6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4l0Kh5o6T .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-t4l0Kh5o6T .navbar {
    height: 70px;
  }
  .cid-t4l0Kh5o6T .navbar.opened {
    height: auto;
  }
  .cid-t4l0Kh5o6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4jWMeQRbM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4jWMeQRbM .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t4jWMeQRbM .modal-body .close {
  background: #1b1b1b;
}
.cid-t4jWMeQRbM .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-t4jWMeQRbM .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-t4jWMeQRbM .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-t4jWMeQRbM .container {
  max-width: 100%;
  padding: 0;
}
.cid-t4jWMeQRbM .content-slider-wrap {
  width: 100%;
}
.cid-t4jWMeQRbM .carousel-inner > .active,
.cid-t4jWMeQRbM .carousel-inner > .next,
.cid-t4jWMeQRbM .carousel-inner > .prev {
  display: flex;
}
.cid-t4jWMeQRbM .carousel-control .icon-next,
.cid-t4jWMeQRbM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t4jWMeQRbM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t4jWMeQRbM .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.cid-t4jWMeQRbM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t4jWMeQRbM .boxed-slider > div {
  position: relative;
}
.cid-t4jWMeQRbM .container img {
  width: 100%;
}
.cid-t4jWMeQRbM .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t4jWMeQRbM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t4jWMeQRbM .mbr-table-cell {
  padding: 0;
}
.cid-t4jWMeQRbM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t4jWMeQRbM .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t4jWMeQRbM .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t4jWMeQRbM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-t4jWMeQRbM .carousel-item.active.right,
.cid-t4jWMeQRbM .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t4jWMeQRbM .carousel-item.active.left,
.cid-t4jWMeQRbM .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t4jWMeQRbM .carousel-item.active,
.cid-t4jWMeQRbM .carousel-item.next.left,
.cid-t4jWMeQRbM .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-t4jWMeQRbM .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 50%;
  background-color: white;
  transition: all .3s;
  z-index: 11;
}
@media (max-width: 767px) {
  .cid-t4jWMeQRbM .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-t4jWMeQRbM .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4jWMeQRbM .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4jWMeQRbM .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-t4jWMeQRbM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t4jWMeQRbM .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t4jWMeQRbM .mbr-slider .carousel-indicators li.active,
.cid-t4jWMeQRbM .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t4jWMeQRbM .mbr-slider .carousel-indicators li::after,
.cid-t4jWMeQRbM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t4jWMeQRbM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t4jWMeQRbM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t4jWMeQRbM .mbr-slider > .container img {
  width: 100%;
}
.cid-t4jWMeQRbM .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t4jWMeQRbM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t4jWMeQRbM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4jWMeQRbM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t4jWMeQRbM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t4jWMeQRbM .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-t4jWMeQRbM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t4jWMeQRbM .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t4jWMeQRbM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t4jWMeQRbM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t4jWMeQRbM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t4jWMeQRbM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t4jWMeQRbM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t4jWMeQRbM .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-t4jWMeQRbM .carousel-inner {
  height: 100%;
}
.cid-t4jWMeQRbM .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-t4jWMeQRbM .image_wrapper {
  height: 370px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-t4jWMeQRbM .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4jWMeQRbM .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t4jWMeQRbM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t4jWMeQRbM .content-slider-wrap {
    width: 100% !important;
  }
  .cid-t4jWMeQRbM .image_wrapper {
    height: 222px;
  }
}
.cid-t4jWMeQRbM P {
  text-align: center;
}
.cid-t4k0E3965f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1886b7;
}
.cid-t4k0E3965f img,
.cid-t4k0E3965f .item-img {
  width: 100%;
}
.cid-t4k0E3965f .item:focus,
.cid-t4k0E3965f span:focus {
  outline: none;
}
.cid-t4k0E3965f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4k0E3965f .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t4k0E3965f .item {
  padding: 0;
  margin: 0;
}
.cid-t4k0E3965f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4k0E3965f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4k0E3965f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t4k0E3965f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4k0E3965f .mbr-section-title {
  color: #232323;
}
.cid-t4k0E3965f .mbr-text,
.cid-t4k0E3965f .mbr-section-btn {
  text-align: left;
}
.cid-t4k0E3965f .item-title {
  text-align: left;
}
.cid-t4k0E3965f .item-subtitle {
  text-align: center;
}
.cid-t4xkFvqgM4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4xkFvqgM4 .mbr-section-title {
  color: #1d427f;
}
.cid-t4kaKWAMzD {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/bandera-710x444.jpg");
}
.cid-t4kaKWAMzD .mbr-text,
.cid-t4kaKWAMzD .mbr-section-btn {
  color: #232323;
}
.cid-t4kaKWAMzD .card-title,
.cid-t4kaKWAMzD .card-box {
  color: #ffffff;
}
.cid-t4kaKWAMzD .mbr-text,
.cid-t4kaKWAMzD .link-wrap {
  color: #ffffff;
}
.cid-t4xkEewKet {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4xkEewKet .mbr-section-title {
  color: #1d427f;
}
.cid-t4xm77bTgq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.12.41-2000x565.png");
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .content {
    text-align: center;
  }
  .cid-t4xm77bTgq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4xm77bTgq .logo-subtitle {
  color: #8d97ad;
}
.cid-t4xm77bTgq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4xm77bTgq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4xm77bTgq .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t4xm77bTgq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-t4xm77bTgq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4xm77bTgq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t4xm77bTgq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t4xm77bTgq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4xm77bTgq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4xm77bTgq .list-item {
  display: flex;
}
.cid-t4xm77bTgq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-t4xm77bTgq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t4xm77bTgq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-t4xm77bTgq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-t4xm77bTgq P {
  color: #ffffff;
  text-align: left;
}
.cid-t4xm77bTgq .mbr-text {
  color: #ffffff;
}
.cid-t4xm77bTgq .column-title {
  color: #ffffff;
}
.cid-t4kyHr1qRH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4kyHr1qRH .mbr-section-title {
  color: #1d427f;
}
.cid-t4kyHriB4y {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.21.10-2000x367.png");
}
.cid-t4kyHriB4y .mbr-text,
.cid-t4kyHriB4y .mbr-section-btn {
  color: #232323;
}
.cid-t4kyHriB4y .card-title,
.cid-t4kyHriB4y .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-t4kyHriB4y .mbr-text,
.cid-t4kyHriB4y .link-wrap {
  color: #ffffff;
}
.cid-t4kyHrvN5w {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4kyHrvN5w .mbr-section-title {
  color: #1d427f;
}
.cid-t4kAkhMzsq {
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-28-a-las-19.28.05-2000x962.png");
}
.cid-t4kAkhMzsq .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t4kAkhMzsq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4kAkhMzsq .row {
  flex-direction: row-reverse;
}
.cid-t4kAkhMzsq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4kAkhMzsq .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4kAkhMzsq .mbr-text {
  color: #ffffff;
}
.cid-t4kDKBEjkE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4kDKBEjkE .mbr-section-title {
  color: #1d427f;
}
.cid-t4kVvn1Xw3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4kVvn1Xw3 .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
}
.cid-t4kyHsnJd2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4kyHsnJd2 .mbr-section-title {
  color: #1d427f;
}
.cid-t4l0Kh5o6T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4l0Kh5o6T nav.navbar {
  position: fixed;
}
.cid-t4l0Kh5o6T .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-t4l0Kh5o6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4l0Kh5o6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4l0Kh5o6T .dropdown-item:hover,
.cid-t4l0Kh5o6T .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t4l0Kh5o6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4l0Kh5o6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4l0Kh5o6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4l0Kh5o6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4l0Kh5o6T .nav-link {
  position: relative;
}
.cid-t4l0Kh5o6T .container {
  display: flex;
  margin: auto;
}
.cid-t4l0Kh5o6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4l0Kh5o6T .dropdown-menu,
.cid-t4l0Kh5o6T .navbar.opened {
  background: #ffffff !important;
}
.cid-t4l0Kh5o6T .nav-item:focus,
.cid-t4l0Kh5o6T .nav-link:focus {
  outline: none;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4l0Kh5o6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4l0Kh5o6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4l0Kh5o6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t4l0Kh5o6T .navbar.opened {
  transition: all 0.3s;
}
.cid-t4l0Kh5o6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4l0Kh5o6T .navbar .navbar-logo img {
  width: auto;
}
.cid-t4l0Kh5o6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4l0Kh5o6T .navbar.collapsed {
  justify-content: center;
}
.cid-t4l0Kh5o6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4l0Kh5o6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4l0Kh5o6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4l0Kh5o6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4l0Kh5o6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4l0Kh5o6T .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-t4l0Kh5o6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4l0Kh5o6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4l0Kh5o6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4l0Kh5o6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4l0Kh5o6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4l0Kh5o6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4l0Kh5o6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4l0Kh5o6T .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-t4l0Kh5o6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4l0Kh5o6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4l0Kh5o6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4l0Kh5o6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4l0Kh5o6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4l0Kh5o6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4l0Kh5o6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4l0Kh5o6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4l0Kh5o6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4l0Kh5o6T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4l0Kh5o6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4l0Kh5o6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4l0Kh5o6T .dropdown-item.active,
.cid-t4l0Kh5o6T .dropdown-item:active {
  background-color: transparent;
}
.cid-t4l0Kh5o6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4l0Kh5o6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4l0Kh5o6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4l0Kh5o6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4l0Kh5o6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4l0Kh5o6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4l0Kh5o6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4l0Kh5o6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4l0Kh5o6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4l0Kh5o6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4l0Kh5o6T .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-t4l0Kh5o6T .navbar {
    height: 70px;
  }
  .cid-t4l0Kh5o6T .navbar.opened {
    height: auto;
  }
  .cid-t4l0Kh5o6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4xm77bTgq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.12.41-2000x565.png");
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .content {
    text-align: center;
  }
  .cid-t4xm77bTgq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4xm77bTgq .logo-subtitle {
  color: #8d97ad;
}
.cid-t4xm77bTgq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4xm77bTgq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4xm77bTgq .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t4xm77bTgq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-t4xm77bTgq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4xm77bTgq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t4xm77bTgq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t4xm77bTgq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4xm77bTgq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4xm77bTgq .list-item {
  display: flex;
}
.cid-t4xm77bTgq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-t4xm77bTgq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t4xm77bTgq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-t4xm77bTgq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-t4xm77bTgq P {
  color: #ffffff;
  text-align: left;
}
.cid-t4xm77bTgq .mbr-text {
  color: #ffffff;
}
.cid-t4xm77bTgq .column-title {
  color: #ffffff;
}
.cid-t4kFKdZy5J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4kFKdZy5J .mbr-section-title {
  color: #1d427f;
}
.cid-t4kFKetuNd {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/productos-2000x297.png");
}
.cid-t4kFKetuNd .mbr-text,
.cid-t4kFKetuNd .mbr-section-btn {
  color: #232323;
}
.cid-t4kFKetuNd .card-title,
.cid-t4kFKetuNd .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-t4kFKetuNd .mbr-text,
.cid-t4kFKetuNd .link-wrap {
  color: #ffffff;
}
.cid-t4kFKeJb3q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4kFKeJb3q .mbr-section-title {
  color: #1d427f;
}
.cid-t4kHyLC9LS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4kHyLC9LS img,
.cid-t4kHyLC9LS .item-img {
  width: 100%;
}
.cid-t4kHyLC9LS .item:focus,
.cid-t4kHyLC9LS span:focus {
  outline: none;
}
.cid-t4kHyLC9LS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4kHyLC9LS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4kHyLC9LS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t4kHyLC9LS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4kHyLC9LS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t4kHyLC9LS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t4kHyLC9LS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4kHyLC9LS .mbr-section-title {
  color: #232323;
}
.cid-t4kHyLC9LS .mbr-text,
.cid-t4kHyLC9LS .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-t4kHyLC9LS .item-title {
  text-align: left;
}
.cid-t4kHyLC9LS .item-subtitle {
  text-align: center;
}
.cid-t4kLZlHKqf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4kLZlHKqf img,
.cid-t4kLZlHKqf .item-img {
  width: 100%;
}
.cid-t4kLZlHKqf .item:focus,
.cid-t4kLZlHKqf span:focus {
  outline: none;
}
.cid-t4kLZlHKqf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4kLZlHKqf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4kLZlHKqf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t4kLZlHKqf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4kLZlHKqf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t4kLZlHKqf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t4kLZlHKqf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4kLZlHKqf .mbr-section-title {
  color: #232323;
}
.cid-t4kLZlHKqf .mbr-text,
.cid-t4kLZlHKqf .mbr-section-btn {
  text-align: left;
}
.cid-t4kLZlHKqf .item-title {
  text-align: left;
}
.cid-t4kLZlHKqf .item-subtitle {
  text-align: center;
}
.cid-t4pvfIiRXt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #47b5ed;
}
.cid-t4pvfIiRXt .mbr-section-btn > * {
  margin: 0;
}
.cid-t4pvfIiRXt h4 {
  font-weight: 500;
}
.cid-t4pvfIiRXt p {
  color: #232323;
}
.cid-t4pvfIiRXt .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t4pvfIiRXt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t4pvfIiRXt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t4pvfIiRXt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t4pvfIiRXt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t4pvfIiRXt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t4pvfIiRXt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t4pvfIiRXt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t4pvfIiRXt .card-img span {
    font-size: 40px !important;
  }
}
.cid-t4pvfIiRXt .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t4pvfIiRXt .text1 {
  color: #ffffff;
}
.cid-t4pvfIiRXt H2 {
  color: #ffffff;
}
.cid-t4qaUUwnQ9 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-t4qaUUwnQ9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4qaUUwnQ9 .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-t4qaUUwnQ9 .mbr-section-title {
  color: #000000;
}
.cid-t4qaUUwnQ9 .mbr-text,
.cid-t4qaUUwnQ9 .mbr-section-btn {
  color: #ffffff;
}
.cid-t4pwKPHCmZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d20000;
}
.cid-t4pwKPHCmZ .mbr-section-btn > * {
  margin: 0;
}
.cid-t4pwKPHCmZ h4 {
  font-weight: 500;
}
.cid-t4pwKPHCmZ p {
  color: #232323;
}
.cid-t4pwKPHCmZ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t4pwKPHCmZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t4pwKPHCmZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t4pwKPHCmZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t4pwKPHCmZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t4pwKPHCmZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t4pwKPHCmZ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t4pwKPHCmZ .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t4pwKPHCmZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t4pwKPHCmZ .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t4pwKPHCmZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-t4pwKPHCmZ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t4pwKPHCmZ H2 {
  color: #ffffff;
}
.cid-t4pwKPHCmZ .text1 {
  color: #ffffff;
}
.cid-t4qdy7IXRH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-t4qdy7IXRH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4qdy7IXRH .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-t4qdy7IXRH .mbr-section-title {
  color: #000000;
}
.cid-t4qdy7IXRH .mbr-text,
.cid-t4qdy7IXRH .mbr-section-btn {
  color: #ffffff;
}
.cid-t4pyxv720l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #47b5ed;
}
.cid-t4pyxv720l .mbr-section-btn > * {
  margin: 0;
}
.cid-t4pyxv720l h4 {
  font-weight: 500;
}
.cid-t4pyxv720l p {
  color: #232323;
}
.cid-t4pyxv720l .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t4pyxv720l .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t4pyxv720l .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t4pyxv720l .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t4pyxv720l .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t4pyxv720l .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t4pyxv720l .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t4pyxv720l .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t4pyxv720l .card-img span {
    font-size: 40px !important;
  }
}
.cid-t4pyxv720l .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t4pyxv720l H2 {
  color: #ffffff;
}
.cid-t4pyxv720l .text1 {
  color: #ffffff;
}
.cid-t4qfoqSvLs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-t4qfoqSvLs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4qfoqSvLs .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-t4qfoqSvLs .mbr-section-title {
  color: #000000;
}
.cid-t4qfoqSvLs .mbr-text,
.cid-t4qfoqSvLs .mbr-section-btn {
  color: #ffffff;
}
.cid-t4pzrUxzwy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b00f0f;
}
.cid-t4pzrUxzwy .mbr-section-btn > * {
  margin: 0;
}
.cid-t4pzrUxzwy h4 {
  font-weight: 500;
}
.cid-t4pzrUxzwy p {
  color: #232323;
}
.cid-t4pzrUxzwy .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t4pzrUxzwy .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t4pzrUxzwy .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t4pzrUxzwy .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t4pzrUxzwy .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t4pzrUxzwy .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t4pzrUxzwy .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t4pzrUxzwy .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t4pzrUxzwy .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t4pzrUxzwy .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t4pzrUxzwy .card-img span {
    font-size: 40px !important;
  }
}
.cid-t4pzrUxzwy .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t4pzrUxzwy H2 {
  color: #ffffff;
}
.cid-t4pzrUxzwy .text1 {
  color: #ffffff;
}
.cid-t4qfqAzO7q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-t4qfqAzO7q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t4qfqAzO7q .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-t4qfqAzO7q .mbr-section-title {
  color: #000000;
}
.cid-t4qfqAzO7q .mbr-text,
.cid-t4qfqAzO7q .mbr-section-btn {
  color: #ffffff;
}
.cid-t4pAgV0Ott {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #3dade6;
}
.cid-t4pAgV0Ott .mbr-section-btn > * {
  margin: 0;
}
.cid-t4pAgV0Ott h4 {
  font-weight: 500;
}
.cid-t4pAgV0Ott p {
  color: #232323;
}
.cid-t4pAgV0Ott .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t4pAgV0Ott .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t4pAgV0Ott .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t4pAgV0Ott .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t4pAgV0Ott .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t4pAgV0Ott .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t4pAgV0Ott .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t4pAgV0Ott .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t4pAgV0Ott .card-img span {
    font-size: 40px !important;
  }
}
.cid-t4pAgV0Ott .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t4pAgV0Ott H2 {
  color: #ffffff;
}
.cid-t4pAgV0Ott .text1 {
  color: #ffffff;
}
.cid-t4pAjzZJHm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d20000;
}
.cid-t4pAjzZJHm .mbr-section-btn > * {
  margin: 0;
}
.cid-t4pAjzZJHm h4 {
  font-weight: 500;
}
.cid-t4pAjzZJHm p {
  color: #232323;
}
.cid-t4pAjzZJHm .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t4pAjzZJHm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t4pAjzZJHm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t4pAjzZJHm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t4pAjzZJHm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t4pAjzZJHm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t4pAjzZJHm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-t4pAjzZJHm .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-t4pAjzZJHm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-t4pAjzZJHm .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-t4pAjzZJHm .card-img span {
    font-size: 40px !important;
  }
}
.cid-t4pAjzZJHm .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t4pAjzZJHm H2 {
  color: #ffffff;
}
.cid-t4pAjzZJHm .text1 {
  color: #ffffff;
}
.cid-t4pAmOroRX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #3bade7;
}
.cid-t4pAmOroRX .mbr-section-btn > * {
  margin: 0;
}
.cid-t4pAmOroRX h4 {
  font-weight: 500;
}
.cid-t4pAmOroRX p {
  color: #232323;
}
.cid-t4pAmOroRX .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t4pAmOroRX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t4pAmOroRX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t4pAmOroRX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t4pAmOroRX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t4pAmOroRX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t4pAmOroRX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t4pAmOroRX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t4pAmOroRX .card-img span {
    font-size: 40px !important;
  }
}
.cid-t4pAmOroRX .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t4pAmOroRX H2 {
  color: #ffffff;
}
.cid-t4pAmOroRX .text1 {
  color: #ffffff;
}
.cid-t4pAm0sAbS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4pAm0sAbS .mbr-section-title {
  color: #1d427f;
}
.cid-t4kFKg5a1l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4kFKg5a1l .mbr-section-title {
  color: #1d427f;
}
.cid-t4l0Kh5o6T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4l0Kh5o6T nav.navbar {
  position: fixed;
}
.cid-t4l0Kh5o6T .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-t4l0Kh5o6T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4l0Kh5o6T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4l0Kh5o6T .dropdown-item:hover,
.cid-t4l0Kh5o6T .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t4l0Kh5o6T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4l0Kh5o6T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4l0Kh5o6T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4l0Kh5o6T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4l0Kh5o6T .nav-link {
  position: relative;
}
.cid-t4l0Kh5o6T .container {
  display: flex;
  margin: auto;
}
.cid-t4l0Kh5o6T .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4l0Kh5o6T .dropdown-menu,
.cid-t4l0Kh5o6T .navbar.opened {
  background: #ffffff !important;
}
.cid-t4l0Kh5o6T .nav-item:focus,
.cid-t4l0Kh5o6T .nav-link:focus {
  outline: none;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4l0Kh5o6T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4l0Kh5o6T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4l0Kh5o6T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4l0Kh5o6T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t4l0Kh5o6T .navbar.opened {
  transition: all 0.3s;
}
.cid-t4l0Kh5o6T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4l0Kh5o6T .navbar .navbar-logo img {
  width: auto;
}
.cid-t4l0Kh5o6T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4l0Kh5o6T .navbar.collapsed {
  justify-content: center;
}
.cid-t4l0Kh5o6T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4l0Kh5o6T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4l0Kh5o6T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4l0Kh5o6T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4l0Kh5o6T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4l0Kh5o6T .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-t4l0Kh5o6T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4l0Kh5o6T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4l0Kh5o6T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4l0Kh5o6T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4l0Kh5o6T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4l0Kh5o6T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4l0Kh5o6T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4l0Kh5o6T .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-t4l0Kh5o6T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4l0Kh5o6T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4l0Kh5o6T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4l0Kh5o6T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4l0Kh5o6T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4l0Kh5o6T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4l0Kh5o6T .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4l0Kh5o6T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4l0Kh5o6T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4l0Kh5o6T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4l0Kh5o6T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4l0Kh5o6T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4l0Kh5o6T .dropdown-item.active,
.cid-t4l0Kh5o6T .dropdown-item:active {
  background-color: transparent;
}
.cid-t4l0Kh5o6T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4l0Kh5o6T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4l0Kh5o6T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4l0Kh5o6T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4l0Kh5o6T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4l0Kh5o6T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4l0Kh5o6T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4l0Kh5o6T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4l0Kh5o6T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4l0Kh5o6T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4l0Kh5o6T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4l0Kh5o6T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4l0Kh5o6T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4l0Kh5o6T .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-t4l0Kh5o6T .navbar {
    height: 70px;
  }
  .cid-t4l0Kh5o6T .navbar.opened {
    height: auto;
  }
  .cid-t4l0Kh5o6T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4xm77bTgq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.12.41-2000x565.png");
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .content {
    text-align: center;
  }
  .cid-t4xm77bTgq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4xm77bTgq .logo-subtitle {
  color: #8d97ad;
}
.cid-t4xm77bTgq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4xm77bTgq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4xm77bTgq .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t4xm77bTgq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-t4xm77bTgq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4xm77bTgq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t4xm77bTgq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t4xm77bTgq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4xm77bTgq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4xm77bTgq .list-item {
  display: flex;
}
.cid-t4xm77bTgq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-t4xm77bTgq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t4xm77bTgq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-t4xm77bTgq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-t4xm77bTgq P {
  color: #ffffff;
  text-align: left;
}
.cid-t4xm77bTgq .mbr-text {
  color: #ffffff;
}
.cid-t4xm77bTgq .column-title {
  color: #ffffff;
}
.cid-t4l4lp6Nge {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4l4lp6Nge .mbr-section-title {
  color: #1d427f;
}
.cid-t4l4lpT5Z3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.30.41-2000x663.png");
}
.cid-t4l4lpT5Z3 .mbr-text,
.cid-t4l4lpT5Z3 .mbr-section-btn {
  color: #232323;
}
.cid-t4l4lpT5Z3 .card-title,
.cid-t4l4lpT5Z3 .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-t4l4lpT5Z3 .mbr-text,
.cid-t4l4lpT5Z3 .link-wrap {
  color: #ffffff;
}
.cid-t4l4lqizHN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4l4lqizHN .mbr-section-title {
  color: #1d427f;
}
.cid-t4l505XZqx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4l505XZqx .card-icon {
  font-size: 64px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t4l505XZqx .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t4l505XZqx .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t4l505XZqx p {
  font-weight: 400;
}
.cid-t4l505XZqx .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t4l505XZqx .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t4l505XZqx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t4l505XZqx .bg1 {
  background: #69c1ed;
}
.cid-t4l505XZqx .bg2 {
  background: #1d9ad7;
}
.cid-t4l505XZqx .bg3 {
  background: #1187c1;
}
.cid-t4l505XZqx .bg4 {
  background: #0c71a3;
}
.cid-t4l505XZqx .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t4l505XZqx .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t4l505XZqx .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t4l505XZqx .card-title,
.cid-t4l505XZqx .card-ico,
.cid-t4l505XZqx .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t4l505XZqx .mbr-text,
.cid-t4l505XZqx .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4l505XZqx .row {
    padding: 0 1rem;
  }
}
.cid-t4l5NkZzu7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4l5NkZzu7 .mbr-section-title {
  color: #1d427f;
}
.cid-t4l8LRr0tP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4l8LRr0tP .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t4l8LRr0tP .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t4l8LRr0tP .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t4l8LRr0tP p {
  font-weight: 400;
}
.cid-t4l8LRr0tP .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t4l8LRr0tP .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t4l8LRr0tP .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t4l8LRr0tP .bg1 {
  background: #69c1ed;
}
.cid-t4l8LRr0tP .bg2 {
  background: #1d9ad7;
}
.cid-t4l8LRr0tP .bg3 {
  background: #1187c1;
}
.cid-t4l8LRr0tP .bg4 {
  background: #0c71a3;
}
.cid-t4l8LRr0tP .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t4l8LRr0tP .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t4l8LRr0tP .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t4l8LRr0tP .card-title,
.cid-t4l8LRr0tP .card-ico,
.cid-t4l8LRr0tP .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t4l8LRr0tP .mbr-text,
.cid-t4l8LRr0tP .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t4l8LRr0tP .row {
    padding: 0 1rem;
  }
}
.cid-t4l4lr7hYD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4l4lr7hYD .mbr-section-title {
  color: #1d427f;
}
.cid-t4lcGHM8p3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-28-a-las-19.28.05-2000x962.png");
}
.cid-t4lcGHM8p3 .card-wrapper {
  background: #9f0606;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t4lcGHM8p3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4lcGHM8p3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4lcGHM8p3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-t4lcGHM8p3 .mbr-text,
.cid-t4lcGHM8p3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-t4lcGHM8p3 .card-title,
.cid-t4lcGHM8p3 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-t4ldFQ0BzV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4ldFQ0BzV .mbr-section-title {
  color: #1d427f;
}
.cid-t4l4lt8a7a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4l4lt8a7a .mbr-section-title {
  color: #1d427f;
}
.cid-t4l4ltRXzm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4l4ltRXzm nav.navbar {
  position: fixed;
}
.cid-t4l4ltRXzm .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-t4l4ltRXzm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4l4ltRXzm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4l4ltRXzm .dropdown-item:hover,
.cid-t4l4ltRXzm .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t4l4ltRXzm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4l4ltRXzm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4l4ltRXzm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4l4ltRXzm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4l4ltRXzm .nav-link {
  position: relative;
}
.cid-t4l4ltRXzm .container {
  display: flex;
  margin: auto;
}
.cid-t4l4ltRXzm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4l4ltRXzm .dropdown-menu,
.cid-t4l4ltRXzm .navbar.opened {
  background: #ffffff !important;
}
.cid-t4l4ltRXzm .nav-item:focus,
.cid-t4l4ltRXzm .nav-link:focus {
  outline: none;
}
.cid-t4l4ltRXzm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4l4ltRXzm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4l4ltRXzm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4l4ltRXzm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4l4ltRXzm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4l4ltRXzm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4l4ltRXzm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t4l4ltRXzm .navbar.opened {
  transition: all 0.3s;
}
.cid-t4l4ltRXzm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4l4ltRXzm .navbar .navbar-logo img {
  width: auto;
}
.cid-t4l4ltRXzm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4l4ltRXzm .navbar.collapsed {
  justify-content: center;
}
.cid-t4l4ltRXzm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4l4ltRXzm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4l4ltRXzm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4l4ltRXzm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4l4ltRXzm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4l4ltRXzm .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-t4l4ltRXzm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4l4ltRXzm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4l4ltRXzm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4l4ltRXzm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4l4ltRXzm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4l4ltRXzm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4l4ltRXzm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4l4ltRXzm .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-t4l4ltRXzm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4l4ltRXzm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4l4ltRXzm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4l4ltRXzm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4l4ltRXzm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4l4ltRXzm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4l4ltRXzm .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4l4ltRXzm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4l4ltRXzm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4l4ltRXzm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4l4ltRXzm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4l4ltRXzm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4l4ltRXzm .dropdown-item.active,
.cid-t4l4ltRXzm .dropdown-item:active {
  background-color: transparent;
}
.cid-t4l4ltRXzm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4l4ltRXzm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4l4ltRXzm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4l4ltRXzm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4l4ltRXzm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4l4ltRXzm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4l4ltRXzm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4l4ltRXzm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4l4ltRXzm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4l4ltRXzm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4l4ltRXzm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4l4ltRXzm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4l4ltRXzm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4l4ltRXzm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4l4ltRXzm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4l4ltRXzm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4l4ltRXzm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4l4ltRXzm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4l4ltRXzm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4l4ltRXzm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4l4ltRXzm .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-t4l4ltRXzm .navbar {
    height: 70px;
  }
  .cid-t4l4ltRXzm .navbar.opened {
    height: auto;
  }
  .cid-t4l4ltRXzm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4xm77bTgq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.12.41-2000x565.png");
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .content {
    text-align: center;
  }
  .cid-t4xm77bTgq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4xm77bTgq .logo-subtitle {
  color: #8d97ad;
}
.cid-t4xm77bTgq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4xm77bTgq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4xm77bTgq .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t4xm77bTgq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-t4xm77bTgq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4xm77bTgq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t4xm77bTgq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t4xm77bTgq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4xm77bTgq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4xm77bTgq .list-item {
  display: flex;
}
.cid-t4xm77bTgq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-t4xm77bTgq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t4xm77bTgq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-t4xm77bTgq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-t4xm77bTgq P {
  color: #ffffff;
  text-align: left;
}
.cid-t4xm77bTgq .mbr-text {
  color: #ffffff;
}
.cid-t4xm77bTgq .column-title {
  color: #ffffff;
}
.cid-t4qjLt3iX0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qjLt3iX0 .mbr-section-title {
  color: #1d427f;
}
.cid-t4qjLtviXx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.30.41-2000x663.png");
}
.cid-t4qjLtviXx .mbr-text,
.cid-t4qjLtviXx .mbr-section-btn {
  color: #232323;
}
.cid-t4qjLtviXx .card-title,
.cid-t4qjLtviXx .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-t4qjLtviXx .mbr-text,
.cid-t4qjLtviXx .link-wrap {
  color: #ffffff;
}
.cid-t4qjLtMAmG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4qjLtMAmG .mbr-section-title {
  color: #1d427f;
}
.cid-t4qpoLNEtw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/degrade-mcx-copia-2000x594.png");
}
.cid-t4qpoLNEtw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4qpoLNEtw .mbr-section-title {
  color: #ffffff;
}
.cid-t4x0hPwpl8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4x0hPwpl8 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t4x0hPwpl8 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4x0hPwpl8 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4x0hPwpl8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-t4x0hPwpl8 .mbr-text,
.cid-t4x0hPwpl8 .mbr-section-btn {
  color: #ffffff;
}
.cid-t4x0hPwpl8 .card-title,
.cid-t4x0hPwpl8 .card-box {
  text-align: center;
  color: #ff0000;
}
.cid-t4qqGrccCC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4qqGrccCC .img-wrapper {
  text-align: center;
}
.cid-t4qqGrccCC img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t4qqGrccCC .row {
  align-items: flex-start;
}
.cid-t4qqGrccCC .card-wrapper {
  border-radius: 4px;
  background: #ececec;
}
@media (max-width: 992px) {
  .cid-t4qqGrccCC .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t4qqGrccCC .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4qqGrccCC .card-wrapper {
    padding: 1rem;
  }
}
.cid-t4qrkiqfWB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4qrkiqfWB .img-wrapper {
  text-align: center;
}
.cid-t4qrkiqfWB img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t4qrkiqfWB .row {
  align-items: flex-start;
}
.cid-t4qrkiqfWB .card-wrapper {
  border-radius: 4px;
  background: #ececec;
}
@media (max-width: 992px) {
  .cid-t4qrkiqfWB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t4qrkiqfWB .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4qrkiqfWB .card-wrapper {
    padding: 1rem;
  }
}
.cid-t4qrn9VZjA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4qrn9VZjA .img-wrapper {
  text-align: center;
}
.cid-t4qrn9VZjA img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t4qrn9VZjA .row {
  align-items: flex-start;
}
.cid-t4qrn9VZjA .card-wrapper {
  border-radius: 4px;
  background: #ececec;
}
@media (max-width: 992px) {
  .cid-t4qrn9VZjA .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t4qrn9VZjA .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4qrn9VZjA .card-wrapper {
    padding: 1rem;
  }
}
.cid-t4qrUwENuu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qrUwENuu .img-wrapper {
  text-align: center;
}
.cid-t4qrUwENuu img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t4qrUwENuu .row {
  align-items: flex-start;
}
.cid-t4qrUwENuu .card-wrapper {
  border-radius: 4px;
  background: #ececec;
}
@media (max-width: 992px) {
  .cid-t4qrUwENuu .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t4qrUwENuu .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t4qrUwENuu .card-wrapper {
    padding: 1rem;
  }
}
.cid-t4qjLupfFb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qjLupfFb .mbr-section-title {
  color: #1d427f;
}
.cid-t4qjLv2myM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qjLv2myM .mbr-section-title {
  color: #1d427f;
}
.cid-t5lQ6dwO1q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t5lQ6dwO1q .img-wrapper {
  text-align: center;
}
.cid-t5lQ6dwO1q img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-t5lQ6dwO1q .row {
  align-items: flex-start;
}
.cid-t5lQ6dwO1q .card-wrapper {
  border-radius: 4px;
  background: #ececec;
}
@media (max-width: 992px) {
  .cid-t5lQ6dwO1q .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t5lQ6dwO1q .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t5lQ6dwO1q .card-wrapper {
    padding: 1rem;
  }
}
.cid-t4qjLvfLJG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff0000;
}
.cid-t4qjLvfLJG .card-wrapper {
  background: #ff0000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t4qjLvfLJG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4qjLvfLJG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4qjLvfLJG .card-wrapper {
    padding: 4rem;
  }
}
.cid-t4qjLvfLJG .mbr-text,
.cid-t4qjLvfLJG .mbr-section-btn {
  color: #ffffff;
}
.cid-t4qjLvfLJG .card-title,
.cid-t4qjLvfLJG .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-t4qjLvs0QS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qjLvs0QS .mbr-section-title {
  color: #1d427f;
}
.cid-t4qjLwduYL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qjLwduYL .mbr-section-title {
  color: #1d427f;
}
.cid-t4qjLwDnC9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4qjLwDnC9 nav.navbar {
  position: fixed;
}
.cid-t4qjLwDnC9 .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-t4qjLwDnC9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4qjLwDnC9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4qjLwDnC9 .dropdown-item:hover,
.cid-t4qjLwDnC9 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t4qjLwDnC9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4qjLwDnC9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4qjLwDnC9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4qjLwDnC9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4qjLwDnC9 .nav-link {
  position: relative;
}
.cid-t4qjLwDnC9 .container {
  display: flex;
  margin: auto;
}
.cid-t4qjLwDnC9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4qjLwDnC9 .dropdown-menu,
.cid-t4qjLwDnC9 .navbar.opened {
  background: #ffffff !important;
}
.cid-t4qjLwDnC9 .nav-item:focus,
.cid-t4qjLwDnC9 .nav-link:focus {
  outline: none;
}
.cid-t4qjLwDnC9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4qjLwDnC9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4qjLwDnC9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4qjLwDnC9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4qjLwDnC9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4qjLwDnC9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4qjLwDnC9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t4qjLwDnC9 .navbar.opened {
  transition: all 0.3s;
}
.cid-t4qjLwDnC9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4qjLwDnC9 .navbar .navbar-logo img {
  width: auto;
}
.cid-t4qjLwDnC9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4qjLwDnC9 .navbar.collapsed {
  justify-content: center;
}
.cid-t4qjLwDnC9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4qjLwDnC9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4qjLwDnC9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4qjLwDnC9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4qjLwDnC9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4qjLwDnC9 .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-t4qjLwDnC9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4qjLwDnC9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4qjLwDnC9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4qjLwDnC9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4qjLwDnC9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4qjLwDnC9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4qjLwDnC9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4qjLwDnC9 .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-t4qjLwDnC9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4qjLwDnC9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4qjLwDnC9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4qjLwDnC9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4qjLwDnC9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4qjLwDnC9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4qjLwDnC9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4qjLwDnC9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4qjLwDnC9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4qjLwDnC9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4qjLwDnC9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4qjLwDnC9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4qjLwDnC9 .dropdown-item.active,
.cid-t4qjLwDnC9 .dropdown-item:active {
  background-color: transparent;
}
.cid-t4qjLwDnC9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4qjLwDnC9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4qjLwDnC9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4qjLwDnC9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4qjLwDnC9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4qjLwDnC9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4qjLwDnC9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4qjLwDnC9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4qjLwDnC9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4qjLwDnC9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4qjLwDnC9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4qjLwDnC9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4qjLwDnC9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4qjLwDnC9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4qjLwDnC9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4qjLwDnC9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4qjLwDnC9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4qjLwDnC9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4qjLwDnC9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4qjLwDnC9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4qjLwDnC9 .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-t4qjLwDnC9 .navbar {
    height: 70px;
  }
  .cid-t4qjLwDnC9 .navbar.opened {
    height: auto;
  }
  .cid-t4qjLwDnC9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4xm77bTgq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.12.41-2000x565.png");
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .content {
    text-align: center;
  }
  .cid-t4xm77bTgq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4xm77bTgq .logo-subtitle {
  color: #8d97ad;
}
.cid-t4xm77bTgq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4xm77bTgq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4xm77bTgq .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t4xm77bTgq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-t4xm77bTgq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4xm77bTgq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t4xm77bTgq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t4xm77bTgq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4xm77bTgq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4xm77bTgq .list-item {
  display: flex;
}
.cid-t4xm77bTgq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-t4xm77bTgq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t4xm77bTgq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-t4xm77bTgq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-t4xm77bTgq P {
  color: #ffffff;
  text-align: left;
}
.cid-t4xm77bTgq .mbr-text {
  color: #ffffff;
}
.cid-t4xm77bTgq .column-title {
  color: #ffffff;
}
.cid-t4qC8vu7W0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qC8vu7W0 .mbr-section-title {
  color: #1d427f;
}
.cid-t4qC8w1wSD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.30.41-2000x663.png");
}
.cid-t4qC8w1wSD .mbr-text,
.cid-t4qC8w1wSD .mbr-section-btn {
  color: #232323;
}
.cid-t4qC8w1wSD .card-title,
.cid-t4qC8w1wSD .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-t4qC8w1wSD .mbr-text,
.cid-t4qC8w1wSD .link-wrap {
  color: #ffffff;
}
.cid-t4qC8widd7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4qC8widd7 .mbr-section-title {
  color: #1d427f;
}
.cid-t4qC8wwg2e {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/degrade-mcx-copia-2000x594.png");
}
.cid-t4qC8wwg2e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4qC8wwg2e .mbr-section-title {
  color: #ffffff;
}
.cid-t4qC8ygOAH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qC8ygOAH .mbr-section-title {
  color: #1d427f;
}
.cid-t4qC8ywe3I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qC8ywe3I .mbr-section-title {
  color: #1d427f;
}
.cid-t4qL18D2r7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qL18D2r7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-t4qL18D2r7 .panel-group {
  border: none;
}
.cid-t4qL18D2r7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t4qL18D2r7 .panel-body,
.cid-t4qL18D2r7 .card-header {
  padding: 1rem 0;
}
.cid-t4qL18D2r7 .panel-title-edit {
  color: #000000;
}
.cid-t4qL18D2r7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t4vruo46w6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4vruo46w6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-t4vruo46w6 .panel-group {
  border: none;
}
.cid-t4vruo46w6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t4vruo46w6 .panel-body,
.cid-t4vruo46w6 .card-header {
  padding: 1rem 0;
}
.cid-t4vruo46w6 .panel-title-edit {
  color: #000000;
}
.cid-t4vruo46w6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t4vuHNOMo0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4vuHNOMo0 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-t4vuHNOMo0 .panel-group {
  border: none;
}
.cid-t4vuHNOMo0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t4vuHNOMo0 .panel-body,
.cid-t4vuHNOMo0 .card-header {
  padding: 1rem 0;
}
.cid-t4vuHNOMo0 .panel-title-edit {
  color: #000000;
}
.cid-t4vuHNOMo0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t4x0VWqnxq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff0000;
}
.cid-t4x0VWqnxq .card-wrapper {
  background: #d20000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t4x0VWqnxq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4x0VWqnxq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4x0VWqnxq .card-wrapper {
    padding: 4rem;
  }
}
.cid-t4x0VWqnxq .mbr-text,
.cid-t4x0VWqnxq .mbr-section-btn {
  color: #ffffff;
}
.cid-t4x0VWqnxq .card-title,
.cid-t4x0VWqnxq .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-t4qC8zKNAw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4qC8zKNAw .mbr-section-title {
  color: #1d427f;
}
.cid-t4qC8AdkdW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4qC8AdkdW nav.navbar {
  position: fixed;
}
.cid-t4qC8AdkdW .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-t4qC8AdkdW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4qC8AdkdW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4qC8AdkdW .dropdown-item:hover,
.cid-t4qC8AdkdW .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t4qC8AdkdW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4qC8AdkdW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4qC8AdkdW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4qC8AdkdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4qC8AdkdW .nav-link {
  position: relative;
}
.cid-t4qC8AdkdW .container {
  display: flex;
  margin: auto;
}
.cid-t4qC8AdkdW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4qC8AdkdW .dropdown-menu,
.cid-t4qC8AdkdW .navbar.opened {
  background: #ffffff !important;
}
.cid-t4qC8AdkdW .nav-item:focus,
.cid-t4qC8AdkdW .nav-link:focus {
  outline: none;
}
.cid-t4qC8AdkdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4qC8AdkdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4qC8AdkdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4qC8AdkdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4qC8AdkdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4qC8AdkdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4qC8AdkdW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t4qC8AdkdW .navbar.opened {
  transition: all 0.3s;
}
.cid-t4qC8AdkdW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4qC8AdkdW .navbar .navbar-logo img {
  width: auto;
}
.cid-t4qC8AdkdW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4qC8AdkdW .navbar.collapsed {
  justify-content: center;
}
.cid-t4qC8AdkdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4qC8AdkdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4qC8AdkdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4qC8AdkdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4qC8AdkdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4qC8AdkdW .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-t4qC8AdkdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4qC8AdkdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4qC8AdkdW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4qC8AdkdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4qC8AdkdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4qC8AdkdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4qC8AdkdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4qC8AdkdW .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-t4qC8AdkdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4qC8AdkdW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4qC8AdkdW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4qC8AdkdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4qC8AdkdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4qC8AdkdW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4qC8AdkdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4qC8AdkdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4qC8AdkdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4qC8AdkdW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4qC8AdkdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4qC8AdkdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4qC8AdkdW .dropdown-item.active,
.cid-t4qC8AdkdW .dropdown-item:active {
  background-color: transparent;
}
.cid-t4qC8AdkdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4qC8AdkdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4qC8AdkdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4qC8AdkdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4qC8AdkdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4qC8AdkdW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4qC8AdkdW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4qC8AdkdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4qC8AdkdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4qC8AdkdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4qC8AdkdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4qC8AdkdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4qC8AdkdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4qC8AdkdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4qC8AdkdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4qC8AdkdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4qC8AdkdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4qC8AdkdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4qC8AdkdW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4qC8AdkdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4qC8AdkdW .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-t4qC8AdkdW .navbar {
    height: 70px;
  }
  .cid-t4qC8AdkdW .navbar.opened {
    height: auto;
  }
  .cid-t4qC8AdkdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4xm77bTgq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.12.41-2000x565.png");
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .content {
    text-align: center;
  }
  .cid-t4xm77bTgq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4xm77bTgq .logo-subtitle {
  color: #8d97ad;
}
.cid-t4xm77bTgq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4xm77bTgq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4xm77bTgq .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t4xm77bTgq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-t4xm77bTgq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4xm77bTgq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t4xm77bTgq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t4xm77bTgq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4xm77bTgq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4xm77bTgq .list-item {
  display: flex;
}
.cid-t4xm77bTgq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-t4xm77bTgq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t4xm77bTgq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-t4xm77bTgq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-t4xm77bTgq P {
  color: #ffffff;
  text-align: left;
}
.cid-t4xm77bTgq .mbr-text {
  color: #ffffff;
}
.cid-t4xm77bTgq .column-title {
  color: #ffffff;
}
.cid-t4vKEGHchp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4vKEGHchp .mbr-section-title {
  color: #1d427f;
}
.cid-t4vKEHjoSB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/barra-mapa-2000x282.jpg");
}
.cid-t4vKEHjoSB .mbr-text,
.cid-t4vKEHjoSB .mbr-section-btn {
  color: #232323;
}
.cid-t4vKEHjoSB .card-title,
.cid-t4vKEHjoSB .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-t4vKEHjoSB .mbr-text,
.cid-t4vKEHjoSB .link-wrap {
  color: #ffffff;
}
.cid-t4vKEHAcSV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t4vKEHAcSV .mbr-section-title {
  color: #1d427f;
}
.cid-t4vKEHOx5b {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-28-a-las-19.28.05-2000x962.png");
}
.cid-t4vKEHOx5b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4vKEHOx5b .mbr-section-title {
  color: #ffffff;
}
.cid-t4vKEI3oci {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4vKEI3oci .mbr-section-title {
  color: #1d427f;
}
.cid-t4vMC696cg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4vMC696cg .google-map {
  height: 25rem;
  position: relative;
}
.cid-t4vMC696cg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t4vMC696cg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-t4vMC696cg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t4vMC696cg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t4vMC696cg .wrapper {
  margin-top: -10rem;
  background: #bbbbbb;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-t4vMC696cg .form-container {
  padding: 3rem;
}
.cid-t4vMC696cg .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-t4vMC696cg .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #d20000, #630404);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t4vMC696cg .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-t4vMC696cg .form-group,
  .cid-t4vMC696cg .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-t4vMC696cg .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t4vMC696cg textarea.form-control {
  min-height: 170px;
}
@media (max-width: 767px) {
  .cid-t4vMC696cg .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t4vMC696cg .text-block {
    margin-bottom: 2rem;
  }
  .cid-t4vMC696cg .wrapper {
    margin-top: 0;
  }
}
.cid-t4vMC696cg .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t4vMC696cg .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-t4vMC696cg .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-t4vMC696cg .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-t4vMC696cg .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4vMC696cg .social-list a:hover {
  opacity: 1;
}
.cid-t4vMC696cg H2 {
  color: #ffffff;
}
.cid-t4vKEIfQUj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4vKEIfQUj .mbr-section-title {
  color: #1d427f;
}
.cid-t4vKEJPHwp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4vKEJPHwp .mbr-section-title {
  color: #1d427f;
}
.cid-t4vKEKHUZw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4vKEKHUZw .mbr-section-title {
  color: #1d427f;
}
.cid-t4vKELb8K5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4vKELb8K5 nav.navbar {
  position: fixed;
}
.cid-t4vKELb8K5 .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-t4vKELb8K5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4vKELb8K5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4vKELb8K5 .dropdown-item:hover,
.cid-t4vKELb8K5 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-t4vKELb8K5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4vKELb8K5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4vKELb8K5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4vKELb8K5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4vKELb8K5 .nav-link {
  position: relative;
}
.cid-t4vKELb8K5 .container {
  display: flex;
  margin: auto;
}
.cid-t4vKELb8K5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4vKELb8K5 .dropdown-menu,
.cid-t4vKELb8K5 .navbar.opened {
  background: #ffffff !important;
}
.cid-t4vKELb8K5 .nav-item:focus,
.cid-t4vKELb8K5 .nav-link:focus {
  outline: none;
}
.cid-t4vKELb8K5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4vKELb8K5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4vKELb8K5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4vKELb8K5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4vKELb8K5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4vKELb8K5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4vKELb8K5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t4vKELb8K5 .navbar.opened {
  transition: all 0.3s;
}
.cid-t4vKELb8K5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4vKELb8K5 .navbar .navbar-logo img {
  width: auto;
}
.cid-t4vKELb8K5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4vKELb8K5 .navbar.collapsed {
  justify-content: center;
}
.cid-t4vKELb8K5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4vKELb8K5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4vKELb8K5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t4vKELb8K5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4vKELb8K5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4vKELb8K5 .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-t4vKELb8K5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4vKELb8K5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4vKELb8K5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4vKELb8K5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4vKELb8K5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4vKELb8K5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4vKELb8K5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4vKELb8K5 .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-t4vKELb8K5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4vKELb8K5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4vKELb8K5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4vKELb8K5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4vKELb8K5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4vKELb8K5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4vKELb8K5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4vKELb8K5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4vKELb8K5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4vKELb8K5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4vKELb8K5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4vKELb8K5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4vKELb8K5 .dropdown-item.active,
.cid-t4vKELb8K5 .dropdown-item:active {
  background-color: transparent;
}
.cid-t4vKELb8K5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4vKELb8K5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4vKELb8K5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4vKELb8K5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t4vKELb8K5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4vKELb8K5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4vKELb8K5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4vKELb8K5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4vKELb8K5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4vKELb8K5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t4vKELb8K5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4vKELb8K5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4vKELb8K5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4vKELb8K5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4vKELb8K5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4vKELb8K5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4vKELb8K5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4vKELb8K5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4vKELb8K5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4vKELb8K5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4vKELb8K5 .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-t4vKELb8K5 .navbar {
    height: 70px;
  }
  .cid-t4vKELb8K5 .navbar.opened {
    height: auto;
  }
  .cid-t4vKELb8K5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4xm77bTgq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/captura-de-pantalla-2022-04-30-a-las-21.12.41-2000x565.png");
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .content {
    text-align: center;
  }
  .cid-t4xm77bTgq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t4xm77bTgq .logo-subtitle {
  color: #8d97ad;
}
.cid-t4xm77bTgq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t4xm77bTgq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t4xm77bTgq .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t4xm77bTgq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-t4xm77bTgq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4xm77bTgq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-t4xm77bTgq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t4xm77bTgq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4xm77bTgq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4xm77bTgq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4xm77bTgq .list-item {
  display: flex;
}
.cid-t4xm77bTgq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-t4xm77bTgq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t4xm77bTgq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-t4xm77bTgq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-t4xm77bTgq P {
  color: #ffffff;
  text-align: left;
}
.cid-t4xm77bTgq .mbr-text {
  color: #ffffff;
}
.cid-t4xm77bTgq .column-title {
  color: #ffffff;
}
