.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #003087 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #36a9f0 !important;
}
.bg-danger {
  background-color: #ffc308 !important;
}
.btn-primary {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #e8260b, #d0220a 50%, #f87461) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e8260b !important;
  border-color: #e8260b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f54931 !important;
  border-color: #f54931 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f54931 !important;
  border-color: #f54931 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(140deg, #003087, #00276e 50%, #0054ed) !important;
}
.btn-success,
.btn-success:active {
  background-color: #003087 !important;
  border-color: #003087 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0042ba !important;
  border-color: #0042ba !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0042ba !important;
  border-color: #0042ba !important;
}
.btn-warning {
  background: linear-gradient(140deg, #36a9f0, #1e9fee 50%, #95d2f7) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36a9f0 !important;
  border-color: #36a9f0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #65bdf4 !important;
  border-color: #65bdf4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #65bdf4 !important;
  border-color: #65bdf4 !important;
}
.btn-danger {
  background: linear-gradient(140deg, #ffc308, #edb400 50%, #ffdc6e) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc308 !important;
  border-color: #ffc308 !important;
  color: #080600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffcf3b !important;
  border-color: #ffcf3b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #080600 !important;
  background-color: #ffcf3b !important;
  border-color: #ffcf3b !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e8260b;
  color: #e8260b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #951807 !important;
  background-color: transparent !important;
  border-color: #951807 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e8260b !important;
  border-color: #e8260b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #003087;
  color: #003087;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001130 !important;
  background-color: transparent !important;
  border-color: #001130 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #003087 !important;
  border-color: #003087 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #36a9f0;
  color: #36a9f0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0e7dc1 !important;
  background-color: transparent !important;
  border-color: #0e7dc1 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36a9f0 !important;
  border-color: #36a9f0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc308;
  color: #ffc308;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b08500 !important;
  background-color: transparent !important;
  border-color: #b08500 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #080600 !important;
  background-color: #ffc308 !important;
  border-color: #ffc308 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #e8260b !important;
}
.text-success {
  color: #003087 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #36a9f0 !important;
}
.text-danger {
  color: #ffc308 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #871606 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000c21 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0d74b3 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a17a00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #36a9f0;
}
.alert-danger {
  background-color: #ffc308;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #075fff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f4fafe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5d4;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e8260b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
.cid-uCks7Fhk9n {
  z-index: 1000;
  width: 100%;
}
.cid-uCks7Fhk9n .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uCks7Fhk9n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uCks7Fhk9n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCks7Fhk9n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uCks7Fhk9n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uCks7Fhk9n .menu_box .navbar.opened,
  .cid-uCks7Fhk9n .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uCks7Fhk9n nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uCks7Fhk9n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uCks7Fhk9n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uCks7Fhk9n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uCks7Fhk9n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uCks7Fhk9n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uCks7Fhk9n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uCks7Fhk9n .offcanvas-body .mbr-text,
  .cid-uCks7Fhk9n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uCks7Fhk9n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uCks7Fhk9n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uCks7Fhk9n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uCks7Fhk9n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uCks7Fhk9n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uCks7Fhk9n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uCks7Fhk9n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uCks7Fhk9n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uCks7Fhk9n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCks7Fhk9n .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-uCks7Fhk9n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uCks7Fhk9n 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-uCks7Fhk9n .lg_brand {
    margin: 0 1rem;
  }
  .cid-uCks7Fhk9n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uCks7Fhk9n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uCks7Fhk9n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uCks7Fhk9n .nav-item {
    margin: 0 !important;
  }
}
.cid-uCks7Fhk9n .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCks7Fhk9n .nav-item .nav-link:hover,
.cid-uCks7Fhk9n .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uCks7Fhk9n .nav-item .nav-link:hover .mbr-iconfont,
.cid-uCks7Fhk9n .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uCks7Fhk9n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uCks7Fhk9n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uCks7Fhk9n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uCks7Fhk9n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uCks7Fhk9n .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-uCks7Fhk9n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uCks7Fhk9n .offcanvas_box {
    display: none;
  }
}
.cid-uCks7Fhk9n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uCks7Fhk9n .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uCks7Fhk9n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uCks7Fhk9n .container {
  display: flex;
  margin: auto;
}
.cid-uCks7Fhk9n .iconfont-wrapper {
  color: #ffc308;
  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-uCks7Fhk9n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uCks7Fhk9n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uCks7Fhk9n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uCks7Fhk9n .navbar-nav {
    margin: 0;
  }
}
.cid-uCks7Fhk9n .dropdown-menu,
.cid-uCks7Fhk9n .navbar.opened {
  background-color: true !important;
}
.cid-uCks7Fhk9n .nav-item:focus,
.cid-uCks7Fhk9n .nav-link:focus {
  outline: none;
}
.cid-uCks7Fhk9n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCks7Fhk9n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCks7Fhk9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCks7Fhk9n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCks7Fhk9n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCks7Fhk9n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCks7Fhk9n .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uCks7Fhk9n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uCks7Fhk9n .navbar.opened {
  transition: all 0.3s;
}
.cid-uCks7Fhk9n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uCks7Fhk9n .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCks7Fhk9n .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uCks7Fhk9n .navbar.collapsed {
  justify-content: center;
}
.cid-uCks7Fhk9n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCks7Fhk9n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCks7Fhk9n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCks7Fhk9n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCks7Fhk9n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCks7Fhk9n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uCks7Fhk9n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCks7Fhk9n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uCks7Fhk9n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uCks7Fhk9n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCks7Fhk9n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCks7Fhk9n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uCks7Fhk9n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCks7Fhk9n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uCks7Fhk9n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCks7Fhk9n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uCks7Fhk9n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uCks7Fhk9n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uCks7Fhk9n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uCks7Fhk9n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCks7Fhk9n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uCks7Fhk9n .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCks7Fhk9n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCks7Fhk9n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCks7Fhk9n .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-uCks7Fhk9n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uCks7Fhk9n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCks7Fhk9n .dropdown-item.active,
.cid-uCks7Fhk9n .dropdown-item:active {
  background-color: transparent;
}
.cid-uCks7Fhk9n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCks7Fhk9n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCks7Fhk9n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCks7Fhk9n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCks7Fhk9n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uCks7Fhk9n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCks7Fhk9n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uCks7Fhk9n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uCks7Fhk9n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCks7Fhk9n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCks7Fhk9n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCks7Fhk9n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCks7Fhk9n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCks7Fhk9n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCks7Fhk9n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCks7Fhk9n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCks7Fhk9n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uCks7Fhk9n .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-uCks7Fhk9n .navbar {
    height: 70px;
  }
  .cid-uCks7Fhk9n .navbar.opened {
    height: auto;
  }
  .cid-uCks7Fhk9n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCks7Fhk9n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uCks7Fhk9n .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uCks7Fhk9n .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uCks7Fhk9n .mbr-section-btn-main .btn:hover,
.cid-uCks7Fhk9n .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uCks7Fhk9n .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uCks7Fhk9n .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uCks7Fhk9n .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uCks7Fhk9n .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uCks7Fhk9n .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uCks7Fhk9n .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uCks7Fhk9n .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uCks7Fhk9n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uCks7Fhk9n .text_widget {
  margin-bottom: 32px;
}
.cid-uCks7Fhk9n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uCks7Fhk9n .text_widget a:hover,
.cid-uCks7Fhk9n .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uCks7Fhk9n .icons-menu-main {
  display: flex;
}
.cid-uCks7Fhk9n .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uCks7Fhk9n .navbar-caption {
  color: #fdfcfc;
}
.cid-uCks7Fhk9n .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uCks7Fhk9n .mbr-section-subtitle,
.cid-uCks7Fhk9n .text_widget,
.cid-uCks7Fhk9n .mbr-section-btn {
  text-align: center;
}
.cid-uCks7Fhk9n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uClqex9dzT {
  display: flex;
  background-image: url("../../../assets/images/foto-inicial-primera-2-1920x1080.jpg-1920x1080.jpg");
}
.cid-uClqex9dzT .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uClqex9dzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClqex9dzT .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uClqex9dzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uClqex9dzT {
    align-items: flex-end;
  }
  .cid-uClqex9dzT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uClqex9dzT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uClqex9dzT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uClqex9dzT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uClqex9dzT .content-wrap {
    width: 100%;
  }
}
.cid-uClqex9dzT .mbr-section-subtitle,
.cid-uClqex9dzT .line {
  color: #ffffff;
}
.cid-uClqex9dzT .mbr-text,
.cid-uClqex9dzT .mbr-section-btn {
  text-align: right;
}
.cid-uCZRzj3HNS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffaf5;
}
.cid-uCZRzj3HNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZRzj3HNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZRzj3HNS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCZRzj3HNS .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCZRzj3HNS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uCZRzj3HNS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCZRzj3HNS .container {
    padding: 0 16px;
  }
}
.cid-uCZRzj3HNS .row {
  justify-content: center;
}
.cid-uCZRzj3HNS .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uCZRzj3HNS .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCZRzj3HNS .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uCZRzj3HNS .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uCZRzj3HNS .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uCZRzj3HNS .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uCZRzj3HNS .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uCZRzj3HNS .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-uCZRzj3HNS .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uCZRzj3HNS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCZRzj3HNS .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uCZRzj3HNS .mbr-section-title {
  color: #003087;
}
.cid-uCZRzj3HNS .mbr-text {
  color: #000000;
}
.cid-uCZSfNPJjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffaf5;
}
.cid-uCZSfNPJjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZSfNPJjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZSfNPJjc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCZSfNPJjc .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCZSfNPJjc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uCZSfNPJjc .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCZSfNPJjc .container {
    padding: 0 16px;
  }
}
.cid-uCZSfNPJjc .row {
  justify-content: center;
}
.cid-uCZSfNPJjc .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uCZSfNPJjc .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCZSfNPJjc .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uCZSfNPJjc .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uCZSfNPJjc .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uCZSfNPJjc .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uCZSfNPJjc .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uCZSfNPJjc .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .cid-uCZSfNPJjc .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uCZSfNPJjc .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uCZSfNPJjc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCZSfNPJjc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uCZSfNPJjc .mbr-section-title {
  color: #003087;
}
.cid-uCZSfNPJjc .mbr-text {
  color: #000000;
}
.cid-uCZWNX9tVv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b0e0ff;
}
.cid-uCZWNX9tVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZWNX9tVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZWNX9tVv form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.cid-uCZWNX9tVv h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uCZWNX9tVv .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uCZWNX9tVv .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffffff;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uCZWNX9tVv .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #e8260b;
  font-size: 1.5rem;
}
.cid-uCZWNX9tVv .mbr-section-title {
  color: #003087;
}
.cid-uCZWNX9tVv .mbr-text,
.cid-uCZWNX9tVv .mbr-section-btn {
  color: #000000;
}
.cid-uCZWNX9tVv .mbr-section-subtitle,
.cid-uCZWNX9tVv .align-wrapper {
  color: #003087;
}
.cid-uCZWNX9tVv .form-control,
.cid-uCZWNX9tVv .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #e8260b !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCZWNX9tVv .form-control::-webkit-input-placeholder,
.cid-uCZWNX9tVv .field-input::-webkit-input-placeholder,
.cid-uCZWNX9tVv .form-control::-webkit-input-placeholder,
.cid-uCZWNX9tVv .field-input::-webkit-input-placeholder {
  color: #0045c4;
}
.cid-uCZWNX9tVv .form-control:-moz-placeholder,
.cid-uCZWNX9tVv .field-input:-moz-placeholder,
.cid-uCZWNX9tVv .form-control:-moz-placeholder,
.cid-uCZWNX9tVv .field-input:-moz-placeholder {
  color: #0045c4;
}
.cid-uCZWNX9tVv .form-control:hover,
.cid-uCZWNX9tVv .field-input:hover,
.cid-uCZWNX9tVv .form-control:focus,
.cid-uCZWNX9tVv .field-input:focus {
  background-color: #ffc308;
  border-color: #003087 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uCZWNX9tVv .form-control:hover::-webkit-input-placeholder,
.cid-uCZWNX9tVv .field-input:hover::-webkit-input-placeholder,
.cid-uCZWNX9tVv .form-control:focus::-webkit-input-placeholder,
.cid-uCZWNX9tVv .field-input:focus::-webkit-input-placeholder,
.cid-uCZWNX9tVv .form-control:hover::-webkit-input-placeholder,
.cid-uCZWNX9tVv .field-input:hover::-webkit-input-placeholder,
.cid-uCZWNX9tVv .form-control:focus::-webkit-input-placeholder,
.cid-uCZWNX9tVv .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uCZWNX9tVv .form-control:hover:-moz-placeholder,
.cid-uCZWNX9tVv .field-input:hover:-moz-placeholder,
.cid-uCZWNX9tVv .form-control:focus:-moz-placeholder,
.cid-uCZWNX9tVv .field-input:focus:-moz-placeholder,
.cid-uCZWNX9tVv .form-control:hover:-moz-placeholder,
.cid-uCZWNX9tVv .field-input:hover:-moz-placeholder,
.cid-uCZWNX9tVv .form-control:focus:-moz-placeholder,
.cid-uCZWNX9tVv .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uCZWNX9tVv .jq-number__spin:hover,
.cid-uCZWNX9tVv .jq-number__spin:focus {
  background-color: #ffc308;
  border-color: #003087 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uCZWNX9tVv .jq-number__spin {
  background-color: #ffffff;
  border-color: #e8260b;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCZWNX9tVv .jq-selectbox li,
.cid-uCZWNX9tVv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uCZWNX9tVv .jq-selectbox li:hover,
.cid-uCZWNX9tVv .jq-selectbox li.selected {
  background-color: #ffc308;
  color: #000000;
}
.cid-uCZWNX9tVv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uCZWNX9tVv .jq-number__spin.minus:hover:after,
.cid-uCZWNX9tVv .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uCZWNX9tVv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uCZWNX9tVv .jq-number__spin.minus:after,
.cid-uCZWNX9tVv .jq-number__spin.plus:after {
  border-top-color: #ffc308;
  border-bottom-color: #ffc308;
}
.cid-uCZWNX9tVv textarea {
  min-height: 150px;
}
.cid-uCZWNX9tVv input::-webkit-clear-button {
  display: none;
}
.cid-uCZWNX9tVv input::-webkit-inner-spin-button {
  display: none;
}
.cid-uCZWNX9tVv input::-webkit-outer-spin-button {
  display: none;
}
.cid-uCZWNX9tVv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uCZWNX9tVv LABEL {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uCZWNX9tVv .col-auto {
    margin: auto;
  }
}
.cid-uLLfDhXr2L {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLfDhXr2L .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLfDhXr2L .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLfDhXr2L .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLfDhXr2L .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLfDhXr2L .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLfDhXr2L .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLfDhXr2L .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLfDhXr2L .input-group-btn {
  padding-left: 0;
}
.cid-uLLfDhXr2L .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLfDhXr2L .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLfDhXr2L .mbr-text {
  color: #444;
}
.cid-uLLfDhXr2L h5 {
  margin-bottom: 0;
}
.cid-uLLfDhXr2L .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLfDhXr2L .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLfDhXr2L .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLfDhXr2L .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLfDhXr2L .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLfDhXr2L .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLfDhXr2L .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLfDhXr2L .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLfDhXr2L .media-container-row > div {
  padding: 0px;
}
.cid-uLLfDhXr2L .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLfDhXr2L .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLfDhXr2L .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLfDhXr2L .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLfDhXr2L .social-list,
  .cid-uLLfDhXr2L .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLfDhXr2L h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLfDhXr2L .form-group {
    max-width: 180px;
  }
}
.cid-uLLfDhXr2L .links span {
  color: #9e9e9e;
}
.cid-uLLfDhXr2L .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLfDhXr2L .logo-title {
  text-align: center;
}
.cid-uLLfDhXr2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLfDhXr2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLfDhXr2L .logo-title,
.cid-uLLfDhXr2L .logo {
  color: #ffc308;
}
.cid-uDF09zqIBX {
  z-index: 1000;
  width: 100%;
}
.cid-uDF09zqIBX .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uDF09zqIBX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uDF09zqIBX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDF09zqIBX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDF09zqIBX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDF09zqIBX .menu_box .navbar.opened,
  .cid-uDF09zqIBX .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDF09zqIBX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uDF09zqIBX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDF09zqIBX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDF09zqIBX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDF09zqIBX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDF09zqIBX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDF09zqIBX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDF09zqIBX .offcanvas-body .mbr-text,
  .cid-uDF09zqIBX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDF09zqIBX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDF09zqIBX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDF09zqIBX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uDF09zqIBX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDF09zqIBX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDF09zqIBX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDF09zqIBX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDF09zqIBX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDF09zqIBX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDF09zqIBX .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-uDF09zqIBX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDF09zqIBX 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-uDF09zqIBX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uDF09zqIBX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uDF09zqIBX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDF09zqIBX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDF09zqIBX .nav-item {
    margin: 0 !important;
  }
}
.cid-uDF09zqIBX .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDF09zqIBX .nav-item .nav-link:hover,
.cid-uDF09zqIBX .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uDF09zqIBX .nav-item .nav-link:hover .mbr-iconfont,
.cid-uDF09zqIBX .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uDF09zqIBX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDF09zqIBX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDF09zqIBX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDF09zqIBX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDF09zqIBX .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-uDF09zqIBX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDF09zqIBX .offcanvas_box {
    display: none;
  }
}
.cid-uDF09zqIBX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDF09zqIBX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDF09zqIBX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDF09zqIBX .container {
  display: flex;
  margin: auto;
}
.cid-uDF09zqIBX .iconfont-wrapper {
  color: #ffc308;
  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-uDF09zqIBX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDF09zqIBX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDF09zqIBX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDF09zqIBX .navbar-nav {
    margin: 0;
  }
}
.cid-uDF09zqIBX .dropdown-menu,
.cid-uDF09zqIBX .navbar.opened {
  background-color: true !important;
}
.cid-uDF09zqIBX .nav-item:focus,
.cid-uDF09zqIBX .nav-link:focus {
  outline: none;
}
.cid-uDF09zqIBX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDF09zqIBX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDF09zqIBX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDF09zqIBX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDF09zqIBX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDF09zqIBX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDF09zqIBX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDF09zqIBX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDF09zqIBX .navbar.opened {
  transition: all 0.3s;
}
.cid-uDF09zqIBX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDF09zqIBX .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uDF09zqIBX .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uDF09zqIBX .navbar.collapsed {
  justify-content: center;
}
.cid-uDF09zqIBX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDF09zqIBX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDF09zqIBX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDF09zqIBX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDF09zqIBX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDF09zqIBX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDF09zqIBX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDF09zqIBX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDF09zqIBX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDF09zqIBX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDF09zqIBX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDF09zqIBX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDF09zqIBX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDF09zqIBX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDF09zqIBX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDF09zqIBX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDF09zqIBX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDF09zqIBX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDF09zqIBX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDF09zqIBX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDF09zqIBX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDF09zqIBX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDF09zqIBX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDF09zqIBX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDF09zqIBX .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-uDF09zqIBX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDF09zqIBX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDF09zqIBX .dropdown-item.active,
.cid-uDF09zqIBX .dropdown-item:active {
  background-color: transparent;
}
.cid-uDF09zqIBX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDF09zqIBX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDF09zqIBX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDF09zqIBX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDF09zqIBX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDF09zqIBX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDF09zqIBX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uDF09zqIBX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uDF09zqIBX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDF09zqIBX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDF09zqIBX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDF09zqIBX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDF09zqIBX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDF09zqIBX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDF09zqIBX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDF09zqIBX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDF09zqIBX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDF09zqIBX .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-uDF09zqIBX .navbar {
    height: 70px;
  }
  .cid-uDF09zqIBX .navbar.opened {
    height: auto;
  }
  .cid-uDF09zqIBX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDF09zqIBX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDF09zqIBX .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uDF09zqIBX .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uDF09zqIBX .mbr-section-btn-main .btn:hover,
