body {
  font-family: Tilt Warp;
}
.display-1 {
  font-family: 'KolbiSans-Bold';
  font-size: 3.44rem;
  line-height: 60px;
  letter-spacing: 6px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3rem;
}
.display-2 {
  font-family: 'KolbiSans-SemiBold';
  font-size: 2rem;
  line-height: 1.16em;
  letter-spacing: .06em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'KolbiSans-Bold';
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'KolbiSans-SemiBold';
  font-size: 1.56rem;
  line-height: 1.44em;
  letter-spacing: .06em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'KolbiSans-Regular';
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.752rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.408rem;
    font-size: calc( 1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #6c3f7f !important;
}
.bg-success {
  background-color: #32c332 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #d58219 !important;
}
.bg-danger {
  background-color: #f37021 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6c3f7f !important;
  border-color: #6c3f7f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3b2245 !important;
  border-color: #3b2245 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3b2245 !important;
  border-color: #3b2245 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #004109 !important;
  border-color: #004109 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d58219 !important;
  border-color: #d58219 !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: #d58219 !important;
  border-color: #d58219!important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d58219 !important;
  border-color: #d58219 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d58219 !important;
  border-color: #d58219 !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: #875310 !important;
  border-color: #875310 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f37021 !important;
  border-color: #f37021 !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: #b44a0a !important;
  border-color: #b44a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b44a0a !important;
  border-color: #b44a0a !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: #6c3f7f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3b2245 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6c3f7f !important;
  border-color: #6c3f7f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #004109;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004109 !important;
  border-color: #004109 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #32c332;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #207e20 !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: #32c332 !important;
  border-color: #32c332 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d58219;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #875310 !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: #d58219 !important;
  border-color: #d58219 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f37021;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b44a0a !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: #f37021 !important;
  border-color: #f37021 !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: #6c3f7f !important;
}
.text-secondary {
  color: #004109 !important;
}
.text-success {
  color: #32c332 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #d58219 !important;
}
.text-danger {
  color: #f37021 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #321d3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d721d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7a4a0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a54409 !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: #6c3f7f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #d58219;
}
.alert-danger {
  background-color: #f37021;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6c3f7f;
  border-color: #6c3f7f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6c3f7f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ac7ebf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #92e392;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8e0c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdede3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'KolbiSans-Bold';
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.325rem;
}
.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: #6c3f7f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'KolbiSans-Bold';
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.325rem;
}
blockquote {
  border-color: #6c3f7f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6c3f7f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6c3f7f;
}
.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: #6c3f7f;
  border-bottom-color: #6c3f7f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6c3f7f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #004109 !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='%236c3f7f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  box-shadow: none;
  padding: 10px 70px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #6c3f7f;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn-main .btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #6c3f7f;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #6c3f7f !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #004109;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn-main .btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #004109;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #004109 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #32c332;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn-main .btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #32c332;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #32c332 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn-main .btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d58219 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #f37021;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn-main .btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #f37021;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #f37021 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline::after,
.mbr-section-btn-main .btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: 2px solid transparent !important;
  color: #000000;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn-main .btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tCxUOX8jtp .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tCxUOX8jtp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tCxUOX8jtp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxUOX8jtp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxUOX8jtp .menu_box .navbar.opened,
  .cid-tCxUOX8jtp .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxUOX8jtp .navbar-dropdown {
  position: relative !important;
}
.cid-tCxUOX8jtp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxUOX8jtp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxUOX8jtp .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-tCxUOX8jtp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxUOX8jtp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxUOX8jtp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxUOX8jtp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxUOX8jtp .offcanvas-body .mbr-text,
  .cid-tCxUOX8jtp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxUOX8jtp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxUOX8jtp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxUOX8jtp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxUOX8jtp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxUOX8jtp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxUOX8jtp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxUOX8jtp .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxUOX8jtp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxUOX8jtp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxUOX8jtp .nav-item .nav-link {
  position: relative;
}
.cid-tCxUOX8jtp .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-tCxUOX8jtp .nav-item .nav-link:hover,
.cid-tCxUOX8jtp .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-tCxUOX8jtp .nav-item .nav-link:hover::before,
.cid-tCxUOX8jtp .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxUOX8jtp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxUOX8jtp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxUOX8jtp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxUOX8jtp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxUOX8jtp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxUOX8jtp .offcanvas_box {
    display: none;
  }
}
.cid-tCxUOX8jtp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxUOX8jtp .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxUOX8jtp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxUOX8jtp .container {
  display: flex;
  margin: auto;
}
.cid-tCxUOX8jtp .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxUOX8jtp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxUOX8jtp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxUOX8jtp .navbar-caption {
  color: #ffffff;
}
.cid-tCxUOX8jtp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxUOX8jtp .navbar-nav {
    margin: 0;
  }
}
.cid-tCxUOX8jtp .dropdown-menu,
.cid-tCxUOX8jtp .navbar.opened {
  background-color: false !important;
}
.cid-tCxUOX8jtp .nav-item:focus,
.cid-tCxUOX8jtp .nav-link:focus {
  outline: none;
}
.cid-tCxUOX8jtp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxUOX8jtp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxUOX8jtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxUOX8jtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxUOX8jtp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxUOX8jtp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxUOX8jtp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
/* código */
.cid-ugVQlagw4C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004109;
}
.cid-ugVQlagw4C img,
.cid-ugVQlagw4C .item-img {
  width: 100%;
}
.cid-ugVQlagw4C .item:focus,
.cid-ugVQlagw4C span:focus {
  outline: none;
}
.cid-ugVQlagw4C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugVQlagw4C .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #004109;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugVQlagw4C .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugVQlagw4C .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ugVQlagw4C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugVQlagw4C .mbr-section-title {
  color: #f8f7ff;
}
.cid-ugVQlagw4C .mbr-text,
.cid-ugVQlagw4C .mbr-section-btn {
  text-align: left;
}
.cid-ugVQlagw4C .item-title {
  text-align: left;
}
.cid-ugVQlagw4C .item-subtitle {
  text-align: center;
}
/* Otro código */

.cid-ugVOofrS3n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #004109;
}
.cid-ugVOofrS3n img,
.cid-ugVOofrS3n .item-img {
  width: 100%;
}
.cid-ugVOofrS3n .item:focus,
.cid-ugVOofrS3n span:focus {
  outline: none;
}
.cid-ugVOofrS3n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugVOofrS3n .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #004109;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugVOofrS3n .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugVOofrS3n .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ugVOofrS3n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugVOofrS3n .mbr-section-title {
  color: #f8f7ff;
}
.cid-ugVOofrS3n .mbr-text,
.cid-ugVOofrS3n .mbr-section-btn {
  text-align: left;
}
.cid-ugVOofrS3n .item-title {
  text-align: left;
}
.cid-ugVOofrS3n .item-subtitle {
  text-align: center;
}

