body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #21294f !important;
}
.bg-success {
  background-color: #00a7ea !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #21294f !important;
  border-color: #21294f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #070912 !important;
  border-color: #070912 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #070912 !important;
  border-color: #070912 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00bef2 !important;
  border-color: #00bef2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #007a9b !important;
  border-color: #007a9b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #007a9b !important;
  border-color: #007a9b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #00a7ea !important;
  border-color: #00a7ea !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #006993 !important;
  border-color: #006993 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #006993 !important;
  border-color: #006993 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #21294f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #070912 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #21294f !important;
  border-color: #21294f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00bef2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #007a9b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00bef2 !important;
  border-color: #00bef2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00a7ea;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006993 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00a7ea !important;
  border-color: #00a7ea !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #21294f !important;
}
.text-secondary {
  color: #00bef2 !important;
}
.text-success {
  color: #00a7ea !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030407 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #006e8c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #005e84 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #21294f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #21294f;
  border-color: #21294f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #21294f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8894cd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b7eaff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #21294f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #21294f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #21294f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #21294f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #21294f;
  border-bottom-color: #21294f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #21294f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00bef2 !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='%2321294f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-txOiBovqdE .modal-body .close {
  background: #1b1b1b;
}
.cid-txOiBovqdE .modal-body .close span {
  font-style: normal;
}
.cid-txOiBovqdE .carousel-inner > .active,
.cid-txOiBovqdE .carousel-inner > .next,
.cid-txOiBovqdE .carousel-inner > .prev {
  display: flex;
}
.cid-txOiBovqdE .carousel-control .icon-next,
.cid-txOiBovqdE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-txOiBovqdE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txOiBovqdE .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txOiBovqdE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-txOiBovqdE .boxed-slider > div {
  position: relative;
}
.cid-txOiBovqdE .container img {
  width: 100%;
}
.cid-txOiBovqdE .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-txOiBovqdE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-txOiBovqdE .mbr-table-cell {
  padding: 0;
}
.cid-txOiBovqdE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-txOiBovqdE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-txOiBovqdE .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-txOiBovqdE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-txOiBovqdE .carousel-item.active.right,
.cid-txOiBovqdE .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-txOiBovqdE .carousel-item.active.left,
.cid-txOiBovqdE .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-txOiBovqdE .carousel-item.active,
.cid-txOiBovqdE .carousel-item.next.left,
.cid-txOiBovqdE .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-txOiBovqdE .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-txOiBovqdE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txOiBovqdE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txOiBovqdE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-txOiBovqdE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txOiBovqdE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-txOiBovqdE .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-txOiBovqdE .mbr-slider .carousel-indicators li.active,
.cid-txOiBovqdE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-txOiBovqdE .mbr-slider .carousel-indicators li::after,
.cid-txOiBovqdE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-txOiBovqdE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-txOiBovqdE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-txOiBovqdE .mbr-slider > .container img {
  width: 100%;
}
.cid-txOiBovqdE .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-txOiBovqdE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-txOiBovqdE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txOiBovqdE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-txOiBovqdE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-txOiBovqdE .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-txOiBovqdE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-txOiBovqdE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-txOiBovqdE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-txOiBovqdE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-txOiBovqdE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-txOiBovqdE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-txOiBovqdE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-txOiBovqdE H2 {
  text-align: center;
}
.cid-tk9ERfvaHS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tk9ERfvaHS nav.navbar {
  position: fixed;
}
.cid-tk9ERfvaHS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk9ERfvaHS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tk9ERfvaHS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tk9ERfvaHS .dropdown-item:hover,
.cid-tk9ERfvaHS .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-tk9ERfvaHS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tk9ERfvaHS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tk9ERfvaHS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tk9ERfvaHS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tk9ERfvaHS .nav-link {
  position: relative;
}
.cid-tk9ERfvaHS .container {
  display: flex;
  margin: auto;
}
.cid-tk9ERfvaHS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tk9ERfvaHS .dropdown-menu,
.cid-tk9ERfvaHS .navbar.opened {
  background: #21294f !important;
}
.cid-tk9ERfvaHS .nav-item:focus,
.cid-tk9ERfvaHS .nav-link:focus {
  outline: none;
}
.cid-tk9ERfvaHS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tk9ERfvaHS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tk9ERfvaHS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tk9ERfvaHS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk9ERfvaHS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tk9ERfvaHS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tk9ERfvaHS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-tk9ERfvaHS .navbar.opened {
  transition: all 0.3s;
}
.cid-tk9ERfvaHS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tk9ERfvaHS .navbar .navbar-logo img {
  width: auto;
}
.cid-tk9ERfvaHS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tk9ERfvaHS .navbar.collapsed {
  justify-content: center;
}
.cid-tk9ERfvaHS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tk9ERfvaHS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tk9ERfvaHS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tk9ERfvaHS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tk9ERfvaHS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tk9ERfvaHS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tk9ERfvaHS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tk9ERfvaHS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tk9ERfvaHS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tk9ERfvaHS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tk9ERfvaHS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tk9ERfvaHS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tk9ERfvaHS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tk9ERfvaHS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tk9ERfvaHS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tk9ERfvaHS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tk9ERfvaHS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tk9ERfvaHS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tk9ERfvaHS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tk9ERfvaHS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tk9ERfvaHS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tk9ERfvaHS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tk9ERfvaHS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tk9ERfvaHS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tk9ERfvaHS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk9ERfvaHS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk9ERfvaHS .dropdown-item.active,
.cid-tk9ERfvaHS .dropdown-item:active {
  background-color: transparent;
}
.cid-tk9ERfvaHS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tk9ERfvaHS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tk9ERfvaHS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tk9ERfvaHS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-tk9ERfvaHS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tk9ERfvaHS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tk9ERfvaHS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tk9ERfvaHS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tk9ERfvaHS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tk9ERfvaHS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk9ERfvaHS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tk9ERfvaHS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tk9ERfvaHS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk9ERfvaHS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tk9ERfvaHS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tk9ERfvaHS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tk9ERfvaHS .navbar {
    height: 70px;
  }
  .cid-tk9ERfvaHS .navbar.opened {
    height: auto;
  }
  .cid-tk9ERfvaHS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSW9nN9cs5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tmHwrioZtn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmHwrioZtn .mbr-text {
  color: #767676;
}
.cid-tmHwrioZtn .mbr-section-subtitle {
  color: #767676;
}
.cid-tmHwrioZtn .title .num {
  width: 100%;
  display: block;
  font-size: 2.7rem;
}
.cid-tmHwrioZtn .title .card-title {
  z-index: 1;
}
.cid-tmHwrioZtn .num {
  color: #00a7ea;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tmHwrioZtn * {
    text-align: center !important;
  }
  .cid-tmHwrioZtn .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tmHwrioZtn .card-title,