.cid-uDF09zqIBX .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uDF09zqIBX .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uDF09zqIBX .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uDF09zqIBX .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uDF09zqIBX .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uDF09zqIBX .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uDF09zqIBX .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uDF09zqIBX .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uDF09zqIBX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDF09zqIBX .text_widget {
  margin-bottom: 32px;
}
.cid-uDF09zqIBX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDF09zqIBX .text_widget a:hover,
.cid-uDF09zqIBX .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uDF09zqIBX .icons-menu-main {
  display: flex;
}
.cid-uDF09zqIBX .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uDF09zqIBX .navbar-caption {
  color: #fdfcfc;
}
.cid-uDF09zqIBX .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uDF09zqIBX .mbr-section-subtitle,
.cid-uDF09zqIBX .text_widget,
.cid-uDF09zqIBX .mbr-section-btn {
  text-align: center;
}
.cid-uDF09zqIBX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDF09zPOeo {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uDF09zPOeo .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uDF09zPOeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDF09zPOeo .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDF09zPOeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uDF09zPOeo {
    align-items: flex-end;
  }
  .cid-uDF09zPOeo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDF09zPOeo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDF09zPOeo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDF09zPOeo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDF09zPOeo .content-wrap {
    width: 100%;
  }
}
.cid-uDF09zPOeo .mbr-section-subtitle,
.cid-uDF09zPOeo .line {
  color: #ffffff;
}
.cid-uDF09zPOeo .mbr-text,
.cid-uDF09zPOeo .mbr-section-btn {
  text-align: right;
}
.cid-uDF09A7Y21 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffaf5;
}
.cid-uDF09A7Y21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDF09A7Y21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDF09A7Y21 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uDF09A7Y21 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDF09A7Y21 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uDF09A7Y21 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uDF09A7Y21 .container {
    padding: 0 16px;
  }
}
.cid-uDF09A7Y21 .row {
  justify-content: center;
}
.cid-uDF09A7Y21 .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uDF09A7Y21 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDF09A7Y21 .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uDF09A7Y21 .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uDF09A7Y21 .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uDF09A7Y21 .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uDF09A7Y21 .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uDF09A7Y21 .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-uDF09A7Y21 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uDF09A7Y21 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDF09A7Y21 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uDF09A7Y21 .mbr-section-title {
  color: #003087;
}
.cid-uDF09A7Y21 .mbr-text {
  color: #000000;
}
.cid-uDF2LBopgD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uDF2LBopgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDF2LBopgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDF2LBopgD .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDF2LBopgD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDF2LBopgD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDF2LBopgD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDF2LBopgD .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uDF2LBopgD .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDF2LBopgD .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-uDF2LBopgD .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uDF2LBopgD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #003087;
  border: none;
}
.cid-uDF2LBopgD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffc308;
  background-color: #e8260b;
}
.cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uDF2LBopgD .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uDF2LBopgD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDF2LBopgD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDF2LBopgD .item-title {
  color: #000000;
}
.cid-uDF2LBopgD .item-text {
  color: #ffffff;
}
.cid-uDF2LBopgD .mbr-section-title,
.cid-uDF2LBopgD .tabs-wrapper {
  color: #003087;
}
.cid-uKkBlpHrQ4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-uKkBlpHrQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkBlpHrQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkBlpHrQ4 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uKkBlpHrQ4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKkBlpHrQ4 .container {
    padding: 0 16px;
  }
}
.cid-uKkBlpHrQ4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKkBlpHrQ4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKkBlpHrQ4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKkBlpHrQ4 .mbr-section-title {
  color: #f1634f;
}
.cid-uKkBlpHrQ4 .mbr-text {
  color: #000000;
}
.cid-uKkBlpHrQ4 .mbr-text,
.cid-uKkBlpHrQ4 .icon-wrapper {
  text-align: center;
}
.cid-uKmWLItDNK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb0000;
}
.cid-uKmWLItDNK .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uKmWLItDNK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uKmWLItDNK .container {
    padding: 0 24px;
  }
}
.cid-uKmWLItDNK .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKmWLItDNK .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKmWLItDNK .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uKmWLItDNK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKmWLItDNK .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uKmWLItDNK .mbr-section-btn {
    text-align: left;
  }
}
.cid-uKmWLItDNK .mbr-section-title {
  color: #F9F6E0;
}
.cid-uKmWLItDNK .mbr-text {
  color: #F9F6E0;
}
.cid-uKmWLItDNK .mbr-section-title,
.cid-uKmWLItDNK .mbr-section-btn {
  text-align: right;
}
.cid-uDF4mTUxq7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDF4mTUxq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDF4mTUxq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDF4mTUxq7 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDF4mTUxq7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDF4mTUxq7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDF4mTUxq7 .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uDF4mTUxq7 .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uDF4mTUxq7 .panel-group .card {
    padding: 16px;
  }
}
.cid-uDF4mTUxq7 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uDF4mTUxq7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uDF4mTUxq7 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDF4mTUxq7 .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDF4mTUxq7 .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uDF4mTUxq7 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #0054ed;
  margin-left: 8px;
}
.cid-uDF4mTUxq7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #003087;
}
.cid-uDF4mTUxq7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #e8260b;
}
.cid-uDF4mTUxq7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffc308;
}
.cid-uDF4mTUxq7 .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uDF4mTUxq7 .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uDF4mTUxq7 .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uDF4mTUxq7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uDF4mTUxq7 .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #b9b9b9;
}
@media (max-width: 992px) {
  .cid-uDF4mTUxq7 .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uDF4mTUxq7 .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uDF4mTUxq7 .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #003087;
  font-size: 42px;
}
.cid-uDF4mTUxq7 .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDF4mTUxq7 .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uDF4mTUxq7 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uDF4mTUxq7 .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uDF4mTUxq7 .mbr-section-title {
  color: #003087;
}
.cid-uDF4mTUxq7 .panel-title-edit {
  color: #272b2e;
}
.cid-uDF4mTUxq7 .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uDF4mTUxq7 .card-title {
  color: #272b2e;
}
.cid-uDF4mTUxq7 .card-title,
.cid-uDF4mTUxq7 .icon-wrap,
.cid-uDF4mTUxq7 .mbr-section-btn {
  text-align: center;
}
.cid-uDF4mTUxq7 .panel-title-edit,
.cid-uDF4mTUxq7 .icon-wrapper {
  color: #0045c4;
}
.cid-uKkK9aWWdN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKkK9aWWdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkK9aWWdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkK9aWWdN .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uKkK9aWWdN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKkK9aWWdN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKkK9aWWdN .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uKkK9aWWdN .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uKkK9aWWdN .panel-group .card {
    padding: 16px;
  }
}
.cid-uKkK9aWWdN .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uKkK9aWWdN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uKkK9aWWdN .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKkK9aWWdN .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKkK9aWWdN .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uKkK9aWWdN .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #0054ed;
  margin-left: 8px;
}
.cid-uKkK9aWWdN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #003087;
}
.cid-uKkK9aWWdN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #e8260b;
}
.cid-uKkK9aWWdN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffc308;
}
.cid-uKkK9aWWdN .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uKkK9aWWdN .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uKkK9aWWdN .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uKkK9aWWdN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uKkK9aWWdN .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #b9b9b9;
}
@media (max-width: 992px) {
  .cid-uKkK9aWWdN .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uKkK9aWWdN .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uKkK9aWWdN .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #003087;
  font-size: 42px;
}
.cid-uKkK9aWWdN .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKkK9aWWdN .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uKkK9aWWdN .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uKkK9aWWdN .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uKkK9aWWdN .mbr-section-title {
  color: #003087;
}
.cid-uKkK9aWWdN .panel-title-edit {
  color: #272b2e;
}
.cid-uKkK9aWWdN .panel-text {
  color: #000000;
}
.cid-uKkK9aWWdN .card-title {
  color: #272b2e;
}
.cid-uKkK9aWWdN .card-title,
.cid-uKkK9aWWdN .icon-wrap,
.cid-uKkK9aWWdN .mbr-section-btn {
  text-align: center;
}
.cid-uKkK9aWWdN .panel-title-edit,
.cid-uKkK9aWWdN .icon-wrapper {
  color: #0045c4;
}
.cid-uKkLfzPxg0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ededed;
}
.cid-uKkLfzPxg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkLfzPxg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkLfzPxg0 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uKkLfzPxg0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uKkLfzPxg0 .container {
    padding: 0 16px;
  }
}
.cid-uKkLfzPxg0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uKkLfzPxg0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKkLfzPxg0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKkLfzPxg0 .mbr-section-title {
  color: #0045c4;
}
.cid-uKkLfzPxg0 .mbr-text {
  color: #000000;
}
.cid-uKkLfzPxg0 .mbr-text,
.cid-uKkLfzPxg0 .icon-wrapper {
  text-align: center;
}
.cid-uLLfHjEpJv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLfHjEpJv .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLfHjEpJv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLfHjEpJv .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLfHjEpJv .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLfHjEpJv .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLfHjEpJv .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLfHjEpJv .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLfHjEpJv .input-group-btn {
  padding-left: 0;
}
.cid-uLLfHjEpJv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLfHjEpJv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLfHjEpJv .mbr-text {
  color: #444;
}
.cid-uLLfHjEpJv h5 {
  margin-bottom: 0;
}
.cid-uLLfHjEpJv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLfHjEpJv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLfHjEpJv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLfHjEpJv .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLfHjEpJv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLfHjEpJv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLfHjEpJv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLfHjEpJv .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLfHjEpJv .media-container-row > div {
  padding: 0px;
}
.cid-uLLfHjEpJv .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLfHjEpJv .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLfHjEpJv .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLfHjEpJv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLfHjEpJv .social-list,
  .cid-uLLfHjEpJv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLfHjEpJv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLfHjEpJv .form-group {
    max-width: 180px;
  }
}
.cid-uLLfHjEpJv .links span {
  color: #9e9e9e;
}
.cid-uLLfHjEpJv .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLfHjEpJv .logo-title {
  text-align: center;
}
.cid-uLLfHjEpJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLfHjEpJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLfHjEpJv .logo-title,
.cid-uLLfHjEpJv .logo {
  color: #ffc308;
}
.cid-uDF7mmqQhO {
  z-index: 1000;
  width: 100%;
}
.cid-uDF7mmqQhO .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uDF7mmqQhO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uDF7mmqQhO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDF7mmqQhO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDF7mmqQhO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDF7mmqQhO .menu_box .navbar.opened,
  .cid-uDF7mmqQhO .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDF7mmqQhO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uDF7mmqQhO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDF7mmqQhO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDF7mmqQhO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDF7mmqQhO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDF7mmqQhO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDF7mmqQhO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDF7mmqQhO .offcanvas-body .mbr-text,
  .cid-uDF7mmqQhO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDF7mmqQhO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDF7mmqQhO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDF7mmqQhO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uDF7mmqQhO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDF7mmqQhO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDF7mmqQhO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDF7mmqQhO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDF7mmqQhO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDF7mmqQhO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDF7mmqQhO .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-uDF7mmqQhO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDF7mmqQhO 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-uDF7mmqQhO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uDF7mmqQhO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uDF7mmqQhO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDF7mmqQhO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDF7mmqQhO .nav-item {
    margin: 0 !important;
  }
}
.cid-uDF7mmqQhO .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDF7mmqQhO .nav-item .nav-link:hover,
.cid-uDF7mmqQhO .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uDF7mmqQhO .nav-item .nav-link:hover .mbr-iconfont,
.cid-uDF7mmqQhO .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uDF7mmqQhO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDF7mmqQhO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDF7mmqQhO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDF7mmqQhO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDF7mmqQhO .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-uDF7mmqQhO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDF7mmqQhO .offcanvas_box {
    display: none;
  }
}
.cid-uDF7mmqQhO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDF7mmqQhO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDF7mmqQhO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDF7mmqQhO .container {
  display: flex;
  margin: auto;
}
.cid-uDF7mmqQhO .iconfont-wrapper {
  color: #ffc308;
  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-uDF7mmqQhO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDF7mmqQhO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDF7mmqQhO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDF7mmqQhO .navbar-nav {
    margin: 0;
  }
}
.cid-uDF7mmqQhO .dropdown-menu,
.cid-uDF7mmqQhO .navbar.opened {
  background-color: true !important;
}
.cid-uDF7mmqQhO .nav-item:focus,
.cid-uDF7mmqQhO .nav-link:focus {
  outline: none;
}
.cid-uDF7mmqQhO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDF7mmqQhO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDF7mmqQhO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDF7mmqQhO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDF7mmqQhO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDF7mmqQhO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDF7mmqQhO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDF7mmqQhO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDF7mmqQhO .navbar.opened {
  transition: all 0.3s;
}
.cid-uDF7mmqQhO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDF7mmqQhO .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uDF7mmqQhO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uDF7mmqQhO .navbar.collapsed {
  justify-content: center;
}
.cid-uDF7mmqQhO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDF7mmqQhO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDF7mmqQhO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDF7mmqQhO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDF7mmqQhO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDF7mmqQhO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDF7mmqQhO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDF7mmqQhO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDF7mmqQhO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDF7mmqQhO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDF7mmqQhO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDF7mmqQhO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDF7mmqQhO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDF7mmqQhO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDF7mmqQhO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDF7mmqQhO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDF7mmqQhO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDF7mmqQhO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDF7mmqQhO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDF7mmqQhO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDF7mmqQhO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDF7mmqQhO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDF7mmqQhO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDF7mmqQhO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDF7mmqQhO .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-uDF7mmqQhO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDF7mmqQhO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDF7mmqQhO .dropdown-item.active,
.cid-uDF7mmqQhO .dropdown-item:active {
  background-color: transparent;
}
.cid-uDF7mmqQhO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDF7mmqQhO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDF7mmqQhO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDF7mmqQhO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDF7mmqQhO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDF7mmqQhO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDF7mmqQhO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uDF7mmqQhO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uDF7mmqQhO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDF7mmqQhO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDF7mmqQhO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDF7mmqQhO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDF7mmqQhO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDF7mmqQhO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDF7mmqQhO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDF7mmqQhO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDF7mmqQhO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDF7mmqQhO .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-uDF7mmqQhO .navbar {
    height: 70px;
  }
  .cid-uDF7mmqQhO .navbar.opened {
    height: auto;
  }
  .cid-uDF7mmqQhO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDF7mmqQhO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDF7mmqQhO .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uDF7mmqQhO .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uDF7mmqQhO .mbr-section-btn-main .btn:hover,
.cid-uDF7mmqQhO .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uDF7mmqQhO .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uDF7mmqQhO .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uDF7mmqQhO .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uDF7mmqQhO .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uDF7mmqQhO .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uDF7mmqQhO .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uDF7mmqQhO .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uDF7mmqQhO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDF7mmqQhO .text_widget {
  margin-bottom: 32px;
}
.cid-uDF7mmqQhO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDF7mmqQhO .text_widget a:hover,
.cid-uDF7mmqQhO .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uDF7mmqQhO .icons-menu-main {
  display: flex;
}
.cid-uDF7mmqQhO .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uDF7mmqQhO .navbar-caption {
  color: #fdfcfc;
}
.cid-uDF7mmqQhO .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uDF7mmqQhO .mbr-section-subtitle,
.cid-uDF7mmqQhO .text_widget,
.cid-uDF7mmqQhO .mbr-section-btn {
  text-align: center;
}
.cid-uDF7mmqQhO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDF7mmVuqY {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/noticias-1920x1080.jpg");
}
.cid-uDF7mmVuqY .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uDF7mmVuqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDF7mmVuqY .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDF7mmVuqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uDF7mmVuqY {
    align-items: flex-end;
  }
  .cid-uDF7mmVuqY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDF7mmVuqY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDF7mmVuqY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDF7mmVuqY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDF7mmVuqY .content-wrap {
    width: 100%;
  }
}
.cid-uDF7mmVuqY .mbr-section-subtitle,
.cid-uDF7mmVuqY .line {
  color: #ffffff;
}
.cid-uDF7mmVuqY .mbr-text,
.cid-uDF7mmVuqY .mbr-section-btn {
  text-align: right;
}
.cid-uDFFfcQGBj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uDFFfcQGBj img,
.cid-uDFFfcQGBj .item-img {
  width: 100%;
}
.cid-uDFFfcQGBj .item:focus,
.cid-uDFFfcQGBj span:focus {
  outline: none;
}
.cid-uDFFfcQGBj .item-wrapper {
  position: relative;
}
.cid-uDFFfcQGBj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uDFFfcQGBj .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDFFfcQGBj .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDFFfcQGBj .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uDFFfcQGBj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDFFfcQGBj .mbr-section-title {
  color: #003087;
}
.cid-uDFFfcQGBj .mbr-text,
.cid-uDFFfcQGBj .mbr-section-btn {
  text-align: left;
}
.cid-uDFFfcQGBj .item-title {
  text-align: left;
  color: #003087;
}
.cid-uDFFfcQGBj .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uDFFfcQGBj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uDFFfcQGBj .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uDFFfcQGBj .embla__button--next,
.cid-uDFFfcQGBj .embla__button--prev {
  display: flex;
}
.cid-uDFFfcQGBj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDFFfcQGBj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDFFfcQGBj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uDFFfcQGBj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDFFfcQGBj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDFFfcQGBj .embla__button {
    top: auto;
  }
}
.cid-uDFFfcQGBj .embla {
  position: relative;
  width: 100%;
}
.cid-uDFFfcQGBj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDFFfcQGBj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDFFfcQGBj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDFFfcQGBj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uDFFfcQGBj .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uDFFfcQGBj .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uDFFfcQGBj .content-head {
  max-width: 800px;
}
.cid-uLLghOG7Gu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLghOG7Gu .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLghOG7Gu .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLghOG7Gu .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLghOG7Gu .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLghOG7Gu .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLghOG7Gu .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLghOG7Gu .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLghOG7Gu .input-group-btn {
  padding-left: 0;
}
.cid-uLLghOG7Gu .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLghOG7Gu .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLghOG7Gu .mbr-text {
  color: #444;
}
.cid-uLLghOG7Gu h5 {
  margin-bottom: 0;
}
.cid-uLLghOG7Gu .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLghOG7Gu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLghOG7Gu .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLghOG7Gu .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLghOG7Gu .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLghOG7Gu .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLghOG7Gu .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLghOG7Gu .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLghOG7Gu .media-container-row > div {
  padding: 0px;
}
.cid-uLLghOG7Gu .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLghOG7Gu .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLghOG7Gu .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLghOG7Gu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLghOG7Gu .social-list,
  .cid-uLLghOG7Gu .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLghOG7Gu h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLghOG7Gu .form-group {
    max-width: 180px;
  }
}
.cid-uLLghOG7Gu .links span {
  color: #9e9e9e;
}
.cid-uLLghOG7Gu .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLghOG7Gu .logo-title {
  text-align: center;
}
.cid-uLLghOG7Gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLghOG7Gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLghOG7Gu .logo-title,
.cid-uLLghOG7Gu .logo {
  color: #ffc308;
}
.cid-uDFUjt2WST {
  z-index: 1000;
  width: 100%;
}
.cid-uDFUjt2WST .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uDFUjt2WST .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uDFUjt2WST .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDFUjt2WST .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDFUjt2WST .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDFUjt2WST .menu_box .navbar.opened,
  .cid-uDFUjt2WST .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDFUjt2WST nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uDFUjt2WST .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDFUjt2WST .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDFUjt2WST .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDFUjt2WST .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDFUjt2WST .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDFUjt2WST .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDFUjt2WST .offcanvas-body .mbr-text,
  .cid-uDFUjt2WST .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDFUjt2WST .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDFUjt2WST .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDFUjt2WST .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uDFUjt2WST .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDFUjt2WST .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDFUjt2WST .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDFUjt2WST .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDFUjt2WST ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDFUjt2WST .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDFUjt2WST .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-uDFUjt2WST .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDFUjt2WST 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-uDFUjt2WST .lg_brand {
    margin: 0 1rem;
  }
  .cid-uDFUjt2WST .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uDFUjt2WST .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDFUjt2WST .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDFUjt2WST .nav-item {
    margin: 0 !important;
  }
}
.cid-uDFUjt2WST .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDFUjt2WST .nav-item .nav-link:hover,
.cid-uDFUjt2WST .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uDFUjt2WST .nav-item .nav-link:hover .mbr-iconfont,
.cid-uDFUjt2WST .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uDFUjt2WST .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDFUjt2WST .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDFUjt2WST .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDFUjt2WST .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDFUjt2WST .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-uDFUjt2WST .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDFUjt2WST .offcanvas_box {
    display: none;
  }
}
.cid-uDFUjt2WST .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDFUjt2WST .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDFUjt2WST .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDFUjt2WST .container {
  display: flex;
  margin: auto;
}
.cid-uDFUjt2WST .iconfont-wrapper {
  color: #ffc308;
  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-uDFUjt2WST .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDFUjt2WST .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDFUjt2WST .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDFUjt2WST .navbar-nav {
    margin: 0;
  }
}
.cid-uDFUjt2WST .dropdown-menu,
.cid-uDFUjt2WST .navbar.opened {
  background-color: true !important;
}
.cid-uDFUjt2WST .nav-item:focus,
.cid-uDFUjt2WST .nav-link:focus {
  outline: none;
}
.cid-uDFUjt2WST .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDFUjt2WST .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDFUjt2WST .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDFUjt2WST .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDFUjt2WST .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDFUjt2WST .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDFUjt2WST .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDFUjt2WST .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDFUjt2WST .navbar.opened {
  transition: all 0.3s;
}
.cid-uDFUjt2WST .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDFUjt2WST .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uDFUjt2WST .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uDFUjt2WST .navbar.collapsed {
  justify-content: center;
}
.cid-uDFUjt2WST .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDFUjt2WST .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDFUjt2WST .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDFUjt2WST .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDFUjt2WST .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDFUjt2WST .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDFUjt2WST .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDFUjt2WST .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDFUjt2WST .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDFUjt2WST .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDFUjt2WST .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDFUjt2WST .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDFUjt2WST .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDFUjt2WST .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDFUjt2WST .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDFUjt2WST .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDFUjt2WST .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDFUjt2WST .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDFUjt2WST .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDFUjt2WST .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDFUjt2WST .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDFUjt2WST .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDFUjt2WST .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDFUjt2WST .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDFUjt2WST .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-uDFUjt2WST .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDFUjt2WST .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDFUjt2WST .dropdown-item.active,
.cid-uDFUjt2WST .dropdown-item:active {
  background-color: transparent;
}
.cid-uDFUjt2WST .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDFUjt2WST .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDFUjt2WST .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDFUjt2WST .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDFUjt2WST ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDFUjt2WST .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDFUjt2WST button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uDFUjt2WST button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uDFUjt2WST button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDFUjt2WST button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDFUjt2WST button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDFUjt2WST button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDFUjt2WST nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDFUjt2WST nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDFUjt2WST nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDFUjt2WST nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDFUjt2WST a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDFUjt2WST .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-uDFUjt2WST .navbar {
    height: 70px;
  }
  .cid-uDFUjt2WST .navbar.opened {
    height: auto;
  }
  .cid-uDFUjt2WST .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDFUjt2WST .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDFUjt2WST .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uDFUjt2WST .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uDFUjt2WST .mbr-section-btn-main .btn:hover,