/* código */
@media (max-width: 992px) {
  .cid-tCxUOX8jtp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxUOX8jtp .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxUOX8jtp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxUOX8jtp .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-tCxUOX8jtp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxUOX8jtp .navbar.collapsed {
  justify-content: center;
}
.cid-tCxUOX8jtp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxUOX8jtp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxUOX8jtp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxUOX8jtp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxUOX8jtp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxUOX8jtp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxUOX8jtp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxUOX8jtp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxUOX8jtp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxUOX8jtp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxUOX8jtp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxUOX8jtp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxUOX8jtp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxUOX8jtp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxUOX8jtp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxUOX8jtp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxUOX8jtp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxUOX8jtp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxUOX8jtp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxUOX8jtp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxUOX8jtp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxUOX8jtp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxUOX8jtp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxUOX8jtp .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-tCxUOX8jtp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxUOX8jtp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxUOX8jtp .dropdown-item.active,
.cid-tCxUOX8jtp .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxUOX8jtp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxUOX8jtp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxUOX8jtp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxUOX8jtp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxUOX8jtp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxUOX8jtp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxUOX8jtp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxUOX8jtp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxUOX8jtp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxUOX8jtp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxUOX8jtp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxUOX8jtp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxUOX8jtp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxUOX8jtp .navbar {
    height: 70px;
  }
  .cid-tCxUOX8jtp .navbar.opened {
    height: auto;
  }
  .cid-tCxUOX8jtp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxUOX8jtp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxUOX8jtp .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxUOX8jtp .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxUOX8jtp .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxUOX8jtp .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxUOX8jtp .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxUOX8jtp .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-tCxUOX8jtp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxUOX8jtp .text_widget {
  margin-bottom: 32px;
}
.cid-tCxUOX8jtp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxUOX8jtp .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-tCxUOX8jtp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxUOX8jtp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxUOX8jtp .mbr-section-subtitle,
.cid-tCxUOX8jtp .text_widget,
.cid-tCxUOX8jtp .mbr-section-btn {
  text-align: center;
}
.cid-tCxUOX8jtp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYZnRXJjNt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uYZnRXJjNt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYZnRXJjNt a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYZnRXJjNt a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYZnRXJjNt img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-tCxUP7W3S9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fondo.webp");
}
.cid-tCxUP7W3S9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxUP7W3S9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxUP7W3S9 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxUP7W3S9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxUP7W3S9 .container {
    padding: 0 26px;
  }
}
.cid-tCxUP7W3S9 .title-wrapper {
  padding-top: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-tCxUP7W3S9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tCxUP7W3S9 .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tCxUP7W3S9 .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tCxUP7W3S9 .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tCxUP7W3S9 .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tCxUP7W3S9 .mbr-section-title {
  color: #ffffff;
}
.cid-tCxUP7W3S9 .mbr-text {
  color: #ffffff;
}
.cid-tCxUP7W3S9 .mbr-section-title,
.cid-tCxUP7W3S9 .icon-wrapper,
.cid-tCxUP7W3S9 .mbr-section-btn {
  text-align: center;
}
.cid-tCxUP7W3S9 .btn-success {
  border-radius: 25px;
}
.cid-tCxUP7W3S9 .imagen-encabezado {
  text-align: center;
  margin-bottom: 100px;
  margin-top: -300px;
}
.cid-tCxUP7W3S9 .imagen-encabezado img {
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tCxUP7W3S9 .imagen-encabezado {
    margin-top: -40px;
    margin-bottom: 10px;
  }
  .cid-tCxUP7W3S9 .imagen-encabezado img {
    max-width: 200px;
  }
}
.cid-tCxURWvjQY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6c3f7f;
}
.cid-tCxURWvjQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxURWvjQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxURWvjQY .container-fluid {
  padding: 0 125px;
}
@media (max-width: 768px) {
  .cid-tCxURWvjQY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxURWvjQY .container {
    padding: 0 26px;
  }
}
.cid-tCxURWvjQY .row {
  justify-content: center;
}
.cid-tCxURWvjQY .title-wrapper {
  margin-bottom: 50px;
}
.cid-tCxURWvjQY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxURWvjQY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxURWvjQY .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tCxURWvjQY .item {
    padding: 0 12px;
  }
}
.cid-tCxURWvjQY .item .item-wrapper {
  padding: 35px;
  border: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tCxURWvjQY .item .item-wrapper {
    padding: 18px;
  }
}
.cid-tCxURWvjQY .item .item-wrapper .mbr-desc {
  margin-bottom: 18px;
}
.cid-tCxURWvjQY .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
}
.cid-tCxURWvjQY .item .item-wrapper .item-content .item-title {
  margin-bottom: 15px;
}
.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-tCxURWvjQY .mbr-section-title {
  color: #ffffff;
}
.cid-tCxURWvjQY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxURWvjQY .item-title {
  color: #ffffff;
}
.cid-tCxURWvjQY .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tCxURWvjQY .item-title,
.cid-tCxURWvjQY .soc-wrap {
  text-align: center;
}
.cid-tCxURWvjQY .btn-empezar {
  display: inline-block;
  background-color: #32c332;
  border-color: #32c332;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.cid-tCxURWvjQY .btn-empezar:hover {
  background-color: #2b9e2b;
  border-color: #2b9e2b;
  color: #ffffff;
  cursor: pointer;
}
.cid-tCxURWvjQY .item-wrapper {
  text-align: center;
}
.cid-tCxURWvjQY .btn-success {
  background-color: #f37021;
  border-color: #f37021;
  border-radius: 25px;
  color: #ffffff;
}
.cid-tCxURWvjQY .btn-success:hover,
.cid-tCxURWvjQY .btn-success:focus {
  background-color: #da641e;
  border-color: #da641e;
  color: #ffffff;
}
.cid-tCxURWvjQY .item-content .item-title {
  margin-bottom: 15px;
}
.cid-tCxURWvjQY .item-content .soc-wrap {
  text-align: center;
  margin-top: 10px;
}
.cid-tCxURWvjQY .item-content .soc-wrap .mbr-fonts-style {
  margin-bottom: 15px;
}
.cid-tCxURWvjQY .soc-wrap .mbr-fonts-style {
  color: #ffffff;
}
.cid-uZ3Nk9lbSe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uZ3Nk9lbSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3Nk9lbSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3Nk9lbSe .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uZ3Nk9lbSe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uZ3Nk9lbSe .container {
    padding: 0 26px;
  }
}
.cid-uZ3Nk9lbSe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 535px;
  max-width: 535px;
}
@media (max-width: 768px) {
  .cid-uZ3Nk9lbSe .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uZ3Nk9lbSe .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uZ3Nk9lbSe .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ3Nk9lbSe .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uZ3Nk9lbSe .embla__button--next,
.cid-uZ3Nk9lbSe .embla__button--prev {
  display: flex;
}
.cid-uZ3Nk9lbSe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ3Nk9lbSe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ3Nk9lbSe .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uZ3Nk9lbSe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-uZ3Nk9lbSe .embla__button.embla__button--prev {
    margin-left: 26px;
  }
}
.cid-uZ3Nk9lbSe .embla__button.embla__button--next {
  right: 0;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uZ3Nk9lbSe .embla__button.embla__button--next {
    margin-right: 26px;
  }
}
.cid-uZ3Nk9lbSe .embla {
  position: relative;
  width: 100%;
}
.cid-uZ3Nk9lbSe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ3Nk9lbSe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ3Nk9lbSe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ3Nk9lbSe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCxUXZakxp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2025-10-07-a-las-9.56.42a.m..png");
}
.cid-tCxUXZakxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxUXZakxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxUXZakxp .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxUXZakxp .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxUXZakxp .container {
    padding: 0 26px;
  }
}
.cid-tCxUXZakxp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxUXZakxp .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-tCxUXZakxp .mbr-section-title {
  color: #ffffff;
}
.cid-tCxUXZakxp .mbr-section-title,
.cid-tCxUXZakxp .mbr-section-btn {
  text-align: center;
}
.cid-uYZXmV4YmZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #32c332;
}
.cid-uYZXmV4YmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYZXmV4YmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYZXmV4YmZ .content-wrap {
  padding: 60px;
  background-color: #32c332;
}
@media (max-width: 992px) {
  .cid-uYZXmV4YmZ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uYZXmV4YmZ .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYZXmV4YmZ .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYZXmV4YmZ .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYZXmV4YmZ .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYZXmV4YmZ .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uYZXmV4YmZ .content-wrap .tabs-wrapper {
  margin-bottom: 20px;
}
.cid-uYZXmV4YmZ .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYZXmV4YmZ .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px;
}
.cid-uYZXmV4YmZ .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  margin-bottom: 0;
  background-color: #6c3f7f;
}
.cid-uYZXmV4YmZ .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #ffffff;
}
.cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 43%;
}
@media (max-width: 992px) {
  .cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uYZXmV4YmZ .content-wrap .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uYZXmV4YmZ .mbr-section-title {
  color: #404349;
}
.cid-uYZXmV4YmZ .item-title {
  color: #ffffff;
}
.cid-uYZXmV4YmZ .item-text {
  color: #ffffff;
}
.cid-uYZXmV4YmZ .tabs-wrapper {
  text-align: center;
}
.cid-uYZXmV4YmZ .nav-link {
  border-radius: 25px;
}
.cid-tCxV3p9tXx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #6c3f7f;
}
.cid-tCxV3p9tXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxV3p9tXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxV3p9tXx .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .container {
    padding: 0 26px;
  }
}
.cid-tCxV3p9tXx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCxV3p9tXx .embla__slide .card-wrap {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .embla__slide .card-wrap {
    padding: 0 26px;
  }
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .icon-wrapper {
  margin-bottom: 30px;
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 30px;
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tCxV3p9tXx .embla__button--next,
.cid-tCxV3p9tXx .embla__button--prev {
  display: flex;
}
.cid-tCxV3p9tXx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCxV3p9tXx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCxV3p9tXx .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-tCxV3p9tXx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .embla__button.embla__button--prev {
    left: -2rem;
  }
}
.cid-tCxV3p9tXx .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-tCxV3p9tXx .embla__button.embla__button--next {
    right: -2rem;
  }
}
.cid-tCxV3p9tXx .embla {
  position: relative;
  width: 100%;
}
.cid-tCxV3p9tXx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCxV3p9tXx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCxV3p9tXx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCxV3p9tXx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCxV3p9tXx .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCxV3p9tXx .mbr-name {
  color: #ffffff;
}
.cid-tCxV3p9tXx .mbr-role {
  color: #cacaca;
  text-align: center;
}
.cid-tCxV3p9tXx .mbr-name,
.cid-tCxV3p9tXx .icon-wrapper {
  text-align: center;
}
.cid-uYXEWkcTfv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYXEWkcTfv .mbr-social-likes {
  font-size: 0;
}
.cid-uYXEWkcTfv .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uYXEWkcTfv .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uYXEWkcTfv .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uYXEWkcTfv .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uYXEWkcTfv .socicon-bg-behance {
  color: #ffffff;
}
.cid-uYXEWkcTfv .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uYXEWkcTfv .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uYXEWkcTfv .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uYXEWkcTfv .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uYXEWkcTfv .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uYXEWkcTfv [class^="socicon-"]:before,
.cid-uYXEWkcTfv [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uYXxii2yRI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYXxii2yRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYXxii2yRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYXrHsolF9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uYXrHsolF9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYXrHsolF9 a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYXrHsolF9 a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYXrHsolF9 img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uYYhjM50Le .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uYYhjM50Le .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uYYhjM50Le .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYYhjM50Le .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYYhjM50Le .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYYhjM50Le .menu_box .navbar.opened,
  .cid-uYYhjM50Le .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYYhjM50Le .navbar-dropdown {
  position: relative !important;
}
.cid-uYYhjM50Le .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYYhjM50Le .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYYhjM50Le .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uYYhjM50Le .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYYhjM50Le .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYYhjM50Le .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYYhjM50Le .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYYhjM50Le .offcanvas-body .mbr-text,
  .cid-uYYhjM50Le .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYYhjM50Le .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYYhjM50Le .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYYhjM50Le .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYYhjM50Le .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYYhjM50Le .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYYhjM50Le .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYYhjM50Le .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYYhjM50Le ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYYhjM50Le .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYhjM50Le .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYYhjM50Le .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYYhjM50Le li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYYhjM50Le .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uYYhjM50Le .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYYhjM50Le .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYYhjM50Le .nav-item {
    margin: 0 !important;
  }
}
.cid-uYYhjM50Le .nav-item .nav-link {
  position: relative;
}
.cid-uYYhjM50Le .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uYYhjM50Le .nav-item .nav-link:hover,
.cid-uYYhjM50Le .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uYYhjM50Le .nav-item .nav-link:hover::before,
.cid-uYYhjM50Le .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYYhjM50Le .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYYhjM50Le .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYYhjM50Le .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYYhjM50Le .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYhjM50Le .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYYhjM50Le .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYYhjM50Le .offcanvas_box {
    display: none;
  }
}
.cid-uYYhjM50Le .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYYhjM50Le .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYYhjM50Le .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYYhjM50Le .container {
  display: flex;
  margin: auto;
}
.cid-uYYhjM50Le .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYYhjM50Le .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYYhjM50Le .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYYhjM50Le .navbar-caption {
  color: #ffffff;
}
.cid-uYYhjM50Le .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYYhjM50Le .navbar-nav {
    margin: 0;
  }
}
.cid-uYYhjM50Le .dropdown-menu,
.cid-uYYhjM50Le .navbar.opened {
  background-color: false !important;
}
.cid-uYYhjM50Le .nav-item:focus,
.cid-uYYhjM50Le .nav-link:focus {
  outline: none;
}
.cid-uYYhjM50Le .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYYhjM50Le .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYYhjM50Le .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYYhjM50Le .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYYhjM50Le .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYYhjM50Le .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYYhjM50Le .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYYhjM50Le .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYYhjM50Le .navbar.opened {
  transition: all 0.3s;
}
.cid-uYYhjM50Le .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYYhjM50Le .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uYYhjM50Le .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYYhjM50Le .navbar.collapsed {
  justify-content: center;
}
.cid-uYYhjM50Le .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYYhjM50Le .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYYhjM50Le .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYYhjM50Le .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYYhjM50Le .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYYhjM50Le .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYYhjM50Le .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYYhjM50Le .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYYhjM50Le .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYYhjM50Le .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYYhjM50Le .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYYhjM50Le .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYYhjM50Le .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYYhjM50Le .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYYhjM50Le .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYYhjM50Le .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYYhjM50Le .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYYhjM50Le .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYYhjM50Le .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYYhjM50Le .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYYhjM50Le .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYYhjM50Le .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYYhjM50Le .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYYhjM50Le .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYYhjM50Le .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-uYYhjM50Le .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYYhjM50Le .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYYhjM50Le .dropdown-item.active,
.cid-uYYhjM50Le .dropdown-item:active {
  background-color: transparent;
}
.cid-uYYhjM50Le .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYYhjM50Le .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYYhjM50Le .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYYhjM50Le .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYYhjM50Le ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYYhjM50Le .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYYhjM50Le button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uYYhjM50Le button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYYhjM50Le button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYYhjM50Le button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYhjM50Le button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYhjM50Le button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYYhjM50Le nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYhjM50Le nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYYhjM50Le nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYYhjM50Le nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYhjM50Le a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYYhjM50Le .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYYhjM50Le .navbar {
    height: 70px;
  }
  .cid-uYYhjM50Le .navbar.opened {
    height: auto;
  }
  .cid-uYYhjM50Le .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYYhjM50Le .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYYhjM50Le .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uYYhjM50Le .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uYYhjM50Le .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uYYhjM50Le .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uYYhjM50Le .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uYYhjM50Le .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uYYhjM50Le .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYYhjM50Le .text_widget {
  margin-bottom: 32px;
}
.cid-uYYhjM50Le .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYYhjM50Le .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uYYhjM50Le .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYYhjM50Le .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYYhjM50Le .mbr-section-subtitle,
.cid-uYYhjM50Le .text_widget,
.cid-uYYhjM50Le .mbr-section-btn {
  text-align: center;
}
.cid-uYYhjM50Le a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYZpBHyqqY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uYZpBHyqqY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYZpBHyqqY a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYZpBHyqqY a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYZpBHyqqY img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uYYhomVzM9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6c3f7f;
}
@media (max-width: 991px) {
  .cid-uYYhomVzM9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYYhomVzM9 .row {
  flex-direction: row-reverse;
}
.cid-uYYhomVzM9 img {
  width: 100%;
}
.cid-uYYhpDKGOE {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #6c3f7f;
}
.cid-uYYhpDKGOE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uYYhpDKGOE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uYYhpDKGOE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uYYhpDKGOE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYYhpDKGOE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYYhpDKGOE .mbr-section-title {
  color: #ffffff;
}
.cid-uYYhpDKGOE .btn-primary {
  border-radius: 25px;
}
.cid-uYYwq1B7Sr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #6c3f7f;
}
.cid-uYYwq1B7Sr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYYhjPerne {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYYhjPerne .mbr-social-likes {
  font-size: 0;
}
.cid-uYYhjPerne .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uYYhjPerne .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uYYhjPerne .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uYYhjPerne .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uYYhjPerne .socicon-bg-behance {
  color: #ffffff;
}
.cid-uYYhjPerne .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uYYhjPerne .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uYYhjPerne .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uYYhjPerne .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uYYhjPerne .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uYYhjPerne [class^="socicon-"]:before,
.cid-uYYhjPerne [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uYYhjPwSRg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYYhjPwSRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYhjPwSRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYhjPPmEZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uYYhjPPmEZ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYYhjPPmEZ a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYYhjPPmEZ a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYYhjPPmEZ img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uYYz9M8JVH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uYYz9M8JVH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uYYz9M8JVH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYYz9M8JVH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYYz9M8JVH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYYz9M8JVH .menu_box .navbar.opened,
  .cid-uYYz9M8JVH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYYz9M8JVH .navbar-dropdown {
  position: relative !important;
}
.cid-uYYz9M8JVH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYYz9M8JVH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYYz9M8JVH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uYYz9M8JVH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYYz9M8JVH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYYz9M8JVH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYYz9M8JVH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYYz9M8JVH .offcanvas-body .mbr-text,
  .cid-uYYz9M8JVH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYYz9M8JVH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYYz9M8JVH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYYz9M8JVH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYYz9M8JVH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYYz9M8JVH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYYz9M8JVH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYYz9M8JVH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYYz9M8JVH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYYz9M8JVH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYz9M8JVH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYYz9M8JVH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYYz9M8JVH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYYz9M8JVH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uYYz9M8JVH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYYz9M8JVH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYYz9M8JVH .nav-item {
    margin: 0 !important;
  }
}
.cid-uYYz9M8JVH .nav-item .nav-link {
  position: relative;
}
.cid-uYYz9M8JVH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uYYz9M8JVH .nav-item .nav-link:hover,
.cid-uYYz9M8JVH .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uYYz9M8JVH .nav-item .nav-link:hover::before,
.cid-uYYz9M8JVH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYYz9M8JVH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYYz9M8JVH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYYz9M8JVH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYYz9M8JVH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYz9M8JVH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYYz9M8JVH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYYz9M8JVH .offcanvas_box {
    display: none;
  }
}
.cid-uYYz9M8JVH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYYz9M8JVH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYYz9M8JVH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYYz9M8JVH .container {
  display: flex;
  margin: auto;
}
.cid-uYYz9M8JVH .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYYz9M8JVH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYYz9M8JVH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYYz9M8JVH .navbar-caption {
  color: #ffffff;
}
.cid-uYYz9M8JVH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYYz9M8JVH .navbar-nav {
    margin: 0;
  }
}
.cid-uYYz9M8JVH .dropdown-menu,
.cid-uYYz9M8JVH .navbar.opened {
  background-color: false !important;
}
.cid-uYYz9M8JVH .nav-item:focus,
.cid-uYYz9M8JVH .nav-link:focus {
  outline: none;
}
.cid-uYYz9M8JVH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYYz9M8JVH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYYz9M8JVH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYYz9M8JVH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYYz9M8JVH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYYz9M8JVH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYYz9M8JVH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYYz9M8JVH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYYz9M8JVH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYYz9M8JVH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYYz9M8JVH .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uYYz9M8JVH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYYz9M8JVH .navbar.collapsed {
  justify-content: center;
}
.cid-uYYz9M8JVH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYYz9M8JVH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYYz9M8JVH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYYz9M8JVH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYYz9M8JVH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYYz9M8JVH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYYz9M8JVH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYYz9M8JVH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYYz9M8JVH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYYz9M8JVH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYYz9M8JVH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYYz9M8JVH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYYz9M8JVH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYYz9M8JVH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYYz9M8JVH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYYz9M8JVH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYYz9M8JVH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYYz9M8JVH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYYz9M8JVH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYYz9M8JVH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYYz9M8JVH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYYz9M8JVH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYYz9M8JVH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYYz9M8JVH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYYz9M8JVH .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-uYYz9M8JVH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYYz9M8JVH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYYz9M8JVH .dropdown-item.active,
.cid-uYYz9M8JVH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYYz9M8JVH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYYz9M8JVH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYYz9M8JVH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYYz9M8JVH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYYz9M8JVH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYYz9M8JVH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYYz9M8JVH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uYYz9M8JVH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYYz9M8JVH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYYz9M8JVH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYz9M8JVH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYz9M8JVH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYYz9M8JVH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYz9M8JVH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYYz9M8JVH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYYz9M8JVH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYz9M8JVH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYYz9M8JVH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYYz9M8JVH .navbar {
    height: 70px;
  }
  .cid-uYYz9M8JVH .navbar.opened {
    height: auto;
  }
  .cid-uYYz9M8JVH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYYz9M8JVH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYYz9M8JVH .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uYYz9M8JVH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uYYz9M8JVH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uYYz9M8JVH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uYYz9M8JVH .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uYYz9M8JVH .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uYYz9M8JVH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYYz9M8JVH .text_widget {
  margin-bottom: 32px;
}
.cid-uYYz9M8JVH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYYz9M8JVH .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uYYz9M8JVH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYYz9M8JVH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYYz9M8JVH .mbr-section-subtitle,
.cid-uYYz9M8JVH .text_widget,
.cid-uYYz9M8JVH .mbr-section-btn {
  text-align: center;
}
.cid-uYYz9M8JVH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYZp1MWz7j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uYZp1MWz7j .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYZp1MWz7j a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYZp1MWz7j a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYZp1MWz7j img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uYYz9O3dUg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2025-10-07-a-las-3.23.27p.m..png");
}
.cid-uYYz9O3dUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYz9O3dUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYz9O3dUg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYYz9O3dUg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYYz9O3dUg .container {
    padding: 0 26px;
  }
}
.cid-uYYz9O3dUg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYYz9O3dUg .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uYYz9O3dUg .mbr-section-title {
  color: #ffffff;
}
.cid-uYYz9O3dUg .mbr-section-title,
.cid-uYYz9O3dUg .mbr-section-btn {
  text-align: center;
}
.cid-uYYFLI5WCX {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uYYFLI5WCX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uYYFLI5WCX form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uYYFLI5WCX form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uYYFLI5WCX form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYYFLI5WCX .mbr-section-subtitle {
  color: #6c3f7f;
}
.cid-uYYFLI5WCX .mbr-section-title {
  color: #6c3f7f;
}
.cid-uYYFLI5WCX .btn-success {
  border-radius: 25px;
}
.cid-uYYz9PkyUz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYYz9PkyUz .mbr-social-likes {
  font-size: 0;
}
.cid-uYYz9PkyUz .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uYYz9PkyUz .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uYYz9PkyUz .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uYYz9PkyUz .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uYYz9PkyUz .socicon-bg-behance {
  color: #ffffff;
}
.cid-uYYz9PkyUz .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uYYz9PkyUz .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uYYz9PkyUz .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uYYz9PkyUz .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uYYz9PkyUz .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uYYz9PkyUz [class^="socicon-"]:before,
.cid-uYYz9PkyUz [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uYYz9PLQiC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYYz9PLQiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYz9PLQiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYz9QKhhb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uYYz9QKhhb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYYz9QKhhb a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYYz9QKhhb a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYYz9QKhhb img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uYYJ0CPOaM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uYYJ0CPOaM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uYYJ0CPOaM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYYJ0CPOaM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYYJ0CPOaM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYYJ0CPOaM .menu_box .navbar.opened,
  .cid-uYYJ0CPOaM .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYYJ0CPOaM .navbar-dropdown {
  position: relative !important;
}
.cid-uYYJ0CPOaM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYYJ0CPOaM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYYJ0CPOaM .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uYYJ0CPOaM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYYJ0CPOaM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYYJ0CPOaM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYYJ0CPOaM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYYJ0CPOaM .offcanvas-body .mbr-text,
  .cid-uYYJ0CPOaM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYYJ0CPOaM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYYJ0CPOaM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYYJ0CPOaM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYYJ0CPOaM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYYJ0CPOaM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYYJ0CPOaM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYYJ0CPOaM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYYJ0CPOaM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYYJ0CPOaM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYJ0CPOaM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYYJ0CPOaM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYYJ0CPOaM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYYJ0CPOaM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uYYJ0CPOaM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYYJ0CPOaM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYYJ0CPOaM .nav-item {
    margin: 0 !important;
  }
}
.cid-uYYJ0CPOaM .nav-item .nav-link {
  position: relative;
}
.cid-uYYJ0CPOaM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uYYJ0CPOaM .nav-item .nav-link:hover,
.cid-uYYJ0CPOaM .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uYYJ0CPOaM .nav-item .nav-link:hover::before,
.cid-uYYJ0CPOaM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYYJ0CPOaM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYYJ0CPOaM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYYJ0CPOaM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYYJ0CPOaM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYJ0CPOaM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYYJ0CPOaM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYYJ0CPOaM .offcanvas_box {
    display: none;
  }
}
.cid-uYYJ0CPOaM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYYJ0CPOaM .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYYJ0CPOaM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYYJ0CPOaM .container {
  display: flex;
  margin: auto;
}
.cid-uYYJ0CPOaM .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYYJ0CPOaM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYYJ0CPOaM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYYJ0CPOaM .navbar-caption {
  color: #ffffff;
}
.cid-uYYJ0CPOaM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYYJ0CPOaM .navbar-nav {
    margin: 0;
  }
}
.cid-uYYJ0CPOaM .dropdown-menu,
.cid-uYYJ0CPOaM .navbar.opened {
  background-color: false !important;
}
.cid-uYYJ0CPOaM .nav-item:focus,
.cid-uYYJ0CPOaM .nav-link:focus {
  outline: none;
}
.cid-uYYJ0CPOaM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYYJ0CPOaM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYYJ0CPOaM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYYJ0CPOaM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYYJ0CPOaM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYYJ0CPOaM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYYJ0CPOaM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYYJ0CPOaM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYYJ0CPOaM .navbar.opened {
  transition: all 0.3s;
}
.cid-uYYJ0CPOaM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYYJ0CPOaM .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uYYJ0CPOaM .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYYJ0CPOaM .navbar.collapsed {
  justify-content: center;
}
.cid-uYYJ0CPOaM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYYJ0CPOaM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYYJ0CPOaM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYYJ0CPOaM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYYJ0CPOaM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYYJ0CPOaM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYYJ0CPOaM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYYJ0CPOaM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYYJ0CPOaM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYYJ0CPOaM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYYJ0CPOaM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYYJ0CPOaM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYYJ0CPOaM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYYJ0CPOaM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYYJ0CPOaM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYYJ0CPOaM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYYJ0CPOaM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYYJ0CPOaM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYYJ0CPOaM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYYJ0CPOaM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYYJ0CPOaM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYYJ0CPOaM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYYJ0CPOaM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYYJ0CPOaM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYYJ0CPOaM .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-uYYJ0CPOaM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYYJ0CPOaM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYYJ0CPOaM .dropdown-item.active,
.cid-uYYJ0CPOaM .dropdown-item:active {
  background-color: transparent;
}
.cid-uYYJ0CPOaM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYYJ0CPOaM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYYJ0CPOaM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYYJ0CPOaM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYYJ0CPOaM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYYJ0CPOaM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYYJ0CPOaM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uYYJ0CPOaM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYYJ0CPOaM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYYJ0CPOaM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYJ0CPOaM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYJ0CPOaM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYYJ0CPOaM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYJ0CPOaM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYYJ0CPOaM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYYJ0CPOaM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYJ0CPOaM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYYJ0CPOaM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYYJ0CPOaM .navbar {
    height: 70px;
  }
  .cid-uYYJ0CPOaM .navbar.opened {
    height: auto;
  }
  .cid-uYYJ0CPOaM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYYJ0CPOaM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYYJ0CPOaM .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uYYJ0CPOaM .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uYYJ0CPOaM .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uYYJ0CPOaM .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uYYJ0CPOaM .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uYYJ0CPOaM .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uYYJ0CPOaM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYYJ0CPOaM .text_widget {
  margin-bottom: 32px;
}
.cid-uYYJ0CPOaM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYYJ0CPOaM .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uYYJ0CPOaM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYYJ0CPOaM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYYJ0CPOaM .mbr-section-subtitle,
.cid-uYYJ0CPOaM .text_widget,
.cid-uYYJ0CPOaM .mbr-section-btn {
  text-align: center;
}
.cid-uYYJ0CPOaM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYZpqL8b41 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uYZpqL8b41 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYZpqL8b41 a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYZpqL8b41 a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYZpqL8b41 img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uYYJ0Elp0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2025-10-07-a-las-3.23.27p.m..png");
}
.cid-uYYJ0Elp0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYJ0Elp0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYJ0Elp0v .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYYJ0Elp0v .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYYJ0Elp0v .container {
    padding: 0 26px;
  }
}
.cid-uYYJ0Elp0v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYYJ0Elp0v .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uYYJ0Elp0v .mbr-section-title {
  color: #ffffff;
}
.cid-uYYJ0Elp0v .mbr-section-title,
.cid-uYYJ0Elp0v .mbr-section-btn {
  text-align: center;
}
.cid-uYYKxbDvgb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYYKxbDvgb .mbr-text {
  text-align: center;
  color: #6c3f7f;
}
.cid-uYYKxbDvgb .mbr-section-title {
  text-align: center;
  color: #6c3f7f;
}
.cid-uYYKuZm26x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYYKuZm26x .btn-success {
  border-radius: 25px;
}
.cid-uYYJ0F2zyO {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYYJ0F2zyO .mbr-social-likes {
  font-size: 0;
}
.cid-uYYJ0F2zyO .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uYYJ0F2zyO .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uYYJ0F2zyO .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uYYJ0F2zyO .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uYYJ0F2zyO .socicon-bg-behance {
  color: #ffffff;
}
.cid-uYYJ0F2zyO .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uYYJ0F2zyO .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uYYJ0F2zyO .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uYYJ0F2zyO .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uYYJ0F2zyO .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uYYJ0F2zyO [class^="socicon-"]:before,
.cid-uYYJ0F2zyO [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uYYJ0Fehdr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYYJ0Fehdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYJ0Fehdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYJ0FtM4e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uYYJ0FtM4e .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYYJ0FtM4e a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYYJ0FtM4e a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYYJ0FtM4e img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uYYMEs5llH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uYYMEs5llH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uYYMEs5llH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYYMEs5llH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYYMEs5llH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYYMEs5llH .menu_box .navbar.opened,
  .cid-uYYMEs5llH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYYMEs5llH .navbar-dropdown {
  position: relative !important;
}
.cid-uYYMEs5llH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYYMEs5llH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYYMEs5llH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uYYMEs5llH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYYMEs5llH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYYMEs5llH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYYMEs5llH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYYMEs5llH .offcanvas-body .mbr-text,
  .cid-uYYMEs5llH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYYMEs5llH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYYMEs5llH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYYMEs5llH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYYMEs5llH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYYMEs5llH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYYMEs5llH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYYMEs5llH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYYMEs5llH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYYMEs5llH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYMEs5llH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYYMEs5llH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYYMEs5llH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYYMEs5llH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uYYMEs5llH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYYMEs5llH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYYMEs5llH .nav-item {
    margin: 0 !important;
  }
}
.cid-uYYMEs5llH .nav-item .nav-link {
  position: relative;
}
.cid-uYYMEs5llH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uYYMEs5llH .nav-item .nav-link:hover,
.cid-uYYMEs5llH .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uYYMEs5llH .nav-item .nav-link:hover::before,
.cid-uYYMEs5llH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYYMEs5llH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYYMEs5llH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYYMEs5llH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYYMEs5llH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYMEs5llH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYYMEs5llH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYYMEs5llH .offcanvas_box {
    display: none;
  }
}
.cid-uYYMEs5llH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYYMEs5llH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYYMEs5llH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYYMEs5llH .container {
  display: flex;
  margin: auto;
}
.cid-uYYMEs5llH .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYYMEs5llH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYYMEs5llH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYYMEs5llH .navbar-caption {
  color: #ffffff;
}
.cid-uYYMEs5llH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYYMEs5llH .navbar-nav {
    margin: 0;
  }
}
.cid-uYYMEs5llH .dropdown-menu,
.cid-uYYMEs5llH .navbar.opened {
  background-color: false !important;
}
.cid-uYYMEs5llH .nav-item:focus,
.cid-uYYMEs5llH .nav-link:focus {
  outline: none;
}
.cid-uYYMEs5llH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYYMEs5llH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYYMEs5llH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYYMEs5llH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYYMEs5llH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYYMEs5llH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYYMEs5llH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYYMEs5llH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYYMEs5llH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYYMEs5llH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYYMEs5llH .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uYYMEs5llH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYYMEs5llH .navbar.collapsed {
  justify-content: center;
}
.cid-uYYMEs5llH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYYMEs5llH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYYMEs5llH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYYMEs5llH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYYMEs5llH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYYMEs5llH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYYMEs5llH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYYMEs5llH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYYMEs5llH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYYMEs5llH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYYMEs5llH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYYMEs5llH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYYMEs5llH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYYMEs5llH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYYMEs5llH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYYMEs5llH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYYMEs5llH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYYMEs5llH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYYMEs5llH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYYMEs5llH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYYMEs5llH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYYMEs5llH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYYMEs5llH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYYMEs5llH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYYMEs5llH .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-uYYMEs5llH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYYMEs5llH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYYMEs5llH .dropdown-item.active,
.cid-uYYMEs5llH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYYMEs5llH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYYMEs5llH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYYMEs5llH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYYMEs5llH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYYMEs5llH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYYMEs5llH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYYMEs5llH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uYYMEs5llH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYYMEs5llH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYYMEs5llH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYMEs5llH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYMEs5llH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYYMEs5llH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYMEs5llH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYYMEs5llH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYYMEs5llH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYMEs5llH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYYMEs5llH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYYMEs5llH .navbar {
    height: 70px;
  }
  .cid-uYYMEs5llH .navbar.opened {
    height: auto;
  }
  .cid-uYYMEs5llH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYYMEs5llH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYYMEs5llH .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uYYMEs5llH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uYYMEs5llH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uYYMEs5llH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uYYMEs5llH .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uYYMEs5llH .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uYYMEs5llH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYYMEs5llH .text_widget {
  margin-bottom: 32px;
}
.cid-uYYMEs5llH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYYMEs5llH .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uYYMEs5llH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYYMEs5llH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYYMEs5llH .mbr-section-subtitle,
.cid-uYYMEs5llH .text_widget,
.cid-uYYMEs5llH .mbr-section-btn {
  text-align: center;
}
.cid-uYYMEs5llH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYZqldP1BX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #32c332;
}
.cid-uYZqldP1BX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYZqldP1BX a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYZqldP1BX a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYZqldP1BX img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uYYMEt0zlO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #004109;
}
@media (max-width: 991px) {
  .cid-uYYMEt0zlO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYYMEt0zlO .row {
  flex-direction: row-reverse;
}
.cid-uYYMEt0zlO img {
  width: 100%;
}
.cid-v3Ba3qqSSC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6c3f7f;
}
.cid-v3Ba3qqSSC img,
.cid-v3Ba3qqSSC .item-img {
  width: 100%;
}
.cid-v3Ba3qqSSC .item:focus,
.cid-v3Ba3qqSSC span:focus {
  outline: none;
}
.cid-v3Ba3qqSSC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3Ba3qqSSC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #6c3f7f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3Ba3qqSSC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3Ba3qqSSC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3Ba3qqSSC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3Ba3qqSSC .mbr-section-title {
  color: #f8f7ff;
}
.cid-v3Ba3qqSSC .mbr-text,
.cid-v3Ba3qqSSC .mbr-section-btn {
  text-align: left;
}
.cid-v3Ba3qqSSC .item-title {
  text-align: left;
}
.cid-v3Ba3qqSSC .item-subtitle {
  text-align: center;
}
.cid-uYYO4J7Vrf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fondo.webp");
}
.cid-uYYO4J7Vrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYO4J7Vrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYO4J7Vrf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYYO4J7Vrf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYYO4J7Vrf .container {
    padding: 0 26px;
  }
}
.cid-uYYO4J7Vrf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYYO4J7Vrf .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uYYO4J7Vrf .mbr-section-title {
  color: #ffffff;
}
.cid-uYYO4J7Vrf .mbr-section-title,
.cid-uYYO4J7Vrf .mbr-section-btn {
  text-align: center;
}
/* CAMBIO DE FONDO MÓVIL PARA LA SECCIÓN .cid-uYYT7wEVk7 */
@media (max-width: 768px) {
  .cid-uYYO4J7Vrf {
    /* Cambia 'fondo-movil.webp' por el nombre de tu imagen vertical */
    background-image: url("../../../assets/images/fondo-movil.webp") !important;
    
    /* Ajustes recomendados para móvil */
    background-position: center top; 
    background-size: cover; 
    background-attachment: scroll; /* Evita problemas de scroll en algunos móviles */
  }
}
.cid-uYYMEtvg8P {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #004109;
}
.cid-uYYMEtvg8P .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYYMEtGFCK {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYYMEtGFCK .mbr-social-likes {
  font-size: 0;
}
.cid-uYYMEtGFCK .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uYYMEtGFCK .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uYYMEtGFCK .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uYYMEtGFCK .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uYYMEtGFCK .socicon-bg-behance {
  color: #ffffff;
}
.cid-uYYMEtGFCK .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uYYMEtGFCK .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uYYMEtGFCK .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uYYMEtGFCK .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uYYMEtGFCK .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uYYMEtGFCK [class^="socicon-"]:before,
.cid-uYYMEtGFCK [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uYYMEtQPaD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYYMEtQPaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYMEtQPaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYMEu5bWV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uYYMEu5bWV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYYMEu5bWV a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYYMEu5bWV a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYYMEu5bWV img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uYYOKazPyF .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uYYOKazPyF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uYYOKazPyF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYYOKazPyF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYYOKazPyF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYYOKazPyF .menu_box .navbar.opened,
  .cid-uYYOKazPyF .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYYOKazPyF .navbar-dropdown {
  position: relative !important;
}
.cid-uYYOKazPyF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYYOKazPyF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYYOKazPyF .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uYYOKazPyF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYYOKazPyF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYYOKazPyF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYYOKazPyF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYYOKazPyF .offcanvas-body .mbr-text,
  .cid-uYYOKazPyF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYYOKazPyF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYYOKazPyF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYYOKazPyF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYYOKazPyF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYYOKazPyF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYYOKazPyF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYYOKazPyF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYYOKazPyF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYYOKazPyF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYOKazPyF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYYOKazPyF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYYOKazPyF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYYOKazPyF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uYYOKazPyF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYYOKazPyF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYYOKazPyF .nav-item {
    margin: 0 !important;
  }
}
.cid-uYYOKazPyF .nav-item .nav-link {
  position: relative;
}
.cid-uYYOKazPyF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uYYOKazPyF .nav-item .nav-link:hover,
.cid-uYYOKazPyF .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uYYOKazPyF .nav-item .nav-link:hover::before,
.cid-uYYOKazPyF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYYOKazPyF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYYOKazPyF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYYOKazPyF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYYOKazPyF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYOKazPyF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYYOKazPyF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYYOKazPyF .offcanvas_box {
    display: none;
  }
}
.cid-uYYOKazPyF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYYOKazPyF .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYYOKazPyF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYYOKazPyF .container {
  display: flex;
  margin: auto;
}
.cid-uYYOKazPyF .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYYOKazPyF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYYOKazPyF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYYOKazPyF .navbar-caption {
  color: #ffffff;
}
.cid-uYYOKazPyF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYYOKazPyF .navbar-nav {
    margin: 0;
  }
}
.cid-uYYOKazPyF .dropdown-menu,
.cid-uYYOKazPyF .navbar.opened {
  background-color: false !important;
}
.cid-uYYOKazPyF .nav-item:focus,
.cid-uYYOKazPyF .nav-link:focus {
  outline: none;
}
.cid-uYYOKazPyF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYYOKazPyF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYYOKazPyF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYYOKazPyF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYYOKazPyF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYYOKazPyF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYYOKazPyF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYYOKazPyF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYYOKazPyF .navbar.opened {
  transition: all 0.3s;
}
.cid-uYYOKazPyF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYYOKazPyF .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uYYOKazPyF .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYYOKazPyF .navbar.collapsed {
  justify-content: center;
}
.cid-uYYOKazPyF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYYOKazPyF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYYOKazPyF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYYOKazPyF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYYOKazPyF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYYOKazPyF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYYOKazPyF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYYOKazPyF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYYOKazPyF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYYOKazPyF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYYOKazPyF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYYOKazPyF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYYOKazPyF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYYOKazPyF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYYOKazPyF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYYOKazPyF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYYOKazPyF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYYOKazPyF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYYOKazPyF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYYOKazPyF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYYOKazPyF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYYOKazPyF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYYOKazPyF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYYOKazPyF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYYOKazPyF .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-uYYOKazPyF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYYOKazPyF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYYOKazPyF .dropdown-item.active,
.cid-uYYOKazPyF .dropdown-item:active {
  background-color: transparent;
}
.cid-uYYOKazPyF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYYOKazPyF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYYOKazPyF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYYOKazPyF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYYOKazPyF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYYOKazPyF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYYOKazPyF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uYYOKazPyF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYYOKazPyF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYYOKazPyF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYOKazPyF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYOKazPyF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYYOKazPyF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYOKazPyF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYYOKazPyF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYYOKazPyF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYOKazPyF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYYOKazPyF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYYOKazPyF .navbar {
    height: 70px;
  }
  .cid-uYYOKazPyF .navbar.opened {
    height: auto;
  }
  .cid-uYYOKazPyF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYYOKazPyF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYYOKazPyF .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uYYOKazPyF .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uYYOKazPyF .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uYYOKazPyF .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uYYOKazPyF .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uYYOKazPyF .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uYYOKazPyF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYYOKazPyF .text_widget {
  margin-bottom: 32px;
}
.cid-uYYOKazPyF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYYOKazPyF .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uYYOKazPyF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYYOKazPyF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYYOKazPyF .mbr-section-subtitle,
.cid-uYYOKazPyF .text_widget,
.cid-uYYOKazPyF .mbr-section-btn {
  text-align: center;
}
.cid-uYYOKazPyF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYZqyO1RhN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #32c332;
}
.cid-uYZqyO1RhN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYZqyO1RhN a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYZqyO1RhN a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYZqyO1RhN img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uYYOKbYp7K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #004109;
}
@media (max-width: 991px) {
  .cid-uYYOKbYp7K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYYOKbYp7K .row {
  flex-direction: row-reverse;
}
.cid-uYYOKbYp7K img {
  width: 100%;
}
.cid-v3Bbc0NQih {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6c3f7f;
}
.cid-v3Bbc0NQih img,
.cid-v3Bbc0NQih .item-img {
  width: 100%;
}
.cid-v3Bbc0NQih .item:focus,
.cid-v3Bbc0NQih span:focus {
  outline: none;
}
.cid-v3Bbc0NQih .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3Bbc0NQih .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #6c3f7f;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v3Bbc0NQih .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3Bbc0NQih .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v3Bbc0NQih .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3Bbc0NQih .mbr-section-title {
  color: #f8f7ff;
}
.cid-v3Bbc0NQih .mbr-text,
.cid-v3Bbc0NQih .mbr-section-btn {
  text-align: left;
}
.cid-v3Bbc0NQih .item-title {
  text-align: left;
}
.cid-v3Bbc0NQih .item-subtitle {
  text-align: center;
}
.cid-uYYOKcn6qf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo.webp");
}
.cid-uYYOKcn6qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYOKcn6qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYOKcn6qf .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYYOKcn6qf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYYOKcn6qf .container {
    padding: 0 26px;
  }
}
.cid-uYYOKcn6qf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYYOKcn6qf .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uYYOKcn6qf .mbr-section-title {
  color: #ffffff;
}
.cid-uYYOKcn6qf .mbr-section-title,
.cid-uYYOKcn6qf .mbr-section-btn {
  text-align: center;
}
/* CAMBIO DE FONDO MÓVIL PARA LA SECCIÓN .cid-uYYT7wEVk7 */
@media (max-width: 768px) {
  .cid-uYYOKcn6qf {
    /* Cambia 'fondo-movil.webp' por el nombre de tu imagen vertical */
    background-image: url("../../../assets/images/fondo-movil.webp") !important;
    
    /* Ajustes recomendados para móvil */
    background-position: center top; 
    background-size: cover; 
    background-attachment: scroll; /* Evita problemas de scroll en algunos móviles */
  }
}
.cid-uYYPqoHELI {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYYPqoHELI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uYYPqoHELI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uYYPqoHELI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uYYPqoHELI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uYYPqoHELI LABEL {
  color: #6c3f7f;
  text-align: center;
}
.cid-uYYPqoHELI .btn-success {
  border-radius: 25px;
}
.cid-uYYOKcDtp8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #6c3f7f;
}
.cid-uYYOKcDtp8 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYYOKdxW3J {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYYOKdxW3J .mbr-social-likes {
  font-size: 0;
}
.cid-uYYOKdxW3J .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uYYOKdxW3J .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uYYOKdxW3J .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uYYOKdxW3J .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uYYOKdxW3J .socicon-bg-behance {
  color: #ffffff;
}
.cid-uYYOKdxW3J .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uYYOKdxW3J .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uYYOKdxW3J .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uYYOKdxW3J .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uYYOKdxW3J .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uYYOKdxW3J [class^="socicon-"]:before,
.cid-uYYOKdxW3J [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uYYOKe0agd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYYOKe0agd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYOKe0agd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYOKecDbF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uYYOKecDbF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYYOKecDbF a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYYOKecDbF a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYYOKecDbF img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uYYT7vTi6z .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uYYT7vTi6z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uYYT7vTi6z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYYT7vTi6z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYYT7vTi6z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYYT7vTi6z .menu_box .navbar.opened,
  .cid-uYYT7vTi6z .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYYT7vTi6z .navbar-dropdown {
  position: relative !important;
}
.cid-uYYT7vTi6z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYYT7vTi6z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYYT7vTi6z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uYYT7vTi6z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYYT7vTi6z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYYT7vTi6z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYYT7vTi6z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYYT7vTi6z .offcanvas-body .mbr-text,
  .cid-uYYT7vTi6z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYYT7vTi6z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYYT7vTi6z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYYT7vTi6z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYYT7vTi6z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYYT7vTi6z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYYT7vTi6z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYYT7vTi6z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYYT7vTi6z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYYT7vTi6z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYT7vTi6z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYYT7vTi6z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYYT7vTi6z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYYT7vTi6z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uYYT7vTi6z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYYT7vTi6z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uYYT7vTi6z .nav-item {
    margin: 0 !important;
  }
}
.cid-uYYT7vTi6z .nav-item .nav-link {
  position: relative;
}
.cid-uYYT7vTi6z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uYYT7vTi6z .nav-item .nav-link:hover,
.cid-uYYT7vTi6z .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uYYT7vTi6z .nav-item .nav-link:hover::before,
.cid-uYYT7vTi6z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uYYT7vTi6z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYYT7vTi6z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYYT7vTi6z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYYT7vTi6z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYYT7vTi6z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYYT7vTi6z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYYT7vTi6z .offcanvas_box {
    display: none;
  }
}
.cid-uYYT7vTi6z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uYYT7vTi6z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYYT7vTi6z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uYYT7vTi6z .container {
  display: flex;
  margin: auto;
}
.cid-uYYT7vTi6z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYYT7vTi6z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYYT7vTi6z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYYT7vTi6z .navbar-caption {
  color: #ffffff;
}
.cid-uYYT7vTi6z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYYT7vTi6z .navbar-nav {
    margin: 0;
  }
}
.cid-uYYT7vTi6z .dropdown-menu,
.cid-uYYT7vTi6z .navbar.opened {
  background-color: false !important;
}
.cid-uYYT7vTi6z .nav-item:focus,
.cid-uYYT7vTi6z .nav-link:focus {
  outline: none;
}
.cid-uYYT7vTi6z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYYT7vTi6z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYYT7vTi6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYYT7vTi6z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYYT7vTi6z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYYT7vTi6z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYYT7vTi6z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYYT7vTi6z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYYT7vTi6z .navbar.opened {
  transition: all 0.3s;
}
.cid-uYYT7vTi6z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYYT7vTi6z .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uYYT7vTi6z .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYYT7vTi6z .navbar.collapsed {
  justify-content: center;
}
.cid-uYYT7vTi6z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYYT7vTi6z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYYT7vTi6z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYYT7vTi6z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYYT7vTi6z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYYT7vTi6z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYYT7vTi6z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYYT7vTi6z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYYT7vTi6z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uYYT7vTi6z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYYT7vTi6z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYYT7vTi6z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYYT7vTi6z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYYT7vTi6z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYYT7vTi6z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYYT7vTi6z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYYT7vTi6z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYYT7vTi6z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYYT7vTi6z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYYT7vTi6z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYYT7vTi6z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYYT7vTi6z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYYT7vTi6z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYYT7vTi6z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYYT7vTi6z .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-uYYT7vTi6z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYYT7vTi6z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYYT7vTi6z .dropdown-item.active,
.cid-uYYT7vTi6z .dropdown-item:active {
  background-color: transparent;
}
.cid-uYYT7vTi6z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYYT7vTi6z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYYT7vTi6z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYYT7vTi6z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYYT7vTi6z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYYT7vTi6z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYYT7vTi6z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uYYT7vTi6z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYYT7vTi6z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYYT7vTi6z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYT7vTi6z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYYT7vTi6z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYYT7vTi6z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYT7vTi6z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYYT7vTi6z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYYT7vTi6z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYYT7vTi6z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYYT7vTi6z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYYT7vTi6z .navbar {
    height: 70px;
  }
  .cid-uYYT7vTi6z .navbar.opened {
    height: auto;
  }
  .cid-uYYT7vTi6z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYYT7vTi6z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uYYT7vTi6z .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uYYT7vTi6z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uYYT7vTi6z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uYYT7vTi6z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uYYT7vTi6z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uYYT7vTi6z .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uYYT7vTi6z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYYT7vTi6z .text_widget {
  margin-bottom: 32px;
}
.cid-uYYT7vTi6z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYYT7vTi6z .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uYYT7vTi6z .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uYYT7vTi6z .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uYYT7vTi6z .mbr-section-subtitle,
.cid-uYYT7vTi6z .text_widget,
.cid-uYYT7vTi6z .mbr-section-btn {
  text-align: center;
}
.cid-uYYT7vTi6z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYZpeGzL7W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uYZpeGzL7W .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYZpeGzL7W a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYZpeGzL7W a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYZpeGzL7W img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uYYT7wEVk7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2025-10-07-a-las-3.23.27p.m..png");
}
.cid-uYYT7wEVk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYT7wEVk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYT7wEVk7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uYYT7wEVk7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uYYT7wEVk7 .container {
    padding: 0 26px;
  }
}
.cid-uYYT7wEVk7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYYT7wEVk7 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uYYT7wEVk7 .mbr-section-title {
  color: #ffffff;
}
.cid-uYYT7wEVk7 .mbr-section-title,
.cid-uYYT7wEVk7 .mbr-section-btn {
  text-align: center;
}
.cid-uYYTx6WWKM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6c3f7f;
}
.cid-uYYTx6WWKM .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYYUd0cm6g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6c3f7f;
}
.cid-uYYUd0cm6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYUd0cm6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYUd0cm6g .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYYUd0cm6g .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYYUd0cm6g .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-uYYUd0cm6g .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYYUd0cm6g .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uYYUd0cm6g .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uYYUd0cm6g .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 1;
  pointer-events: none;
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #6c3f7f 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #32c332;
}
@media (max-width: 992px) {
  .cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .item-content .item-img {
    margin-top: 24px;
  }
}
.cid-uYYUd0cm6g .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-uYYUd0cm6g .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-uYYUd0cm6g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYYUd0cm6g .mbr-section-subtitle {
  color: #808080;
  text-align: center;
}
.cid-uYYUd0cm6g .item-title {
  color: #ffffff;
}
.cid-uYYUd0cm6g .item-text {
  color: #808080;
}
.cid-uYYUd0cm6g .btn-primary {
  border-radius: 25px;
}
.cid-uYYT7xcntU {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYYT7xcntU .mbr-social-likes {
  font-size: 0;
}
.cid-uYYT7xcntU .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uYYT7xcntU .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uYYT7xcntU .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uYYT7xcntU .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uYYT7xcntU .socicon-bg-behance {
  color: #ffffff;
}
.cid-uYYT7xcntU .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uYYT7xcntU .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uYYT7xcntU .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uYYT7xcntU .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uYYT7xcntU .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uYYT7xcntU [class^="socicon-"]:before,
.cid-uYYT7xcntU [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uYYT7xodZd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYYT7xodZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYT7xodZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYT7xTOBj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uYYT7xTOBj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uYYT7xTOBj a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uYYT7xTOBj a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uYYT7xTOBj img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uZ08WCdREH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uZ08WCdREH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZ08WCdREH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ08WCdREH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ08WCdREH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ08WCdREH .menu_box .navbar.opened,
  .cid-uZ08WCdREH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ08WCdREH .navbar-dropdown {
  position: relative !important;
}
.cid-uZ08WCdREH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ08WCdREH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ08WCdREH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uZ08WCdREH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ08WCdREH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ08WCdREH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ08WCdREH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ08WCdREH .offcanvas-body .mbr-text,
  .cid-uZ08WCdREH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ08WCdREH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ08WCdREH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ08WCdREH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZ08WCdREH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ08WCdREH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ08WCdREH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ08WCdREH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ08WCdREH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ08WCdREH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ08WCdREH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ08WCdREH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ08WCdREH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ08WCdREH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZ08WCdREH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ08WCdREH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZ08WCdREH .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ08WCdREH .nav-item .nav-link {
  position: relative;
}
.cid-uZ08WCdREH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uZ08WCdREH .nav-item .nav-link:hover,
.cid-uZ08WCdREH .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uZ08WCdREH .nav-item .nav-link:hover::before,
.cid-uZ08WCdREH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ08WCdREH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ08WCdREH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ08WCdREH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ08WCdREH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ08WCdREH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ08WCdREH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ08WCdREH .offcanvas_box {
    display: none;
  }
}
.cid-uZ08WCdREH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ08WCdREH .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ08WCdREH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ08WCdREH .container {
  display: flex;
  margin: auto;
}
.cid-uZ08WCdREH .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ08WCdREH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ08WCdREH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ08WCdREH .navbar-caption {
  color: #ffffff;
}
.cid-uZ08WCdREH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ08WCdREH .navbar-nav {
    margin: 0;
  }
}
.cid-uZ08WCdREH .dropdown-menu,
.cid-uZ08WCdREH .navbar.opened {
  background-color: false !important;
}
.cid-uZ08WCdREH .nav-item:focus,
.cid-uZ08WCdREH .nav-link:focus {
  outline: none;
}
.cid-uZ08WCdREH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ08WCdREH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ08WCdREH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ08WCdREH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ08WCdREH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ08WCdREH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ08WCdREH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ08WCdREH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ08WCdREH .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ08WCdREH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ08WCdREH .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uZ08WCdREH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ08WCdREH .navbar.collapsed {
  justify-content: center;
}
.cid-uZ08WCdREH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ08WCdREH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ08WCdREH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ08WCdREH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ08WCdREH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ08WCdREH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ08WCdREH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ08WCdREH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ08WCdREH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZ08WCdREH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ08WCdREH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ08WCdREH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ08WCdREH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ08WCdREH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ08WCdREH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ08WCdREH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ08WCdREH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ08WCdREH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ08WCdREH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ08WCdREH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ08WCdREH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ08WCdREH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ08WCdREH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ08WCdREH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ08WCdREH .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-uZ08WCdREH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ08WCdREH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ08WCdREH .dropdown-item.active,
.cid-uZ08WCdREH .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ08WCdREH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ08WCdREH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ08WCdREH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ08WCdREH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ08WCdREH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ08WCdREH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ08WCdREH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uZ08WCdREH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ08WCdREH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ08WCdREH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ08WCdREH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ08WCdREH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ08WCdREH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ08WCdREH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ08WCdREH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ08WCdREH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ08WCdREH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ08WCdREH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ08WCdREH .navbar {
    height: 70px;
  }
  .cid-uZ08WCdREH .navbar.opened {
    height: auto;
  }
  .cid-uZ08WCdREH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ08WCdREH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZ08WCdREH .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uZ08WCdREH .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZ08WCdREH .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uZ08WCdREH .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uZ08WCdREH .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uZ08WCdREH .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uZ08WCdREH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ08WCdREH .text_widget {
  margin-bottom: 32px;
}
.cid-uZ08WCdREH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ08WCdREH .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uZ08WCdREH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uZ08WCdREH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ08WCdREH .mbr-section-subtitle,
.cid-uZ08WCdREH .text_widget,
.cid-uZ08WCdREH .mbr-section-btn {
  text-align: center;
}
.cid-uZ08WCdREH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ08WD1Nek {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZ08WD1Nek .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZ08WD1Nek a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZ08WD1Nek a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZ08WD1Nek img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uZ08WDmsQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2025-10-07-a-las-3.23.27p.m..png");
}
.cid-uZ08WDmsQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ08WDmsQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ08WDmsQh .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uZ08WDmsQh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uZ08WDmsQh .container {
    padding: 0 26px;
  }
}
.cid-uZ08WDmsQh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ08WDmsQh .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uZ08WDmsQh .mbr-section-title {
  color: #ffffff;
}
.cid-uZ08WDmsQh .mbr-section-title,
.cid-uZ08WDmsQh .mbr-section-btn {
  text-align: center;
}
.cid-uZ08WDEbLB {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uZ08WDEbLB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ08WDEbLB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uZ08WDEbLB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uZ08WDEbLB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uZ08WDEbLB .mbr-section-subtitle {
  color: #6c3f7f;
}
.cid-uZ08WDEbLB .mbr-section-title {
  color: #6c3f7f;
}
.cid-uZ08WDEbLB .btn-success {
  border-radius: 25px;
}
.cid-uZ08WDQoae {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZ08WDQoae .mbr-social-likes {
  font-size: 0;
}
.cid-uZ08WDQoae .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uZ08WDQoae .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uZ08WDQoae .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uZ08WDQoae .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uZ08WDQoae .socicon-bg-behance {
  color: #ffffff;
}
.cid-uZ08WDQoae .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uZ08WDQoae .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uZ08WDQoae .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uZ08WDQoae .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uZ08WDQoae .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uZ08WDQoae [class^="socicon-"]:before,
.cid-uZ08WDQoae [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uZ08WDY1Av {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ08WDY1Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ08WDY1Av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ08WE9Bz9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uZ08WE9Bz9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZ08WE9Bz9 a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZ08WE9Bz9 a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZ08WE9Bz9 img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uZ4ppFbhY4 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uZ4ppFbhY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZ4ppFbhY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4ppFbhY4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ4ppFbhY4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ4ppFbhY4 .menu_box .navbar.opened,
  .cid-uZ4ppFbhY4 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ4ppFbhY4 .navbar-dropdown {
  position: relative !important;
}
.cid-uZ4ppFbhY4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ4ppFbhY4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ4ppFbhY4 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uZ4ppFbhY4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ4ppFbhY4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ4ppFbhY4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ4ppFbhY4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ4ppFbhY4 .offcanvas-body .mbr-text,
  .cid-uZ4ppFbhY4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ4ppFbhY4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ4ppFbhY4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ4ppFbhY4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZ4ppFbhY4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ4ppFbhY4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ4ppFbhY4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ4ppFbhY4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ4ppFbhY4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ4ppFbhY4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4ppFbhY4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ4ppFbhY4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ4ppFbhY4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ4ppFbhY4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZ4ppFbhY4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ4ppFbhY4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZ4ppFbhY4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ4ppFbhY4 .nav-item .nav-link {
  position: relative;
}
.cid-uZ4ppFbhY4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uZ4ppFbhY4 .nav-item .nav-link:hover,
.cid-uZ4ppFbhY4 .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uZ4ppFbhY4 .nav-item .nav-link:hover::before,
.cid-uZ4ppFbhY4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ4ppFbhY4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ4ppFbhY4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ4ppFbhY4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ4ppFbhY4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4ppFbhY4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ4ppFbhY4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ4ppFbhY4 .offcanvas_box {
    display: none;
  }
}
.cid-uZ4ppFbhY4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ4ppFbhY4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ4ppFbhY4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ4ppFbhY4 .container {
  display: flex;
  margin: auto;
}
.cid-uZ4ppFbhY4 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ4ppFbhY4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ4ppFbhY4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ4ppFbhY4 .navbar-caption {
  color: #ffffff;
}
.cid-uZ4ppFbhY4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ4ppFbhY4 .navbar-nav {
    margin: 0;
  }
}
.cid-uZ4ppFbhY4 .dropdown-menu,
.cid-uZ4ppFbhY4 .navbar.opened {
  background-color: false !important;
}
.cid-uZ4ppFbhY4 .nav-item:focus,
.cid-uZ4ppFbhY4 .nav-link:focus {
  outline: none;
}
.cid-uZ4ppFbhY4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4ppFbhY4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4ppFbhY4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ4ppFbhY4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ4ppFbhY4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4ppFbhY4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4ppFbhY4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ4ppFbhY4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ4ppFbhY4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ4ppFbhY4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ4ppFbhY4 .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uZ4ppFbhY4 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4ppFbhY4 .navbar.collapsed {
  justify-content: center;
}
.cid-uZ4ppFbhY4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4ppFbhY4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4ppFbhY4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4ppFbhY4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4ppFbhY4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4ppFbhY4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ4ppFbhY4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ4ppFbhY4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ4ppFbhY4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZ4ppFbhY4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4ppFbhY4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4ppFbhY4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ4ppFbhY4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4ppFbhY4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ4ppFbhY4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ4ppFbhY4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ4ppFbhY4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ4ppFbhY4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ4ppFbhY4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ4ppFbhY4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ4ppFbhY4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ4ppFbhY4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ4ppFbhY4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ4ppFbhY4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ4ppFbhY4 .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-uZ4ppFbhY4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ4ppFbhY4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4ppFbhY4 .dropdown-item.active,
.cid-uZ4ppFbhY4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4ppFbhY4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4ppFbhY4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4ppFbhY4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4ppFbhY4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ4ppFbhY4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ4ppFbhY4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ4ppFbhY4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uZ4ppFbhY4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ4ppFbhY4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ4ppFbhY4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4ppFbhY4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4ppFbhY4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ4ppFbhY4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4ppFbhY4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ4ppFbhY4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ4ppFbhY4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4ppFbhY4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ4ppFbhY4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4ppFbhY4 .navbar {
    height: 70px;
  }
  .cid-uZ4ppFbhY4 .navbar.opened {
    height: auto;
  }
  .cid-uZ4ppFbhY4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ4ppFbhY4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZ4ppFbhY4 .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uZ4ppFbhY4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZ4ppFbhY4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uZ4ppFbhY4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uZ4ppFbhY4 .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uZ4ppFbhY4 .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uZ4ppFbhY4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ4ppFbhY4 .text_widget {
  margin-bottom: 32px;
}
.cid-uZ4ppFbhY4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ4ppFbhY4 .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uZ4ppFbhY4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uZ4ppFbhY4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ4ppFbhY4 .mbr-section-subtitle,
.cid-uZ4ppFbhY4 .text_widget,
.cid-uZ4ppFbhY4 .mbr-section-btn {
  text-align: center;
}
.cid-uZ4ppFbhY4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ4ppFY9Ws {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZ4ppFY9Ws .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4ppFY9Ws a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZ4ppFY9Ws a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZ4ppFY9Ws img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uZ4ppGhUSq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6c3f7f;
}
@media (max-width: 991px) {
  .cid-uZ4ppGhUSq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ4ppGhUSq .row {
  flex-direction: row-reverse;
}
.cid-uZ4ppGhUSq img {
  width: 100%;
}
#custom-html-2t {
  /* Type valid CSS here */
}
#custom-html-2t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2t p {
  font-size: 60px;
  color: #777;
}
.cid-uZ4ppHbQIu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZ4ppHbQIu .mbr-social-likes {
  font-size: 0;
}
.cid-uZ4ppHbQIu .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uZ4ppHbQIu .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uZ4ppHbQIu .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uZ4ppHbQIu .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uZ4ppHbQIu .socicon-bg-behance {
  color: #ffffff;
}
.cid-uZ4ppHbQIu .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uZ4ppHbQIu .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uZ4ppHbQIu .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uZ4ppHbQIu .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uZ4ppHbQIu .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uZ4ppHbQIu [class^="socicon-"]:before,
.cid-uZ4ppHbQIu [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uZ4ppHpZR0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ4ppHpZR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4ppHpZR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4ppHJg6M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uZ4ppHJg6M .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4ppHJg6M a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZ4ppHJg6M a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZ4ppHJg6M img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uZ4pHuq2Ih .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uZ4pHuq2Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZ4pHuq2Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4pHuq2Ih .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ4pHuq2Ih .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ4pHuq2Ih .menu_box .navbar.opened,
  .cid-uZ4pHuq2Ih .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ4pHuq2Ih .navbar-dropdown {
  position: relative !important;
}
.cid-uZ4pHuq2Ih .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ4pHuq2Ih .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ4pHuq2Ih .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uZ4pHuq2Ih .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ4pHuq2Ih .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ4pHuq2Ih .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ4pHuq2Ih .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ4pHuq2Ih .offcanvas-body .mbr-text,
  .cid-uZ4pHuq2Ih .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ4pHuq2Ih .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ4pHuq2Ih .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ4pHuq2Ih .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZ4pHuq2Ih .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ4pHuq2Ih .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ4pHuq2Ih .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ4pHuq2Ih .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ4pHuq2Ih ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ4pHuq2Ih .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4pHuq2Ih .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ4pHuq2Ih .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ4pHuq2Ih li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ4pHuq2Ih .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZ4pHuq2Ih .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ4pHuq2Ih .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZ4pHuq2Ih .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ4pHuq2Ih .nav-item .nav-link {
  position: relative;
}
.cid-uZ4pHuq2Ih .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uZ4pHuq2Ih .nav-item .nav-link:hover,
.cid-uZ4pHuq2Ih .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uZ4pHuq2Ih .nav-item .nav-link:hover::before,
.cid-uZ4pHuq2Ih .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ4pHuq2Ih .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ4pHuq2Ih .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ4pHuq2Ih .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ4pHuq2Ih .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ4pHuq2Ih .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ4pHuq2Ih .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ4pHuq2Ih .offcanvas_box {
    display: none;
  }
}
.cid-uZ4pHuq2Ih .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ4pHuq2Ih .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ4pHuq2Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ4pHuq2Ih .container {
  display: flex;
  margin: auto;
}
.cid-uZ4pHuq2Ih .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ4pHuq2Ih .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ4pHuq2Ih .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ4pHuq2Ih .navbar-caption {
  color: #ffffff;
}
.cid-uZ4pHuq2Ih .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ4pHuq2Ih .navbar-nav {
    margin: 0;
  }
}
.cid-uZ4pHuq2Ih .dropdown-menu,
.cid-uZ4pHuq2Ih .navbar.opened {
  background-color: false !important;
}
.cid-uZ4pHuq2Ih .nav-item:focus,
.cid-uZ4pHuq2Ih .nav-link:focus {
  outline: none;
}
.cid-uZ4pHuq2Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4pHuq2Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4pHuq2Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ4pHuq2Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ4pHuq2Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4pHuq2Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4pHuq2Ih .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ4pHuq2Ih .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ4pHuq2Ih .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ4pHuq2Ih .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ4pHuq2Ih .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uZ4pHuq2Ih .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4pHuq2Ih .navbar.collapsed {
  justify-content: center;
}
.cid-uZ4pHuq2Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4pHuq2Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4pHuq2Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4pHuq2Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4pHuq2Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4pHuq2Ih .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ4pHuq2Ih .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ4pHuq2Ih .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ4pHuq2Ih .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZ4pHuq2Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4pHuq2Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4pHuq2Ih .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ4pHuq2Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4pHuq2Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ4pHuq2Ih .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ4pHuq2Ih .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ4pHuq2Ih .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ4pHuq2Ih .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ4pHuq2Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ4pHuq2Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ4pHuq2Ih .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ4pHuq2Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ4pHuq2Ih .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ4pHuq2Ih .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ4pHuq2Ih .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-uZ4pHuq2Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ4pHuq2Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4pHuq2Ih .dropdown-item.active,
.cid-uZ4pHuq2Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4pHuq2Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4pHuq2Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4pHuq2Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4pHuq2Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ4pHuq2Ih ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ4pHuq2Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ4pHuq2Ih button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uZ4pHuq2Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ4pHuq2Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ4pHuq2Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4pHuq2Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ4pHuq2Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ4pHuq2Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4pHuq2Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ4pHuq2Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ4pHuq2Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ4pHuq2Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ4pHuq2Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4pHuq2Ih .navbar {
    height: 70px;
  }
  .cid-uZ4pHuq2Ih .navbar.opened {
    height: auto;
  }
  .cid-uZ4pHuq2Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ4pHuq2Ih .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZ4pHuq2Ih .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uZ4pHuq2Ih .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZ4pHuq2Ih .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uZ4pHuq2Ih .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uZ4pHuq2Ih .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uZ4pHuq2Ih .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uZ4pHuq2Ih .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ4pHuq2Ih .text_widget {
  margin-bottom: 32px;
}
.cid-uZ4pHuq2Ih .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ4pHuq2Ih .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uZ4pHuq2Ih .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uZ4pHuq2Ih .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ4pHuq2Ih .mbr-section-subtitle,
.cid-uZ4pHuq2Ih .text_widget,
.cid-uZ4pHuq2Ih .mbr-section-btn {
  text-align: center;
}
.cid-uZ4pHuq2Ih a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ4pHvjIIf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZ4pHvjIIf .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4pHvjIIf a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZ4pHvjIIf a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZ4pHvjIIf img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uZ4pHvFn6t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6c3f7f;
}
@media (max-width: 991px) {
  .cid-uZ4pHvFn6t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ4pHvFn6t .row {
  flex-direction: row-reverse;
}
.cid-uZ4pHvFn6t img {
  width: 100%;
}
.cid-uZ9dJiJW43 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #6c3f7f;
}
.cid-uZ9dJiJW43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9dJiJW43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9dJiJW43 .mbr-section-subtitle {
  color: #ffffff;
}
#custom-html-2x {
  /* Type valid CSS here */
}
#custom-html-2x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2x p {
  font-size: 60px;
  color: #777;
}
.cid-uZ4pHwubP2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZ4pHwubP2 .mbr-social-likes {
  font-size: 0;
}
.cid-uZ4pHwubP2 .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uZ4pHwubP2 .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uZ4pHwubP2 .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uZ4pHwubP2 .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uZ4pHwubP2 .socicon-bg-behance {
  color: #ffffff;
}
.cid-uZ4pHwubP2 .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uZ4pHwubP2 .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uZ4pHwubP2 .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uZ4pHwubP2 .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uZ4pHwubP2 .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uZ4pHwubP2 [class^="socicon-"]:before,
.cid-uZ4pHwubP2 [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uZ4pHwMte1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ4pHwMte1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4pHwMte1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4pHx52LD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uZ4pHx52LD .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZ4pHx52LD a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZ4pHx52LD a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZ4pHx52LD img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uZ9wP37rXC .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uZ9wP37rXC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uZ9wP37rXC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ9wP37rXC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ9wP37rXC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ9wP37rXC .menu_box .navbar.opened,
  .cid-uZ9wP37rXC .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ9wP37rXC .navbar-dropdown {
  position: relative !important;
}
.cid-uZ9wP37rXC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ9wP37rXC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uZ9wP37rXC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
  }
  .cid-uZ9wP37rXC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uZ9wP37rXC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uZ9wP37rXC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uZ9wP37rXC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uZ9wP37rXC .offcanvas-body .mbr-text,
  .cid-uZ9wP37rXC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uZ9wP37rXC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uZ9wP37rXC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uZ9wP37rXC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uZ9wP37rXC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uZ9wP37rXC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uZ9wP37rXC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uZ9wP37rXC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uZ9wP37rXC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uZ9wP37rXC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ9wP37rXC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uZ9wP37rXC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uZ9wP37rXC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uZ9wP37rXC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uZ9wP37rXC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ9wP37rXC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uZ9wP37rXC .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ9wP37rXC .nav-item .nav-link {
  position: relative;
}
.cid-uZ9wP37rXC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #6c3f7f;
  transition: all 0.3s ease-out;
}
.cid-uZ9wP37rXC .nav-item .nav-link:hover,
.cid-uZ9wP37rXC .nav-item .nav-link:focus {
  opacity: 1;
  color: #6c3f7f !important;
}
.cid-uZ9wP37rXC .nav-item .nav-link:hover::before,
.cid-uZ9wP37rXC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uZ9wP37rXC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ9wP37rXC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ9wP37rXC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ9wP37rXC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ9wP37rXC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uZ9wP37rXC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ9wP37rXC .offcanvas_box {
    display: none;
  }
}
.cid-uZ9wP37rXC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ9wP37rXC .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ9wP37rXC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ9wP37rXC .container {
  display: flex;
  margin: auto;
}
.cid-uZ9wP37rXC .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uZ9wP37rXC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ9wP37rXC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ9wP37rXC .navbar-caption {
  color: #ffffff;
}
.cid-uZ9wP37rXC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ9wP37rXC .navbar-nav {
    margin: 0;
  }
}
.cid-uZ9wP37rXC .dropdown-menu,
.cid-uZ9wP37rXC .navbar.opened {
  background-color: false !important;
}
.cid-uZ9wP37rXC .nav-item:focus,
.cid-uZ9wP37rXC .nav-link:focus {
  outline: none;
}
.cid-uZ9wP37rXC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ9wP37rXC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ9wP37rXC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ9wP37rXC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ9wP37rXC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ9wP37rXC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ9wP37rXC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ9wP37rXC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ9wP37rXC .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ9wP37rXC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ9wP37rXC .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-uZ9wP37rXC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ9wP37rXC .navbar.collapsed {
  justify-content: center;
}
.cid-uZ9wP37rXC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ9wP37rXC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ9wP37rXC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ9wP37rXC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ9wP37rXC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ9wP37rXC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ9wP37rXC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ9wP37rXC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ9wP37rXC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uZ9wP37rXC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ9wP37rXC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ9wP37rXC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ9wP37rXC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ9wP37rXC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ9wP37rXC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ9wP37rXC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ9wP37rXC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ9wP37rXC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ9wP37rXC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ9wP37rXC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ9wP37rXC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ9wP37rXC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ9wP37rXC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ9wP37rXC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ9wP37rXC .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-uZ9wP37rXC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ9wP37rXC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ9wP37rXC .dropdown-item.active,
.cid-uZ9wP37rXC .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ9wP37rXC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ9wP37rXC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ9wP37rXC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ9wP37rXC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ9wP37rXC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ9wP37rXC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ9wP37rXC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #000000;
}
.cid-uZ9wP37rXC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ9wP37rXC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ9wP37rXC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ9wP37rXC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ9wP37rXC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ9wP37rXC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ9wP37rXC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ9wP37rXC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ9wP37rXC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ9wP37rXC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ9wP37rXC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ9wP37rXC .navbar {
    height: 70px;
  }
  .cid-uZ9wP37rXC .navbar.opened {
    height: auto;
  }
  .cid-uZ9wP37rXC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ9wP37rXC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uZ9wP37rXC .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uZ9wP37rXC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uZ9wP37rXC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uZ9wP37rXC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uZ9wP37rXC .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uZ9wP37rXC .navbar-caption:hover {
  color: #6c3f7f;
}
@media (min-width: 992px) {
  .cid-uZ9wP37rXC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ9wP37rXC .text_widget {
  margin-bottom: 32px;
}
.cid-uZ9wP37rXC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ9wP37rXC .text_widget a:hover {
  color: #6c3f7f !important;
}
.cid-uZ9wP37rXC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uZ9wP37rXC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZ9wP37rXC .mbr-section-subtitle,
.cid-uZ9wP37rXC .text_widget,
.cid-uZ9wP37rXC .mbr-section-btn {
  text-align: center;
}
.cid-uZ9wP37rXC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ9wP4QRCv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZ9wP4QRCv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZ9wP4QRCv a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZ9wP4QRCv a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZ9wP4QRCv img {
  width: auto;
  height: 50px;
  margin: auto;
}
.cid-uZ9wP5a8ed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2025-10-07-a-las-3.23.27p.m..png");
}
.cid-uZ9wP5a8ed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9wP5a8ed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9wP5a8ed .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uZ9wP5a8ed .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uZ9wP5a8ed .container {
    padding: 0 26px;
  }
}
.cid-uZ9wP5a8ed .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ9wP5a8ed .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uZ9wP5a8ed .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9wP5a8ed .mbr-section-title,
.cid-uZ9wP5a8ed .mbr-section-btn {
  text-align: center;
}
.cid-uZ9wP5tPyN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6c3f7f;
}
.cid-uZ9wP5tPyN .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uZ9wP5EwI5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6c3f7f;
}
.cid-uZ9wP5EwI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9wP5EwI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9wP5EwI5 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZ9wP5EwI5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ9wP5EwI5 .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-uZ9wP5EwI5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ9wP5EwI5 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZ9wP5EwI5 .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uZ9wP5EwI5 .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 1;
  pointer-events: none;
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #6c3f7f 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #32c332;
}
@media (max-width: 992px) {
  .cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .item-content .item-img {
    margin-top: 24px;
  }
}
.cid-uZ9wP5EwI5 .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uZ9wP5EwI5 .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-uZ9wP5EwI5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZ9wP5EwI5 .mbr-section-subtitle {
  color: #808080;
  text-align: center;
}
.cid-uZ9wP5EwI5 .item-title {
  color: #ffffff;
}
.cid-uZ9wP5EwI5 .item-text {
  color: #808080;
}
.cid-uZ9wP5EwI5 .btn-primary {
  border-radius: 25px;
}
.cid-uZ9wP6h7vm {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZ9wP6h7vm .mbr-social-likes {
  font-size: 0;
}
.cid-uZ9wP6h7vm .socicon-bg-facebook {
  color: #ffffff;
}
.cid-uZ9wP6h7vm .socicon-bg-facebook:hover {
  background: #6c3f7f;
}
.cid-uZ9wP6h7vm .socicon-bg-twitter {
  color: #ffffff;
}
.cid-uZ9wP6h7vm .socicon-bg-twitter:hover {
  background: #6c3f7f;
}
.cid-uZ9wP6h7vm .socicon-bg-behance {
  color: #ffffff;
}
.cid-uZ9wP6h7vm .socicon-bg-behance:hover {
  background: #6c3f7f;
}
.cid-uZ9wP6h7vm .socicon-bg-instagram {
  color: #ffffff;
}
.cid-uZ9wP6h7vm .socicon-bg-instagram:hover {
  background: #6c3f7f;
}
.cid-uZ9wP6h7vm .btn-social {
  background: #353535;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uZ9wP6h7vm .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-uZ9wP6h7vm [class^="socicon-"]:before,
.cid-uZ9wP6h7vm [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-uZ9wP6vxBu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ9wP6vxBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9wP6vxBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9wP6Jk2U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004109;
}
.cid-uZ9wP6Jk2U .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZ9wP6Jk2U a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZ9wP6Jk2U a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZ9wP6Jk2U img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-uZaBOFZYJ8.popup-builder {
  background-color: #ffffff;
}
.cid-uZaBOFZYJ8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZaBOFZYJ8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZaBOFZYJ8 .modal-content,
.cid-uZaBOFZYJ8 .modal-dialog {
  height: auto;
}
.cid-uZaBOFZYJ8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZaBOFZYJ8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZaBOFZYJ8 .form-wrapper .mbr-form .form-group,
  .cid-uZaBOFZYJ8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZaBOFZYJ8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZaBOFZYJ8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZaBOFZYJ8 .mbr-text {
  text-align: center;
}
.cid-uZaBOFZYJ8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZaBOFZYJ8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZaBOFZYJ8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZaBOFZYJ8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZaBOFZYJ8 .modal-open {
  overflow: hidden;
}
.cid-uZaBOFZYJ8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZaBOFZYJ8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZaBOFZYJ8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZaBOFZYJ8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZaBOFZYJ8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZaBOFZYJ8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZaBOFZYJ8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZaBOFZYJ8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZaBOFZYJ8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZaBOFZYJ8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZaBOFZYJ8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZaBOFZYJ8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZaBOFZYJ8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZaBOFZYJ8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZaBOFZYJ8 .modal-header {
    padding: 1rem;
  }
}
.cid-uZaBOFZYJ8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZaBOFZYJ8 .modal-header .close svg {
  fill: #353535;
}
.cid-uZaBOFZYJ8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZaBOFZYJ8 .modal-header .close:focus {
  outline: none;
}
.cid-uZaBOFZYJ8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZaBOFZYJ8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZaBOFZYJ8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZaBOFZYJ8 .modal-body {
    padding: 1rem;
  }
}
.cid-uZaBOFZYJ8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZaBOFZYJ8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZaBOFZYJ8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZaBOFZYJ8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZaBOFZYJ8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZaBOFZYJ8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZaBOFZYJ8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZaBOFZYJ8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZaBOFZYJ8 .modal-lg,
  .cid-uZaBOFZYJ8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZaBOFZYJ8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZaBOFZYJ8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZaBOFZYJ8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZaBOFZYJ8 .form-group {
  margin-bottom: 1rem;
}
.cid-uZaBOFZYJ8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZaBOFZYJ8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZaBOFZYJ8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZaBOFZYJ8 .mbr-section-btn {
  margin: 0;
}
.cid-uZaBOFZYJ8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZaBOFZYJ8 .btn-primary {
  border-radius: 25px;
}
.cid-uZeZSsyDzt.popup-builder {
  background-color: #ffffff;
}
.cid-uZeZSsyDzt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZeZSsyDzt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZeZSsyDzt .modal-content,
.cid-uZeZSsyDzt .modal-dialog {
  height: auto;
}
.cid-uZeZSsyDzt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZeZSsyDzt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZeZSsyDzt .form-wrapper .mbr-form .form-group,
  .cid-uZeZSsyDzt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZeZSsyDzt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZeZSsyDzt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZeZSsyDzt .mbr-text {
  text-align: center;
}
.cid-uZeZSsyDzt .pt-0 {
  padding-top: 0 !important;
}
.cid-uZeZSsyDzt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZeZSsyDzt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZeZSsyDzt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZeZSsyDzt .modal-open {
  overflow: hidden;
}
.cid-uZeZSsyDzt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZeZSsyDzt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZeZSsyDzt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZeZSsyDzt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZeZSsyDzt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZeZSsyDzt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZeZSsyDzt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZeZSsyDzt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZeZSsyDzt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZeZSsyDzt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZeZSsyDzt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZeZSsyDzt .modal-backdrop.show {
  opacity: .5;
}
.cid-uZeZSsyDzt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZeZSsyDzt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeZSsyDzt .modal-header {
    padding: 1rem;
  }
}
.cid-uZeZSsyDzt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZeZSsyDzt .modal-header .close svg {
  fill: #353535;
}
.cid-uZeZSsyDzt .modal-header .close:hover {
  opacity: 1;
}
.cid-uZeZSsyDzt .modal-header .close:focus {
  outline: none;
}
.cid-uZeZSsyDzt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZeZSsyDzt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZeZSsyDzt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeZSsyDzt .modal-body {
    padding: 1rem;
  }
}
.cid-uZeZSsyDzt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZeZSsyDzt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZeZSsyDzt .modal-footer {
    padding: 1rem;
  }
}
.cid-uZeZSsyDzt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZeZSsyDzt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZeZSsyDzt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZeZSsyDzt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZeZSsyDzt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZeZSsyDzt .modal-lg,
  .cid-uZeZSsyDzt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZeZSsyDzt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZeZSsyDzt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZeZSsyDzt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZeZSsyDzt .form-group {
  margin-bottom: 1rem;
}
.cid-uZeZSsyDzt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZeZSsyDzt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZeZSsyDzt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZeZSsyDzt .mbr-section-btn {
  margin: 0;
}
.cid-uZeZSsyDzt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZeZSsyDzt .btn-primary {
  border-radius: 25px;
}
.cid-uZf0IuRvwG.popup-builder {
  background-color: #ffffff;
}
.cid-uZf0IuRvwG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZf0IuRvwG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZf0IuRvwG .modal-content,
.cid-uZf0IuRvwG .modal-dialog {
  height: auto;
}
.cid-uZf0IuRvwG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZf0IuRvwG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZf0IuRvwG .form-wrapper .mbr-form .form-group,
  .cid-uZf0IuRvwG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZf0IuRvwG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZf0IuRvwG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZf0IuRvwG .mbr-text {
  text-align: center;
}
.cid-uZf0IuRvwG .pt-0 {
  padding-top: 0 !important;
}
.cid-uZf0IuRvwG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZf0IuRvwG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZf0IuRvwG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZf0IuRvwG .modal-open {
  overflow: hidden;
}
.cid-uZf0IuRvwG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZf0IuRvwG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZf0IuRvwG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZf0IuRvwG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZf0IuRvwG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZf0IuRvwG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZf0IuRvwG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZf0IuRvwG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZf0IuRvwG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZf0IuRvwG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZf0IuRvwG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZf0IuRvwG .modal-backdrop.show {
  opacity: .5;
}
.cid-uZf0IuRvwG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZf0IuRvwG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZf0IuRvwG .modal-header {
    padding: 1rem;
  }
}
.cid-uZf0IuRvwG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZf0IuRvwG .modal-header .close svg {
  fill: #353535;
}
.cid-uZf0IuRvwG .modal-header .close:hover {
  opacity: 1;
}
.cid-uZf0IuRvwG .modal-header .close:focus {
  outline: none;
}
.cid-uZf0IuRvwG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZf0IuRvwG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZf0IuRvwG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZf0IuRvwG .modal-body {
    padding: 1rem;
  }
}
.cid-uZf0IuRvwG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZf0IuRvwG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZf0IuRvwG .modal-footer {
    padding: 1rem;
  }
}
.cid-uZf0IuRvwG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZf0IuRvwG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZf0IuRvwG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZf0IuRvwG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZf0IuRvwG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZf0IuRvwG .modal-lg,
  .cid-uZf0IuRvwG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZf0IuRvwG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZf0IuRvwG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZf0IuRvwG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZf0IuRvwG .form-group {
  margin-bottom: 1rem;
}
.cid-uZf0IuRvwG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZf0IuRvwG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZf0IuRvwG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZf0IuRvwG .mbr-section-btn {
  margin: 0;
}
.cid-uZf0IuRvwG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZf0IuRvwG .btn-primary {
  border-radius: 25px;
}