.cid-tmHwrioZtn .card-img {
  text-align: center;
}
.cid-tYpv86qz2V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tYpv86qz2V img,
.cid-tYpv86qz2V .item-img {
  width: 100%;
}
.cid-tYpv86qz2V .item:focus,
.cid-tYpv86qz2V span:focus {
  outline: none;
}
.cid-tYpv86qz2V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYpv86qz2V .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tYpv86qz2V .item {
  padding: 0;
  margin: 0;
}
.cid-tYpv86qz2V .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #e8e9e9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYpv86qz2V .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpv86qz2V .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYpv86qz2V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYpv86qz2V .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tYpv86qz2V .item-title {
  text-align: center;
  color: #0c2233;
}
.cid-tkarugLQnR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-tkarugLQnR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tkarugLQnR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkarugLQnR .row {
    text-align: center;
  }
  .cid-tkarugLQnR .row > div {
    margin: auto;
  }
  .cid-tkarugLQnR .social-row {
    justify-content: center;
  }
}
.cid-tkarugLQnR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tkarugLQnR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tkarugLQnR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkarugLQnR .list {
    margin-bottom: 0rem;
  }
}
.cid-tkarugLQnR .mbr-text {
  color: #00bef2;
}
.cid-tkarugLQnR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tkarugLQnR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tkarugLQnR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tkarugLQnR H5 {
  color: #00bef2;
  text-align: left;
}
.cid-tkarugLQnR .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
.cid-tlhJvuiEqp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/encabezado-secciones-1920x800.jpg");
}
.cid-tlhJvuiEqp .mbr-text,
.cid-tlhJvuiEqp .mbr-section-btn {
  color: #232323;
}
.cid-tlhJvuiEqp .card-title,
.cid-tlhJvuiEqp .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-tlhJvuiEqp .mbr-text,
.cid-tlhJvuiEqp .link-wrap {
  color: #ffffff;
}
.cid-tk9ERfvaHS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tk9ERfvaHS nav.navbar {
  position: fixed;
}
.cid-tk9ERfvaHS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk9ERfvaHS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tk9ERfvaHS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tk9ERfvaHS .dropdown-item:hover,
.cid-tk9ERfvaHS .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-tk9ERfvaHS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tk9ERfvaHS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tk9ERfvaHS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tk9ERfvaHS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tk9ERfvaHS .nav-link {
  position: relative;
}
.cid-tk9ERfvaHS .container {
  display: flex;
  margin: auto;
}
.cid-tk9ERfvaHS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tk9ERfvaHS .dropdown-menu,
.cid-tk9ERfvaHS .navbar.opened {
  background: #21294f !important;
}
.cid-tk9ERfvaHS .nav-item:focus,
.cid-tk9ERfvaHS .nav-link:focus {
  outline: none;
}
.cid-tk9ERfvaHS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tk9ERfvaHS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tk9ERfvaHS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tk9ERfvaHS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tk9ERfvaHS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tk9ERfvaHS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tk9ERfvaHS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-tk9ERfvaHS .navbar.opened {
  transition: all 0.3s;
}
.cid-tk9ERfvaHS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tk9ERfvaHS .navbar .navbar-logo img {
  width: auto;
}
.cid-tk9ERfvaHS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tk9ERfvaHS .navbar.collapsed {
  justify-content: center;
}
.cid-tk9ERfvaHS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tk9ERfvaHS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tk9ERfvaHS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tk9ERfvaHS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tk9ERfvaHS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tk9ERfvaHS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tk9ERfvaHS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tk9ERfvaHS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tk9ERfvaHS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tk9ERfvaHS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tk9ERfvaHS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tk9ERfvaHS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tk9ERfvaHS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tk9ERfvaHS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tk9ERfvaHS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tk9ERfvaHS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tk9ERfvaHS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tk9ERfvaHS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tk9ERfvaHS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tk9ERfvaHS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tk9ERfvaHS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tk9ERfvaHS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tk9ERfvaHS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tk9ERfvaHS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tk9ERfvaHS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tk9ERfvaHS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tk9ERfvaHS .dropdown-item.active,
.cid-tk9ERfvaHS .dropdown-item:active {
  background-color: transparent;
}
.cid-tk9ERfvaHS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tk9ERfvaHS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tk9ERfvaHS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tk9ERfvaHS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-tk9ERfvaHS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tk9ERfvaHS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tk9ERfvaHS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tk9ERfvaHS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tk9ERfvaHS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tk9ERfvaHS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tk9ERfvaHS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk9ERfvaHS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tk9ERfvaHS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tk9ERfvaHS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tk9ERfvaHS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tk9ERfvaHS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tk9ERfvaHS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tk9ERfvaHS .navbar {
    height: 70px;
  }
  .cid-tk9ERfvaHS .navbar.opened {
    height: auto;
  }
  .cid-tk9ERfvaHS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlhJLDEwzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tmHAldDt8x {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkarugLQnR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-tkarugLQnR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tkarugLQnR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkarugLQnR .row {
    text-align: center;
  }
  .cid-tkarugLQnR .row > div {
    margin: auto;
  }
  .cid-tkarugLQnR .social-row {
    justify-content: center;
  }
}
.cid-tkarugLQnR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tkarugLQnR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tkarugLQnR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkarugLQnR .list {
    margin-bottom: 0rem;
  }
}
.cid-tkarugLQnR .mbr-text {
  color: #00bef2;
}
.cid-tkarugLQnR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tkarugLQnR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tkarugLQnR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tkarugLQnR H5 {
  color: #00bef2;
  text-align: left;
}
.cid-tkarugLQnR .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
.cid-tlhL1dUWtu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20220804-163155-2000x1500.jpeg");
}
.cid-tlhL1dUWtu .mbr-text,
.cid-tlhL1dUWtu .mbr-section-btn {
  color: #232323;
}
.cid-tlhL1dUWtu .card-title,
.cid-tlhL1dUWtu .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-tlhL1dUWtu .mbr-text,
.cid-tlhL1dUWtu .link-wrap {
  color: #ffffff;
}
.cid-tlhL1eoXxE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tlhL1eoXxE nav.navbar {
  position: fixed;
}
.cid-tlhL1eoXxE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlhL1eoXxE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlhL1eoXxE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlhL1eoXxE .dropdown-item:hover,
.cid-tlhL1eoXxE .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-tlhL1eoXxE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlhL1eoXxE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlhL1eoXxE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlhL1eoXxE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlhL1eoXxE .nav-link {
  position: relative;
}
.cid-tlhL1eoXxE .container {
  display: flex;
  margin: auto;
}
.cid-tlhL1eoXxE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlhL1eoXxE .dropdown-menu,
.cid-tlhL1eoXxE .navbar.opened {
  background: #21294f !important;
}
.cid-tlhL1eoXxE .nav-item:focus,
.cid-tlhL1eoXxE .nav-link:focus {
  outline: none;
}
.cid-tlhL1eoXxE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlhL1eoXxE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlhL1eoXxE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlhL1eoXxE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlhL1eoXxE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlhL1eoXxE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlhL1eoXxE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-tlhL1eoXxE .navbar.opened {
  transition: all 0.3s;
}
.cid-tlhL1eoXxE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlhL1eoXxE .navbar .navbar-logo img {
  width: auto;
}
.cid-tlhL1eoXxE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlhL1eoXxE .navbar.collapsed {
  justify-content: center;
}
.cid-tlhL1eoXxE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlhL1eoXxE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlhL1eoXxE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tlhL1eoXxE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlhL1eoXxE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlhL1eoXxE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tlhL1eoXxE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlhL1eoXxE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlhL1eoXxE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlhL1eoXxE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlhL1eoXxE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlhL1eoXxE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlhL1eoXxE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlhL1eoXxE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tlhL1eoXxE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlhL1eoXxE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlhL1eoXxE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlhL1eoXxE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlhL1eoXxE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlhL1eoXxE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tlhL1eoXxE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlhL1eoXxE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlhL1eoXxE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlhL1eoXxE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlhL1eoXxE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlhL1eoXxE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlhL1eoXxE .dropdown-item.active,
.cid-tlhL1eoXxE .dropdown-item:active {
  background-color: transparent;
}
.cid-tlhL1eoXxE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlhL1eoXxE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlhL1eoXxE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlhL1eoXxE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-tlhL1eoXxE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlhL1eoXxE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlhL1eoXxE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlhL1eoXxE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlhL1eoXxE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlhL1eoXxE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tlhL1eoXxE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlhL1eoXxE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlhL1eoXxE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlhL1eoXxE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlhL1eoXxE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlhL1eoXxE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlhL1eoXxE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlhL1eoXxE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlhL1eoXxE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlhL1eoXxE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlhL1eoXxE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlhL1eoXxE .navbar {
    height: 70px;
  }
  .cid-tlhL1eoXxE .navbar.opened {
    height: auto;
  }
  .cid-tlhL1eoXxE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlhL1eZMfT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlhMXQCNwq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tlhMXQCNwq .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tlhMXQCNwq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlhMXQCNwq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlhMXQCNwq .card-wrapper {
    padding: 4rem;
  }
}
.cid-tlhMXQCNwq .mbr-text,
.cid-tlhMXQCNwq .mbr-section-btn {
  color: #ffffff;
}
.cid-tlhMXQCNwq .card-title,
.cid-tlhMXQCNwq .card-box {
  text-align: left;
}
.cid-tlhNQWGNth {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlhNQWGNth .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.cid-tlhNQWGNth .item:last-child .icon-box:before {
  display: none;
}
.cid-tlhNQWGNth .item.last .icon-box:before {
  display: none;
}
.cid-tlhNQWGNth .icon-box {
  background: #21294f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tlhNQWGNth .icon-box {
    margin-right: 1rem;
  }
}
.cid-tlhNQWGNth span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tlhNQWGNth .card {
    margin-bottom: 2rem;
  }
  .cid-tlhNQWGNth .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tlhNQWGNth .card-title,