.cid-uDFUjt2WST .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uDFUjt2WST .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uDFUjt2WST .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uDFUjt2WST .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uDFUjt2WST .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uDFUjt2WST .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uDFUjt2WST .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uDFUjt2WST .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uDFUjt2WST .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDFUjt2WST .text_widget {
  margin-bottom: 32px;
}
.cid-uDFUjt2WST .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDFUjt2WST .text_widget a:hover,
.cid-uDFUjt2WST .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uDFUjt2WST .icons-menu-main {
  display: flex;
}
.cid-uDFUjt2WST .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uDFUjt2WST .navbar-caption {
  color: #fdfcfc;
}
.cid-uDFUjt2WST .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uDFUjt2WST .mbr-section-subtitle,
.cid-uDFUjt2WST .text_widget,
.cid-uDFUjt2WST .mbr-section-btn {
  text-align: center;
}
.cid-uDFUjt2WST a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDFUju4R2p {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/eventos-1920x1080.jpg");
}
.cid-uDFUju4R2p .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uDFUju4R2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFUju4R2p .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDFUju4R2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uDFUju4R2p {
    align-items: flex-end;
  }
  .cid-uDFUju4R2p .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDFUju4R2p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDFUju4R2p {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDFUju4R2p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDFUju4R2p .content-wrap {
    width: 100%;
  }
}
.cid-uDFUju4R2p .mbr-section-subtitle,
.cid-uDFUju4R2p .line {
  color: #ffffff;
}
.cid-uDFUju4R2p .mbr-text,
.cid-uDFUju4R2p .mbr-section-btn {
  text-align: right;
}
.cid-uDFUjuMcNE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uDFUjuMcNE img,
.cid-uDFUjuMcNE .item-img {
  width: 100%;
}
.cid-uDFUjuMcNE .item:focus,
.cid-uDFUjuMcNE span:focus {
  outline: none;
}
.cid-uDFUjuMcNE .item-wrapper {
  position: relative;
}
.cid-uDFUjuMcNE .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uDFUjuMcNE .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDFUjuMcNE .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDFUjuMcNE .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uDFUjuMcNE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDFUjuMcNE .mbr-section-title {
  color: #003087;
}
.cid-uDFUjuMcNE .mbr-text,
.cid-uDFUjuMcNE .mbr-section-btn {
  text-align: left;
}
.cid-uDFUjuMcNE .item-title {
  text-align: left;
  color: #003087;
}
.cid-uDFUjuMcNE .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uDFUjuMcNE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uDFUjuMcNE .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uDFUjuMcNE .embla__button--next,
.cid-uDFUjuMcNE .embla__button--prev {
  display: flex;
}
.cid-uDFUjuMcNE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDFUjuMcNE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDFUjuMcNE .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uDFUjuMcNE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDFUjuMcNE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDFUjuMcNE .embla__button {
    top: auto;
  }
}
.cid-uDFUjuMcNE .embla {
  position: relative;
  width: 100%;
}
.cid-uDFUjuMcNE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDFUjuMcNE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDFUjuMcNE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDFUjuMcNE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uDFUjuMcNE .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uDFUjuMcNE .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uDFUjuMcNE .content-head {
  max-width: 800px;
}
.cid-uLLgmcwfzs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLgmcwfzs .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLgmcwfzs .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLgmcwfzs .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLgmcwfzs .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLgmcwfzs .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLgmcwfzs .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLgmcwfzs .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLgmcwfzs .input-group-btn {
  padding-left: 0;
}
.cid-uLLgmcwfzs .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLgmcwfzs .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLgmcwfzs .mbr-text {
  color: #444;
}
.cid-uLLgmcwfzs h5 {
  margin-bottom: 0;
}
.cid-uLLgmcwfzs .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLgmcwfzs .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLgmcwfzs .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLgmcwfzs .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLgmcwfzs .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLgmcwfzs .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLgmcwfzs .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLgmcwfzs .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLgmcwfzs .media-container-row > div {
  padding: 0px;
}
.cid-uLLgmcwfzs .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLgmcwfzs .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLgmcwfzs .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLgmcwfzs .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLgmcwfzs .social-list,
  .cid-uLLgmcwfzs .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLgmcwfzs h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLgmcwfzs .form-group {
    max-width: 180px;
  }
}
.cid-uLLgmcwfzs .links span {
  color: #9e9e9e;
}
.cid-uLLgmcwfzs .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLgmcwfzs .logo-title {
  text-align: center;
}
.cid-uLLgmcwfzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLgmcwfzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLgmcwfzs .logo-title,
.cid-uLLgmcwfzs .logo {
  color: #ffc308;
}
.cid-uDF7Jwjw2F {
  z-index: 1000;
  width: 100%;
}
.cid-uDF7Jwjw2F .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uDF7Jwjw2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uDF7Jwjw2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDF7Jwjw2F .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDF7Jwjw2F .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDF7Jwjw2F .menu_box .navbar.opened,
  .cid-uDF7Jwjw2F .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDF7Jwjw2F nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uDF7Jwjw2F .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDF7Jwjw2F .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uDF7Jwjw2F .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uDF7Jwjw2F .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uDF7Jwjw2F .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uDF7Jwjw2F .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uDF7Jwjw2F .offcanvas-body .mbr-text,
  .cid-uDF7Jwjw2F .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uDF7Jwjw2F .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uDF7Jwjw2F .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uDF7Jwjw2F .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uDF7Jwjw2F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uDF7Jwjw2F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uDF7Jwjw2F .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uDF7Jwjw2F .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uDF7Jwjw2F ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uDF7Jwjw2F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDF7Jwjw2F .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-uDF7Jwjw2F .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uDF7Jwjw2F 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-uDF7Jwjw2F .lg_brand {
    margin: 0 1rem;
  }
  .cid-uDF7Jwjw2F .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uDF7Jwjw2F .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDF7Jwjw2F .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDF7Jwjw2F .nav-item {
    margin: 0 !important;
  }
}
.cid-uDF7Jwjw2F .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDF7Jwjw2F .nav-item .nav-link:hover,
.cid-uDF7Jwjw2F .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uDF7Jwjw2F .nav-item .nav-link:hover .mbr-iconfont,
.cid-uDF7Jwjw2F .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uDF7Jwjw2F .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDF7Jwjw2F .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDF7Jwjw2F .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDF7Jwjw2F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDF7Jwjw2F .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-uDF7Jwjw2F .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDF7Jwjw2F .offcanvas_box {
    display: none;
  }
}
.cid-uDF7Jwjw2F .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDF7Jwjw2F .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDF7Jwjw2F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDF7Jwjw2F .container {
  display: flex;
  margin: auto;
}
.cid-uDF7Jwjw2F .iconfont-wrapper {
  color: #ffc308;
  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-uDF7Jwjw2F .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDF7Jwjw2F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDF7Jwjw2F .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDF7Jwjw2F .navbar-nav {
    margin: 0;
  }
}
.cid-uDF7Jwjw2F .dropdown-menu,
.cid-uDF7Jwjw2F .navbar.opened {
  background-color: true !important;
}
.cid-uDF7Jwjw2F .nav-item:focus,
.cid-uDF7Jwjw2F .nav-link:focus {
  outline: none;
}
.cid-uDF7Jwjw2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDF7Jwjw2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDF7Jwjw2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDF7Jwjw2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDF7Jwjw2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDF7Jwjw2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDF7Jwjw2F .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDF7Jwjw2F .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDF7Jwjw2F .navbar.opened {
  transition: all 0.3s;
}
.cid-uDF7Jwjw2F .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDF7Jwjw2F .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uDF7Jwjw2F .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uDF7Jwjw2F .navbar.collapsed {
  justify-content: center;
}
.cid-uDF7Jwjw2F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDF7Jwjw2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDF7Jwjw2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDF7Jwjw2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDF7Jwjw2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDF7Jwjw2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDF7Jwjw2F .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDF7Jwjw2F .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDF7Jwjw2F .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uDF7Jwjw2F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDF7Jwjw2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDF7Jwjw2F .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDF7Jwjw2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDF7Jwjw2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDF7Jwjw2F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDF7Jwjw2F .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDF7Jwjw2F .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDF7Jwjw2F .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDF7Jwjw2F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDF7Jwjw2F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDF7Jwjw2F .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDF7Jwjw2F .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDF7Jwjw2F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDF7Jwjw2F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDF7Jwjw2F .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-uDF7Jwjw2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDF7Jwjw2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDF7Jwjw2F .dropdown-item.active,
.cid-uDF7Jwjw2F .dropdown-item:active {
  background-color: transparent;
}
.cid-uDF7Jwjw2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDF7Jwjw2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDF7Jwjw2F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDF7Jwjw2F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDF7Jwjw2F ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDF7Jwjw2F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDF7Jwjw2F button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uDF7Jwjw2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uDF7Jwjw2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDF7Jwjw2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDF7Jwjw2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDF7Jwjw2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDF7Jwjw2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDF7Jwjw2F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDF7Jwjw2F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDF7Jwjw2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDF7Jwjw2F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDF7Jwjw2F .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-uDF7Jwjw2F .navbar {
    height: 70px;
  }
  .cid-uDF7Jwjw2F .navbar.opened {
    height: auto;
  }
  .cid-uDF7Jwjw2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDF7Jwjw2F .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uDF7Jwjw2F .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uDF7Jwjw2F .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uDF7Jwjw2F .mbr-section-btn-main .btn:hover,
.cid-uDF7Jwjw2F .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uDF7Jwjw2F .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uDF7Jwjw2F .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uDF7Jwjw2F .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uDF7Jwjw2F .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uDF7Jwjw2F .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uDF7Jwjw2F .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uDF7Jwjw2F .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uDF7Jwjw2F .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDF7Jwjw2F .text_widget {
  margin-bottom: 32px;
}
.cid-uDF7Jwjw2F .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDF7Jwjw2F .text_widget a:hover,
.cid-uDF7Jwjw2F .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uDF7Jwjw2F .icons-menu-main {
  display: flex;
}
.cid-uDF7Jwjw2F .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uDF7Jwjw2F .navbar-caption {
  color: #fdfcfc;
}
.cid-uDF7Jwjw2F .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uDF7Jwjw2F .mbr-section-subtitle,
.cid-uDF7Jwjw2F .text_widget,
.cid-uDF7Jwjw2F .mbr-section-btn {
  text-align: center;
}
.cid-uDF7Jwjw2F a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDF7JwIteS {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uDF7JwIteS .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uDF7JwIteS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDF7JwIteS .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uDF7JwIteS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uDF7JwIteS {
    align-items: flex-end;
  }
  .cid-uDF7JwIteS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDF7JwIteS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDF7JwIteS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uDF7JwIteS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDF7JwIteS .content-wrap {
    width: 100%;
  }
}
.cid-uDF7JwIteS .mbr-section-subtitle,
.cid-uDF7JwIteS .line {
  color: #ffffff;
}
.cid-uDF7JwIteS .mbr-text,
.cid-uDF7JwIteS .mbr-section-btn {
  text-align: right;
}
.cid-uDF8weZyob {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc071e;
}
.cid-uDF8weZyob H1 {
  color: #ffffff;
}
.cid-uDF8weZyob .mbr-text,
.cid-uDF8weZyob .mbr-section-btn {
  color: #716c80;
}
.cid-uDF8weZyob H3 {
  color: #716c80;
}
.cid-uLLguh7FU5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLguh7FU5 .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLguh7FU5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLguh7FU5 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLguh7FU5 .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLguh7FU5 .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLguh7FU5 .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLguh7FU5 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLguh7FU5 .input-group-btn {
  padding-left: 0;
}
.cid-uLLguh7FU5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLguh7FU5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLguh7FU5 .mbr-text {
  color: #444;
}
.cid-uLLguh7FU5 h5 {
  margin-bottom: 0;
}
.cid-uLLguh7FU5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLguh7FU5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLguh7FU5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLguh7FU5 .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLguh7FU5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLguh7FU5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLguh7FU5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLguh7FU5 .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLguh7FU5 .media-container-row > div {
  padding: 0px;
}
.cid-uLLguh7FU5 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLguh7FU5 .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLguh7FU5 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLguh7FU5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLguh7FU5 .social-list,
  .cid-uLLguh7FU5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLguh7FU5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLguh7FU5 .form-group {
    max-width: 180px;
  }
}
.cid-uLLguh7FU5 .links span {
  color: #9e9e9e;
}
.cid-uLLguh7FU5 .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLguh7FU5 .logo-title {
  text-align: center;
}
.cid-uLLguh7FU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLguh7FU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLguh7FU5 .logo-title,
.cid-uLLguh7FU5 .logo {
  color: #ffc308;
}
.cid-uFCDDPNWGl {
  z-index: 1000;
  width: 100%;
}
.cid-uFCDDPNWGl .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uFCDDPNWGl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uFCDDPNWGl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFCDDPNWGl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFCDDPNWGl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFCDDPNWGl .menu_box .navbar.opened,
  .cid-uFCDDPNWGl .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFCDDPNWGl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFCDDPNWGl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFCDDPNWGl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFCDDPNWGl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFCDDPNWGl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFCDDPNWGl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFCDDPNWGl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFCDDPNWGl .offcanvas-body .mbr-text,
  .cid-uFCDDPNWGl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFCDDPNWGl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFCDDPNWGl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFCDDPNWGl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uFCDDPNWGl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFCDDPNWGl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFCDDPNWGl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFCDDPNWGl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFCDDPNWGl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFCDDPNWGl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFCDDPNWGl .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-uFCDDPNWGl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFCDDPNWGl 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-uFCDDPNWGl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFCDDPNWGl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFCDDPNWGl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFCDDPNWGl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFCDDPNWGl .nav-item {
    margin: 0 !important;
  }
}
.cid-uFCDDPNWGl .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFCDDPNWGl .nav-item .nav-link:hover,
.cid-uFCDDPNWGl .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uFCDDPNWGl .nav-item .nav-link:hover .mbr-iconfont,
.cid-uFCDDPNWGl .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uFCDDPNWGl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFCDDPNWGl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFCDDPNWGl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFCDDPNWGl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFCDDPNWGl .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-uFCDDPNWGl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFCDDPNWGl .offcanvas_box {
    display: none;
  }
}
.cid-uFCDDPNWGl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFCDDPNWGl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFCDDPNWGl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFCDDPNWGl .container {
  display: flex;
  margin: auto;
}
.cid-uFCDDPNWGl .iconfont-wrapper {
  color: #ffc308;
  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-uFCDDPNWGl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFCDDPNWGl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFCDDPNWGl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFCDDPNWGl .navbar-nav {
    margin: 0;
  }
}
.cid-uFCDDPNWGl .dropdown-menu,
.cid-uFCDDPNWGl .navbar.opened {
  background-color: true !important;
}
.cid-uFCDDPNWGl .nav-item:focus,
.cid-uFCDDPNWGl .nav-link:focus {
  outline: none;
}
.cid-uFCDDPNWGl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFCDDPNWGl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFCDDPNWGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFCDDPNWGl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFCDDPNWGl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFCDDPNWGl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFCDDPNWGl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFCDDPNWGl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFCDDPNWGl .navbar.opened {
  transition: all 0.3s;
}
.cid-uFCDDPNWGl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFCDDPNWGl .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFCDDPNWGl .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFCDDPNWGl .navbar.collapsed {
  justify-content: center;
}
.cid-uFCDDPNWGl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFCDDPNWGl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFCDDPNWGl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFCDDPNWGl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFCDDPNWGl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFCDDPNWGl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFCDDPNWGl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFCDDPNWGl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFCDDPNWGl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFCDDPNWGl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFCDDPNWGl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFCDDPNWGl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFCDDPNWGl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFCDDPNWGl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFCDDPNWGl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFCDDPNWGl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFCDDPNWGl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFCDDPNWGl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFCDDPNWGl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFCDDPNWGl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFCDDPNWGl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFCDDPNWGl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFCDDPNWGl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFCDDPNWGl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFCDDPNWGl .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-uFCDDPNWGl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFCDDPNWGl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFCDDPNWGl .dropdown-item.active,
.cid-uFCDDPNWGl .dropdown-item:active {
  background-color: transparent;
}
.cid-uFCDDPNWGl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFCDDPNWGl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFCDDPNWGl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFCDDPNWGl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFCDDPNWGl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFCDDPNWGl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFCDDPNWGl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uFCDDPNWGl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uFCDDPNWGl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFCDDPNWGl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFCDDPNWGl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFCDDPNWGl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFCDDPNWGl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFCDDPNWGl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFCDDPNWGl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFCDDPNWGl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFCDDPNWGl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFCDDPNWGl .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-uFCDDPNWGl .navbar {
    height: 70px;
  }
  .cid-uFCDDPNWGl .navbar.opened {
    height: auto;
  }
  .cid-uFCDDPNWGl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFCDDPNWGl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFCDDPNWGl .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uFCDDPNWGl .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uFCDDPNWGl .mbr-section-btn-main .btn:hover,
.cid-uFCDDPNWGl .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uFCDDPNWGl .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uFCDDPNWGl .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uFCDDPNWGl .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uFCDDPNWGl .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uFCDDPNWGl .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uFCDDPNWGl .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uFCDDPNWGl .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uFCDDPNWGl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFCDDPNWGl .text_widget {
  margin-bottom: 32px;
}
.cid-uFCDDPNWGl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFCDDPNWGl .text_widget a:hover,
.cid-uFCDDPNWGl .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uFCDDPNWGl .icons-menu-main {
  display: flex;
}
.cid-uFCDDPNWGl .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uFCDDPNWGl .navbar-caption {
  color: #fdfcfc;
}
.cid-uFCDDPNWGl .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uFCDDPNWGl .mbr-section-subtitle,
.cid-uFCDDPNWGl .text_widget,
.cid-uFCDDPNWGl .mbr-section-btn {
  text-align: center;
}
.cid-uFCDDPNWGl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFCDDQhmWC {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uFCDDQhmWC .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uFCDDQhmWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCDDQhmWC .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFCDDQhmWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFCDDQhmWC {
    align-items: flex-end;
  }
  .cid-uFCDDQhmWC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFCDDQhmWC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFCDDQhmWC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFCDDQhmWC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFCDDQhmWC .content-wrap {
    width: 100%;
  }
}
.cid-uFCDDQhmWC .mbr-section-subtitle,
.cid-uFCDDQhmWC .line {
  color: #ffffff;
}
.cid-uFCDDQhmWC .mbr-text,
.cid-uFCDDQhmWC .mbr-section-btn {
  text-align: right;
}
.cid-uFCDDQBMSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffaf5;
}
.cid-uFCDDQBMSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFCDDQBMSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFCDDQBMSY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFCDDQBMSY .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFCDDQBMSY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFCDDQBMSY .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFCDDQBMSY .container {
    padding: 0 16px;
  }
}
.cid-uFCDDQBMSY .row {
  justify-content: center;
}
.cid-uFCDDQBMSY .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uFCDDQBMSY .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFCDDQBMSY .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uFCDDQBMSY .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uFCDDQBMSY .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uFCDDQBMSY .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uFCDDQBMSY .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFCDDQBMSY .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-uFCDDQBMSY .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uFCDDQBMSY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFCDDQBMSY .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uFCDDQBMSY .mbr-section-title {
  color: #003087;
}
.cid-uFCDDQBMSY .mbr-text {
  color: #000000;
}
.cid-uFD0BfhCGu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFD0BfhCGu H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFD0BfhCGu .mbr-text,
.cid-uFD0BfhCGu .mbr-section-btn {
  color: #716c80;
}
.cid-uFD0BfhCGu H3 {
  color: #716c80;
}
.cid-uFDJIPzGLs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffc308;
}
.cid-uFDJIPzGLs H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDJIPzGLs .mbr-text,
.cid-uFDJIPzGLs .mbr-section-btn {
  color: #716c80;
}
.cid-uFDJIPzGLs H3 {
  color: #716c80;
}
.cid-uFDmhpr4ih {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDmhpr4ih H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDmhpr4ih .mbr-text,
.cid-uFDmhpr4ih .mbr-section-btn {
  color: #716c80;
}
.cid-uFDmhpr4ih H3 {
  color: #716c80;
}
.cid-uFCIWGHMHd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFCIWGHMHd .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFCIWGHMHd .mbr-section-subtitle {
  text-align: center;
}
.cid-uFD1SloGg7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFD1SloGg7 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFD1SloGg7 .mbr-text,
.cid-uFD1SloGg7 .mbr-section-btn {
  color: #716c80;
}
.cid-uFD1SloGg7 H3 {
  color: #716c80;
}
.cid-uFD1VLyMKo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFD1VLyMKo .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFD1VLyMKo .mbr-section-subtitle {
  text-align: center;
}
.cid-uFD3ydOEwz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFD3ydOEwz H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFD3ydOEwz .mbr-text,
.cid-uFD3ydOEwz .mbr-section-btn {
  color: #716c80;
}
.cid-uFD3ydOEwz H3 {
  color: #716c80;
}
.cid-uFD3zHUGsp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFD3zHUGsp .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFD3zHUGsp .mbr-section-subtitle {
  text-align: center;
}
.cid-uFD4eIRIVR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFD4eIRIVR H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFD4eIRIVR .mbr-text,
.cid-uFD4eIRIVR .mbr-section-btn {
  color: #716c80;
}
.cid-uFD4eIRIVR H3 {
  color: #716c80;
}
.cid-uFD8AuMPPI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFD8AuMPPI .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFD8AuMPPI .mbr-section-subtitle {
  text-align: center;
}
.cid-uFD9xvHnF9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFD9xvHnF9 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFD9xvHnF9 .mbr-text,
.cid-uFD9xvHnF9 .mbr-section-btn {
  color: #716c80;
}
.cid-uFD9xvHnF9 H3 {
  color: #716c80;
}
.cid-uFD9CkT38r {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFD9CkT38r .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFD9CkT38r .mbr-section-subtitle {
  text-align: center;
}
.cid-uFD9UNCKL0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFD9UNCKL0 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFD9UNCKL0 .mbr-text,
.cid-uFD9UNCKL0 .mbr-section-btn {
  color: #716c80;
}
.cid-uFD9UNCKL0 H3 {
  color: #716c80;
}
.cid-uFDa0z0H6A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDa0z0H6A .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFDa0z0H6A .mbr-section-subtitle {
  text-align: center;
}
.cid-uFDcKDoxvw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDcKDoxvw H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDcKDoxvw .mbr-text,
.cid-uFDcKDoxvw .mbr-section-btn {
  color: #716c80;
}
.cid-uFDcKDoxvw H3 {
  color: #716c80;
}
.cid-uFDcOCmrsf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDcOCmrsf .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFDcOCmrsf .mbr-section-subtitle {
  text-align: center;
}
.cid-uLLg3L6P3k {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLg3L6P3k .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLg3L6P3k .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLg3L6P3k .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLg3L6P3k .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLg3L6P3k .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLg3L6P3k .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLg3L6P3k .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLg3L6P3k .input-group-btn {
  padding-left: 0;
}
.cid-uLLg3L6P3k .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLg3L6P3k .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLg3L6P3k .mbr-text {
  color: #444;
}
.cid-uLLg3L6P3k h5 {
  margin-bottom: 0;
}
.cid-uLLg3L6P3k .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLg3L6P3k .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLg3L6P3k .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLg3L6P3k .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLg3L6P3k .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLg3L6P3k .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLg3L6P3k .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLg3L6P3k .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLg3L6P3k .media-container-row > div {
  padding: 0px;
}
.cid-uLLg3L6P3k .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLg3L6P3k .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLg3L6P3k .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLg3L6P3k .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLg3L6P3k .social-list,
  .cid-uLLg3L6P3k .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLg3L6P3k h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLg3L6P3k .form-group {
    max-width: 180px;
  }
}
.cid-uLLg3L6P3k .links span {
  color: #9e9e9e;
}
.cid-uLLg3L6P3k .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLg3L6P3k .logo-title {
  text-align: center;
}
.cid-uLLg3L6P3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLg3L6P3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLg3L6P3k .logo-title,
.cid-uLLg3L6P3k .logo {
  color: #ffc308;
}
.cid-uFDGywapgt {
  z-index: 1000;
  width: 100%;
}
.cid-uFDGywapgt .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uFDGywapgt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uFDGywapgt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFDGywapgt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFDGywapgt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFDGywapgt .menu_box .navbar.opened,
  .cid-uFDGywapgt .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFDGywapgt nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFDGywapgt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFDGywapgt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFDGywapgt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFDGywapgt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFDGywapgt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFDGywapgt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFDGywapgt .offcanvas-body .mbr-text,
  .cid-uFDGywapgt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFDGywapgt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFDGywapgt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFDGywapgt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uFDGywapgt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFDGywapgt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFDGywapgt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFDGywapgt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFDGywapgt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFDGywapgt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFDGywapgt .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-uFDGywapgt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFDGywapgt 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-uFDGywapgt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uFDGywapgt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uFDGywapgt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFDGywapgt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFDGywapgt .nav-item {
    margin: 0 !important;
  }
}
.cid-uFDGywapgt .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFDGywapgt .nav-item .nav-link:hover,
.cid-uFDGywapgt .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uFDGywapgt .nav-item .nav-link:hover .mbr-iconfont,
.cid-uFDGywapgt .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uFDGywapgt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFDGywapgt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFDGywapgt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFDGywapgt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFDGywapgt .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-uFDGywapgt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFDGywapgt .offcanvas_box {
    display: none;
  }
}
.cid-uFDGywapgt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFDGywapgt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFDGywapgt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFDGywapgt .container {
  display: flex;
  margin: auto;
}
.cid-uFDGywapgt .iconfont-wrapper {
  color: #ffc308;
  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-uFDGywapgt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFDGywapgt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFDGywapgt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFDGywapgt .navbar-nav {
    margin: 0;
  }
}
.cid-uFDGywapgt .dropdown-menu,
.cid-uFDGywapgt .navbar.opened {
  background-color: true !important;
}
.cid-uFDGywapgt .nav-item:focus,
.cid-uFDGywapgt .nav-link:focus {
  outline: none;
}
.cid-uFDGywapgt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFDGywapgt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFDGywapgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFDGywapgt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFDGywapgt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFDGywapgt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFDGywapgt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFDGywapgt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFDGywapgt .navbar.opened {
  transition: all 0.3s;
}
.cid-uFDGywapgt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFDGywapgt .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFDGywapgt .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFDGywapgt .navbar.collapsed {
  justify-content: center;
}
.cid-uFDGywapgt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFDGywapgt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFDGywapgt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFDGywapgt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFDGywapgt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFDGywapgt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFDGywapgt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFDGywapgt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFDGywapgt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFDGywapgt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFDGywapgt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFDGywapgt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFDGywapgt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFDGywapgt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFDGywapgt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFDGywapgt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFDGywapgt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFDGywapgt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFDGywapgt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFDGywapgt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFDGywapgt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFDGywapgt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFDGywapgt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFDGywapgt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFDGywapgt .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-uFDGywapgt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFDGywapgt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFDGywapgt .dropdown-item.active,
.cid-uFDGywapgt .dropdown-item:active {
  background-color: transparent;
}
.cid-uFDGywapgt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFDGywapgt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFDGywapgt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFDGywapgt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFDGywapgt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFDGywapgt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFDGywapgt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uFDGywapgt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uFDGywapgt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFDGywapgt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFDGywapgt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFDGywapgt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFDGywapgt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFDGywapgt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFDGywapgt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFDGywapgt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFDGywapgt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFDGywapgt .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-uFDGywapgt .navbar {
    height: 70px;
  }
  .cid-uFDGywapgt .navbar.opened {
    height: auto;
  }
  .cid-uFDGywapgt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFDGywapgt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFDGywapgt .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uFDGywapgt .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uFDGywapgt .mbr-section-btn-main .btn:hover,
.cid-uFDGywapgt .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uFDGywapgt .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uFDGywapgt .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uFDGywapgt .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uFDGywapgt .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uFDGywapgt .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uFDGywapgt .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uFDGywapgt .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uFDGywapgt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFDGywapgt .text_widget {
  margin-bottom: 32px;
}
.cid-uFDGywapgt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFDGywapgt .text_widget a:hover,
.cid-uFDGywapgt .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uFDGywapgt .icons-menu-main {
  display: flex;
}
.cid-uFDGywapgt .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uFDGywapgt .navbar-caption {
  color: #fdfcfc;
}
.cid-uFDGywapgt .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uFDGywapgt .mbr-section-subtitle,
.cid-uFDGywapgt .text_widget,
.cid-uFDGywapgt .mbr-section-btn {
  text-align: center;
}
.cid-uFDGywapgt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFDGywPA1s {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uFDGywPA1s .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uFDGywPA1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDGywPA1s .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uFDGywPA1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uFDGywPA1s {
    align-items: flex-end;
  }
  .cid-uFDGywPA1s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFDGywPA1s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFDGywPA1s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFDGywPA1s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFDGywPA1s .content-wrap {
    width: 100%;
  }
}
.cid-uFDGywPA1s .mbr-section-subtitle,
.cid-uFDGywPA1s .line {
  color: #ffffff;
}
.cid-uFDGywPA1s .mbr-text,
.cid-uFDGywPA1s .mbr-section-btn {
  text-align: right;
}
.cid-uFDGyxvg0v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffaf5;
}
.cid-uFDGyxvg0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDGyxvg0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDGyxvg0v .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFDGyxvg0v .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFDGyxvg0v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFDGyxvg0v .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFDGyxvg0v .container {
    padding: 0 16px;
  }
}
.cid-uFDGyxvg0v .row {
  justify-content: center;
}
.cid-uFDGyxvg0v .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uFDGyxvg0v .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFDGyxvg0v .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uFDGyxvg0v .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uFDGyxvg0v .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uFDGyxvg0v .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uFDGyxvg0v .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFDGyxvg0v .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-uFDGyxvg0v .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uFDGyxvg0v .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFDGyxvg0v .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uFDGyxvg0v .mbr-section-title {
  color: #003087;
}
.cid-uFDGyxvg0v .mbr-text {
  color: #000000;
}
.cid-uFDGyy92SG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDGyy92SG H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDGyy92SG .mbr-text,
.cid-uFDGyy92SG .mbr-section-btn {
  color: #716c80;
}
.cid-uFDGyy92SG H3 {
  color: #716c80;
}
.cid-uFDJfv2qRH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffc308;
}
.cid-uFDJfv2qRH H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDJfv2qRH .mbr-text,
.cid-uFDJfv2qRH .mbr-section-btn {
  color: #716c80;
}
.cid-uFDJfv2qRH H3 {
  color: #716c80;
}
.cid-uFDGyyJe67 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDGyyJe67 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDGyyJe67 .mbr-text,
.cid-uFDGyyJe67 .mbr-section-btn {
  color: #716c80;
}
.cid-uFDGyyJe67 H3 {
  color: #716c80;
}
.cid-uGhRuAujIP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGhRuAujIP .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uGhRuAujIP .mbr-section-subtitle {
  text-align: center;
}
.cid-uFDIMJnL60 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDIMJnL60 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDIMJnL60 .mbr-text,
.cid-uFDIMJnL60 .mbr-section-btn {
  color: #716c80;
}
.cid-uFDIMJnL60 H3 {
  color: #716c80;
}
.cid-uFDGyAtVJh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDGyAtVJh .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFDGyAtVJh .mbr-section-subtitle {
  text-align: center;
}
.cid-uFDGyB4jvH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDGyB4jvH H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDGyB4jvH .mbr-text,
.cid-uFDGyB4jvH .mbr-section-btn {
  color: #716c80;
}
.cid-uFDGyB4jvH H3 {
  color: #716c80;
}
.cid-uFDGyBEAjM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDGyBEAjM .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFDGyBEAjM .mbr-section-subtitle {
  text-align: center;
}
.cid-uGhUxz86iU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uGhUxz86iU H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uGhUxz86iU .mbr-text,
.cid-uGhUxz86iU .mbr-section-btn {
  color: #716c80;
}
.cid-uGhUxz86iU H3 {
  color: #716c80;
}
.cid-uGhUFoimgI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGhUFoimgI .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uGhUFoimgI .mbr-section-subtitle {
  text-align: center;
}
.cid-uFDGyCvpAT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDGyCvpAT H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDGyCvpAT .mbr-text,
.cid-uFDGyCvpAT .mbr-section-btn {
  color: #716c80;
}
.cid-uFDGyCvpAT H3 {
  color: #716c80;
}
.cid-uFDGyDcFxV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDGyDcFxV .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFDGyDcFxV .mbr-section-subtitle {
  text-align: center;
}
.cid-uFDGyDS7YE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDGyDS7YE H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDGyDS7YE .mbr-text,
.cid-uFDGyDS7YE .mbr-section-btn {
  color: #716c80;
}
.cid-uFDGyDS7YE H3 {
  color: #716c80;
}
.cid-uFDGyEzMWK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDGyEzMWK .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFDGyEzMWK .mbr-section-subtitle {
  text-align: center;
}
.cid-uFDGyFhizF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDGyFhizF H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDGyFhizF .mbr-text,
.cid-uFDGyFhizF .mbr-section-btn {
  color: #716c80;
}
.cid-uFDGyFhizF H3 {
  color: #716c80;
}
.cid-uFDGyFYWk5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDGyFYWk5 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFDGyFYWk5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uFDGyH4nuy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #003087;
}
.cid-uFDGyH4nuy H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uFDGyH4nuy .mbr-text,
.cid-uFDGyH4nuy .mbr-section-btn {
  color: #716c80;
}
.cid-uFDGyH4nuy H3 {
  color: #716c80;
}
.cid-uFDGyHWz09 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFDGyHWz09 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uFDGyHWz09 .mbr-section-subtitle {
  text-align: center;
}
.cid-uLLg9gZzg3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLg9gZzg3 .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLg9gZzg3 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLg9gZzg3 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLg9gZzg3 .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLg9gZzg3 .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLg9gZzg3 .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLg9gZzg3 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLg9gZzg3 .input-group-btn {
  padding-left: 0;
}
.cid-uLLg9gZzg3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLg9gZzg3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLg9gZzg3 .mbr-text {
  color: #444;
}
.cid-uLLg9gZzg3 h5 {
  margin-bottom: 0;
}
.cid-uLLg9gZzg3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLg9gZzg3 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLg9gZzg3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLg9gZzg3 .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLg9gZzg3 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLg9gZzg3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLg9gZzg3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLg9gZzg3 .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLg9gZzg3 .media-container-row > div {
  padding: 0px;
}
.cid-uLLg9gZzg3 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLg9gZzg3 .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLg9gZzg3 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLg9gZzg3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLg9gZzg3 .social-list,
  .cid-uLLg9gZzg3 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLg9gZzg3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLg9gZzg3 .form-group {
    max-width: 180px;
  }
}
.cid-uLLg9gZzg3 .links span {
  color: #9e9e9e;
}
.cid-uLLg9gZzg3 .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLg9gZzg3 .logo-title {
  text-align: center;
}
.cid-uLLg9gZzg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLg9gZzg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLg9gZzg3 .logo-title,
.cid-uLLg9gZzg3 .logo {
  color: #ffc308;
}
.cid-uGXGhjOEzK {
  z-index: 1000;
  width: 100%;
}
.cid-uGXGhjOEzK .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uGXGhjOEzK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uGXGhjOEzK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGXGhjOEzK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGXGhjOEzK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGXGhjOEzK .menu_box .navbar.opened,
  .cid-uGXGhjOEzK .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGXGhjOEzK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGXGhjOEzK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGXGhjOEzK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGXGhjOEzK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGXGhjOEzK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGXGhjOEzK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGXGhjOEzK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGXGhjOEzK .offcanvas-body .mbr-text,
  .cid-uGXGhjOEzK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGXGhjOEzK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGXGhjOEzK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGXGhjOEzK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uGXGhjOEzK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGXGhjOEzK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGXGhjOEzK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGXGhjOEzK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGXGhjOEzK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGXGhjOEzK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGXGhjOEzK .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-uGXGhjOEzK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGXGhjOEzK 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-uGXGhjOEzK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uGXGhjOEzK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uGXGhjOEzK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGXGhjOEzK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGXGhjOEzK .nav-item {
    margin: 0 !important;
  }
}
.cid-uGXGhjOEzK .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGXGhjOEzK .nav-item .nav-link:hover,
.cid-uGXGhjOEzK .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uGXGhjOEzK .nav-item .nav-link:hover .mbr-iconfont,
.cid-uGXGhjOEzK .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uGXGhjOEzK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGXGhjOEzK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGXGhjOEzK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGXGhjOEzK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGXGhjOEzK .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-uGXGhjOEzK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGXGhjOEzK .offcanvas_box {
    display: none;
  }
}
.cid-uGXGhjOEzK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGXGhjOEzK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGXGhjOEzK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGXGhjOEzK .container {
  display: flex;
  margin: auto;
}
.cid-uGXGhjOEzK .iconfont-wrapper {
  color: #ffc308;
  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-uGXGhjOEzK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGXGhjOEzK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGXGhjOEzK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGXGhjOEzK .navbar-nav {
    margin: 0;
  }
}
.cid-uGXGhjOEzK .dropdown-menu,
.cid-uGXGhjOEzK .navbar.opened {
  background-color: true !important;
}
.cid-uGXGhjOEzK .nav-item:focus,
.cid-uGXGhjOEzK .nav-link:focus {
  outline: none;
}
.cid-uGXGhjOEzK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGXGhjOEzK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGXGhjOEzK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGXGhjOEzK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGXGhjOEzK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGXGhjOEzK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGXGhjOEzK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGXGhjOEzK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGXGhjOEzK .navbar.opened {
  transition: all 0.3s;
}
.cid-uGXGhjOEzK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGXGhjOEzK .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGXGhjOEzK .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uGXGhjOEzK .navbar.collapsed {
  justify-content: center;
}
.cid-uGXGhjOEzK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGXGhjOEzK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGXGhjOEzK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGXGhjOEzK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGXGhjOEzK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGXGhjOEzK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGXGhjOEzK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGXGhjOEzK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGXGhjOEzK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGXGhjOEzK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGXGhjOEzK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGXGhjOEzK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGXGhjOEzK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGXGhjOEzK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGXGhjOEzK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGXGhjOEzK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGXGhjOEzK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGXGhjOEzK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGXGhjOEzK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGXGhjOEzK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGXGhjOEzK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGXGhjOEzK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGXGhjOEzK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGXGhjOEzK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGXGhjOEzK .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-uGXGhjOEzK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGXGhjOEzK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGXGhjOEzK .dropdown-item.active,
.cid-uGXGhjOEzK .dropdown-item:active {
  background-color: transparent;
}
.cid-uGXGhjOEzK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGXGhjOEzK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGXGhjOEzK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGXGhjOEzK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGXGhjOEzK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGXGhjOEzK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGXGhjOEzK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uGXGhjOEzK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uGXGhjOEzK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGXGhjOEzK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGXGhjOEzK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGXGhjOEzK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGXGhjOEzK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGXGhjOEzK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGXGhjOEzK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGXGhjOEzK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGXGhjOEzK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGXGhjOEzK .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-uGXGhjOEzK .navbar {
    height: 70px;
  }
  .cid-uGXGhjOEzK .navbar.opened {
    height: auto;
  }
  .cid-uGXGhjOEzK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGXGhjOEzK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGXGhjOEzK .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uGXGhjOEzK .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uGXGhjOEzK .mbr-section-btn-main .btn:hover,
.cid-uGXGhjOEzK .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uGXGhjOEzK .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uGXGhjOEzK .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uGXGhjOEzK .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGXGhjOEzK .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uGXGhjOEzK .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uGXGhjOEzK .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uGXGhjOEzK .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uGXGhjOEzK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGXGhjOEzK .text_widget {
  margin-bottom: 32px;
}
.cid-uGXGhjOEzK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGXGhjOEzK .text_widget a:hover,
.cid-uGXGhjOEzK .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uGXGhjOEzK .icons-menu-main {
  display: flex;
}
.cid-uGXGhjOEzK .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uGXGhjOEzK .navbar-caption {
  color: #fdfcfc;
}
.cid-uGXGhjOEzK .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uGXGhjOEzK .mbr-section-subtitle,
.cid-uGXGhjOEzK .text_widget,
.cid-uGXGhjOEzK .mbr-section-btn {
  text-align: center;
}
.cid-uGXGhjOEzK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGXGhkjJWf {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/noticias-ind-1920x1080.jpeg");
}
.cid-uGXGhkjJWf .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uGXGhkjJWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXGhkjJWf .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uGXGhkjJWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uGXGhkjJWf {
    align-items: flex-end;
  }
  .cid-uGXGhkjJWf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGXGhkjJWf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGXGhkjJWf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGXGhkjJWf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGXGhkjJWf .content-wrap {
    width: 100%;
  }
}
.cid-uGXGhkjJWf .mbr-section-subtitle,
.cid-uGXGhkjJWf .line {
  color: #ffffff;
}
.cid-uGXGhkjJWf .mbr-text,
.cid-uGXGhkjJWf .mbr-section-btn {
  text-align: right;
}
.cid-uGXHnZNalE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGXHnZNalE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXHnZNalE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGXHnZNalE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGXHnZNalE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGXHnZNalE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGXHnZNalE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGXHnZNalE .mbr-section-title {
  color: #003087;
}
.cid-uGXHnZNalE .mbr-text,
.cid-uGXHnZNalE .mbr-section-btn {
  color: #000000;
}
.cid-uLLfPhpRYV {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLfPhpRYV .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLfPhpRYV .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLfPhpRYV .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLfPhpRYV .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLfPhpRYV .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLfPhpRYV .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLfPhpRYV .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLfPhpRYV .input-group-btn {
  padding-left: 0;
}
.cid-uLLfPhpRYV .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLfPhpRYV .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLfPhpRYV .mbr-text {
  color: #444;
}
.cid-uLLfPhpRYV h5 {
  margin-bottom: 0;
}
.cid-uLLfPhpRYV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLfPhpRYV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLfPhpRYV .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLfPhpRYV .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLfPhpRYV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLfPhpRYV .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLfPhpRYV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLfPhpRYV .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLfPhpRYV .media-container-row > div {
  padding: 0px;
}
.cid-uLLfPhpRYV .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLfPhpRYV .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLfPhpRYV .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLfPhpRYV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLfPhpRYV .social-list,
  .cid-uLLfPhpRYV .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLfPhpRYV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLfPhpRYV .form-group {
    max-width: 180px;
  }
}
.cid-uLLfPhpRYV .links span {
  color: #9e9e9e;
}
.cid-uLLfPhpRYV .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLfPhpRYV .logo-title {
  text-align: center;
}
.cid-uLLfPhpRYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLfPhpRYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLfPhpRYV .logo-title,
.cid-uLLfPhpRYV .logo {
  color: #ffc308;
}
.cid-uGXIhEbDbZ {
  z-index: 1000;
  width: 100%;
}
.cid-uGXIhEbDbZ .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uGXIhEbDbZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uGXIhEbDbZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGXIhEbDbZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGXIhEbDbZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGXIhEbDbZ .menu_box .navbar.opened,
  .cid-uGXIhEbDbZ .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGXIhEbDbZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGXIhEbDbZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGXIhEbDbZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGXIhEbDbZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGXIhEbDbZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGXIhEbDbZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGXIhEbDbZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGXIhEbDbZ .offcanvas-body .mbr-text,
  .cid-uGXIhEbDbZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGXIhEbDbZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGXIhEbDbZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGXIhEbDbZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uGXIhEbDbZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGXIhEbDbZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGXIhEbDbZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGXIhEbDbZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGXIhEbDbZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGXIhEbDbZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGXIhEbDbZ .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-uGXIhEbDbZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGXIhEbDbZ 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-uGXIhEbDbZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uGXIhEbDbZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uGXIhEbDbZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGXIhEbDbZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGXIhEbDbZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uGXIhEbDbZ .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGXIhEbDbZ .nav-item .nav-link:hover,