.cid-tlhNQWGNth .card-box {
  text-align: left;
}
.cid-tlhOVB0qW4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tlhOVB0qW4 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tlhOVB0qW4 .img-item {
  position: relative;
}
.cid-tlhOVB0qW4 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-tlhOVB0qW4 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-tlhOVB0qW4 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-tlhPzWq8bo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tlhPzWq8bo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tlhPzWq8bo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tlhPzWq8bo .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tlhQfVXj8G {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tlhQfVXj8G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlhQfVXj8G .row {
  flex-direction: row-reverse;
}
.cid-tlhQfVXj8G img {
  width: 100%;
}
.cid-tmHALgdyiS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tlhL1fFYSX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-tlhL1fFYSX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tlhL1fFYSX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tlhL1fFYSX .row {
    text-align: center;
  }
  .cid-tlhL1fFYSX .row > div {
    margin: auto;
  }
  .cid-tlhL1fFYSX .social-row {
    justify-content: center;
  }
}
.cid-tlhL1fFYSX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tlhL1fFYSX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tlhL1fFYSX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlhL1fFYSX .list {
    margin-bottom: 0rem;
  }
}
.cid-tlhL1fFYSX .mbr-text {
  color: #00bef2;
}
.cid-tlhL1fFYSX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tlhL1fFYSX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tlhL1fFYSX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tlhL1fFYSX H5 {
  color: #00bef2;
  text-align: left;
}
.cid-tlhL1fFYSX .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
.cid-tmHJoXvtrV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-tmHJoXvtrV .mbr-text,
.cid-tmHJoXvtrV .mbr-section-btn {
  color: #232323;
}
.cid-tmHJoXvtrV .card-title,
.cid-tmHJoXvtrV .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-tmHJoXvtrV .mbr-text,
.cid-tmHJoXvtrV .link-wrap {
  color: #ffffff;
}
.cid-tmHJoY60Xx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmHJoY60Xx nav.navbar {
  position: fixed;
}
.cid-tmHJoY60Xx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmHJoY60Xx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmHJoY60Xx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmHJoY60Xx .dropdown-item:hover,
.cid-tmHJoY60Xx .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-tmHJoY60Xx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmHJoY60Xx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmHJoY60Xx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmHJoY60Xx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmHJoY60Xx .nav-link {
  position: relative;
}
.cid-tmHJoY60Xx .container {
  display: flex;
  margin: auto;
}
.cid-tmHJoY60Xx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmHJoY60Xx .dropdown-menu,
.cid-tmHJoY60Xx .navbar.opened {
  background: #21294f !important;
}
.cid-tmHJoY60Xx .nav-item:focus,
.cid-tmHJoY60Xx .nav-link:focus {
  outline: none;
}
.cid-tmHJoY60Xx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmHJoY60Xx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmHJoY60Xx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmHJoY60Xx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmHJoY60Xx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmHJoY60Xx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmHJoY60Xx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-tmHJoY60Xx .navbar.opened {
  transition: all 0.3s;
}
.cid-tmHJoY60Xx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmHJoY60Xx .navbar .navbar-logo img {
  width: auto;
}
.cid-tmHJoY60Xx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmHJoY60Xx .navbar.collapsed {
  justify-content: center;
}
.cid-tmHJoY60Xx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmHJoY60Xx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmHJoY60Xx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tmHJoY60Xx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmHJoY60Xx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmHJoY60Xx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tmHJoY60Xx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmHJoY60Xx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmHJoY60Xx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmHJoY60Xx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmHJoY60Xx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmHJoY60Xx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmHJoY60Xx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmHJoY60Xx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tmHJoY60Xx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmHJoY60Xx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmHJoY60Xx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmHJoY60Xx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmHJoY60Xx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmHJoY60Xx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmHJoY60Xx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmHJoY60Xx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmHJoY60Xx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmHJoY60Xx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmHJoY60Xx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmHJoY60Xx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmHJoY60Xx .dropdown-item.active,
.cid-tmHJoY60Xx .dropdown-item:active {
  background-color: transparent;
}
.cid-tmHJoY60Xx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmHJoY60Xx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmHJoY60Xx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmHJoY60Xx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-tmHJoY60Xx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmHJoY60Xx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmHJoY60Xx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmHJoY60Xx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmHJoY60Xx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmHJoY60Xx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tmHJoY60Xx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmHJoY60Xx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmHJoY60Xx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmHJoY60Xx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmHJoY60Xx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmHJoY60Xx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmHJoY60Xx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmHJoY60Xx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmHJoY60Xx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmHJoY60Xx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmHJoY60Xx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmHJoY60Xx .navbar {
    height: 70px;
  }
  .cid-tmHJoY60Xx .navbar.opened {
    height: auto;
  }
  .cid-tmHJoY60Xx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHiwaxLVxX {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHiwaxLVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiwaxLVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHiwaxLVxX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #21294f;
  margin-bottom: 2rem;
}
.cid-uHiwaxLVxX .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uHiwaxLVxX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHiwaxLVxX .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uHiwaxLVxX .mbr-section-subtitle {
  text-align: left;
}
.cid-uYp7II8t1f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e8e9e9;
}
.cid-uYp7II8t1f .title {
  margin-bottom: 2rem;
}
.cid-uYp7II8t1f .mbr-section-subtitle {
  color: #21294f;
  text-align: left;
}
.cid-uYp7II8t1f a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uYp7II8t1f a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-uYp7II8t1f textarea.form-control {
  min-height: 188px;
}
.cid-uYp7II8t1f H2 {
  text-align: left;
}
.cid-tmHJoZvPfg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmHJoZQOUK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-tmHJoZQOUK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tmHJoZQOUK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tmHJoZQOUK .row {
    text-align: center;
  }
  .cid-tmHJoZQOUK .row > div {
    margin: auto;
  }
  .cid-tmHJoZQOUK .social-row {
    justify-content: center;
  }
}
.cid-tmHJoZQOUK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmHJoZQOUK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tmHJoZQOUK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmHJoZQOUK .list {
    margin-bottom: 0rem;
  }
}
.cid-tmHJoZQOUK .mbr-text {
  color: #00bef2;
}
.cid-tmHJoZQOUK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tmHJoZQOUK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tmHJoZQOUK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tmHJoZQOUK H5 {
  color: #00bef2;
  text-align: left;
}
.cid-tmHJoZQOUK .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
.cid-twMDLvfsrn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/encabezado-secciones-1920x800.jpg");
}
.cid-twMDLvfsrn .mbr-text,
.cid-twMDLvfsrn .mbr-section-btn {
  color: #232323;
}
.cid-twMDLvfsrn .card-title,
.cid-twMDLvfsrn .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-twMDLvfsrn .mbr-text,
.cid-twMDLvfsrn .link-wrap {
  color: #ffffff;
}
.cid-tT462dLsw8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f5f2eb;
}
.cid-tT45ZiisUS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f2eb;
}
@media (max-width: 991px) {
  .cid-tT45ZiisUS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tT45ZiisUS .row {
  flex-direction: row-reverse;
}
.cid-tT45ZiisUS img {
  width: 100%;
}
.cid-twMDLvIABd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twMDLvIABd nav.navbar {
  position: fixed;
}
.cid-twMDLvIABd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twMDLvIABd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twMDLvIABd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twMDLvIABd .dropdown-item:hover,
.cid-twMDLvIABd .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-twMDLvIABd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twMDLvIABd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twMDLvIABd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twMDLvIABd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twMDLvIABd .nav-link {
  position: relative;
}
.cid-twMDLvIABd .container {
  display: flex;
  margin: auto;
}
.cid-twMDLvIABd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twMDLvIABd .dropdown-menu,
.cid-twMDLvIABd .navbar.opened {
  background: #21294f !important;
}
.cid-twMDLvIABd .nav-item:focus,
.cid-twMDLvIABd .nav-link:focus {
  outline: none;
}
.cid-twMDLvIABd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twMDLvIABd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twMDLvIABd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twMDLvIABd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twMDLvIABd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twMDLvIABd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twMDLvIABd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-twMDLvIABd .navbar.opened {
  transition: all 0.3s;
}
.cid-twMDLvIABd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twMDLvIABd .navbar .navbar-logo img {
  width: auto;
}
.cid-twMDLvIABd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twMDLvIABd .navbar.collapsed {
  justify-content: center;
}
.cid-twMDLvIABd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twMDLvIABd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twMDLvIABd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twMDLvIABd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twMDLvIABd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twMDLvIABd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-twMDLvIABd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twMDLvIABd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twMDLvIABd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twMDLvIABd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twMDLvIABd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twMDLvIABd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twMDLvIABd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twMDLvIABd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-twMDLvIABd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twMDLvIABd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twMDLvIABd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twMDLvIABd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twMDLvIABd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twMDLvIABd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twMDLvIABd .navbar.navbar-short {
  min-height: 60px;
}
.cid-twMDLvIABd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twMDLvIABd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twMDLvIABd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twMDLvIABd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twMDLvIABd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twMDLvIABd .dropdown-item.active,
.cid-twMDLvIABd .dropdown-item:active {
  background-color: transparent;
}
.cid-twMDLvIABd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twMDLvIABd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twMDLvIABd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twMDLvIABd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-twMDLvIABd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twMDLvIABd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twMDLvIABd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twMDLvIABd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twMDLvIABd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twMDLvIABd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-twMDLvIABd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twMDLvIABd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twMDLvIABd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twMDLvIABd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twMDLvIABd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twMDLvIABd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twMDLvIABd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twMDLvIABd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twMDLvIABd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twMDLvIABd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twMDLvIABd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twMDLvIABd .navbar {
    height: 70px;
  }
  .cid-twMDLvIABd .navbar.opened {
    height: auto;
  }
  .cid-twMDLvIABd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRC9VLh0Fh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-twMDLzrQGq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-twMDLzrQGq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twMDLzrQGq .row {
  flex-direction: row-reverse;
}
.cid-twMDLzrQGq img {
  width: 100%;
}
.cid-tN0wps35Fp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRCbaVF0tb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRCbaVF0tb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRCbaVF0tb .row {
  flex-direction: row-reverse;
}
.cid-tRCbaVF0tb img {
  width: 100%;
}
.cid-uYoTGmQXth {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-uYoTJ9OCSO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-uYoTJ9OCSO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYoTJ9OCSO .row {
  flex-direction: row-reverse;
}
.cid-uYoTJ9OCSO img {
  width: 100%;
}
.cid-twMDLzTG70 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twMDLAfpk7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-twMDLAfpk7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twMDLAfpk7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-twMDLAfpk7 .row {
    text-align: center;
  }
  .cid-twMDLAfpk7 .row > div {
    margin: auto;
  }
  .cid-twMDLAfpk7 .social-row {
    justify-content: center;
  }
}
.cid-twMDLAfpk7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twMDLAfpk7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-twMDLAfpk7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twMDLAfpk7 .list {
    margin-bottom: 0rem;
  }
}
.cid-twMDLAfpk7 .mbr-text {
  color: #00bef2;
}
.cid-twMDLAfpk7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twMDLAfpk7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twMDLAfpk7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twMDLAfpk7 H5 {
  color: #00bef2;
  text-align: left;
}
.cid-twMDLAfpk7 .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
.cid-twN9upZCiv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/encabezado-secciones-1920x800.jpg");
}
.cid-twN9upZCiv .mbr-text,
.cid-twN9upZCiv .mbr-section-btn {
  color: #232323;
}
.cid-twN9upZCiv .card-title,
.cid-twN9upZCiv .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-twN9upZCiv .mbr-text,
.cid-twN9upZCiv .link-wrap {
  color: #ffffff;
}
.cid-twNdpEZKC6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRCcKBe0Ae {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRCcKBe0Ae .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRCcKBe0Ae .row {
  flex-direction: row-reverse;
}
.cid-tRCcKBe0Ae img {
  width: 100%;
}
.cid-twN9uqF5B7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twN9uqF5B7 nav.navbar {
  position: fixed;
}
.cid-twN9uqF5B7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twN9uqF5B7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twN9uqF5B7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twN9uqF5B7 .dropdown-item:hover,
.cid-twN9uqF5B7 .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-twN9uqF5B7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twN9uqF5B7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twN9uqF5B7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twN9uqF5B7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twN9uqF5B7 .nav-link {
  position: relative;
}
.cid-twN9uqF5B7 .container {
  display: flex;
  margin: auto;
}
.cid-twN9uqF5B7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twN9uqF5B7 .dropdown-menu,
.cid-twN9uqF5B7 .navbar.opened {
  background: #21294f !important;
}
.cid-twN9uqF5B7 .nav-item:focus,
.cid-twN9uqF5B7 .nav-link:focus {
  outline: none;
}
.cid-twN9uqF5B7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twN9uqF5B7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twN9uqF5B7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twN9uqF5B7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twN9uqF5B7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twN9uqF5B7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twN9uqF5B7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-twN9uqF5B7 .navbar.opened {
  transition: all 0.3s;
}
.cid-twN9uqF5B7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twN9uqF5B7 .navbar .navbar-logo img {
  width: auto;
}
.cid-twN9uqF5B7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twN9uqF5B7 .navbar.collapsed {
  justify-content: center;
}
.cid-twN9uqF5B7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twN9uqF5B7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twN9uqF5B7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twN9uqF5B7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twN9uqF5B7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twN9uqF5B7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-twN9uqF5B7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twN9uqF5B7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twN9uqF5B7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twN9uqF5B7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twN9uqF5B7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twN9uqF5B7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twN9uqF5B7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twN9uqF5B7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-twN9uqF5B7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twN9uqF5B7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twN9uqF5B7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twN9uqF5B7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twN9uqF5B7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twN9uqF5B7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twN9uqF5B7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-twN9uqF5B7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twN9uqF5B7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twN9uqF5B7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twN9uqF5B7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twN9uqF5B7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twN9uqF5B7 .dropdown-item.active,
.cid-twN9uqF5B7 .dropdown-item:active {
  background-color: transparent;
}
.cid-twN9uqF5B7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twN9uqF5B7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twN9uqF5B7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twN9uqF5B7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-twN9uqF5B7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twN9uqF5B7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twN9uqF5B7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twN9uqF5B7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twN9uqF5B7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twN9uqF5B7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-twN9uqF5B7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twN9uqF5B7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twN9uqF5B7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twN9uqF5B7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twN9uqF5B7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twN9uqF5B7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twN9uqF5B7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twN9uqF5B7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twN9uqF5B7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twN9uqF5B7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twN9uqF5B7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twN9uqF5B7 .navbar {
    height: 70px;
  }
  .cid-twN9uqF5B7 .navbar.opened {
    height: auto;
  }
  .cid-twN9uqF5B7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT47FJuMN5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-tT47Eo89dE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-tT47Eo89dE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tT47Eo89dE .row {
  flex-direction: row-reverse;
}
.cid-tT47Eo89dE img {
  width: 100%;
}
.cid-tT47Z5ukEe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tT47X8NojI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tT47X8NojI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tT47X8NojI .row {
  flex-direction: row-reverse;
}
.cid-tT47X8NojI img {
  width: 100%;
}
.cid-twN9urwq5b {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-tRCcWXCKvj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-tRCcWXCKvj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRCcWXCKvj .row {
  flex-direction: row-reverse;
}
.cid-tRCcWXCKvj img {
  width: 100%;
}
.cid-tN0ACWbgU6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRCfuyO4C4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRCfuyO4C4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRCfuyO4C4 .row {
  flex-direction: row-reverse;
}
.cid-tRCfuyO4C4 img {
  width: 100%;
}
.cid-uHizJbUtcm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-uHizLnRq9a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-uHizLnRq9a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHizLnRq9a .row {
  flex-direction: row-reverse;
}
.cid-uHizLnRq9a img {
  width: 100%;
}
.cid-uOsQBtTY4T {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOsQDPZuWK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOsQDPZuWK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOsQDPZuWK .row {
  flex-direction: row-reverse;
}
.cid-uOsQDPZuWK img {
  width: 100%;
}
.cid-uOsTxarsPL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-uOsTytYmbL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-uOsTytYmbL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOsTytYmbL .row {
  flex-direction: row-reverse;
}
.cid-uOsTytYmbL img {
  width: 100%;
}
.cid-uOsRLPflN4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOsRMSu7ft {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uOsRMSu7ft .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOsRMSu7ft .row {
  flex-direction: row-reverse;
}
.cid-uOsRMSu7ft img {
  width: 100%;
}
.cid-uYoWAWFHvr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-uYoWC53Fl3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-uYoWC53Fl3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYoWC53Fl3 .row {
  flex-direction: row-reverse;
}
.cid-uYoWC53Fl3 img {
  width: 100%;
}
.cid-uYoXyml71h {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYoXzFNGbW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uYoXzFNGbW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYoXzFNGbW .row {
  flex-direction: row-reverse;
}
.cid-uYoXzFNGbW img {
  width: 100%;
}
.cid-uYoYLU7qwr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-uYoYN5anRA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-uYoYN5anRA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYoYN5anRA .row {
  flex-direction: row-reverse;
}
.cid-uYoYN5anRA img {
  width: 100%;
}
.cid-uYp2G3BU4M {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-uYp2GRp6dG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-uYp2GRp6dG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYp2GRp6dG .row {
  flex-direction: row-reverse;
}
.cid-uYp2GRp6dG img {
  width: 100%;
}
.cid-twN9uv5ABF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twN9uvrDAu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-twN9uvrDAu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twN9uvrDAu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-twN9uvrDAu .row {
    text-align: center;
  }
  .cid-twN9uvrDAu .row > div {
    margin: auto;
  }
  .cid-twN9uvrDAu .social-row {
    justify-content: center;
  }
}
.cid-twN9uvrDAu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twN9uvrDAu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-twN9uvrDAu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twN9uvrDAu .list {
    margin-bottom: 0rem;
  }
}
.cid-twN9uvrDAu .mbr-text {
  color: #00bef2;
}
.cid-twN9uvrDAu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twN9uvrDAu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twN9uvrDAu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twN9uvrDAu H5 {
  color: #00bef2;
  text-align: left;
}
.cid-twN9uvrDAu .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
.cid-twNgPx8Fyq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/encabezado-secciones-1920x800.jpg");
}
.cid-twNgPx8Fyq .mbr-text,
.cid-twNgPx8Fyq .mbr-section-btn {
  color: #232323;
}
.cid-twNgPx8Fyq .card-title,
.cid-twNgPx8Fyq .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-twNgPx8Fyq .mbr-text,
.cid-twNgPx8Fyq .link-wrap {
  color: #ffffff;
}
.cid-twNgPylDQX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-twNgPylDQX nav.navbar {
  position: fixed;
}
.cid-twNgPylDQX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twNgPylDQX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-twNgPylDQX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-twNgPylDQX .dropdown-item:hover,
.cid-twNgPylDQX .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-twNgPylDQX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-twNgPylDQX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-twNgPylDQX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-twNgPylDQX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-twNgPylDQX .nav-link {
  position: relative;
}
.cid-twNgPylDQX .container {
  display: flex;
  margin: auto;
}
.cid-twNgPylDQX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-twNgPylDQX .dropdown-menu,
.cid-twNgPylDQX .navbar.opened {
  background: #21294f !important;
}
.cid-twNgPylDQX .nav-item:focus,
.cid-twNgPylDQX .nav-link:focus {
  outline: none;
}
.cid-twNgPylDQX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-twNgPylDQX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-twNgPylDQX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-twNgPylDQX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-twNgPylDQX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-twNgPylDQX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-twNgPylDQX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-twNgPylDQX .navbar.opened {
  transition: all 0.3s;
}
.cid-twNgPylDQX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-twNgPylDQX .navbar .navbar-logo img {
  width: auto;
}
.cid-twNgPylDQX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-twNgPylDQX .navbar.collapsed {
  justify-content: center;
}
.cid-twNgPylDQX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-twNgPylDQX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-twNgPylDQX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-twNgPylDQX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-twNgPylDQX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-twNgPylDQX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-twNgPylDQX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-twNgPylDQX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-twNgPylDQX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-twNgPylDQX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-twNgPylDQX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-twNgPylDQX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-twNgPylDQX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-twNgPylDQX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-twNgPylDQX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-twNgPylDQX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-twNgPylDQX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-twNgPylDQX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-twNgPylDQX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-twNgPylDQX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-twNgPylDQX .navbar.navbar-short {
  min-height: 60px;
}
.cid-twNgPylDQX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-twNgPylDQX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-twNgPylDQX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-twNgPylDQX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-twNgPylDQX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-twNgPylDQX .dropdown-item.active,
.cid-twNgPylDQX .dropdown-item:active {
  background-color: transparent;
}
.cid-twNgPylDQX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-twNgPylDQX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-twNgPylDQX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-twNgPylDQX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-twNgPylDQX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-twNgPylDQX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-twNgPylDQX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-twNgPylDQX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-twNgPylDQX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-twNgPylDQX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-twNgPylDQX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-twNgPylDQX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twNgPylDQX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-twNgPylDQX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-twNgPylDQX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twNgPylDQX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-twNgPylDQX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-twNgPylDQX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-twNgPylDQX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-twNgPylDQX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twNgPylDQX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-twNgPylDQX .navbar {
    height: 70px;
  }
  .cid-twNgPylDQX .navbar.opened {
    height: auto;
  }
  .cid-twNgPylDQX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN0DD0jhJz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-tRCgr7PUYA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-tRCgr7PUYA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRCgr7PUYA .row {
  flex-direction: row-reverse;
}
.cid-tRCgr7PUYA img {
  width: 100%;
}
.cid-twNgPz6CKL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRCgOkDZtU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRCgOkDZtU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRCgOkDZtU .row {
  flex-direction: row-reverse;
}
.cid-tRCgOkDZtU img {
  width: 100%;
}
.cid-tN0EIOOHDV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-tRChboQqaX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-tRChboQqaX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRChboQqaX .row {
  flex-direction: row-reverse;
}
.cid-tRChboQqaX img {
  width: 100%;
}
.cid-twNgPA2W7J {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRChybS3Dg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRChybS3Dg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRChybS3Dg .row {
  flex-direction: row-reverse;
}
.cid-tRChybS3Dg img {
  width: 100%;
}
.cid-twNgPBZoZ3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-twNgPCmS4E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-twNgPCmS4E .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twNgPCmS4E .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-twNgPCmS4E .row {
    text-align: center;
  }
  .cid-twNgPCmS4E .row > div {
    margin: auto;
  }
  .cid-twNgPCmS4E .social-row {
    justify-content: center;
  }
}
.cid-twNgPCmS4E .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-twNgPCmS4E .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-twNgPCmS4E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-twNgPCmS4E .list {
    margin-bottom: 0rem;
  }
}
.cid-twNgPCmS4E .mbr-text {
  color: #00bef2;
}
.cid-twNgPCmS4E .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-twNgPCmS4E .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-twNgPCmS4E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-twNgPCmS4E H5 {
  color: #00bef2;
  text-align: left;
}
.cid-twNgPCmS4E .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
.cid-txf9aYzFca {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/encabezado-secciones-1920x800.jpg");
}
.cid-txf9aYzFca .mbr-text,
.cid-txf9aYzFca .mbr-section-btn {
  color: #232323;
}
.cid-txf9aYzFca .card-title,
.cid-txf9aYzFca .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-txf9aYzFca .mbr-text,
.cid-txf9aYzFca .link-wrap {
  color: #ffffff;
}
.cid-txf9aZmgp4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txf9aZmgp4 nav.navbar {
  position: fixed;
}
.cid-txf9aZmgp4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txf9aZmgp4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txf9aZmgp4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txf9aZmgp4 .dropdown-item:hover,
.cid-txf9aZmgp4 .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-txf9aZmgp4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txf9aZmgp4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txf9aZmgp4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txf9aZmgp4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txf9aZmgp4 .nav-link {
  position: relative;
}
.cid-txf9aZmgp4 .container {
  display: flex;
  margin: auto;
}
.cid-txf9aZmgp4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txf9aZmgp4 .dropdown-menu,
.cid-txf9aZmgp4 .navbar.opened {
  background: #21294f !important;
}
.cid-txf9aZmgp4 .nav-item:focus,
.cid-txf9aZmgp4 .nav-link:focus {
  outline: none;
}
.cid-txf9aZmgp4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txf9aZmgp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txf9aZmgp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txf9aZmgp4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txf9aZmgp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txf9aZmgp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txf9aZmgp4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-txf9aZmgp4 .navbar.opened {
  transition: all 0.3s;
}
.cid-txf9aZmgp4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txf9aZmgp4 .navbar .navbar-logo img {
  width: auto;
}
.cid-txf9aZmgp4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txf9aZmgp4 .navbar.collapsed {
  justify-content: center;
}
.cid-txf9aZmgp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txf9aZmgp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txf9aZmgp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txf9aZmgp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txf9aZmgp4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txf9aZmgp4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-txf9aZmgp4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txf9aZmgp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txf9aZmgp4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txf9aZmgp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txf9aZmgp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txf9aZmgp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txf9aZmgp4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txf9aZmgp4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-txf9aZmgp4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txf9aZmgp4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txf9aZmgp4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txf9aZmgp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txf9aZmgp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txf9aZmgp4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txf9aZmgp4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txf9aZmgp4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txf9aZmgp4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txf9aZmgp4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txf9aZmgp4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txf9aZmgp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txf9aZmgp4 .dropdown-item.active,
.cid-txf9aZmgp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-txf9aZmgp4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txf9aZmgp4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txf9aZmgp4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txf9aZmgp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-txf9aZmgp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txf9aZmgp4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txf9aZmgp4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txf9aZmgp4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txf9aZmgp4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txf9aZmgp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-txf9aZmgp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txf9aZmgp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txf9aZmgp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txf9aZmgp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txf9aZmgp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txf9aZmgp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txf9aZmgp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txf9aZmgp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txf9aZmgp4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txf9aZmgp4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txf9aZmgp4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-txf9aZmgp4 .navbar {
    height: 70px;
  }
  .cid-txf9aZmgp4 .navbar.opened {
    height: auto;
  }
  .cid-txf9aZmgp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txf9aZZjia {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-tRChPrxng0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-tRChPrxng0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRChPrxng0 .row {
  flex-direction: row-reverse;
}
.cid-tRChPrxng0 img {
  width: 100%;
}
.cid-txf9b0Od7x {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRCi4UU5DQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRCi4UU5DQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRCi4UU5DQ .row {
  flex-direction: row-reverse;
}
.cid-tRCi4UU5DQ img {
  width: 100%;
}
.cid-tN0H50svOe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-tRCit9xKSa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-tRCit9xKSa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRCit9xKSa .row {
  flex-direction: row-reverse;
}
.cid-tRCit9xKSa img {
  width: 100%;
}
.cid-tYSN3eAEF4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYSN4pWNlD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYSN4pWNlD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYSN4pWNlD .row {
  flex-direction: row-reverse;
}
.cid-tYSN4pWNlD img {
  width: 100%;
}
.cid-tYSQtCiR2Q {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-tYSQxc3qaK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-tYSQxc3qaK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYSQxc3qaK .row {
  flex-direction: row-reverse;
}
.cid-tYSQxc3qaK img {
  width: 100%;
}
.cid-uFlo4nh2Zt {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFlo5qybfp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFlo5qybfp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFlo5qybfp .row {
  flex-direction: row-reverse;
}
.cid-uFlo5qybfp img {
  width: 100%;
}
.cid-uYp4UBkjE9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e8e9e9;
}
.cid-uYp4VEhLKM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
@media (max-width: 991px) {
  .cid-uYp4VEhLKM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYp4VEhLKM .row {
  flex-direction: row-reverse;
}
.cid-uYp4VEhLKM img {
  width: 100%;
}
.cid-txf9b1Gebq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-txf9b22Mu7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-txf9b22Mu7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txf9b22Mu7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txf9b22Mu7 .row {
    text-align: center;
  }
  .cid-txf9b22Mu7 .row > div {
    margin: auto;
  }
  .cid-txf9b22Mu7 .social-row {
    justify-content: center;
  }
}
.cid-txf9b22Mu7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-txf9b22Mu7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-txf9b22Mu7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txf9b22Mu7 .list {
    margin-bottom: 0rem;
  }
}
.cid-txf9b22Mu7 .mbr-text {
  color: #00bef2;
}
.cid-txf9b22Mu7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-txf9b22Mu7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-txf9b22Mu7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-txf9b22Mu7 H5 {
  color: #00bef2;
  text-align: left;
}
.cid-txf9b22Mu7 .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
.cid-tRCxbvA9Ub {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/encabezado-secciones-1920x800.jpg");
}
.cid-tRCxbvA9Ub .mbr-text,
.cid-tRCxbvA9Ub .mbr-section-btn {
  color: #232323;
}
.cid-tRCxbvA9Ub .card-title,
.cid-tRCxbvA9Ub .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-tRCxbvA9Ub .mbr-text,
.cid-tRCxbvA9Ub .link-wrap {
  color: #ffffff;
}
.cid-tRCxbw0MzF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRCxbw0MzF nav.navbar {
  position: fixed;
}
.cid-tRCxbw0MzF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRCxbw0MzF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRCxbw0MzF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRCxbw0MzF .dropdown-item:hover,
.cid-tRCxbw0MzF .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-tRCxbw0MzF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRCxbw0MzF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRCxbw0MzF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRCxbw0MzF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRCxbw0MzF .nav-link {
  position: relative;
}
.cid-tRCxbw0MzF .container {
  display: flex;
  margin: auto;
}
.cid-tRCxbw0MzF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRCxbw0MzF .dropdown-menu,
.cid-tRCxbw0MzF .navbar.opened {
  background: #21294f !important;
}
.cid-tRCxbw0MzF .nav-item:focus,
.cid-tRCxbw0MzF .nav-link:focus {
  outline: none;
}
.cid-tRCxbw0MzF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRCxbw0MzF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRCxbw0MzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRCxbw0MzF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRCxbw0MzF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRCxbw0MzF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRCxbw0MzF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-tRCxbw0MzF .navbar.opened {
  transition: all 0.3s;
}
.cid-tRCxbw0MzF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRCxbw0MzF .navbar .navbar-logo img {
  width: auto;
}
.cid-tRCxbw0MzF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRCxbw0MzF .navbar.collapsed {
  justify-content: center;
}
.cid-tRCxbw0MzF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRCxbw0MzF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRCxbw0MzF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRCxbw0MzF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRCxbw0MzF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRCxbw0MzF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tRCxbw0MzF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRCxbw0MzF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRCxbw0MzF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRCxbw0MzF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRCxbw0MzF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRCxbw0MzF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRCxbw0MzF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRCxbw0MzF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tRCxbw0MzF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRCxbw0MzF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRCxbw0MzF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRCxbw0MzF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRCxbw0MzF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRCxbw0MzF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRCxbw0MzF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRCxbw0MzF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRCxbw0MzF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRCxbw0MzF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRCxbw0MzF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRCxbw0MzF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRCxbw0MzF .dropdown-item.active,
.cid-tRCxbw0MzF .dropdown-item:active {
  background-color: transparent;
}
.cid-tRCxbw0MzF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRCxbw0MzF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRCxbw0MzF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRCxbw0MzF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-tRCxbw0MzF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRCxbw0MzF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRCxbw0MzF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRCxbw0MzF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRCxbw0MzF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRCxbw0MzF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tRCxbw0MzF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRCxbw0MzF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRCxbw0MzF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRCxbw0MzF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRCxbw0MzF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRCxbw0MzF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRCxbw0MzF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRCxbw0MzF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRCxbw0MzF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRCxbw0MzF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRCxbw0MzF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRCxbw0MzF .navbar {
    height: 70px;
  }
  .cid-tRCxbw0MzF .navbar.opened {
    height: auto;
  }
  .cid-tRCxbw0MzF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tY7UJjIHKG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tY7UKi8Y82 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tY7UKi8Y82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7UKi8Y82 .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-tY7UKi8Y82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7UKi8Y82 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7UKi8Y82 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7UKi8Y82 .mbr-section-title {
  color: #21294f;
}
.cid-tY7Vg3ptl0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
.cid-tY7VgG6u5R {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e8e9e9;
}
.cid-tY7VgG6u5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7VgG6u5R .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-tY7VgG6u5R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7VgG6u5R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7VgG6u5R .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7VgG6u5R .mbr-section-title {
  color: #21294f;
}
.cid-tY7W4bsIfg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tY7W4Ofgs3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tY7W4Ofgs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7W4Ofgs3 .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-tY7W4Ofgs3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7W4Ofgs3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7W4Ofgs3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7W4Ofgs3 .mbr-section-title {
  color: #21294f;
}
.cid-tY7WqgqNek {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
.cid-tY7WqPdpK7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e8e9e9;
}
.cid-tY7WqPdpK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7WqPdpK7 .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-tY7WqPdpK7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7WqPdpK7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7WqPdpK7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7WqPdpK7 .mbr-section-title {
  color: #21294f;
}
.cid-tY7X58pTso {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tY7X5Iivi4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tY7X5Iivi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7X5Iivi4 .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-tY7X5Iivi4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7X5Iivi4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7X5Iivi4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7X5Iivi4 .mbr-section-title {
  color: #21294f;
}
.cid-tY7XsFu8kL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
.cid-tY7XtjSSO6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e8e9e9;
}
.cid-tY7XtjSSO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7XtjSSO6 .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-tY7XtjSSO6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7XtjSSO6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7XtjSSO6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7XtjSSO6 .mbr-section-title {
  color: #21294f;
}
.cid-tY7XQOsxwd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tY7XRqPayP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tY7XRqPayP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7XRqPayP .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-tY7XRqPayP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7XRqPayP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7XRqPayP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7XRqPayP .mbr-section-title {
  color: #21294f;
}
.cid-tY7YjuEvmQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
.cid-tY7Yk6NTGm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e8e9e9;
}
.cid-tY7Yk6NTGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7Yk6NTGm .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-tY7Yk6NTGm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7Yk6NTGm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7Yk6NTGm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7Yk6NTGm .mbr-section-title {
  color: #21294f;
}
.cid-tY7YCsuvoi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tY7YD7nfLj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tY7YD7nfLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7YD7nfLj .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-tY7YD7nfLj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7YD7nfLj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7YD7nfLj .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7YD7nfLj .mbr-section-title {
  color: #21294f;
}
.cid-tY7Zj21TTA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e8e9e9;
}
.cid-tY7ZjP5jzF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e8e9e9;
}
.cid-tY7ZjP5jzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY7ZjP5jzF .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-tY7ZjP5jzF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY7ZjP5jzF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY7ZjP5jzF .text-wrapper {
    padding: 2rem;
  }
}
.cid-tY7ZjP5jzF .mbr-section-title {
  color: #21294f;
}
.cid-tRCxbzyptz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRCxbzSRZl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-tRCxbzSRZl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRCxbzSRZl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCxbzSRZl .row {
    text-align: center;
  }
  .cid-tRCxbzSRZl .row > div {
    margin: auto;
  }
  .cid-tRCxbzSRZl .social-row {
    justify-content: center;
  }
}
.cid-tRCxbzSRZl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRCxbzSRZl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRCxbzSRZl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRCxbzSRZl .list {
    margin-bottom: 0rem;
  }
}
.cid-tRCxbzSRZl .mbr-text {
  color: #00bef2;
}
.cid-tRCxbzSRZl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tRCxbzSRZl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRCxbzSRZl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRCxbzSRZl H5 {
  color: #00bef2;
  text-align: left;
}
.cid-tRCxbzSRZl .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
.cid-tZxPPGdZs9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/encabezado-secciones-1920x800.jpg");
}
.cid-tZxPPGdZs9 .mbr-text,
.cid-tZxPPGdZs9 .mbr-section-btn {
  color: #232323;
}
.cid-tZxPPGdZs9 .card-title,
.cid-tZxPPGdZs9 .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-tZxPPGdZs9 .mbr-text,
.cid-tZxPPGdZs9 .link-wrap {
  color: #ffffff;
}
.cid-tZxPB5S1BE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tZxPB5S1BE nav.navbar {
  position: fixed;
}
.cid-tZxPB5S1BE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZxPB5S1BE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZxPB5S1BE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZxPB5S1BE .dropdown-item:hover,
.cid-tZxPB5S1BE .dropdown-item:focus {
  background: #21294f !important;
  color: white !important;
}
.cid-tZxPB5S1BE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZxPB5S1BE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZxPB5S1BE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZxPB5S1BE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZxPB5S1BE .nav-link {
  position: relative;
}
.cid-tZxPB5S1BE .container {
  display: flex;
  margin: auto;
}
.cid-tZxPB5S1BE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZxPB5S1BE .dropdown-menu,
.cid-tZxPB5S1BE .navbar.opened {
  background: #21294f !important;
}
.cid-tZxPB5S1BE .nav-item:focus,
.cid-tZxPB5S1BE .nav-link:focus {
  outline: none;
}
.cid-tZxPB5S1BE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZxPB5S1BE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZxPB5S1BE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZxPB5S1BE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZxPB5S1BE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZxPB5S1BE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZxPB5S1BE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #21294f;
}
.cid-tZxPB5S1BE .navbar.opened {
  transition: all 0.3s;
}
.cid-tZxPB5S1BE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZxPB5S1BE .navbar .navbar-logo img {
  width: auto;
}
.cid-tZxPB5S1BE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZxPB5S1BE .navbar.collapsed {
  justify-content: center;
}
.cid-tZxPB5S1BE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZxPB5S1BE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZxPB5S1BE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZxPB5S1BE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZxPB5S1BE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZxPB5S1BE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZxPB5S1BE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZxPB5S1BE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZxPB5S1BE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZxPB5S1BE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZxPB5S1BE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZxPB5S1BE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZxPB5S1BE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZxPB5S1BE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZxPB5S1BE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZxPB5S1BE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZxPB5S1BE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZxPB5S1BE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZxPB5S1BE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZxPB5S1BE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZxPB5S1BE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZxPB5S1BE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZxPB5S1BE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZxPB5S1BE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZxPB5S1BE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZxPB5S1BE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZxPB5S1BE .dropdown-item.active,
.cid-tZxPB5S1BE .dropdown-item:active {
  background-color: transparent;
}
.cid-tZxPB5S1BE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZxPB5S1BE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZxPB5S1BE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZxPB5S1BE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #21294f;
}
.cid-tZxPB5S1BE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZxPB5S1BE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZxPB5S1BE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZxPB5S1BE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZxPB5S1BE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZxPB5S1BE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tZxPB5S1BE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZxPB5S1BE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZxPB5S1BE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZxPB5S1BE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZxPB5S1BE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZxPB5S1BE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZxPB5S1BE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZxPB5S1BE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZxPB5S1BE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZxPB5S1BE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZxPB5S1BE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZxPB5S1BE .navbar {
    height: 70px;
  }
  .cid-tZxPB5S1BE .navbar.opened {
    height: auto;
  }
  .cid-tZxPB5S1BE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZxPB6olHP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxQtMVnQq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tZxQtMVnQq .carousel {
    min-height: 1000px;
  }
  .cid-tZxQtMVnQq .carousel img {
    max-height: 1000px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZxQtMVnQq .carousel {
    min-height: 650px;
  }
  .cid-tZxQtMVnQq .carousel img {
    max-height: 650px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tZxQtMVnQq .carousel {
    min-height: 550px;
  }
  .cid-tZxQtMVnQq .carousel img {
    max-height: 550px;
    object-fit: contain;
  }
  .cid-tZxQtMVnQq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tZxQtMVnQq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tZxQtMVnQq .carousel,
.cid-tZxQtMVnQq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tZxQtMVnQq .item-wrapper {
  width: 100%;
}
.cid-tZxQtMVnQq .carousel-caption {
  bottom: 40px;
}
.cid-tZxQtMVnQq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tZxQtMVnQq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tZxQtMVnQq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tZxQtMVnQq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tZxQtMVnQq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tZxQtMVnQq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tZxQtMVnQq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tZxQtMVnQq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tZxQtMVnQq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tZxQtMVnQq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tZxQtMVnQq .carousel-indicators li.active,
.cid-tZxQtMVnQq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tZxQtMVnQq .carousel-indicators li::after,
.cid-tZxQtMVnQq .carousel-indicators li::before {
  content: none;
}
.cid-tZxQtMVnQq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tZxQtMVnQq .carousel-indicators {
    display: none !important;
  }
}
.cid-tZxPB95CaT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZxPB9n3Zs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #21294f;
}
.cid-tZxPB9n3Zs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tZxPB9n3Zs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tZxPB9n3Zs .row {
    text-align: center;
  }
  .cid-tZxPB9n3Zs .row > div {
    margin: auto;
  }
  .cid-tZxPB9n3Zs .social-row {
    justify-content: center;
  }
}
.cid-tZxPB9n3Zs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tZxPB9n3Zs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tZxPB9n3Zs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZxPB9n3Zs .list {
    margin-bottom: 0rem;
  }
}
.cid-tZxPB9n3Zs .mbr-text {
  color: #00bef2;
}
.cid-tZxPB9n3Zs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tZxPB9n3Zs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tZxPB9n3Zs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tZxPB9n3Zs H5 {
  color: #00bef2;
  text-align: left;
}
.cid-tZxPB9n3Zs .mbr-section-subtitle {
  color: #00bef2;
  text-align: right;
}