.cid-uGXIhEbDbZ .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uGXIhEbDbZ .nav-item .nav-link:hover .mbr-iconfont,
.cid-uGXIhEbDbZ .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uGXIhEbDbZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGXIhEbDbZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGXIhEbDbZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGXIhEbDbZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGXIhEbDbZ .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-uGXIhEbDbZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGXIhEbDbZ .offcanvas_box {
    display: none;
  }
}
.cid-uGXIhEbDbZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGXIhEbDbZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGXIhEbDbZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGXIhEbDbZ .container {
  display: flex;
  margin: auto;
}
.cid-uGXIhEbDbZ .iconfont-wrapper {
  color: #ffc308;
  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-uGXIhEbDbZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGXIhEbDbZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGXIhEbDbZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGXIhEbDbZ .navbar-nav {
    margin: 0;
  }
}
.cid-uGXIhEbDbZ .dropdown-menu,
.cid-uGXIhEbDbZ .navbar.opened {
  background-color: true !important;
}
.cid-uGXIhEbDbZ .nav-item:focus,
.cid-uGXIhEbDbZ .nav-link:focus {
  outline: none;
}
.cid-uGXIhEbDbZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGXIhEbDbZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGXIhEbDbZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGXIhEbDbZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGXIhEbDbZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGXIhEbDbZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGXIhEbDbZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGXIhEbDbZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGXIhEbDbZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uGXIhEbDbZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGXIhEbDbZ .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGXIhEbDbZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uGXIhEbDbZ .navbar.collapsed {
  justify-content: center;
}
.cid-uGXIhEbDbZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGXIhEbDbZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGXIhEbDbZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGXIhEbDbZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGXIhEbDbZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGXIhEbDbZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGXIhEbDbZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGXIhEbDbZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGXIhEbDbZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGXIhEbDbZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGXIhEbDbZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGXIhEbDbZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGXIhEbDbZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGXIhEbDbZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGXIhEbDbZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGXIhEbDbZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGXIhEbDbZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGXIhEbDbZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGXIhEbDbZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGXIhEbDbZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGXIhEbDbZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGXIhEbDbZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGXIhEbDbZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGXIhEbDbZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGXIhEbDbZ .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-uGXIhEbDbZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGXIhEbDbZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGXIhEbDbZ .dropdown-item.active,
.cid-uGXIhEbDbZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uGXIhEbDbZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGXIhEbDbZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGXIhEbDbZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGXIhEbDbZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGXIhEbDbZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGXIhEbDbZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGXIhEbDbZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uGXIhEbDbZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uGXIhEbDbZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGXIhEbDbZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGXIhEbDbZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGXIhEbDbZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGXIhEbDbZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGXIhEbDbZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGXIhEbDbZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGXIhEbDbZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGXIhEbDbZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGXIhEbDbZ .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-uGXIhEbDbZ .navbar {
    height: 70px;
  }
  .cid-uGXIhEbDbZ .navbar.opened {
    height: auto;
  }
  .cid-uGXIhEbDbZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGXIhEbDbZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGXIhEbDbZ .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uGXIhEbDbZ .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uGXIhEbDbZ .mbr-section-btn-main .btn:hover,
.cid-uGXIhEbDbZ .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uGXIhEbDbZ .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uGXIhEbDbZ .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uGXIhEbDbZ .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGXIhEbDbZ .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uGXIhEbDbZ .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uGXIhEbDbZ .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uGXIhEbDbZ .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uGXIhEbDbZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGXIhEbDbZ .text_widget {
  margin-bottom: 32px;
}
.cid-uGXIhEbDbZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGXIhEbDbZ .text_widget a:hover,
.cid-uGXIhEbDbZ .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uGXIhEbDbZ .icons-menu-main {
  display: flex;
}
.cid-uGXIhEbDbZ .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uGXIhEbDbZ .navbar-caption {
  color: #fdfcfc;
}
.cid-uGXIhEbDbZ .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uGXIhEbDbZ .mbr-section-subtitle,
.cid-uGXIhEbDbZ .text_widget,
.cid-uGXIhEbDbZ .mbr-section-btn {
  text-align: center;
}
.cid-uGXIhEbDbZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGXIhEENYa {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/eventos-ind-1920x1080.jpg");
}
.cid-uGXIhEENYa .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uGXIhEENYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXIhEENYa .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uGXIhEENYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uGXIhEENYa {
    align-items: flex-end;
  }
  .cid-uGXIhEENYa .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGXIhEENYa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGXIhEENYa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGXIhEENYa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGXIhEENYa .content-wrap {
    width: 100%;
  }
}
.cid-uGXIhEENYa .mbr-section-subtitle,
.cid-uGXIhEENYa .line {
  color: #ffffff;
}
.cid-uGXIhEENYa .mbr-text,
.cid-uGXIhEENYa .mbr-section-btn {
  text-align: right;
}
.cid-uGXIhF3P9P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGXIhF3P9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXIhF3P9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uGXIhF3P9P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGXIhF3P9P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGXIhF3P9P .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGXIhF3P9P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGXIhF3P9P .mbr-section-title {
  color: #003087;
}
.cid-uGXIhF3P9P .mbr-text,
.cid-uGXIhF3P9P .mbr-section-btn {
  color: #000000;
}
.cid-uLLfTrWYfA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLfTrWYfA .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLfTrWYfA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLfTrWYfA .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLfTrWYfA .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLfTrWYfA .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLfTrWYfA .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLfTrWYfA .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLfTrWYfA .input-group-btn {
  padding-left: 0;
}
.cid-uLLfTrWYfA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLfTrWYfA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLfTrWYfA .mbr-text {
  color: #444;
}
.cid-uLLfTrWYfA h5 {
  margin-bottom: 0;
}
.cid-uLLfTrWYfA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLfTrWYfA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLfTrWYfA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLfTrWYfA .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLfTrWYfA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLfTrWYfA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLfTrWYfA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLfTrWYfA .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLfTrWYfA .media-container-row > div {
  padding: 0px;
}
.cid-uLLfTrWYfA .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLfTrWYfA .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLfTrWYfA .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLfTrWYfA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLfTrWYfA .social-list,
  .cid-uLLfTrWYfA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLfTrWYfA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLfTrWYfA .form-group {
    max-width: 180px;
  }
}
.cid-uLLfTrWYfA .links span {
  color: #9e9e9e;
}
.cid-uLLfTrWYfA .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLfTrWYfA .logo-title {
  text-align: center;
}
.cid-uLLfTrWYfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLfTrWYfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLfTrWYfA .logo-title,
.cid-uLLfTrWYfA .logo {
  color: #ffc308;
}
.cid-uGXQuvUNxk {
  z-index: 1000;
  width: 100%;
}
.cid-uGXQuvUNxk .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uGXQuvUNxk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uGXQuvUNxk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGXQuvUNxk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGXQuvUNxk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGXQuvUNxk .menu_box .navbar.opened,
  .cid-uGXQuvUNxk .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGXQuvUNxk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGXQuvUNxk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGXQuvUNxk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGXQuvUNxk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGXQuvUNxk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGXQuvUNxk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGXQuvUNxk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGXQuvUNxk .offcanvas-body .mbr-text,
  .cid-uGXQuvUNxk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGXQuvUNxk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGXQuvUNxk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGXQuvUNxk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uGXQuvUNxk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGXQuvUNxk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGXQuvUNxk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGXQuvUNxk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGXQuvUNxk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGXQuvUNxk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGXQuvUNxk .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-uGXQuvUNxk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGXQuvUNxk 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-uGXQuvUNxk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uGXQuvUNxk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uGXQuvUNxk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGXQuvUNxk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGXQuvUNxk .nav-item {
    margin: 0 !important;
  }
}
.cid-uGXQuvUNxk .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGXQuvUNxk .nav-item .nav-link:hover,
.cid-uGXQuvUNxk .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uGXQuvUNxk .nav-item .nav-link:hover .mbr-iconfont,
.cid-uGXQuvUNxk .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uGXQuvUNxk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGXQuvUNxk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGXQuvUNxk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGXQuvUNxk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGXQuvUNxk .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-uGXQuvUNxk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGXQuvUNxk .offcanvas_box {
    display: none;
  }
}
.cid-uGXQuvUNxk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGXQuvUNxk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGXQuvUNxk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGXQuvUNxk .container {
  display: flex;
  margin: auto;
}
.cid-uGXQuvUNxk .iconfont-wrapper {
  color: #ffc308;
  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-uGXQuvUNxk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGXQuvUNxk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGXQuvUNxk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGXQuvUNxk .navbar-nav {
    margin: 0;
  }
}
.cid-uGXQuvUNxk .dropdown-menu,
.cid-uGXQuvUNxk .navbar.opened {
  background-color: true !important;
}
.cid-uGXQuvUNxk .nav-item:focus,
.cid-uGXQuvUNxk .nav-link:focus {
  outline: none;
}
.cid-uGXQuvUNxk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGXQuvUNxk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGXQuvUNxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGXQuvUNxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGXQuvUNxk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGXQuvUNxk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGXQuvUNxk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGXQuvUNxk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGXQuvUNxk .navbar.opened {
  transition: all 0.3s;
}
.cid-uGXQuvUNxk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGXQuvUNxk .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGXQuvUNxk .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uGXQuvUNxk .navbar.collapsed {
  justify-content: center;
}
.cid-uGXQuvUNxk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGXQuvUNxk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGXQuvUNxk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGXQuvUNxk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGXQuvUNxk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGXQuvUNxk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGXQuvUNxk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGXQuvUNxk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGXQuvUNxk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGXQuvUNxk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGXQuvUNxk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGXQuvUNxk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGXQuvUNxk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGXQuvUNxk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGXQuvUNxk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGXQuvUNxk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGXQuvUNxk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGXQuvUNxk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGXQuvUNxk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGXQuvUNxk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGXQuvUNxk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGXQuvUNxk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGXQuvUNxk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGXQuvUNxk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGXQuvUNxk .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-uGXQuvUNxk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGXQuvUNxk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGXQuvUNxk .dropdown-item.active,
.cid-uGXQuvUNxk .dropdown-item:active {
  background-color: transparent;
}
.cid-uGXQuvUNxk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGXQuvUNxk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGXQuvUNxk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGXQuvUNxk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGXQuvUNxk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGXQuvUNxk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGXQuvUNxk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uGXQuvUNxk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uGXQuvUNxk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGXQuvUNxk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGXQuvUNxk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGXQuvUNxk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGXQuvUNxk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGXQuvUNxk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGXQuvUNxk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGXQuvUNxk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGXQuvUNxk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGXQuvUNxk .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-uGXQuvUNxk .navbar {
    height: 70px;
  }
  .cid-uGXQuvUNxk .navbar.opened {
    height: auto;
  }
  .cid-uGXQuvUNxk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGXQuvUNxk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGXQuvUNxk .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uGXQuvUNxk .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uGXQuvUNxk .mbr-section-btn-main .btn:hover,
.cid-uGXQuvUNxk .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uGXQuvUNxk .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uGXQuvUNxk .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uGXQuvUNxk .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGXQuvUNxk .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uGXQuvUNxk .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uGXQuvUNxk .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uGXQuvUNxk .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uGXQuvUNxk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGXQuvUNxk .text_widget {
  margin-bottom: 32px;
}
.cid-uGXQuvUNxk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGXQuvUNxk .text_widget a:hover,
.cid-uGXQuvUNxk .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uGXQuvUNxk .icons-menu-main {
  display: flex;
}
.cid-uGXQuvUNxk .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uGXQuvUNxk .navbar-caption {
  color: #fdfcfc;
}
.cid-uGXQuvUNxk .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uGXQuvUNxk .mbr-section-subtitle,
.cid-uGXQuvUNxk .text_widget,
.cid-uGXQuvUNxk .mbr-section-btn {
  text-align: center;
}
.cid-uGXQuvUNxk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGXQuwxwYk {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uGXQuwxwYk .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uGXQuwxwYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXQuwxwYk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uGXQuwxwYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uGXQuwxwYk {
    align-items: flex-end;
  }
  .cid-uGXQuwxwYk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGXQuwxwYk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGXQuwxwYk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGXQuwxwYk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGXQuwxwYk .content-wrap {
    width: 100%;
  }
}
.cid-uGXQuwxwYk .mbr-section-subtitle,
.cid-uGXQuwxwYk .line {
  color: #ffffff;
}
.cid-uGXQuwxwYk .mbr-text,
.cid-uGXQuwxwYk .mbr-section-btn {
  text-align: right;
}
.cid-uGXQux0fCQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffaf5;
}
.cid-uGXQux0fCQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXQux0fCQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGXQux0fCQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uGXQux0fCQ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uGXQux0fCQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGXQux0fCQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uGXQux0fCQ .container {
    padding: 0 16px;
  }
}
.cid-uGXQux0fCQ .row {
  justify-content: center;
}
.cid-uGXQux0fCQ .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uGXQux0fCQ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uGXQux0fCQ .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uGXQux0fCQ .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uGXQux0fCQ .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uGXQux0fCQ .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uGXQux0fCQ .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uGXQux0fCQ .content-wrapper .content-wrap {
  padding-left: 64px;
}
@media (max-width: 1200px) {
  .cid-uGXQux0fCQ .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uGXQux0fCQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGXQux0fCQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uGXQux0fCQ .mbr-section-title {
  color: #003087;
}
.cid-uGXQux0fCQ .mbr-text {
  color: #000000;
}
.cid-uKKbHLj2cZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uKKbHLj2cZ .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uKKbHLj2cZ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uKKbHLj2cZ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uKKbHLj2cZ .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uKKbHLj2cZ .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uKKbHLj2cZ .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uKKbHLj2cZ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uKKbHLj2cZ .input-group-btn {
  padding-left: 0;
}
.cid-uKKbHLj2cZ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uKKbHLj2cZ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uKKbHLj2cZ .mbr-text {
  color: #444;
}
.cid-uKKbHLj2cZ h5 {
  margin-bottom: 0;
}
.cid-uKKbHLj2cZ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uKKbHLj2cZ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKKbHLj2cZ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uKKbHLj2cZ .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uKKbHLj2cZ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uKKbHLj2cZ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uKKbHLj2cZ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uKKbHLj2cZ .social-list a:hover {
  opacity: 0.4;
}
.cid-uKKbHLj2cZ .media-container-row > div {
  padding: 0px;
}
.cid-uKKbHLj2cZ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uKKbHLj2cZ .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uKKbHLj2cZ .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKKbHLj2cZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uKKbHLj2cZ .social-list,
  .cid-uKKbHLj2cZ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uKKbHLj2cZ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uKKbHLj2cZ .form-group {
    max-width: 180px;
  }
}
.cid-uKKbHLj2cZ .links span {
  color: #9e9e9e;
}
.cid-uKKbHLj2cZ .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uKKbHLj2cZ .logo-title {
  text-align: center;
}
.cid-uKKbHLj2cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKbHLj2cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKbHLj2cZ .logo-title,
.cid-uKKbHLj2cZ .logo {
  color: #ffc308;
}
.cid-uEk3FiiTRE {
  z-index: 1000;
  width: 100%;
}
.cid-uEk3FiiTRE .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uEk3FiiTRE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uEk3FiiTRE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEk3FiiTRE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEk3FiiTRE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uEk3FiiTRE .menu_box .navbar.opened,
  .cid-uEk3FiiTRE .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uEk3FiiTRE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uEk3FiiTRE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uEk3FiiTRE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uEk3FiiTRE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uEk3FiiTRE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uEk3FiiTRE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uEk3FiiTRE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uEk3FiiTRE .offcanvas-body .mbr-text,
  .cid-uEk3FiiTRE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uEk3FiiTRE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uEk3FiiTRE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uEk3FiiTRE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uEk3FiiTRE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uEk3FiiTRE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uEk3FiiTRE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uEk3FiiTRE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uEk3FiiTRE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uEk3FiiTRE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEk3FiiTRE .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-uEk3FiiTRE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uEk3FiiTRE 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-uEk3FiiTRE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uEk3FiiTRE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uEk3FiiTRE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uEk3FiiTRE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uEk3FiiTRE .nav-item {
    margin: 0 !important;
  }
}
.cid-uEk3FiiTRE .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uEk3FiiTRE .nav-item .nav-link:hover,
.cid-uEk3FiiTRE .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uEk3FiiTRE .nav-item .nav-link:hover .mbr-iconfont,
.cid-uEk3FiiTRE .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uEk3FiiTRE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uEk3FiiTRE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uEk3FiiTRE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uEk3FiiTRE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uEk3FiiTRE .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-uEk3FiiTRE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uEk3FiiTRE .offcanvas_box {
    display: none;
  }
}
.cid-uEk3FiiTRE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uEk3FiiTRE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uEk3FiiTRE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uEk3FiiTRE .container {
  display: flex;
  margin: auto;
}
.cid-uEk3FiiTRE .iconfont-wrapper {
  color: #ffc308;
  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-uEk3FiiTRE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uEk3FiiTRE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uEk3FiiTRE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uEk3FiiTRE .navbar-nav {
    margin: 0;
  }
}
.cid-uEk3FiiTRE .dropdown-menu,
.cid-uEk3FiiTRE .navbar.opened {
  background-color: true !important;
}
.cid-uEk3FiiTRE .nav-item:focus,
.cid-uEk3FiiTRE .nav-link:focus {
  outline: none;
}
.cid-uEk3FiiTRE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEk3FiiTRE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEk3FiiTRE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEk3FiiTRE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEk3FiiTRE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEk3FiiTRE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEk3FiiTRE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uEk3FiiTRE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uEk3FiiTRE .navbar.opened {
  transition: all 0.3s;
}
.cid-uEk3FiiTRE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uEk3FiiTRE .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uEk3FiiTRE .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uEk3FiiTRE .navbar.collapsed {
  justify-content: center;
}
.cid-uEk3FiiTRE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEk3FiiTRE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEk3FiiTRE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEk3FiiTRE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEk3FiiTRE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEk3FiiTRE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uEk3FiiTRE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uEk3FiiTRE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uEk3FiiTRE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uEk3FiiTRE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEk3FiiTRE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEk3FiiTRE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uEk3FiiTRE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEk3FiiTRE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uEk3FiiTRE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEk3FiiTRE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uEk3FiiTRE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uEk3FiiTRE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uEk3FiiTRE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uEk3FiiTRE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEk3FiiTRE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uEk3FiiTRE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEk3FiiTRE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEk3FiiTRE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEk3FiiTRE .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-uEk3FiiTRE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uEk3FiiTRE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEk3FiiTRE .dropdown-item.active,
.cid-uEk3FiiTRE .dropdown-item:active {
  background-color: transparent;
}
.cid-uEk3FiiTRE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEk3FiiTRE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEk3FiiTRE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEk3FiiTRE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEk3FiiTRE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uEk3FiiTRE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEk3FiiTRE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uEk3FiiTRE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uEk3FiiTRE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEk3FiiTRE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEk3FiiTRE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEk3FiiTRE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEk3FiiTRE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEk3FiiTRE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEk3FiiTRE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEk3FiiTRE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEk3FiiTRE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uEk3FiiTRE .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-uEk3FiiTRE .navbar {
    height: 70px;
  }
  .cid-uEk3FiiTRE .navbar.opened {
    height: auto;
  }
  .cid-uEk3FiiTRE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEk3FiiTRE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uEk3FiiTRE .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uEk3FiiTRE .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uEk3FiiTRE .mbr-section-btn-main .btn:hover,
.cid-uEk3FiiTRE .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uEk3FiiTRE .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uEk3FiiTRE .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uEk3FiiTRE .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uEk3FiiTRE .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uEk3FiiTRE .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uEk3FiiTRE .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uEk3FiiTRE .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uEk3FiiTRE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uEk3FiiTRE .text_widget {
  margin-bottom: 32px;
}
.cid-uEk3FiiTRE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uEk3FiiTRE .text_widget a:hover,
.cid-uEk3FiiTRE .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uEk3FiiTRE .icons-menu-main {
  display: flex;
}
.cid-uEk3FiiTRE .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uEk3FiiTRE .navbar-caption {
  color: #fdfcfc;
}
.cid-uEk3FiiTRE .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uEk3FiiTRE .mbr-section-subtitle,
.cid-uEk3FiiTRE .text_widget,
.cid-uEk3FiiTRE .mbr-section-btn {
  text-align: center;
}
.cid-uEk3FiiTRE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEk3FiNbwG {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uEk3FiNbwG .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uEk3FiNbwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEk3FiNbwG .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uEk3FiNbwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uEk3FiNbwG {
    align-items: flex-end;
  }
  .cid-uEk3FiNbwG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEk3FiNbwG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEk3FiNbwG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uEk3FiNbwG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEk3FiNbwG .content-wrap {
    width: 100%;
  }
}
.cid-uEk3FiNbwG .mbr-section-subtitle,
.cid-uEk3FiNbwG .line {
  color: #ffffff;
}
.cid-uEk3FiNbwG .mbr-text,
.cid-uEk3FiNbwG .mbr-section-btn {
  text-align: right;
}
.cid-uEk3Fjb4MO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc071e;
}
.cid-uEk3Fjb4MO H1 {
  color: #ffffff;
}
.cid-uEk3Fjb4MO .mbr-text,
.cid-uEk3Fjb4MO .mbr-section-btn {
  color: #716c80;
}
.cid-uEk3Fjb4MO H3 {
  color: #716c80;
}
.cid-uEk3FjuMcO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uEk3FjuMcO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uEk3FjuMcO .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uEk3FjuMcO .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uEk3FjuMcO .btn-primary-outline:active {
  color: gray;
}
.cid-uEk3FjuMcO .btn-primary-outline:hover {
  color: white;
}
.cid-uEk3FjuMcO .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uEk3FjuMcO div {
  overflow: hidden;
}
.cid-uEk3FjuMcO .btn-primary-outline.active {
  color: white;
}
.cid-uEk3FjuMcO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEk3FjuMcO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uEk3FjuMcO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uEk3FjuMcO .mbr-gallery-item {
  overflow: hidden;
}
.cid-uEk3FjuMcO .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uEk3FjuMcO .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uEk3FjuMcO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #364c78;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uEk3FjuMcO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uEk3FjuMcO .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uEk3FjuMcO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uEk3FjuMcO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #364c78 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLLgzPeUvy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLgzPeUvy .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLgzPeUvy .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLgzPeUvy .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLgzPeUvy .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLgzPeUvy .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLgzPeUvy .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLgzPeUvy .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLgzPeUvy .input-group-btn {
  padding-left: 0;
}
.cid-uLLgzPeUvy .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLgzPeUvy .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLgzPeUvy .mbr-text {
  color: #444;
}
.cid-uLLgzPeUvy h5 {
  margin-bottom: 0;
}
.cid-uLLgzPeUvy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLgzPeUvy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLgzPeUvy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLgzPeUvy .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLgzPeUvy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLgzPeUvy .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLgzPeUvy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLgzPeUvy .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLgzPeUvy .media-container-row > div {
  padding: 0px;
}
.cid-uLLgzPeUvy .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLgzPeUvy .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLgzPeUvy .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLgzPeUvy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLgzPeUvy .social-list,
  .cid-uLLgzPeUvy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLgzPeUvy h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLgzPeUvy .form-group {
    max-width: 180px;
  }
}
.cid-uLLgzPeUvy .links span {
  color: #9e9e9e;
}
.cid-uLLgzPeUvy .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLgzPeUvy .logo-title {
  text-align: center;
}
.cid-uLLgzPeUvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLgzPeUvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLgzPeUvy .logo-title,
.cid-uLLgzPeUvy .logo {
  color: #ffc308;
}
.cid-uKJp2fo4ve {
  z-index: 1000;
  width: 100%;
}
.cid-uKJp2fo4ve .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uKJp2fo4ve .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uKJp2fo4ve .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKJp2fo4ve .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKJp2fo4ve .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKJp2fo4ve .menu_box .navbar.opened,
  .cid-uKJp2fo4ve .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKJp2fo4ve nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uKJp2fo4ve .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKJp2fo4ve .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKJp2fo4ve .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKJp2fo4ve .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKJp2fo4ve .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKJp2fo4ve .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKJp2fo4ve .offcanvas-body .mbr-text,
  .cid-uKJp2fo4ve .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKJp2fo4ve .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKJp2fo4ve .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKJp2fo4ve .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uKJp2fo4ve .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKJp2fo4ve .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKJp2fo4ve .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKJp2fo4ve .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKJp2fo4ve ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKJp2fo4ve .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKJp2fo4ve .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-uKJp2fo4ve .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKJp2fo4ve 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-uKJp2fo4ve .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKJp2fo4ve .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKJp2fo4ve .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKJp2fo4ve .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKJp2fo4ve .nav-item {
    margin: 0 !important;
  }
}
.cid-uKJp2fo4ve .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKJp2fo4ve .nav-item .nav-link:hover,
.cid-uKJp2fo4ve .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uKJp2fo4ve .nav-item .nav-link:hover .mbr-iconfont,
.cid-uKJp2fo4ve .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uKJp2fo4ve .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKJp2fo4ve .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKJp2fo4ve .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKJp2fo4ve .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKJp2fo4ve .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-uKJp2fo4ve .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKJp2fo4ve .offcanvas_box {
    display: none;
  }
}
.cid-uKJp2fo4ve .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKJp2fo4ve .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKJp2fo4ve .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKJp2fo4ve .container {
  display: flex;
  margin: auto;
}
.cid-uKJp2fo4ve .iconfont-wrapper {
  color: #ffc308;
  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-uKJp2fo4ve .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKJp2fo4ve .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKJp2fo4ve .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKJp2fo4ve .navbar-nav {
    margin: 0;
  }
}
.cid-uKJp2fo4ve .dropdown-menu,
.cid-uKJp2fo4ve .navbar.opened {
  background-color: true !important;
}
.cid-uKJp2fo4ve .nav-item:focus,
.cid-uKJp2fo4ve .nav-link:focus {
  outline: none;
}
.cid-uKJp2fo4ve .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKJp2fo4ve .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKJp2fo4ve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKJp2fo4ve .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJp2fo4ve .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKJp2fo4ve .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKJp2fo4ve .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKJp2fo4ve .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKJp2fo4ve .navbar.opened {
  transition: all 0.3s;
}
.cid-uKJp2fo4ve .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKJp2fo4ve .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uKJp2fo4ve .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKJp2fo4ve .navbar.collapsed {
  justify-content: center;
}
.cid-uKJp2fo4ve .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKJp2fo4ve .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKJp2fo4ve .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKJp2fo4ve .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKJp2fo4ve .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKJp2fo4ve .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKJp2fo4ve .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKJp2fo4ve .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKJp2fo4ve .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKJp2fo4ve .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKJp2fo4ve .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKJp2fo4ve .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKJp2fo4ve .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKJp2fo4ve .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKJp2fo4ve .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKJp2fo4ve .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKJp2fo4ve .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKJp2fo4ve .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKJp2fo4ve .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKJp2fo4ve .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKJp2fo4ve .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKJp2fo4ve .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKJp2fo4ve .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKJp2fo4ve .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKJp2fo4ve .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-uKJp2fo4ve .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKJp2fo4ve .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKJp2fo4ve .dropdown-item.active,
.cid-uKJp2fo4ve .dropdown-item:active {
  background-color: transparent;
}
.cid-uKJp2fo4ve .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKJp2fo4ve .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKJp2fo4ve .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKJp2fo4ve .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKJp2fo4ve ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKJp2fo4ve .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKJp2fo4ve button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uKJp2fo4ve button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uKJp2fo4ve button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKJp2fo4ve button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJp2fo4ve button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJp2fo4ve button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKJp2fo4ve nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJp2fo4ve nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKJp2fo4ve nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKJp2fo4ve nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJp2fo4ve a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKJp2fo4ve .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-uKJp2fo4ve .navbar {
    height: 70px;
  }
  .cid-uKJp2fo4ve .navbar.opened {
    height: auto;
  }
  .cid-uKJp2fo4ve .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKJp2fo4ve .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKJp2fo4ve .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uKJp2fo4ve .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uKJp2fo4ve .mbr-section-btn-main .btn:hover,
.cid-uKJp2fo4ve .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uKJp2fo4ve .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uKJp2fo4ve .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uKJp2fo4ve .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uKJp2fo4ve .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uKJp2fo4ve .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uKJp2fo4ve .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uKJp2fo4ve .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uKJp2fo4ve .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKJp2fo4ve .text_widget {
  margin-bottom: 32px;
}
.cid-uKJp2fo4ve .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKJp2fo4ve .text_widget a:hover,
.cid-uKJp2fo4ve .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uKJp2fo4ve .icons-menu-main {
  display: flex;
}
.cid-uKJp2fo4ve .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uKJp2fo4ve .navbar-caption {
  color: #fdfcfc;
}
.cid-uKJp2fo4ve .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uKJp2fo4ve .mbr-section-subtitle,
.cid-uKJp2fo4ve .text_widget,
.cid-uKJp2fo4ve .mbr-section-btn {
  text-align: center;
}
.cid-uKJp2fo4ve a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKJp2gibE8 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uKJp2gibE8 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uKJp2gibE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJp2gibE8 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uKJp2gibE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uKJp2gibE8 {
    align-items: flex-end;
  }
  .cid-uKJp2gibE8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKJp2gibE8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKJp2gibE8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKJp2gibE8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKJp2gibE8 .content-wrap {
    width: 100%;
  }
}
.cid-uKJp2gibE8 .mbr-section-subtitle,
.cid-uKJp2gibE8 .line {
  color: #ffffff;
}
.cid-uKJp2gibE8 .mbr-text,
.cid-uKJp2gibE8 .mbr-section-btn {
  text-align: right;
}
.cid-uKJp2hD7tW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc071e;
}
.cid-uKJp2hD7tW H1 {
  color: #ffffff;
}
.cid-uKJp2hD7tW .mbr-text,
.cid-uKJp2hD7tW .mbr-section-btn {
  color: #716c80;
}
.cid-uKJp2hD7tW H3 {
  color: #716c80;
}
.cid-uKJp2i43n7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKJp2i43n7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKJp2i43n7 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uKJp2i43n7 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uKJp2i43n7 .btn-primary-outline:active {
  color: gray;
}
.cid-uKJp2i43n7 .btn-primary-outline:hover {
  color: white;
}
.cid-uKJp2i43n7 .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uKJp2i43n7 div {
  overflow: hidden;
}
.cid-uKJp2i43n7 .btn-primary-outline.active {
  color: white;
}
.cid-uKJp2i43n7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKJp2i43n7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKJp2i43n7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKJp2i43n7 .mbr-gallery-item {
  overflow: hidden;
}
.cid-uKJp2i43n7 .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uKJp2i43n7 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uKJp2i43n7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #364c78;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uKJp2i43n7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uKJp2i43n7 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uKJp2i43n7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uKJp2i43n7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #364c78 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLLgEru6ch {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLgEru6ch .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLgEru6ch .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLgEru6ch .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLgEru6ch .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLgEru6ch .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLgEru6ch .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLgEru6ch .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLgEru6ch .input-group-btn {
  padding-left: 0;
}
.cid-uLLgEru6ch .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLgEru6ch .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLgEru6ch .mbr-text {
  color: #444;
}
.cid-uLLgEru6ch h5 {
  margin-bottom: 0;
}
.cid-uLLgEru6ch .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLgEru6ch .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLgEru6ch .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLgEru6ch .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLgEru6ch .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLgEru6ch .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLgEru6ch .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLgEru6ch .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLgEru6ch .media-container-row > div {
  padding: 0px;
}
.cid-uLLgEru6ch .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLgEru6ch .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLgEru6ch .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLgEru6ch .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLgEru6ch .social-list,
  .cid-uLLgEru6ch .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLgEru6ch h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLgEru6ch .form-group {
    max-width: 180px;
  }
}
.cid-uLLgEru6ch .links span {
  color: #9e9e9e;
}
.cid-uLLgEru6ch .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLgEru6ch .logo-title {
  text-align: center;
}
.cid-uLLgEru6ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLgEru6ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLgEru6ch .logo-title,
.cid-uLLgEru6ch .logo {
  color: #ffc308;
}
.cid-uKZLTp0xTW {
  z-index: 1000;
  width: 100%;
}
.cid-uKZLTp0xTW .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uKZLTp0xTW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uKZLTp0xTW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKZLTp0xTW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKZLTp0xTW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKZLTp0xTW .menu_box .navbar.opened,
  .cid-uKZLTp0xTW .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKZLTp0xTW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uKZLTp0xTW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKZLTp0xTW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKZLTp0xTW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKZLTp0xTW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKZLTp0xTW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKZLTp0xTW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKZLTp0xTW .offcanvas-body .mbr-text,
  .cid-uKZLTp0xTW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKZLTp0xTW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKZLTp0xTW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKZLTp0xTW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uKZLTp0xTW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKZLTp0xTW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKZLTp0xTW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKZLTp0xTW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKZLTp0xTW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKZLTp0xTW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKZLTp0xTW .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-uKZLTp0xTW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKZLTp0xTW 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-uKZLTp0xTW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKZLTp0xTW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKZLTp0xTW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKZLTp0xTW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKZLTp0xTW .nav-item {
    margin: 0 !important;
  }
}
.cid-uKZLTp0xTW .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKZLTp0xTW .nav-item .nav-link:hover,
.cid-uKZLTp0xTW .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uKZLTp0xTW .nav-item .nav-link:hover .mbr-iconfont,
.cid-uKZLTp0xTW .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uKZLTp0xTW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKZLTp0xTW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKZLTp0xTW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKZLTp0xTW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKZLTp0xTW .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-uKZLTp0xTW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKZLTp0xTW .offcanvas_box {
    display: none;
  }
}
.cid-uKZLTp0xTW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKZLTp0xTW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKZLTp0xTW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKZLTp0xTW .container {
  display: flex;
  margin: auto;
}
.cid-uKZLTp0xTW .iconfont-wrapper {
  color: #ffc308;
  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-uKZLTp0xTW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKZLTp0xTW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKZLTp0xTW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKZLTp0xTW .navbar-nav {
    margin: 0;
  }
}
.cid-uKZLTp0xTW .dropdown-menu,
.cid-uKZLTp0xTW .navbar.opened {
  background-color: true !important;
}
.cid-uKZLTp0xTW .nav-item:focus,
.cid-uKZLTp0xTW .nav-link:focus {
  outline: none;
}
.cid-uKZLTp0xTW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKZLTp0xTW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKZLTp0xTW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKZLTp0xTW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKZLTp0xTW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKZLTp0xTW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKZLTp0xTW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKZLTp0xTW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKZLTp0xTW .navbar.opened {
  transition: all 0.3s;
}
.cid-uKZLTp0xTW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKZLTp0xTW .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uKZLTp0xTW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uKZLTp0xTW .navbar.collapsed {
  justify-content: center;
}
.cid-uKZLTp0xTW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKZLTp0xTW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKZLTp0xTW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKZLTp0xTW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKZLTp0xTW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKZLTp0xTW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKZLTp0xTW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKZLTp0xTW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKZLTp0xTW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKZLTp0xTW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKZLTp0xTW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKZLTp0xTW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKZLTp0xTW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKZLTp0xTW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKZLTp0xTW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKZLTp0xTW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKZLTp0xTW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKZLTp0xTW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKZLTp0xTW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKZLTp0xTW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKZLTp0xTW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKZLTp0xTW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKZLTp0xTW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKZLTp0xTW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKZLTp0xTW .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-uKZLTp0xTW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKZLTp0xTW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKZLTp0xTW .dropdown-item.active,
.cid-uKZLTp0xTW .dropdown-item:active {
  background-color: transparent;
}
.cid-uKZLTp0xTW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKZLTp0xTW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKZLTp0xTW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKZLTp0xTW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKZLTp0xTW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKZLTp0xTW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKZLTp0xTW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uKZLTp0xTW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uKZLTp0xTW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKZLTp0xTW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKZLTp0xTW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKZLTp0xTW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKZLTp0xTW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKZLTp0xTW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKZLTp0xTW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKZLTp0xTW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKZLTp0xTW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKZLTp0xTW .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-uKZLTp0xTW .navbar {
    height: 70px;
  }
  .cid-uKZLTp0xTW .navbar.opened {
    height: auto;
  }
  .cid-uKZLTp0xTW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKZLTp0xTW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKZLTp0xTW .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uKZLTp0xTW .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uKZLTp0xTW .mbr-section-btn-main .btn:hover,
.cid-uKZLTp0xTW .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uKZLTp0xTW .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uKZLTp0xTW .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uKZLTp0xTW .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uKZLTp0xTW .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uKZLTp0xTW .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uKZLTp0xTW .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uKZLTp0xTW .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uKZLTp0xTW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKZLTp0xTW .text_widget {
  margin-bottom: 32px;
}
.cid-uKZLTp0xTW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKZLTp0xTW .text_widget a:hover,
.cid-uKZLTp0xTW .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uKZLTp0xTW .icons-menu-main {
  display: flex;
}
.cid-uKZLTp0xTW .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uKZLTp0xTW .navbar-caption {
  color: #fdfcfc;
}
.cid-uKZLTp0xTW .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uKZLTp0xTW .mbr-section-subtitle,
.cid-uKZLTp0xTW .text_widget,
.cid-uKZLTp0xTW .mbr-section-btn {
  text-align: center;
}
.cid-uKZLTp0xTW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKZLTpAvf9 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/eventos-ind-1920x1080.jpg");
}
.cid-uKZLTpAvf9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uKZLTpAvf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZLTpAvf9 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uKZLTpAvf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uKZLTpAvf9 {
    align-items: flex-end;
  }
  .cid-uKZLTpAvf9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKZLTpAvf9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKZLTpAvf9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uKZLTpAvf9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKZLTpAvf9 .content-wrap {
    width: 100%;
  }
}
.cid-uKZLTpAvf9 .mbr-section-subtitle,
.cid-uKZLTpAvf9 .line {
  color: #ffffff;
}
.cid-uKZLTpAvf9 .mbr-text,
.cid-uKZLTpAvf9 .mbr-section-btn {
  text-align: right;
}
.cid-uKZLTq2kLP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKZLTq2kLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZLTq2kLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKZLTq2kLP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKZLTq2kLP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKZLTq2kLP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKZLTq2kLP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKZLTq2kLP .mbr-section-title {
  color: #003087;
}
.cid-uKZLTq2kLP .mbr-text,
.cid-uKZLTq2kLP .mbr-section-btn {
  color: #000000;
}
.cid-uLLfXuFMBq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLfXuFMBq .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLfXuFMBq .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLfXuFMBq .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLfXuFMBq .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLfXuFMBq .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLfXuFMBq .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLfXuFMBq .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLfXuFMBq .input-group-btn {
  padding-left: 0;
}
.cid-uLLfXuFMBq .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLfXuFMBq .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLfXuFMBq .mbr-text {
  color: #444;
}
.cid-uLLfXuFMBq h5 {
  margin-bottom: 0;
}
.cid-uLLfXuFMBq .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLfXuFMBq .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLfXuFMBq .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLfXuFMBq .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLfXuFMBq .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLfXuFMBq .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLfXuFMBq .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLfXuFMBq .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLfXuFMBq .media-container-row > div {
  padding: 0px;
}
.cid-uLLfXuFMBq .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLfXuFMBq .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLfXuFMBq .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLfXuFMBq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLfXuFMBq .social-list,
  .cid-uLLfXuFMBq .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLfXuFMBq h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLfXuFMBq .form-group {
    max-width: 180px;
  }
}
.cid-uLLfXuFMBq .links span {
  color: #9e9e9e;
}
.cid-uLLfXuFMBq .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLfXuFMBq .logo-title {
  text-align: center;
}
.cid-uLLfXuFMBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLfXuFMBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLfXuFMBq .logo-title,
.cid-uLLfXuFMBq .logo {
  color: #ffc308;
}
.cid-uLbqVQvyRu {
  z-index: 1000;
  width: 100%;
}
.cid-uLbqVQvyRu .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uLbqVQvyRu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uLbqVQvyRu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbqVQvyRu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLbqVQvyRu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLbqVQvyRu .menu_box .navbar.opened,
  .cid-uLbqVQvyRu .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLbqVQvyRu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uLbqVQvyRu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLbqVQvyRu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLbqVQvyRu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLbqVQvyRu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLbqVQvyRu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLbqVQvyRu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLbqVQvyRu .offcanvas-body .mbr-text,
  .cid-uLbqVQvyRu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLbqVQvyRu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLbqVQvyRu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLbqVQvyRu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uLbqVQvyRu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLbqVQvyRu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLbqVQvyRu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLbqVQvyRu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLbqVQvyRu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLbqVQvyRu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbqVQvyRu .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-uLbqVQvyRu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLbqVQvyRu 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-uLbqVQvyRu .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLbqVQvyRu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLbqVQvyRu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLbqVQvyRu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLbqVQvyRu .nav-item {
    margin: 0 !important;
  }
}
.cid-uLbqVQvyRu .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLbqVQvyRu .nav-item .nav-link:hover,
.cid-uLbqVQvyRu .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uLbqVQvyRu .nav-item .nav-link:hover .mbr-iconfont,
.cid-uLbqVQvyRu .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uLbqVQvyRu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLbqVQvyRu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLbqVQvyRu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbqVQvyRu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLbqVQvyRu .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-uLbqVQvyRu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLbqVQvyRu .offcanvas_box {
    display: none;
  }
}
.cid-uLbqVQvyRu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLbqVQvyRu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLbqVQvyRu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLbqVQvyRu .container {
  display: flex;
  margin: auto;
}
.cid-uLbqVQvyRu .iconfont-wrapper {
  color: #ffc308;
  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-uLbqVQvyRu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLbqVQvyRu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbqVQvyRu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLbqVQvyRu .navbar-nav {
    margin: 0;
  }
}
.cid-uLbqVQvyRu .dropdown-menu,
.cid-uLbqVQvyRu .navbar.opened {
  background-color: true !important;
}
.cid-uLbqVQvyRu .nav-item:focus,
.cid-uLbqVQvyRu .nav-link:focus {
  outline: none;
}
.cid-uLbqVQvyRu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbqVQvyRu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbqVQvyRu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbqVQvyRu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbqVQvyRu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbqVQvyRu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbqVQvyRu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLbqVQvyRu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLbqVQvyRu .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbqVQvyRu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLbqVQvyRu .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLbqVQvyRu .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uLbqVQvyRu .navbar.collapsed {
  justify-content: center;
}
.cid-uLbqVQvyRu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbqVQvyRu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLbqVQvyRu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbqVQvyRu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbqVQvyRu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbqVQvyRu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLbqVQvyRu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbqVQvyRu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLbqVQvyRu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLbqVQvyRu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbqVQvyRu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbqVQvyRu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLbqVQvyRu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbqVQvyRu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLbqVQvyRu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbqVQvyRu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLbqVQvyRu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLbqVQvyRu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLbqVQvyRu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLbqVQvyRu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbqVQvyRu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLbqVQvyRu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbqVQvyRu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbqVQvyRu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbqVQvyRu .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-uLbqVQvyRu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uLbqVQvyRu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbqVQvyRu .dropdown-item.active,
.cid-uLbqVQvyRu .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbqVQvyRu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbqVQvyRu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbqVQvyRu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbqVQvyRu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbqVQvyRu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLbqVQvyRu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbqVQvyRu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uLbqVQvyRu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uLbqVQvyRu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbqVQvyRu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbqVQvyRu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbqVQvyRu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbqVQvyRu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbqVQvyRu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbqVQvyRu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbqVQvyRu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbqVQvyRu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLbqVQvyRu .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-uLbqVQvyRu .navbar {
    height: 70px;
  }
  .cid-uLbqVQvyRu .navbar.opened {
    height: auto;
  }
  .cid-uLbqVQvyRu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbqVQvyRu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLbqVQvyRu .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uLbqVQvyRu .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uLbqVQvyRu .mbr-section-btn-main .btn:hover,
.cid-uLbqVQvyRu .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uLbqVQvyRu .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uLbqVQvyRu .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uLbqVQvyRu .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uLbqVQvyRu .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uLbqVQvyRu .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uLbqVQvyRu .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uLbqVQvyRu .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uLbqVQvyRu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLbqVQvyRu .text_widget {
  margin-bottom: 32px;
}
.cid-uLbqVQvyRu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLbqVQvyRu .text_widget a:hover,
.cid-uLbqVQvyRu .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uLbqVQvyRu .icons-menu-main {
  display: flex;
}
.cid-uLbqVQvyRu .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uLbqVQvyRu .navbar-caption {
  color: #fdfcfc;
}
.cid-uLbqVQvyRu .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uLbqVQvyRu .mbr-section-subtitle,
.cid-uLbqVQvyRu .text_widget,
.cid-uLbqVQvyRu .mbr-section-btn {
  text-align: center;
}
.cid-uLbqVQvyRu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLbqVQZ9vH {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uLbqVQZ9vH .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uLbqVQZ9vH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbqVQZ9vH .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uLbqVQZ9vH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLbqVQZ9vH {
    align-items: flex-end;
  }
  .cid-uLbqVQZ9vH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLbqVQZ9vH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLbqVQZ9vH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLbqVQZ9vH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLbqVQZ9vH .content-wrap {
    width: 100%;
  }
}
.cid-uLbqVQZ9vH .mbr-section-subtitle,
.cid-uLbqVQZ9vH .line {
  color: #ffffff;
}
.cid-uLbqVQZ9vH .mbr-text,
.cid-uLbqVQZ9vH .mbr-section-btn {
  text-align: right;
}
.cid-uLbtyLbOnV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eb0000;
}
.cid-uLbtyLbOnV .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uLbtyLbOnV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uLbtyLbOnV .container {
    padding: 0 24px;
  }
}
.cid-uLbtyLbOnV .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbtyLbOnV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLbtyLbOnV .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLbtyLbOnV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLbtyLbOnV .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLbtyLbOnV .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLbtyLbOnV .mbr-section-title {
  color: #F9F6E0;
}
.cid-uLbtyLbOnV .mbr-text {
  color: #F9F6E0;
}
.cid-uLbtyLbOnV .mbr-section-title,
.cid-uLbtyLbOnV .mbr-section-btn {
  text-align: center;
}
.cid-uLbsH48BTy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLbsH48BTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbsH48BTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbsH48BTy .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLbsH48BTy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLbsH48BTy .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uLbsH48BTy .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uLbsH48BTy .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uLbsH48BTy .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uLbsH48BTy .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uLbsH48BTy .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uLbsH48BTy .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #003087;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uLbsH48BTy .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uLbsH48BTy .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLbsH48BTy .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLbsH48BTy .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #003087;
  background-color: #ffc308;
  border-radius: 12px;
}
.cid-uLbsH48BTy .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uLbsH48BTy .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uLbsH48BTy .mbr-section-title {
  color: #404349;
}
.cid-uLbsH48BTy .mbr-desc {
  color: #b19a7c;
}
.cid-uLbsH48BTy .item-title {
  color: #404349;
}
.cid-uLbsH48BTy .item-text {
  color: #ffffff;
}
.cid-uLbsH48BTy .item-title,
.cid-uLbsH48BTy .icon-wrapper {
  color: #ffd608;
}
.cid-uLbqVRHxBy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLbqVRHxBy .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLbqVRHxBy .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLbqVRHxBy .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLbqVRHxBy .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLbqVRHxBy .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLbqVRHxBy .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLbqVRHxBy .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLbqVRHxBy .input-group-btn {
  padding-left: 0;
}
.cid-uLbqVRHxBy .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLbqVRHxBy .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLbqVRHxBy .mbr-text {
  color: #444;
}
.cid-uLbqVRHxBy h5 {
  margin-bottom: 0;
}
.cid-uLbqVRHxBy .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLbqVRHxBy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLbqVRHxBy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLbqVRHxBy .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLbqVRHxBy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLbqVRHxBy .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLbqVRHxBy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLbqVRHxBy .social-list a:hover {
  opacity: 0.4;
}
.cid-uLbqVRHxBy .media-container-row > div {
  padding: 0px;
}
.cid-uLbqVRHxBy .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLbqVRHxBy .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLbqVRHxBy .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLbqVRHxBy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLbqVRHxBy .social-list,
  .cid-uLbqVRHxBy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLbqVRHxBy h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLbqVRHxBy .form-group {
    max-width: 180px;
  }
}
.cid-uLbqVRHxBy .links span {
  color: #9e9e9e;
}
.cid-uLbqVRHxBy .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLbqVRHxBy .logo-title {
  text-align: center;
}
.cid-uLbqVRHxBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbqVRHxBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbqVRHxBy .logo-title,
.cid-uLbqVRHxBy .logo {
  color: #ffc308;
}
.cid-uMAIJ9gXGP {
  z-index: 1000;
  width: 100%;
}
.cid-uMAIJ9gXGP .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uMAIJ9gXGP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uMAIJ9gXGP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMAIJ9gXGP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMAIJ9gXGP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMAIJ9gXGP .menu_box .navbar.opened,
  .cid-uMAIJ9gXGP .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMAIJ9gXGP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMAIJ9gXGP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMAIJ9gXGP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMAIJ9gXGP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMAIJ9gXGP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMAIJ9gXGP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMAIJ9gXGP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMAIJ9gXGP .offcanvas-body .mbr-text,
  .cid-uMAIJ9gXGP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMAIJ9gXGP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMAIJ9gXGP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMAIJ9gXGP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uMAIJ9gXGP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMAIJ9gXGP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMAIJ9gXGP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMAIJ9gXGP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMAIJ9gXGP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMAIJ9gXGP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMAIJ9gXGP .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-uMAIJ9gXGP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMAIJ9gXGP 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-uMAIJ9gXGP .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMAIJ9gXGP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uMAIJ9gXGP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMAIJ9gXGP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMAIJ9gXGP .nav-item {
    margin: 0 !important;
  }
}
.cid-uMAIJ9gXGP .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMAIJ9gXGP .nav-item .nav-link:hover,
.cid-uMAIJ9gXGP .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uMAIJ9gXGP .nav-item .nav-link:hover .mbr-iconfont,
.cid-uMAIJ9gXGP .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uMAIJ9gXGP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMAIJ9gXGP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMAIJ9gXGP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMAIJ9gXGP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMAIJ9gXGP .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-uMAIJ9gXGP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMAIJ9gXGP .offcanvas_box {
    display: none;
  }
}
.cid-uMAIJ9gXGP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMAIJ9gXGP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMAIJ9gXGP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMAIJ9gXGP .container {
  display: flex;
  margin: auto;
}
.cid-uMAIJ9gXGP .iconfont-wrapper {
  color: #ffc308;
  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-uMAIJ9gXGP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMAIJ9gXGP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMAIJ9gXGP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMAIJ9gXGP .navbar-nav {
    margin: 0;
  }
}
.cid-uMAIJ9gXGP .dropdown-menu,
.cid-uMAIJ9gXGP .navbar.opened {
  background-color: true !important;
}
.cid-uMAIJ9gXGP .nav-item:focus,
.cid-uMAIJ9gXGP .nav-link:focus {
  outline: none;
}
.cid-uMAIJ9gXGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMAIJ9gXGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMAIJ9gXGP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMAIJ9gXGP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMAIJ9gXGP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMAIJ9gXGP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMAIJ9gXGP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMAIJ9gXGP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMAIJ9gXGP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMAIJ9gXGP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMAIJ9gXGP .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uMAIJ9gXGP .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uMAIJ9gXGP .navbar.collapsed {
  justify-content: center;
}
.cid-uMAIJ9gXGP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMAIJ9gXGP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMAIJ9gXGP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMAIJ9gXGP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMAIJ9gXGP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMAIJ9gXGP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMAIJ9gXGP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMAIJ9gXGP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMAIJ9gXGP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMAIJ9gXGP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMAIJ9gXGP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMAIJ9gXGP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMAIJ9gXGP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMAIJ9gXGP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMAIJ9gXGP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMAIJ9gXGP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMAIJ9gXGP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMAIJ9gXGP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMAIJ9gXGP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMAIJ9gXGP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMAIJ9gXGP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMAIJ9gXGP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMAIJ9gXGP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMAIJ9gXGP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMAIJ9gXGP .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-uMAIJ9gXGP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMAIJ9gXGP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMAIJ9gXGP .dropdown-item.active,
.cid-uMAIJ9gXGP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMAIJ9gXGP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMAIJ9gXGP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMAIJ9gXGP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMAIJ9gXGP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMAIJ9gXGP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMAIJ9gXGP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMAIJ9gXGP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uMAIJ9gXGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uMAIJ9gXGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMAIJ9gXGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMAIJ9gXGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMAIJ9gXGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMAIJ9gXGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMAIJ9gXGP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMAIJ9gXGP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMAIJ9gXGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMAIJ9gXGP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMAIJ9gXGP .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-uMAIJ9gXGP .navbar {
    height: 70px;
  }
  .cid-uMAIJ9gXGP .navbar.opened {
    height: auto;
  }
  .cid-uMAIJ9gXGP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMAIJ9gXGP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMAIJ9gXGP .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMAIJ9gXGP .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uMAIJ9gXGP .mbr-section-btn-main .btn:hover,
.cid-uMAIJ9gXGP .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uMAIJ9gXGP .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uMAIJ9gXGP .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uMAIJ9gXGP .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uMAIJ9gXGP .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uMAIJ9gXGP .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uMAIJ9gXGP .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uMAIJ9gXGP .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uMAIJ9gXGP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMAIJ9gXGP .text_widget {
  margin-bottom: 32px;
}
.cid-uMAIJ9gXGP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMAIJ9gXGP .text_widget a:hover,
.cid-uMAIJ9gXGP .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uMAIJ9gXGP .icons-menu-main {
  display: flex;
}
.cid-uMAIJ9gXGP .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uMAIJ9gXGP .navbar-caption {
  color: #fdfcfc;
}
.cid-uMAIJ9gXGP .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uMAIJ9gXGP .mbr-section-subtitle,
.cid-uMAIJ9gXGP .text_widget,
.cid-uMAIJ9gXGP .mbr-section-btn {
  text-align: center;
}
.cid-uMAIJ9gXGP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMAIJa4rtP {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uMAIJa4rtP .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uMAIJa4rtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAIJa4rtP .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMAIJa4rtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uMAIJa4rtP {
    align-items: flex-end;
  }
  .cid-uMAIJa4rtP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMAIJa4rtP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMAIJa4rtP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMAIJa4rtP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMAIJa4rtP .content-wrap {
    width: 100%;
  }
}
.cid-uMAIJa4rtP .mbr-section-subtitle,
.cid-uMAIJa4rtP .line {
  color: #ffffff;
}
.cid-uMAIJa4rtP .mbr-text,
.cid-uMAIJa4rtP .mbr-section-btn {
  text-align: right;
}
.cid-uMAIJaLZL6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc071e;
}
.cid-uMAIJaLZL6 H1 {
  color: #ffffff;
}
.cid-uMAIJaLZL6 .mbr-text,
.cid-uMAIJaLZL6 .mbr-section-btn {
  color: #716c80;
}
.cid-uMAIJaLZL6 H3 {
  color: #716c80;
}
.cid-uMAIJbmwbC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffc308;
}
.cid-uMAIJbmwbC H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uMAIJbmwbC .mbr-text,
.cid-uMAIJbmwbC .mbr-section-btn {
  color: #716c80;
}
.cid-uMAIJbmwbC H3 {
  color: #716c80;
}
.cid-uMAIJge4Gr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003087;
}
.cid-uMAIJge4Gr .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uMAIJge4Gr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uMAIJge4Gr .container {
    padding: 0 24px;
  }
}
.cid-uMAIJge4Gr .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMAIJge4Gr .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMAIJge4Gr .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMAIJge4Gr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMAIJge4Gr .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMAIJge4Gr .mbr-section-btn {
    text-align: left;
  }
}
.cid-uMAIJge4Gr .mbr-section-title {
  color: #F9F6E0;
}
.cid-uMAIJge4Gr .mbr-text {
  color: #F9F6E0;
}
.cid-uMAIJge4Gr .mbr-section-title,
.cid-uMAIJge4Gr .mbr-section-btn {
  text-align: center;
  color: #ffc308;
}
.cid-uMAIJh0tJ9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMAIJh0tJ9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uMAIJh0tJ9 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uMAIJh0tJ9 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uMAIJh0tJ9 .btn-primary-outline:active {
  color: gray;
}
.cid-uMAIJh0tJ9 .btn-primary-outline:hover {
  color: white;
}
.cid-uMAIJh0tJ9 .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uMAIJh0tJ9 div {
  overflow: hidden;
}
.cid-uMAIJh0tJ9 .btn-primary-outline.active {
  color: white;
}
.cid-uMAIJh0tJ9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMAIJh0tJ9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMAIJh0tJ9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uMAIJh0tJ9 .mbr-gallery-item {
  overflow: hidden;
}
.cid-uMAIJh0tJ9 .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uMAIJh0tJ9 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uMAIJh0tJ9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #364c78;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uMAIJh0tJ9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uMAIJh0tJ9 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uMAIJh0tJ9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uMAIJh0tJ9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #364c78 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uMAIJhV5uO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003087;
}
.cid-uMAIJhV5uO .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uMAIJhV5uO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uMAIJhV5uO .container {
    padding: 0 24px;
  }
}
.cid-uMAIJhV5uO .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMAIJhV5uO .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMAIJhV5uO .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMAIJhV5uO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMAIJhV5uO .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMAIJhV5uO .mbr-section-btn {
    text-align: left;
  }
}
.cid-uMAIJhV5uO .mbr-section-title {
  color: #F9F6E0;
}
.cid-uMAIJhV5uO .mbr-text {
  color: #F9F6E0;
}
.cid-uMAIJhV5uO .mbr-section-title,
.cid-uMAIJhV5uO .mbr-section-btn {
  text-align: center;
  color: #ffc308;
}
.cid-uMAIJiIHZv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMAIJiIHZv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uMAIJiIHZv .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uMAIJiIHZv .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uMAIJiIHZv .btn-primary-outline:active {
  color: gray;
}
.cid-uMAIJiIHZv .btn-primary-outline:hover {
  color: white;
}
.cid-uMAIJiIHZv .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uMAIJiIHZv div {
  overflow: hidden;
}
.cid-uMAIJiIHZv .btn-primary-outline.active {
  color: white;
}
.cid-uMAIJiIHZv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMAIJiIHZv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMAIJiIHZv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uMAIJiIHZv .mbr-gallery-item {
  overflow: hidden;
}
.cid-uMAIJiIHZv .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uMAIJiIHZv .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uMAIJiIHZv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #364c78;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uMAIJiIHZv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uMAIJiIHZv .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uMAIJiIHZv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uMAIJiIHZv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #364c78 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uMAIJqGAqH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uMAIJqGAqH .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uMAIJqGAqH .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMAIJqGAqH .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uMAIJqGAqH .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uMAIJqGAqH .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uMAIJqGAqH .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMAIJqGAqH .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uMAIJqGAqH .input-group-btn {
  padding-left: 0;
}
.cid-uMAIJqGAqH .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMAIJqGAqH .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uMAIJqGAqH .mbr-text {
  color: #444;
}
.cid-uMAIJqGAqH h5 {
  margin-bottom: 0;
}
.cid-uMAIJqGAqH .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMAIJqGAqH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMAIJqGAqH .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMAIJqGAqH .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMAIJqGAqH .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMAIJqGAqH .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMAIJqGAqH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMAIJqGAqH .social-list a:hover {
  opacity: 0.4;
}
.cid-uMAIJqGAqH .media-container-row > div {
  padding: 0px;
}
.cid-uMAIJqGAqH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMAIJqGAqH .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uMAIJqGAqH .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMAIJqGAqH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMAIJqGAqH .social-list,
  .cid-uMAIJqGAqH .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMAIJqGAqH h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMAIJqGAqH .form-group {
    max-width: 180px;
  }
}
.cid-uMAIJqGAqH .links span {
  color: #9e9e9e;
}
.cid-uMAIJqGAqH .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uMAIJqGAqH .logo-title {
  text-align: center;
}
.cid-uMAIJqGAqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAIJqGAqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAIJqGAqH .logo-title,
.cid-uMAIJqGAqH .logo {
  color: #ffc308;
}
.cid-uMAIVuDMGz {
  z-index: 1000;
  width: 100%;
}
.cid-uMAIVuDMGz .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uMAIVuDMGz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uMAIVuDMGz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMAIVuDMGz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMAIVuDMGz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMAIVuDMGz .menu_box .navbar.opened,
  .cid-uMAIVuDMGz .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMAIVuDMGz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMAIVuDMGz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMAIVuDMGz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMAIVuDMGz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMAIVuDMGz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMAIVuDMGz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMAIVuDMGz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMAIVuDMGz .offcanvas-body .mbr-text,
  .cid-uMAIVuDMGz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMAIVuDMGz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMAIVuDMGz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMAIVuDMGz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uMAIVuDMGz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMAIVuDMGz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMAIVuDMGz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMAIVuDMGz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMAIVuDMGz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMAIVuDMGz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMAIVuDMGz .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-uMAIVuDMGz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMAIVuDMGz 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-uMAIVuDMGz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMAIVuDMGz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uMAIVuDMGz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMAIVuDMGz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMAIVuDMGz .nav-item {
    margin: 0 !important;
  }
}
.cid-uMAIVuDMGz .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMAIVuDMGz .nav-item .nav-link:hover,
.cid-uMAIVuDMGz .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uMAIVuDMGz .nav-item .nav-link:hover .mbr-iconfont,
.cid-uMAIVuDMGz .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uMAIVuDMGz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMAIVuDMGz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMAIVuDMGz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMAIVuDMGz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMAIVuDMGz .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-uMAIVuDMGz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMAIVuDMGz .offcanvas_box {
    display: none;
  }
}
.cid-uMAIVuDMGz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMAIVuDMGz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMAIVuDMGz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMAIVuDMGz .container {
  display: flex;
  margin: auto;
}
.cid-uMAIVuDMGz .iconfont-wrapper {
  color: #ffc308;
  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-uMAIVuDMGz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMAIVuDMGz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMAIVuDMGz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMAIVuDMGz .navbar-nav {
    margin: 0;
  }
}
.cid-uMAIVuDMGz .dropdown-menu,
.cid-uMAIVuDMGz .navbar.opened {
  background-color: true !important;
}
.cid-uMAIVuDMGz .nav-item:focus,
.cid-uMAIVuDMGz .nav-link:focus {
  outline: none;
}
.cid-uMAIVuDMGz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMAIVuDMGz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMAIVuDMGz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMAIVuDMGz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMAIVuDMGz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMAIVuDMGz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMAIVuDMGz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMAIVuDMGz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMAIVuDMGz .navbar.opened {
  transition: all 0.3s;
}
.cid-uMAIVuDMGz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMAIVuDMGz .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uMAIVuDMGz .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uMAIVuDMGz .navbar.collapsed {
  justify-content: center;
}
.cid-uMAIVuDMGz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMAIVuDMGz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMAIVuDMGz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMAIVuDMGz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMAIVuDMGz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMAIVuDMGz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMAIVuDMGz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMAIVuDMGz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMAIVuDMGz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMAIVuDMGz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMAIVuDMGz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMAIVuDMGz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMAIVuDMGz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMAIVuDMGz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMAIVuDMGz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMAIVuDMGz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMAIVuDMGz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMAIVuDMGz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMAIVuDMGz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMAIVuDMGz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMAIVuDMGz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMAIVuDMGz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMAIVuDMGz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMAIVuDMGz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMAIVuDMGz .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-uMAIVuDMGz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMAIVuDMGz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMAIVuDMGz .dropdown-item.active,
.cid-uMAIVuDMGz .dropdown-item:active {
  background-color: transparent;
}
.cid-uMAIVuDMGz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMAIVuDMGz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMAIVuDMGz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMAIVuDMGz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMAIVuDMGz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMAIVuDMGz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMAIVuDMGz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uMAIVuDMGz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uMAIVuDMGz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMAIVuDMGz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMAIVuDMGz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMAIVuDMGz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMAIVuDMGz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMAIVuDMGz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMAIVuDMGz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMAIVuDMGz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMAIVuDMGz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMAIVuDMGz .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-uMAIVuDMGz .navbar {
    height: 70px;
  }
  .cid-uMAIVuDMGz .navbar.opened {
    height: auto;
  }
  .cid-uMAIVuDMGz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMAIVuDMGz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMAIVuDMGz .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uMAIVuDMGz .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uMAIVuDMGz .mbr-section-btn-main .btn:hover,
.cid-uMAIVuDMGz .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uMAIVuDMGz .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uMAIVuDMGz .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uMAIVuDMGz .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uMAIVuDMGz .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uMAIVuDMGz .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uMAIVuDMGz .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uMAIVuDMGz .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uMAIVuDMGz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMAIVuDMGz .text_widget {
  margin-bottom: 32px;
}
.cid-uMAIVuDMGz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMAIVuDMGz .text_widget a:hover,
.cid-uMAIVuDMGz .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uMAIVuDMGz .icons-menu-main {
  display: flex;
}
.cid-uMAIVuDMGz .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uMAIVuDMGz .navbar-caption {
  color: #fdfcfc;
}
.cid-uMAIVuDMGz .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uMAIVuDMGz .mbr-section-subtitle,
.cid-uMAIVuDMGz .text_widget,
.cid-uMAIVuDMGz .mbr-section-btn {
  text-align: center;
}
.cid-uMAIVuDMGz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMAIVvjdv9 {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uMAIVvjdv9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uMAIVvjdv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAIVvjdv9 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMAIVvjdv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uMAIVvjdv9 {
    align-items: flex-end;
  }
  .cid-uMAIVvjdv9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMAIVvjdv9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMAIVvjdv9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMAIVvjdv9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMAIVvjdv9 .content-wrap {
    width: 100%;
  }
}
.cid-uMAIVvjdv9 .mbr-section-subtitle,
.cid-uMAIVvjdv9 .line {
  color: #ffffff;
}
.cid-uMAIVvjdv9 .mbr-text,
.cid-uMAIVvjdv9 .mbr-section-btn {
  text-align: right;
}
.cid-uMAIVvUqJH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc071e;
}
.cid-uMAIVvUqJH H1 {
  color: #ffffff;
}
.cid-uMAIVvUqJH .mbr-text,
.cid-uMAIVvUqJH .mbr-section-btn {
  color: #716c80;
}
.cid-uMAIVvUqJH H3 {
  color: #716c80;
}
.cid-uMAIVwsTxN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffc308;
}
.cid-uMAIVwsTxN H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uMAIVwsTxN .mbr-text,
.cid-uMAIVwsTxN .mbr-section-btn {
  color: #716c80;
}
.cid-uMAIVwsTxN H3 {
  color: #716c80;
}
.cid-uMAIVx8gj2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003087;
}
.cid-uMAIVx8gj2 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uMAIVx8gj2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uMAIVx8gj2 .container {
    padding: 0 24px;
  }
}
.cid-uMAIVx8gj2 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMAIVx8gj2 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMAIVx8gj2 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMAIVx8gj2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMAIVx8gj2 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMAIVx8gj2 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uMAIVx8gj2 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uMAIVx8gj2 .mbr-text {
  color: #F9F6E0;
}
.cid-uMAIVx8gj2 .mbr-section-title,
.cid-uMAIVx8gj2 .mbr-section-btn {
  text-align: center;
  color: #ffc308;
}
.cid-uMAIVxGTK5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMAIVxGTK5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uMAIVxGTK5 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uMAIVxGTK5 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uMAIVxGTK5 .btn-primary-outline:active {
  color: gray;
}
.cid-uMAIVxGTK5 .btn-primary-outline:hover {
  color: white;
}
.cid-uMAIVxGTK5 .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uMAIVxGTK5 div {
  overflow: hidden;
}
.cid-uMAIVxGTK5 .btn-primary-outline.active {
  color: white;
}
.cid-uMAIVxGTK5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMAIVxGTK5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMAIVxGTK5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uMAIVxGTK5 .mbr-gallery-item {
  overflow: hidden;
}
.cid-uMAIVxGTK5 .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uMAIVxGTK5 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uMAIVxGTK5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #364c78;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uMAIVxGTK5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uMAIVxGTK5 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uMAIVxGTK5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uMAIVxGTK5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #364c78 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uMAIVylU4m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003087;
}
.cid-uMAIVylU4m .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uMAIVylU4m .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uMAIVylU4m .container {
    padding: 0 24px;
  }
}
.cid-uMAIVylU4m .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMAIVylU4m .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uMAIVylU4m .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMAIVylU4m .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMAIVylU4m .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMAIVylU4m .mbr-section-btn {
    text-align: left;
  }
}
.cid-uMAIVylU4m .mbr-section-title {
  color: #F9F6E0;
}
.cid-uMAIVylU4m .mbr-text {
  color: #F9F6E0;
}
.cid-uMAIVylU4m .mbr-section-title,
.cid-uMAIVylU4m .mbr-section-btn {
  text-align: center;
  color: #ffc308;
}
.cid-uMAIVyWPef {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uMAIVyWPef .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uMAIVyWPef .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uMAIVyWPef .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uMAIVyWPef .btn-primary-outline:active {
  color: gray;
}
.cid-uMAIVyWPef .btn-primary-outline:hover {
  color: white;
}
.cid-uMAIVyWPef .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uMAIVyWPef div {
  overflow: hidden;
}
.cid-uMAIVyWPef .btn-primary-outline.active {
  color: white;
}
.cid-uMAIVyWPef .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMAIVyWPef .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMAIVyWPef .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uMAIVyWPef .mbr-gallery-item {
  overflow: hidden;
}
.cid-uMAIVyWPef .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uMAIVyWPef .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uMAIVyWPef .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #364c78;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uMAIVyWPef .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uMAIVyWPef .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uMAIVyWPef .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uMAIVyWPef .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #364c78 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uMAIVM0c1j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uMAIVM0c1j .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uMAIVM0c1j .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uMAIVM0c1j .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uMAIVM0c1j .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uMAIVM0c1j .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uMAIVM0c1j .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uMAIVM0c1j .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uMAIVM0c1j .input-group-btn {
  padding-left: 0;
}
.cid-uMAIVM0c1j .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uMAIVM0c1j .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uMAIVM0c1j .mbr-text {
  color: #444;
}
.cid-uMAIVM0c1j h5 {
  margin-bottom: 0;
}
.cid-uMAIVM0c1j .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uMAIVM0c1j .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uMAIVM0c1j .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uMAIVM0c1j .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uMAIVM0c1j .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uMAIVM0c1j .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uMAIVM0c1j .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uMAIVM0c1j .social-list a:hover {
  opacity: 0.4;
}
.cid-uMAIVM0c1j .media-container-row > div {
  padding: 0px;
}
.cid-uMAIVM0c1j .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uMAIVM0c1j .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uMAIVM0c1j .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMAIVM0c1j .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uMAIVM0c1j .social-list,
  .cid-uMAIVM0c1j .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uMAIVM0c1j h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uMAIVM0c1j .form-group {
    max-width: 180px;
  }
}
.cid-uMAIVM0c1j .links span {
  color: #9e9e9e;
}
.cid-uMAIVM0c1j .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uMAIVM0c1j .logo-title {
  text-align: center;
}
.cid-uMAIVM0c1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAIVM0c1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAIVM0c1j .logo-title,
.cid-uMAIVM0c1j .logo {
  color: #ffc308;
}
.cid-uL0KO6FBtQ {
  z-index: 1000;
  width: 100%;
}
.cid-uL0KO6FBtQ .navbar-dropdown {
  background: rgba(0, 48, 135, 0.8) !important;
  padding: 0;
  position: fixed;
}
.cid-uL0KO6FBtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 48, 135, 0.8) !important;
  background: #003087;
}
.cid-uL0KO6FBtQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL0KO6FBtQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uL0KO6FBtQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uL0KO6FBtQ .menu_box .navbar.opened,
  .cid-uL0KO6FBtQ .menu_box .navbar-collapse {
    background-color: #003087 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uL0KO6FBtQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uL0KO6FBtQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uL0KO6FBtQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uL0KO6FBtQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uL0KO6FBtQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uL0KO6FBtQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uL0KO6FBtQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uL0KO6FBtQ .offcanvas-body .mbr-text,
  .cid-uL0KO6FBtQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uL0KO6FBtQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uL0KO6FBtQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uL0KO6FBtQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uL0KO6FBtQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uL0KO6FBtQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uL0KO6FBtQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uL0KO6FBtQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uL0KO6FBtQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uL0KO6FBtQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL0KO6FBtQ .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-uL0KO6FBtQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uL0KO6FBtQ 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-uL0KO6FBtQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uL0KO6FBtQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uL0KO6FBtQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uL0KO6FBtQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uL0KO6FBtQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uL0KO6FBtQ .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uL0KO6FBtQ .nav-item .nav-link:hover,
.cid-uL0KO6FBtQ .nav-item .nav-link:focus {
  color: #e8260b !important;
  transition: all 0.3s ease-out;
}
.cid-uL0KO6FBtQ .nav-item .nav-link:hover .mbr-iconfont,
.cid-uL0KO6FBtQ .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #e8260b !important;
  color: #ffffff !important;
  transform: rotate(-45deg);
}
.cid-uL0KO6FBtQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uL0KO6FBtQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uL0KO6FBtQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uL0KO6FBtQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uL0KO6FBtQ .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-uL0KO6FBtQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uL0KO6FBtQ .offcanvas_box {
    display: none;
  }
}
.cid-uL0KO6FBtQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uL0KO6FBtQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uL0KO6FBtQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uL0KO6FBtQ .container {
  display: flex;
  margin: auto;
}
.cid-uL0KO6FBtQ .iconfont-wrapper {
  color: #ffc308;
  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-uL0KO6FBtQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uL0KO6FBtQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uL0KO6FBtQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uL0KO6FBtQ .navbar-nav {
    margin: 0;
  }
}
.cid-uL0KO6FBtQ .dropdown-menu,
.cid-uL0KO6FBtQ .navbar.opened {
  background-color: true !important;
}
.cid-uL0KO6FBtQ .nav-item:focus,
.cid-uL0KO6FBtQ .nav-link:focus {
  outline: none;
}
.cid-uL0KO6FBtQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL0KO6FBtQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL0KO6FBtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL0KO6FBtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL0KO6FBtQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL0KO6FBtQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL0KO6FBtQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uL0KO6FBtQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uL0KO6FBtQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uL0KO6FBtQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uL0KO6FBtQ .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uL0KO6FBtQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uL0KO6FBtQ .navbar.collapsed {
  justify-content: center;
}
.cid-uL0KO6FBtQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL0KO6FBtQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL0KO6FBtQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL0KO6FBtQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL0KO6FBtQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL0KO6FBtQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uL0KO6FBtQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL0KO6FBtQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uL0KO6FBtQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uL0KO6FBtQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL0KO6FBtQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL0KO6FBtQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uL0KO6FBtQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL0KO6FBtQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uL0KO6FBtQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL0KO6FBtQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uL0KO6FBtQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uL0KO6FBtQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uL0KO6FBtQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uL0KO6FBtQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL0KO6FBtQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uL0KO6FBtQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL0KO6FBtQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL0KO6FBtQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL0KO6FBtQ .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-uL0KO6FBtQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uL0KO6FBtQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL0KO6FBtQ .dropdown-item.active,
.cid-uL0KO6FBtQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uL0KO6FBtQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL0KO6FBtQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL0KO6FBtQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL0KO6FBtQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL0KO6FBtQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uL0KO6FBtQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL0KO6FBtQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #003087;
  background: #192227;
}
.cid-uL0KO6FBtQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uL0KO6FBtQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL0KO6FBtQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL0KO6FBtQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL0KO6FBtQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL0KO6FBtQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL0KO6FBtQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL0KO6FBtQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL0KO6FBtQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL0KO6FBtQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uL0KO6FBtQ .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-uL0KO6FBtQ .navbar {
    height: 70px;
  }
  .cid-uL0KO6FBtQ .navbar.opened {
    height: auto;
  }
  .cid-uL0KO6FBtQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL0KO6FBtQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uL0KO6FBtQ .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uL0KO6FBtQ .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uL0KO6FBtQ .mbr-section-btn-main .btn:hover,
.cid-uL0KO6FBtQ .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uL0KO6FBtQ .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uL0KO6FBtQ .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uL0KO6FBtQ .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uL0KO6FBtQ .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uL0KO6FBtQ .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uL0KO6FBtQ .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uL0KO6FBtQ .navbar-caption:hover {
  color: #e8260b;
}
@media (min-width: 992px) {
  .cid-uL0KO6FBtQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uL0KO6FBtQ .text_widget {
  margin-bottom: 32px;
}
.cid-uL0KO6FBtQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uL0KO6FBtQ .text_widget a:hover,
.cid-uL0KO6FBtQ .text_widget a:focus {
  color: #e8260b !important;
}
.cid-uL0KO6FBtQ .icons-menu-main {
  display: flex;
}
.cid-uL0KO6FBtQ .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uL0KO6FBtQ .navbar-caption {
  color: #fdfcfc;
}
.cid-uL0KO6FBtQ .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uL0KO6FBtQ .mbr-section-subtitle,
.cid-uL0KO6FBtQ .text_widget,
.cid-uL0KO6FBtQ .mbr-section-btn {
  text-align: center;
}
.cid-uL0KO6FBtQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uL0KO7k8Ec {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/propuestas-2-1920x1080.jpg");
}
.cid-uL0KO7k8Ec .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uL0KO7k8Ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0KO7k8Ec .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uL0KO7k8Ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uL0KO7k8Ec {
    align-items: flex-end;
  }
  .cid-uL0KO7k8Ec .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL0KO7k8Ec .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uL0KO7k8Ec {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uL0KO7k8Ec .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uL0KO7k8Ec .content-wrap {
    width: 100%;
  }
}
.cid-uL0KO7k8Ec .mbr-section-subtitle,
.cid-uL0KO7k8Ec .line {
  color: #ffffff;
}
.cid-uL0KO7k8Ec .mbr-text,
.cid-uL0KO7k8Ec .mbr-section-btn {
  text-align: right;
}
.cid-uL0KO7Os3G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc071e;
}
.cid-uL0KO7Os3G H1 {
  color: #ffffff;
}
.cid-uL0KO7Os3G .mbr-text,
.cid-uL0KO7Os3G .mbr-section-btn {
  color: #716c80;
}
.cid-uL0KO7Os3G H3 {
  color: #716c80;
}
.cid-uLgSKPN31i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffc308;
}
.cid-uLgSKPN31i H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uLgSKPN31i .mbr-text,
.cid-uLgSKPN31i .mbr-section-btn {
  color: #716c80;
}
.cid-uLgSKPN31i H3 {
  color: #716c80;
}
.cid-uLKdnLmNyT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003087;
}
.cid-uLKdnLmNyT .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uLKdnLmNyT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uLKdnLmNyT .container {
    padding: 0 24px;
  }
}
.cid-uLKdnLmNyT .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLKdnLmNyT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLKdnLmNyT .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLKdnLmNyT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLKdnLmNyT .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLKdnLmNyT .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLKdnLmNyT .mbr-section-title {
  color: #F9F6E0;
}
.cid-uLKdnLmNyT .mbr-text {
  color: #F9F6E0;
}
.cid-uLKdnLmNyT .mbr-section-title,
.cid-uLKdnLmNyT .mbr-section-btn {
  text-align: center;
  color: #ffc308;
}
.cid-uLKgHv3Ftu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLKgHv3Ftu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLKgHv3Ftu .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uLKgHv3Ftu .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uLKgHv3Ftu .btn-primary-outline:active {
  color: gray;
}
.cid-uLKgHv3Ftu .btn-primary-outline:hover {
  color: white;
}
.cid-uLKgHv3Ftu .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uLKgHv3Ftu div {
  overflow: hidden;
}
.cid-uLKgHv3Ftu .btn-primary-outline.active {
  color: white;
}
.cid-uLKgHv3Ftu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLKgHv3Ftu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLKgHv3Ftu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLKgHv3Ftu .mbr-gallery-item {
  overflow: hidden;
}
.cid-uLKgHv3Ftu .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uLKgHv3Ftu .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uLKgHv3Ftu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #364c78;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLKgHv3Ftu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLKgHv3Ftu .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uLKgHv3Ftu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLKgHv3Ftu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #364c78 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLgNhsYqbz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003087;
}
.cid-uLgNhsYqbz .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uLgNhsYqbz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uLgNhsYqbz .container {
    padding: 0 24px;
  }
}
.cid-uLgNhsYqbz .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLgNhsYqbz .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLgNhsYqbz .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLgNhsYqbz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLgNhsYqbz .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLgNhsYqbz .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLgNhsYqbz .mbr-section-title {
  color: #F9F6E0;
}
.cid-uLgNhsYqbz .mbr-text {
  color: #F9F6E0;
}
.cid-uLgNhsYqbz .mbr-section-title,
.cid-uLgNhsYqbz .mbr-section-btn {
  text-align: center;
  color: #ffc308;
}
.cid-uLgZGqGDC7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLgZGqGDC7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLgZGqGDC7 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uLgZGqGDC7 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uLgZGqGDC7 .btn-primary-outline:active {
  color: gray;
}
.cid-uLgZGqGDC7 .btn-primary-outline:hover {
  color: white;
}
.cid-uLgZGqGDC7 .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uLgZGqGDC7 div {
  overflow: hidden;
}
.cid-uLgZGqGDC7 .btn-primary-outline.active {
  color: white;
}
.cid-uLgZGqGDC7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLgZGqGDC7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLgZGqGDC7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLgZGqGDC7 .mbr-gallery-item {
  overflow: hidden;
}
.cid-uLgZGqGDC7 .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uLgZGqGDC7 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uLgZGqGDC7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #364c78;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLgZGqGDC7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLgZGqGDC7 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uLgZGqGDC7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLgZGqGDC7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #364c78 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLgOlhazFx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #003087;
}
.cid-uLgOlhazFx .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uLgOlhazFx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uLgOlhazFx .container {
    padding: 0 24px;
  }
}
.cid-uLgOlhazFx .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLgOlhazFx .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLgOlhazFx .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLgOlhazFx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLgOlhazFx .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLgOlhazFx .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLgOlhazFx .mbr-section-title {
  color: #F9F6E0;
}
.cid-uLgOlhazFx .mbr-text {
  color: #F9F6E0;
}
.cid-uLgOlhazFx .mbr-section-title,
.cid-uLgOlhazFx .mbr-section-btn {
  text-align: center;
  color: #ffc308;
}
.cid-uLgZfS7Y31 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLgZfS7Y31 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uLgZfS7Y31 .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uLgZfS7Y31 .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uLgZfS7Y31 .btn-primary-outline:active {
  color: gray;
}
.cid-uLgZfS7Y31 .btn-primary-outline:hover {
  color: white;
}
.cid-uLgZfS7Y31 .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-uLgZfS7Y31 div {
  overflow: hidden;
}
.cid-uLgZfS7Y31 .btn-primary-outline.active {
  color: white;
}
.cid-uLgZfS7Y31 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLgZfS7Y31 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLgZfS7Y31 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uLgZfS7Y31 .mbr-gallery-item {
  overflow: hidden;
}
.cid-uLgZfS7Y31 .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-uLgZfS7Y31 .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uLgZfS7Y31 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #364c78;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uLgZfS7Y31 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uLgZfS7Y31 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uLgZfS7Y31 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uLgZfS7Y31 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #364c78 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uLLgO25d2f {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #003087;
}
.cid-uLLgO25d2f .listico {
  padding-right: 1rem;
  font-size: 0.2rem;
}
.cid-uLLgO25d2f .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uLLgO25d2f .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uLLgO25d2f .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uLLgO25d2f .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uLLgO25d2f .stripe {
  border-bottom: 1px solid #e8260b;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uLLgO25d2f .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uLLgO25d2f .input-group-btn {
  padding-left: 0;
}
.cid-uLLgO25d2f .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uLLgO25d2f .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ffc308;
  width: 85%;
}
.cid-uLLgO25d2f .mbr-text {
  color: #444;
}
.cid-uLLgO25d2f h5 {
  margin-bottom: 0;
}
.cid-uLLgO25d2f .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uLLgO25d2f .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLLgO25d2f .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uLLgO25d2f .socicon {
  font-size: 1.3rem;
  background: #ffc308;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLLgO25d2f .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uLLgO25d2f .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uLLgO25d2f .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLLgO25d2f .social-list a:hover {
  opacity: 0.4;
}
.cid-uLLgO25d2f .media-container-row > div {
  padding: 0px;
}
.cid-uLLgO25d2f .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uLLgO25d2f .group-title {
  text-align: left;
  color: #ffc308;
  padding-bottom: 0.2rem;
}
.cid-uLLgO25d2f .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uLLgO25d2f .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uLLgO25d2f .social-list,
  .cid-uLLgO25d2f .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uLLgO25d2f h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uLLgO25d2f .form-group {
    max-width: 180px;
  }
}
.cid-uLLgO25d2f .links span {
  color: #9e9e9e;
}
.cid-uLLgO25d2f .logo-sub-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLLgO25d2f .logo-title {
  text-align: center;
}
.cid-uLLgO25d2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLgO25d2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLgO25d2f .logo-title,
.cid-uLLgO25d2f .logo {
  color: #ffc308;
}
