body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #6592e6 !important;
}
.bg-success {
  background-color: #10176e !important;
}
.bg-info {
  background-color: #ffe161 !important;
}
.bg-warning {
  background-color: #10176e !important;
}
.bg-danger {
  background-color: #e90404 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-success,
.btn-success:active {
  background-color: #10176e !important;
  border-color: #10176e !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: #050722 !important;
  border-color: #050722 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #050722 !important;
  border-color: #050722 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #10176e !important;
  border-color: #10176e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #050722 !important;
  border-color: #050722 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #050722 !important;
  border-color: #050722 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e90404 !important;
  border-color: #e90404 !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: #940303 !important;
  border-color: #940303 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #940303 !important;
  border-color: #940303 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #10176e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #050722 !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: #10176e !important;
  border-color: #10176e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #10176e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #050722 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #10176e !important;
  border-color: #10176e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e90404;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #940303 !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: #e90404 !important;
  border-color: #e90404 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #10176e !important;
}
.text-info {
  color: #ffe161 !important;
}
.text-warning {
  color: #10176e !important;
}
.text-danger {
  color: #e90404 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #030415 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #facb00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #030415 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #850202 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffe161;
}
.alert-warning {
  background-color: #10176e;
}
.alert-danger {
  background-color: #e90404;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #202edd;
}
.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: #202edd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #febbbb;
}
/* 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: #6592e6 !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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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-uLbBMhdSHz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uLbBMhdSHz nav.navbar {
  position: fixed;
}
.cid-uLbBMhdSHz .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-uLbBMhdSHz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLbBMhdSHz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLbBMhdSHz .dropdown-item:hover,
.cid-uLbBMhdSHz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uLbBMhdSHz .dropdown-item:hover span {
  color: white;
}
.cid-uLbBMhdSHz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLbBMhdSHz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLbBMhdSHz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLbBMhdSHz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLbBMhdSHz .nav-link {
  position: relative;
}
.cid-uLbBMhdSHz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLbBMhdSHz .container {
    flex-wrap: nowrap;
  }
}
.cid-uLbBMhdSHz .iconfont-wrapper {
  color: #9e9e9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLbBMhdSHz .dropdown-menu,
.cid-uLbBMhdSHz .navbar.opened {
  background: #ffffff !important;
}
.cid-uLbBMhdSHz .nav-item:focus,
.cid-uLbBMhdSHz .nav-link:focus {
  outline: none;
}
.cid-uLbBMhdSHz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbBMhdSHz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbBMhdSHz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbBMhdSHz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbBMhdSHz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbBMhdSHz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbBMhdSHz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLbBMhdSHz .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbBMhdSHz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLbBMhdSHz .navbar .navbar-logo img {
  width: auto;
}
.cid-uLbBMhdSHz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLbBMhdSHz .navbar.collapsed {
  justify-content: center;
}
.cid-uLbBMhdSHz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbBMhdSHz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLbBMhdSHz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uLbBMhdSHz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbBMhdSHz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbBMhdSHz .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-uLbBMhdSHz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbBMhdSHz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLbBMhdSHz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLbBMhdSHz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbBMhdSHz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbBMhdSHz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbBMhdSHz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLbBMhdSHz .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-uLbBMhdSHz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbBMhdSHz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLbBMhdSHz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLbBMhdSHz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLbBMhdSHz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbBMhdSHz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLbBMhdSHz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLbBMhdSHz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLbBMhdSHz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLbBMhdSHz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLbBMhdSHz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbBMhdSHz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLbBMhdSHz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbBMhdSHz .dropdown-item.active,
.cid-uLbBMhdSHz .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbBMhdSHz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbBMhdSHz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbBMhdSHz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbBMhdSHz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLbBMhdSHz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLbBMhdSHz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbBMhdSHz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLbBMhdSHz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLbBMhdSHz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLbBMhdSHz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLbBMhdSHz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbBMhdSHz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbBMhdSHz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbBMhdSHz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbBMhdSHz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbBMhdSHz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbBMhdSHz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbBMhdSHz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbBMhdSHz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLbBMhdSHz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbBMhdSHz .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-uLbBMhdSHz .navbar {
    height: 70px;
  }
  .cid-uLbBMhdSHz .navbar.opened {
    height: auto;
  }
  .cid-uLbBMhdSHz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbJhVKwNN {
  background-image: url("../../../assets/images/banner-1000x562.png");
}
.cid-uLbJhVKwNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbJhVKwNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWxjA97ew {
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.43-pm-960x1280.jpeg");
}
.cid-uLWxjA97ew .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-uLWxjA97ew .text-content .btn-bgr {
  z-index: 0;
}
.cid-uLWxjA97ew .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-uLWxjA97ew .container-full-width {
  position: relative;
}
.cid-uLWxjA97ew .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-uLWxjA97ew .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-uLWxjA97ew .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-uLWxjA97ew .text-content {
    width: 540px;
  }
  .cid-uLWxjA97ew .column-content {
    width: 100%;
  }
  .cid-uLWxjA97ew .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-uLWxjA97ew .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uLWxjA97ew .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-uLWxjA97ew .column-content {
    width: 50%;
  }
  .cid-uLWxjA97ew .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-uLWxjA97ew .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLWxjA97ew .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-uLWxjA97ew .column-content {
    height: 33rem;
  }
}
.cid-uLWxjA97ew .mbr-text,
.cid-uLWxjA97ew .mbr-section-btn {
  color: #252525;
}
.cid-uLbK1dJ7Yg {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.43-pm-1-1280x960.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uLbK1dJ7Yg svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uLbK1dJ7Yg #e2_shape {
  fill: #ffffff !important;
}
.cid-uLbK1dJ7Yg img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uLbK1dJ7Yg img {
    width: 90%!important;
  }
}
.cid-uLbK1dJ7Yg H1 {
  color: #ffffff;
}
.cid-uLbMybp7cl {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uLbMybp7cl .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-uLbMybp7cl .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uLbMybp7cl p {
  line-height: 1.6;
}
.cid-uLbMybp7cl .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-uLbMybp7cl .card-title {
  color: #e82834;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-uLbMybp7cl .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-uLbMybp7cl img {
  transition: all 0.3s;
}
.cid-uLbMybp7cl .card-box {
  padding: 1.5rem;
}
.cid-uLbMybp7cl .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uLbMybp7cl .card-box > p,
.cid-uLbMybp7cl .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLbMybp7cl .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uLbMPNRL3K {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLbMPNRL3K .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-uLbMPNRL3K .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-uLbMPNRL3K p {
  line-height: 1.6;
}
.cid-uLbMPNRL3K .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-uLbMPNRL3K .card-title {
  color: #e82834;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-uLbMPNRL3K .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-uLbMPNRL3K img {
  transition: all 0.3s;
}
.cid-uLbMPNRL3K .card-box {
  padding: 1.5rem;
}
.cid-uLbMPNRL3K .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uLbMPNRL3K .card-box > p,
.cid-uLbMPNRL3K .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uLbMPNRL3K .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uLbNdJsvTm {
  overflow: hidden !important;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.43-pm-3-1280x590.jpg");
}
.cid-uLbNdJsvTm .container-fluid {
  padding: 0 5rem;
}
.cid-uLbNdJsvTm .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLbNdJsvTm .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uLbNdJsvTm .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uLbNdJsvTm .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uLbNdJsvTm .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uLbNdJsvTm .container-fluid {
    padding: 0 1rem;
  }
  .cid-uLbNdJsvTm .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uLbNdJsvTm .mbr-section-title {
    text-align: center !important;
  }
  .cid-uLbNdJsvTm .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uLbNdJsvTm .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uLbNdJsvTm .mbr-section-subtitle,
.cid-uLbNdJsvTm .mbr-section-btn {
  color: #ffffff;
}
.cid-uLnvpbBLAl {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-1-1600x900.jpg");
}
.cid-uLnvpbBLAl .mbr-text,
.cid-uLnvpbBLAl .mbr-section-btn {
  color: #ffd900;
}
.cid-uLnvpbBLAl .mbr-section-title {
  color: #ffffff;
}
.cid-uLWy4mmqMq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLWy4mmqMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWy4mmqMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWy4mmqMq .mbr-section-title {
  color: #e82834;
}
.cid-uLbJVUB1js {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-2-1600x900.jpg");
}
.cid-uLbJVUB1js .mbr-text,
.cid-uLbJVUB1js .mbr-section-btn {
  color: #ffd900;
}
.cid-uLbJVUB1js .mbr-section-title {
  color: #ffffff;
}
.cid-uLbOhYyYIK {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uLbOhYyYIK h1 {
  margin-bottom: 0.2rem;
}
.cid-uLbOhYyYIK .container-fluid {
  padding: 0;
}
.cid-uLbOhYyYIK img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uLbOhYyYIK .mbr-figure {
  height: 100%;
}
.cid-uLbOhYyYIK .col-lg-6 {
  padding: 0;
}
.cid-uLbOhYyYIK .mbr-text {
  color: #747474;
}
.cid-uLbOhYyYIK hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uLbOhYyYIK .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uLbOhYyYIK .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-uLbOhYyYIK .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-uLbOhYyYIK .mbr-figure::after {
  content: '';
  background-color: #e90404;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uLbOhYyYIK .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uLbOhYyYIK .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uLbOhYyYIK .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uLbOhYyYIK .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uLbOhYyYIK .btn {
  color: #101010 !important;
}
.cid-uLbOhYyYIK .btn:hover {
  color: #ffffff !important;
}
.cid-uLbOhYyYIK .line-title {
  width: 40px;
  height: 2px;
  background-color: #e90404;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uLbOhYyYIK .vertical-line:before {
  content: '';
  background-color: #e90404;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uLbOhYyYIK .mbr-text,
.cid-uLbOhYyYIK .mbr-section-btn {
  color: #353535;
}
.cid-uLbOhYyYIK .media-content,
.cid-uLbOhYyYIK .mbr-section-title,
.cid-uLbOhYyYIK .line-title {
  color: #e82834;
}
.cid-uLbOHLtNIu {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.43-pm-3-1280x590.jpg");
}
.cid-uLbOHLtNIu .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uLbOHLtNIu .align-center {
    text-align: center;
  }
}
.cid-uLbP1eDonX {
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.09.38-pm-1280x960.jpg");
}
.cid-uLbP1eDonX .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uLbP1eDonX .text-content {
  z-index: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
  margin-left: auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLbP1eDonX .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uLbP1eDonX .text-content {
    width: 100%;
  }
}
.cid-uLbP1eDonX .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uLbP1eDonX .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uLbP1eDonX .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uLbP1eDonX .mbr-section-btn {
  margin-left: -4.5px;
}
@media (max-width: 767px) {
  .cid-uLbP1eDonX .mbr-text {
    text-align: center;
  }
}
.cid-uLbP1eDonX .mbr-section-subtitle {
  text-align: left;
}
.cid-uLbP1eDonX .mbr-section-btn,
.cid-uLbP1eDonX .mbr-section-title {
  text-align: left;
  color: #e82834;
}
.cid-uLbP1eDonX P {
  text-align: left;
}
.cid-uLbPejm5Mr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e82834;
}
.cid-uLbPejm5Mr span {
  color: #c1c1c1;
}
.cid-uLbPejm5Mr .mbr-text {
  padding-left: 1.5rem;
}
.cid-uLbPejm5Mr .mbr-section-title {
  padding-left: 1.5px;
}
.cid-uLbPejm5Mr .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-uLbPejm5Mr H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uLbPejm5Mr .mbr-text,
.cid-uLbPejm5Mr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLbD0Uukms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f213a;
}
.cid-uLbD0Uukms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbD0Uukms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbD0Uukms .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLbD0Uukms .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLbD0Uukms .row {
    text-align: center;
  }
  .cid-uLbD0Uukms .row > div {
    margin: auto;
  }
  .cid-uLbD0Uukms .social-row {
    justify-content: center;
  }
}
.cid-uLbD0Uukms .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLbD0Uukms .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uLbD0Uukms .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLbD0Uukms .list {
    margin-bottom: 0rem;
  }
}
.cid-uLbD0Uukms .mbr-text {
  color: #ffffff;
}
.cid-uLbD0Uukms .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-uLbD0Uukms .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLbD0Uukms div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLbD0Uukms H5 {
  color: #ffd900;
}
.cid-uMZ6la6zw4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMZ6la6zw4 nav.navbar {
  position: fixed;
}
.cid-uMZ6la6zw4 .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-uMZ6la6zw4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMZ6la6zw4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMZ6la6zw4 .dropdown-item:hover,
.cid-uMZ6la6zw4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uMZ6la6zw4 .dropdown-item:hover span {
  color: white;
}
.cid-uMZ6la6zw4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMZ6la6zw4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMZ6la6zw4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMZ6la6zw4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMZ6la6zw4 .nav-link {
  position: relative;
}
.cid-uMZ6la6zw4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMZ6la6zw4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMZ6la6zw4 .iconfont-wrapper {
  color: #9e9e9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMZ6la6zw4 .dropdown-menu,
.cid-uMZ6la6zw4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uMZ6la6zw4 .nav-item:focus,
.cid-uMZ6la6zw4 .nav-link:focus {
  outline: none;
}
.cid-uMZ6la6zw4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMZ6la6zw4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMZ6la6zw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMZ6la6zw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMZ6la6zw4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMZ6la6zw4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMZ6la6zw4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMZ6la6zw4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMZ6la6zw4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMZ6la6zw4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMZ6la6zw4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZ6la6zw4 .navbar.collapsed {
  justify-content: center;
}
.cid-uMZ6la6zw4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMZ6la6zw4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZ6la6zw4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uMZ6la6zw4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZ6la6zw4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZ6la6zw4 .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-uMZ6la6zw4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZ6la6zw4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMZ6la6zw4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMZ6la6zw4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMZ6la6zw4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZ6la6zw4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZ6la6zw4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZ6la6zw4 .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-uMZ6la6zw4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMZ6la6zw4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZ6la6zw4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMZ6la6zw4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMZ6la6zw4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMZ6la6zw4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMZ6la6zw4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMZ6la6zw4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMZ6la6zw4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMZ6la6zw4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMZ6la6zw4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMZ6la6zw4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZ6la6zw4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZ6la6zw4 .dropdown-item.active,
.cid-uMZ6la6zw4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZ6la6zw4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMZ6la6zw4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZ6la6zw4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZ6la6zw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZ6la6zw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMZ6la6zw4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZ6la6zw4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMZ6la6zw4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMZ6la6zw4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMZ6la6zw4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMZ6la6zw4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMZ6la6zw4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZ6la6zw4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZ6la6zw4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMZ6la6zw4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZ6la6zw4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMZ6la6zw4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMZ6la6zw4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZ6la6zw4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMZ6la6zw4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZ6la6zw4 .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-uMZ6la6zw4 .navbar {
    height: 70px;
  }
  .cid-uMZ6la6zw4 .navbar.opened {
    height: auto;
  }
  .cid-uMZ6la6zw4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMZ6SqedpM {
  background: #ffffff;
}
.cid-uMZ6SqedpM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uMZ6SqedpM .mbr-figure {
  margin: 0 auto;
}
.cid-uMZ6SqedpM figcaption {
  position: relative;
}
.cid-uMZ6SqedpM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMZ6SqedpM .image-block {
    width: 100% !important;
  }
}
.cid-uMZ6SqedpM .mbr-figure-caption div {
  color: #232323;
}
.cid-uMZ6lbRgVY {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/chimenea-de-tablaroca-766941-hd-1620x1080.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uMZ6lbRgVY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uMZ6lbRgVY #e2_shape {
  fill: #ffffff !important;
}
.cid-uMZ6lbRgVY img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uMZ6lbRgVY img {
    width: 90%!important;
  }
}
.cid-uMZ6lbRgVY H1 {
  color: #ffffff;
}
.cid-uMZ6lgiTgt {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMZ6lgiTgt h1 {
  margin-bottom: 0.2rem;
}
.cid-uMZ6lgiTgt .container-fluid {
  padding: 0;
}
.cid-uMZ6lgiTgt img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uMZ6lgiTgt .mbr-figure {
  height: 100%;
}
.cid-uMZ6lgiTgt .col-lg-6 {
  padding: 0;
}
.cid-uMZ6lgiTgt .mbr-text {
  color: #747474;
}
.cid-uMZ6lgiTgt hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uMZ6lgiTgt .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uMZ6lgiTgt .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-uMZ6lgiTgt .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-uMZ6lgiTgt .mbr-figure::after {
  content: '';
  background-color: #e90404;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMZ6lgiTgt .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uMZ6lgiTgt .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uMZ6lgiTgt .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMZ6lgiTgt .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uMZ6lgiTgt .btn {
  color: #101010 !important;
}
.cid-uMZ6lgiTgt .btn:hover {
  color: #ffffff !important;
}
.cid-uMZ6lgiTgt .line-title {
  width: 40px;
  height: 2px;
  background-color: #e90404;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uMZ6lgiTgt .vertical-line:before {
  content: '';
  background-color: #e90404;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uMZ6lgiTgt .mbr-text,
.cid-uMZ6lgiTgt .mbr-section-btn {
  color: #353535;
}
.cid-uMZ6lgiTgt .media-content,
.cid-uMZ6lgiTgt .mbr-section-title,
.cid-uMZ6lgiTgt .line-title {
  color: #e82834;
}
.cid-uMZ6le6QKq {
  overflow: hidden !important;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.43-pm-3-1280x590.jpg");
}
.cid-uMZ6le6QKq .container-fluid {
  padding: 0 5rem;
}
.cid-uMZ6le6QKq .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZ6le6QKq .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uMZ6le6QKq .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uMZ6le6QKq .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uMZ6le6QKq .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMZ6le6QKq .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZ6le6QKq .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uMZ6le6QKq .mbr-section-title {
    text-align: center !important;
  }
  .cid-uMZ6le6QKq .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uMZ6le6QKq .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMZ6le6QKq .mbr-section-subtitle,
.cid-uMZ6le6QKq .mbr-section-btn {
  color: #ffffff;
}
.cid-uMZ6leI4hr {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-3-1600x900.jpg");
}
.cid-uMZ6leI4hr .mbr-text,
.cid-uMZ6leI4hr .mbr-section-btn {
  color: #ffd900;
}
.cid-uMZ6leI4hr .mbr-section-title {
  color: #ffffff;
}
.cid-uMZ6lff1Ue {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMZ6lff1Ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZ6lff1Ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZ6lff1Ue .mbr-section-title {
  color: #e82834;
}
.cid-uMZ6lgRSZa {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.43-pm-3-1280x590.jpg");
}
.cid-uMZ6lgRSZa .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uMZ6lgRSZa .align-center {
    text-align: center;
  }
}
.cid-uMZ6lgRSZa H1 {
  color: #ffe161;
}
.cid-uMZ6liuhUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f213a;
}
.cid-uMZ6liuhUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZ6liuhUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZ6liuhUu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMZ6liuhUu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMZ6liuhUu .row {
    text-align: center;
  }
  .cid-uMZ6liuhUu .row > div {
    margin: auto;
  }
  .cid-uMZ6liuhUu .social-row {
    justify-content: center;
  }
}
.cid-uMZ6liuhUu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMZ6liuhUu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uMZ6liuhUu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMZ6liuhUu .list {
    margin-bottom: 0rem;
  }
}
.cid-uMZ6liuhUu .mbr-text {
  color: #ffffff;
}
.cid-uMZ6liuhUu .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-uMZ6liuhUu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMZ6liuhUu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMZ6liuhUu H5 {
  color: #ffd900;
}
.cid-uMZjzGH4Kd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMZjzGH4Kd nav.navbar {
  position: fixed;
}
.cid-uMZjzGH4Kd .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-uMZjzGH4Kd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMZjzGH4Kd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMZjzGH4Kd .dropdown-item:hover,
.cid-uMZjzGH4Kd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uMZjzGH4Kd .dropdown-item:hover span {
  color: white;
}
.cid-uMZjzGH4Kd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMZjzGH4Kd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMZjzGH4Kd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMZjzGH4Kd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMZjzGH4Kd .nav-link {
  position: relative;
}
.cid-uMZjzGH4Kd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMZjzGH4Kd .container {
    flex-wrap: nowrap;
  }
}
.cid-uMZjzGH4Kd .iconfont-wrapper {
  color: #9e9e9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMZjzGH4Kd .dropdown-menu,
.cid-uMZjzGH4Kd .navbar.opened {
  background: #ffffff !important;
}
.cid-uMZjzGH4Kd .nav-item:focus,
.cid-uMZjzGH4Kd .nav-link:focus {
  outline: none;
}
.cid-uMZjzGH4Kd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMZjzGH4Kd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMZjzGH4Kd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMZjzGH4Kd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMZjzGH4Kd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMZjzGH4Kd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMZjzGH4Kd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMZjzGH4Kd .navbar.opened {
  transition: all 0.3s;
}
.cid-uMZjzGH4Kd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMZjzGH4Kd .navbar .navbar-logo img {
  width: auto;
}
.cid-uMZjzGH4Kd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZjzGH4Kd .navbar.collapsed {
  justify-content: center;
}
.cid-uMZjzGH4Kd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMZjzGH4Kd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZjzGH4Kd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uMZjzGH4Kd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZjzGH4Kd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZjzGH4Kd .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-uMZjzGH4Kd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZjzGH4Kd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMZjzGH4Kd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMZjzGH4Kd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMZjzGH4Kd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZjzGH4Kd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZjzGH4Kd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZjzGH4Kd .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-uMZjzGH4Kd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMZjzGH4Kd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZjzGH4Kd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMZjzGH4Kd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMZjzGH4Kd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMZjzGH4Kd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMZjzGH4Kd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMZjzGH4Kd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMZjzGH4Kd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMZjzGH4Kd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMZjzGH4Kd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMZjzGH4Kd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZjzGH4Kd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZjzGH4Kd .dropdown-item.active,
.cid-uMZjzGH4Kd .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZjzGH4Kd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMZjzGH4Kd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZjzGH4Kd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZjzGH4Kd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZjzGH4Kd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMZjzGH4Kd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZjzGH4Kd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMZjzGH4Kd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMZjzGH4Kd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMZjzGH4Kd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMZjzGH4Kd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMZjzGH4Kd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZjzGH4Kd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZjzGH4Kd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMZjzGH4Kd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZjzGH4Kd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMZjzGH4Kd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMZjzGH4Kd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZjzGH4Kd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMZjzGH4Kd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZjzGH4Kd .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-uMZjzGH4Kd .navbar {
    height: 70px;
  }
  .cid-uMZjzGH4Kd .navbar.opened {
    height: auto;
  }
  .cid-uMZjzGH4Kd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMZjXThqNA {
  background: #ffffff;
}
.cid-uMZjXThqNA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uMZjXThqNA .mbr-figure {
  margin: 0 auto;
}
.cid-uMZjXThqNA figcaption {
  position: relative;
}
.cid-uMZjXThqNA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMZjXThqNA .image-block {
    width: 100% !important;
  }
}
.cid-uMZjXThqNA .mbr-figure-caption div {
  color: #232323;
}
.cid-uMZjzIAA0r {
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.09.38-pm-1280x960.jpg");
}
.cid-uMZjzIAA0r .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-uMZjzIAA0r .text-content .btn-bgr {
  z-index: 0;
}
.cid-uMZjzIAA0r .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-uMZjzIAA0r .container-full-width {
  position: relative;
}
.cid-uMZjzIAA0r .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-uMZjzIAA0r .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-uMZjzIAA0r .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-uMZjzIAA0r .text-content {
    width: 540px;
  }
  .cid-uMZjzIAA0r .column-content {
    width: 100%;
  }
  .cid-uMZjzIAA0r .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-uMZjzIAA0r .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uMZjzIAA0r .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-uMZjzIAA0r .column-content {
    width: 50%;
  }
  .cid-uMZjzIAA0r .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-uMZjzIAA0r .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMZjzIAA0r .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-uMZjzIAA0r .column-content {
    height: 33rem;
  }
}
.cid-uMZjzIAA0r .mbr-text,
.cid-uMZjzIAA0r .mbr-section-btn {
  color: #252525;
}
.cid-uMZjzON9ue {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.09.38-pm-1-1600x900.jpg");
}
.cid-uMZjzON9ue .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uMZjzON9ue .align-center {
    text-align: center;
  }
}
.cid-uMZjzLHGBf {
  overflow: hidden !important;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.09.38-pm-2-1600x900.jpg");
}
.cid-uMZjzLHGBf .container-fluid {
  padding: 0 5rem;
}
.cid-uMZjzLHGBf .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZjzLHGBf .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uMZjzLHGBf .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uMZjzLHGBf .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uMZjzLHGBf .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMZjzLHGBf .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZjzLHGBf .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uMZjzLHGBf .mbr-section-title {
    text-align: center !important;
  }
  .cid-uMZjzLHGBf .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uMZjzLHGBf .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMZjzLHGBf .mbr-section-subtitle,
.cid-uMZjzLHGBf .mbr-section-btn {
  color: #ffffff;
}
.cid-uMZjzNsFPw {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-4-1600x900.jpg");
}
.cid-uMZjzNsFPw .mbr-text,
.cid-uMZjzNsFPw .mbr-section-btn {
  color: #ffd900;
}
.cid-uMZjzNsFPw .mbr-section-title {
  color: #ffffff;
}
.cid-uMZjzJ7SLz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.43-pm-3-1280x960.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uMZjzJ7SLz svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uMZjzJ7SLz #e2_shape {
  fill: #ffffff !important;
}
.cid-uMZjzJ7SLz img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uMZjzJ7SLz img {
    width: 90%!important;
  }
}
.cid-uMZjzJ7SLz H1 {
  color: #ffffff;
}
.cid-uMZjzMTAez {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMZjzMTAez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZjzMTAez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZjzMTAez .mbr-section-title {
  color: #e82834;
}
.cid-uMZjzO66Df {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMZjzO66Df h1 {
  margin-bottom: 0.2rem;
}
.cid-uMZjzO66Df .container-fluid {
  padding: 0;
}
.cid-uMZjzO66Df img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uMZjzO66Df .mbr-figure {
  height: 100%;
}
.cid-uMZjzO66Df .col-lg-6 {
  padding: 0;
}
.cid-uMZjzO66Df .mbr-text {
  color: #747474;
}
.cid-uMZjzO66Df hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uMZjzO66Df .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uMZjzO66Df .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-uMZjzO66Df .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-uMZjzO66Df .mbr-figure::after {
  content: '';
  background-color: #e90404;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMZjzO66Df .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uMZjzO66Df .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uMZjzO66Df .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMZjzO66Df .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uMZjzO66Df .btn {
  color: #101010 !important;
}
.cid-uMZjzO66Df .btn:hover {
  color: #ffffff !important;
}
.cid-uMZjzO66Df .line-title {
  width: 40px;
  height: 2px;
  background-color: #e90404;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uMZjzO66Df .vertical-line:before {
  content: '';
  background-color: #e90404;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uMZjzO66Df .mbr-text,
.cid-uMZjzO66Df .mbr-section-btn {
  color: #353535;
}
.cid-uMZjzO66Df .media-content,
.cid-uMZjzO66Df .mbr-section-title,
.cid-uMZjzO66Df .line-title {
  color: #e82834;
}
.cid-uMZjzPofRR {
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.43-pm-1-1280x960.jpg");
}
.cid-uMZjzPofRR .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uMZjzPofRR .text-content {
  z-index: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
  margin-left: auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMZjzPofRR .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uMZjzPofRR .text-content {
    width: 100%;
  }
}
.cid-uMZjzPofRR .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uMZjzPofRR .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMZjzPofRR .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uMZjzPofRR .mbr-section-btn {
  margin-left: -4.5px;
}
@media (max-width: 767px) {
  .cid-uMZjzPofRR .mbr-text {
    text-align: center;
  }
}
.cid-uMZjzPofRR .mbr-section-subtitle {
  text-align: left;
}
.cid-uMZjzPofRR .mbr-section-btn,
.cid-uMZjzPofRR .mbr-section-title {
  text-align: left;
  color: #e82834;
}
.cid-uMZjzPofRR P {
  text-align: left;
}
.cid-uMZjzQV5wY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f213a;
}
.cid-uMZjzQV5wY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZjzQV5wY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZjzQV5wY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMZjzQV5wY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMZjzQV5wY .row {
    text-align: center;
  }
  .cid-uMZjzQV5wY .row > div {
    margin: auto;
  }
  .cid-uMZjzQV5wY .social-row {
    justify-content: center;
  }
}
.cid-uMZjzQV5wY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMZjzQV5wY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uMZjzQV5wY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMZjzQV5wY .list {
    margin-bottom: 0rem;
  }
}
.cid-uMZjzQV5wY .mbr-text {
  color: #ffffff;
}
.cid-uMZjzQV5wY .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-uMZjzQV5wY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMZjzQV5wY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMZjzQV5wY H5 {
  color: #ffd900;
}
.cid-uMZsE2LXkd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMZsE2LXkd nav.navbar {
  position: fixed;
}
.cid-uMZsE2LXkd .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-uMZsE2LXkd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMZsE2LXkd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMZsE2LXkd .dropdown-item:hover,
.cid-uMZsE2LXkd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uMZsE2LXkd .dropdown-item:hover span {
  color: white;
}
.cid-uMZsE2LXkd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMZsE2LXkd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMZsE2LXkd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMZsE2LXkd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMZsE2LXkd .nav-link {
  position: relative;
}
.cid-uMZsE2LXkd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMZsE2LXkd .container {
    flex-wrap: nowrap;
  }
}
.cid-uMZsE2LXkd .iconfont-wrapper {
  color: #9e9e9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMZsE2LXkd .dropdown-menu,
.cid-uMZsE2LXkd .navbar.opened {
  background: #ffffff !important;
}
.cid-uMZsE2LXkd .nav-item:focus,
.cid-uMZsE2LXkd .nav-link:focus {
  outline: none;
}
.cid-uMZsE2LXkd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMZsE2LXkd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMZsE2LXkd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMZsE2LXkd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMZsE2LXkd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMZsE2LXkd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMZsE2LXkd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMZsE2LXkd .navbar.opened {
  transition: all 0.3s;
}
.cid-uMZsE2LXkd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMZsE2LXkd .navbar .navbar-logo img {
  width: auto;
}
.cid-uMZsE2LXkd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZsE2LXkd .navbar.collapsed {
  justify-content: center;
}
.cid-uMZsE2LXkd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMZsE2LXkd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZsE2LXkd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uMZsE2LXkd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZsE2LXkd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZsE2LXkd .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-uMZsE2LXkd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZsE2LXkd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMZsE2LXkd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMZsE2LXkd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMZsE2LXkd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZsE2LXkd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZsE2LXkd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZsE2LXkd .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-uMZsE2LXkd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMZsE2LXkd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZsE2LXkd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMZsE2LXkd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMZsE2LXkd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMZsE2LXkd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMZsE2LXkd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMZsE2LXkd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMZsE2LXkd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMZsE2LXkd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMZsE2LXkd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMZsE2LXkd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZsE2LXkd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZsE2LXkd .dropdown-item.active,
.cid-uMZsE2LXkd .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZsE2LXkd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMZsE2LXkd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZsE2LXkd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZsE2LXkd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZsE2LXkd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMZsE2LXkd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZsE2LXkd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMZsE2LXkd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMZsE2LXkd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMZsE2LXkd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMZsE2LXkd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMZsE2LXkd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZsE2LXkd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZsE2LXkd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMZsE2LXkd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZsE2LXkd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMZsE2LXkd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMZsE2LXkd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZsE2LXkd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMZsE2LXkd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZsE2LXkd .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-uMZsE2LXkd .navbar {
    height: 70px;
  }
  .cid-uMZsE2LXkd .navbar.opened {
    height: auto;
  }
  .cid-uMZsE2LXkd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMZtPkaLVt {
  background: #ffffff;
}
.cid-uMZtPkaLVt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uMZtPkaLVt .mbr-figure {
  margin: 0 auto;
}
.cid-uMZtPkaLVt figcaption {
  position: relative;
}
.cid-uMZtPkaLVt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMZtPkaLVt .image-block {
    width: 100% !important;
  }
}
.cid-uMZtPkaLVt .mbr-figure-caption div {
  color: #232323;
}
.cid-uMZsE7TOz7 {
  padding-top: 105px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/fondo-5-1600x900.jpg");
}
.cid-uMZsE7TOz7 .mbr-text,
.cid-uMZsE7TOz7 .mbr-section-btn {
  color: #ffd900;
}
.cid-uMZsE7TOz7 .mbr-section-title {
  color: #ffffff;
}
.cid-uMZsE55a9d {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/azul-sereno-scaled-2000x1126.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uMZsE55a9d svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uMZsE55a9d #e2_shape {
  fill: #ffffff !important;
}
.cid-uMZsE55a9d img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uMZsE55a9d img {
    width: 90%!important;
  }
}
.cid-uMZsE55a9d H1 {
  color: #ffffff;
}
.cid-uMZsE9D8V1 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMZsE9D8V1 h1 {
  margin-bottom: 0.2rem;
}
.cid-uMZsE9D8V1 .container-fluid {
  padding: 0;
}
.cid-uMZsE9D8V1 img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uMZsE9D8V1 .mbr-figure {
  height: 100%;
}
.cid-uMZsE9D8V1 .col-lg-6 {
  padding: 0;
}
.cid-uMZsE9D8V1 .mbr-text {
  color: #747474;
}
.cid-uMZsE9D8V1 hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uMZsE9D8V1 .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uMZsE9D8V1 .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-uMZsE9D8V1 .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-uMZsE9D8V1 .mbr-figure::after {
  content: '';
  background-color: #e90404;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMZsE9D8V1 .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uMZsE9D8V1 .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uMZsE9D8V1 .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMZsE9D8V1 .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uMZsE9D8V1 .btn {
  color: #101010 !important;
}
.cid-uMZsE9D8V1 .btn:hover {
  color: #ffffff !important;
}
.cid-uMZsE9D8V1 .line-title {
  width: 40px;
  height: 2px;
  background-color: #e90404;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uMZsE9D8V1 .vertical-line:before {
  content: '';
  background-color: #e90404;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uMZsE9D8V1 .mbr-text,
.cid-uMZsE9D8V1 .mbr-section-btn {
  color: #353535;
}
.cid-uMZsE9D8V1 .media-content,
.cid-uMZsE9D8V1 .mbr-section-title,
.cid-uMZsE9D8V1 .line-title {
  color: #e82834;
}
.cid-uMZsE93G7F {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fonfo-6-1600x900.jpg");
}
.cid-uMZsE93G7F .mbr-text,
.cid-uMZsE93G7F .mbr-section-btn {
  color: #ffd900;
}
.cid-uMZsE93G7F .mbr-section-title {
  color: #ffffff;
}
.cid-uMZsE7jCZc {
  overflow: hidden !important;
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/pared-rosa-pintar-recamara-ideas-pinturas-cancun-scaled-2000x1125.jpg");
}
.cid-uMZsE7jCZc .container-fluid {
  padding: 0 5rem;
}
.cid-uMZsE7jCZc .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZsE7jCZc .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uMZsE7jCZc .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uMZsE7jCZc .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uMZsE7jCZc .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMZsE7jCZc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZsE7jCZc .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uMZsE7jCZc .mbr-section-title {
    text-align: center !important;
  }
  .cid-uMZsE7jCZc .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uMZsE7jCZc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMZsE7jCZc .mbr-section-subtitle,
.cid-uMZsE7jCZc .mbr-section-btn {
  color: #ffffff;
}
.cid-uMZsE8sy1U {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMZsE8sy1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZsE8sy1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZsE8sy1U .mbr-section-title {
  color: #e82834;
}
.cid-uMZsEdYXt8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f213a;
}
.cid-uMZsEdYXt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZsEdYXt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZsEdYXt8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMZsEdYXt8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMZsEdYXt8 .row {
    text-align: center;
  }
  .cid-uMZsEdYXt8 .row > div {
    margin: auto;
  }
  .cid-uMZsEdYXt8 .social-row {
    justify-content: center;
  }
}
.cid-uMZsEdYXt8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMZsEdYXt8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uMZsEdYXt8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMZsEdYXt8 .list {
    margin-bottom: 0rem;
  }
}
.cid-uMZsEdYXt8 .mbr-text {
  color: #ffffff;
}
.cid-uMZsEdYXt8 .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-uMZsEdYXt8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMZsEdYXt8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMZsEdYXt8 H5 {
  color: #ffd900;
}
.cid-uMZxjOeg0N {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMZxjOeg0N nav.navbar {
  position: fixed;
}
.cid-uMZxjOeg0N .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-uMZxjOeg0N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMZxjOeg0N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMZxjOeg0N .dropdown-item:hover,
.cid-uMZxjOeg0N .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uMZxjOeg0N .dropdown-item:hover span {
  color: white;
}
.cid-uMZxjOeg0N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMZxjOeg0N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMZxjOeg0N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMZxjOeg0N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMZxjOeg0N .nav-link {
  position: relative;
}
.cid-uMZxjOeg0N .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMZxjOeg0N .container {
    flex-wrap: nowrap;
  }
}
.cid-uMZxjOeg0N .iconfont-wrapper {
  color: #9e9e9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMZxjOeg0N .dropdown-menu,
.cid-uMZxjOeg0N .navbar.opened {
  background: #ffffff !important;
}
.cid-uMZxjOeg0N .nav-item:focus,
.cid-uMZxjOeg0N .nav-link:focus {
  outline: none;
}
.cid-uMZxjOeg0N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMZxjOeg0N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMZxjOeg0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMZxjOeg0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMZxjOeg0N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMZxjOeg0N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMZxjOeg0N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMZxjOeg0N .navbar.opened {
  transition: all 0.3s;
}
.cid-uMZxjOeg0N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMZxjOeg0N .navbar .navbar-logo img {
  width: auto;
}
.cid-uMZxjOeg0N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZxjOeg0N .navbar.collapsed {
  justify-content: center;
}
.cid-uMZxjOeg0N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMZxjOeg0N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZxjOeg0N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uMZxjOeg0N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZxjOeg0N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZxjOeg0N .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-uMZxjOeg0N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZxjOeg0N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMZxjOeg0N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMZxjOeg0N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMZxjOeg0N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZxjOeg0N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZxjOeg0N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZxjOeg0N .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-uMZxjOeg0N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMZxjOeg0N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZxjOeg0N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMZxjOeg0N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMZxjOeg0N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMZxjOeg0N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMZxjOeg0N .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMZxjOeg0N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMZxjOeg0N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMZxjOeg0N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMZxjOeg0N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMZxjOeg0N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZxjOeg0N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZxjOeg0N .dropdown-item.active,
.cid-uMZxjOeg0N .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZxjOeg0N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMZxjOeg0N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZxjOeg0N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZxjOeg0N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZxjOeg0N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMZxjOeg0N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZxjOeg0N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMZxjOeg0N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMZxjOeg0N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMZxjOeg0N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMZxjOeg0N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMZxjOeg0N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZxjOeg0N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZxjOeg0N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMZxjOeg0N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZxjOeg0N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMZxjOeg0N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMZxjOeg0N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZxjOeg0N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMZxjOeg0N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZxjOeg0N .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-uMZxjOeg0N .navbar {
    height: 70px;
  }
  .cid-uMZxjOeg0N .navbar.opened {
    height: auto;
  }
  .cid-uMZxjOeg0N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMZyLwHxPk {
  background: #ffffff;
}
.cid-uMZyLwHxPk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uMZyLwHxPk .mbr-figure {
  margin: 0 auto;
}
.cid-uMZyLwHxPk figcaption {
  position: relative;
}
.cid-uMZyLwHxPk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMZyLwHxPk .image-block {
    width: 100% !important;
  }
}
.cid-uMZyLwHxPk .mbr-figure-caption div {
  color: #232323;
}
.cid-uMZxjQnGrX {
  background-image: url("../../../assets/images/20190313-153407.webp");
}
.cid-uMZxjQnGrX .column-content {
  padding-top: 180px;
  padding-bottom: 135px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-uMZxjQnGrX .text-content .btn-bgr {
  z-index: 0;
}
.cid-uMZxjQnGrX .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-uMZxjQnGrX .container-full-width {
  position: relative;
}
.cid-uMZxjQnGrX .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-uMZxjQnGrX .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-uMZxjQnGrX .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-uMZxjQnGrX .text-content {
    width: 540px;
  }
  .cid-uMZxjQnGrX .column-content {
    width: 100%;
  }
  .cid-uMZxjQnGrX .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-uMZxjQnGrX .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-uMZxjQnGrX .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-uMZxjQnGrX .column-content {
    width: 50%;
  }
  .cid-uMZxjQnGrX .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-uMZxjQnGrX .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMZxjQnGrX .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-uMZxjQnGrX .column-content {
    height: 33rem;
  }
}
.cid-uMZxjQnGrX .mbr-text,
.cid-uMZxjQnGrX .mbr-section-btn {
  color: #252525;
}
.cid-uMZxjWg3j6 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/porton-de-herreria-elaborado-con-perfiles-de-aluminio-1000x800.jpg");
}
.cid-uMZxjWg3j6 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uMZxjWg3j6 .align-center {
    text-align: center;
  }
}
.cid-uMZxjTLYSR {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-1-1600x900.jpg");
}
.cid-uMZxjTLYSR .mbr-text,
.cid-uMZxjTLYSR .mbr-section-btn {
  color: #ffd900;
}
.cid-uMZxjTLYSR .mbr-section-title {
  color: #ffffff;
}
.cid-uMZxjT9QlG {
  overflow: hidden !important;
  background-image: url("../../../assets/images/biombo-de-herreria-1-c68afe357f3c30c7-2000x1125.jpg");
}
.cid-uMZxjT9QlG .container-fluid {
  padding: 0 5rem;
}
.cid-uMZxjT9QlG .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZxjT9QlG .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uMZxjT9QlG .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uMZxjT9QlG .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uMZxjT9QlG .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMZxjT9QlG .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZxjT9QlG .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uMZxjT9QlG .mbr-section-title {
    text-align: center !important;
  }
  .cid-uMZxjT9QlG .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uMZxjT9QlG .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMZxjT9QlG .mbr-section-subtitle,
.cid-uMZxjT9QlG .mbr-section-btn {
  color: #ffffff;
}
.cid-uMZxjXx6Bm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e82834;
}
.cid-uMZxjXx6Bm span {
  color: #c1c1c1;
}
.cid-uMZxjXx6Bm .mbr-text {
  padding-left: 1.5rem;
}
.cid-uMZxjXx6Bm .mbr-section-title {
  padding-left: 1.5px;
}
.cid-uMZxjXx6Bm .mbr-section-btn {
  margin-top: 22.5px;
}
.cid-uMZxjXx6Bm H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uMZxjXx6Bm .mbr-text,
.cid-uMZxjXx6Bm .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uMZxjWV0Yy {
  background-image: url("../../../assets/images/71brt-pie9l.-ac-uf8941000-ql80-894x894.jpg");
}
.cid-uMZxjWV0Yy .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uMZxjWV0Yy .text-content {
  z-index: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
  margin-left: auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMZxjWV0Yy .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uMZxjWV0Yy .text-content {
    width: 100%;
  }
}
.cid-uMZxjWV0Yy .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uMZxjWV0Yy .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMZxjWV0Yy .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uMZxjWV0Yy .mbr-section-btn {
  margin-left: -4.5px;
}
@media (max-width: 767px) {
  .cid-uMZxjWV0Yy .mbr-text {
    text-align: center;
  }
}
.cid-uMZxjWV0Yy .mbr-section-subtitle {
  text-align: left;
}
.cid-uMZxjWV0Yy .mbr-section-btn,
.cid-uMZxjWV0Yy .mbr-section-title {
  text-align: left;
  color: #e82834;
}
.cid-uMZxjWV0Yy P {
  text-align: left;
}
.cid-uMZxjR2BGf {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/a481b5cd409f3fd796161ceea47b6525-1307x1400.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uMZxjR2BGf svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uMZxjR2BGf #e2_shape {
  fill: #ffffff !important;
}
.cid-uMZxjR2BGf img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uMZxjR2BGf img {
    width: 90%!important;
  }
}
.cid-uMZxjR2BGf H1 {
  color: #ffffff;
}
.cid-uMZxjVzLrF {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMZxjVzLrF h1 {
  margin-bottom: 0.2rem;
}
.cid-uMZxjVzLrF .container-fluid {
  padding: 0;
}
.cid-uMZxjVzLrF img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uMZxjVzLrF .mbr-figure {
  height: 100%;
}
.cid-uMZxjVzLrF .col-lg-6 {
  padding: 0;
}
.cid-uMZxjVzLrF .mbr-text {
  color: #747474;
}
.cid-uMZxjVzLrF hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uMZxjVzLrF .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uMZxjVzLrF .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-uMZxjVzLrF .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-uMZxjVzLrF .mbr-figure::after {
  content: '';
  background-color: #e90404;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMZxjVzLrF .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uMZxjVzLrF .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uMZxjVzLrF .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMZxjVzLrF .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uMZxjVzLrF .btn {
  color: #101010 !important;
}
.cid-uMZxjVzLrF .btn:hover {
  color: #ffffff !important;
}
.cid-uMZxjVzLrF .line-title {
  width: 40px;
  height: 2px;
  background-color: #e90404;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uMZxjVzLrF .vertical-line:before {
  content: '';
  background-color: #e90404;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uMZxjVzLrF .mbr-text,
.cid-uMZxjVzLrF .mbr-section-btn {
  color: #353535;
}
.cid-uMZxjVzLrF .media-content,
.cid-uMZxjVzLrF .mbr-section-title,
.cid-uMZxjVzLrF .line-title {
  color: #e82834;
}
.cid-uMZxjY8JHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f213a;
}
.cid-uMZxjY8JHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZxjY8JHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZxjY8JHD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMZxjY8JHD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMZxjY8JHD .row {
    text-align: center;
  }
  .cid-uMZxjY8JHD .row > div {
    margin: auto;
  }
  .cid-uMZxjY8JHD .social-row {
    justify-content: center;
  }
}
.cid-uMZxjY8JHD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMZxjY8JHD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uMZxjY8JHD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMZxjY8JHD .list {
    margin-bottom: 0rem;
  }
}
.cid-uMZxjY8JHD .mbr-text {
  color: #ffffff;
}
.cid-uMZxjY8JHD .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-uMZxjY8JHD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMZxjY8JHD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMZxjY8JHD H5 {
  color: #ffd900;
}
.cid-uMZC6gRzhH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMZC6gRzhH nav.navbar {
  position: fixed;
}
.cid-uMZC6gRzhH .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-uMZC6gRzhH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMZC6gRzhH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMZC6gRzhH .dropdown-item:hover,
.cid-uMZC6gRzhH .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uMZC6gRzhH .dropdown-item:hover span {
  color: white;
}
.cid-uMZC6gRzhH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMZC6gRzhH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMZC6gRzhH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMZC6gRzhH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMZC6gRzhH .nav-link {
  position: relative;
}
.cid-uMZC6gRzhH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMZC6gRzhH .container {
    flex-wrap: nowrap;
  }
}
.cid-uMZC6gRzhH .iconfont-wrapper {
  color: #9e9e9e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMZC6gRzhH .dropdown-menu,
.cid-uMZC6gRzhH .navbar.opened {
  background: #ffffff !important;
}
.cid-uMZC6gRzhH .nav-item:focus,
.cid-uMZC6gRzhH .nav-link:focus {
  outline: none;
}
.cid-uMZC6gRzhH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMZC6gRzhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMZC6gRzhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMZC6gRzhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMZC6gRzhH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMZC6gRzhH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMZC6gRzhH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMZC6gRzhH .navbar.opened {
  transition: all 0.3s;
}
.cid-uMZC6gRzhH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMZC6gRzhH .navbar .navbar-logo img {
  width: auto;
}
.cid-uMZC6gRzhH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMZC6gRzhH .navbar.collapsed {
  justify-content: center;
}
.cid-uMZC6gRzhH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMZC6gRzhH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMZC6gRzhH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uMZC6gRzhH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMZC6gRzhH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMZC6gRzhH .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-uMZC6gRzhH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMZC6gRzhH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMZC6gRzhH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMZC6gRzhH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMZC6gRzhH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMZC6gRzhH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMZC6gRzhH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMZC6gRzhH .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-uMZC6gRzhH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMZC6gRzhH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMZC6gRzhH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMZC6gRzhH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMZC6gRzhH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMZC6gRzhH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMZC6gRzhH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMZC6gRzhH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMZC6gRzhH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMZC6gRzhH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMZC6gRzhH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMZC6gRzhH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZC6gRzhH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZC6gRzhH .dropdown-item.active,
.cid-uMZC6gRzhH .dropdown-item:active {
  background-color: transparent;
}
.cid-uMZC6gRzhH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMZC6gRzhH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMZC6gRzhH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMZC6gRzhH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMZC6gRzhH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMZC6gRzhH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMZC6gRzhH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMZC6gRzhH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMZC6gRzhH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMZC6gRzhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMZC6gRzhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMZC6gRzhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZC6gRzhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMZC6gRzhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMZC6gRzhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZC6gRzhH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMZC6gRzhH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMZC6gRzhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMZC6gRzhH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMZC6gRzhH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZC6gRzhH .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-uMZC6gRzhH .navbar {
    height: 70px;
  }
  .cid-uMZC6gRzhH .navbar.opened {
    height: auto;
  }
  .cid-uMZC6gRzhH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMZCIAHUEe {
  background: #ffffff;
}
.cid-uMZCIAHUEe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uMZCIAHUEe .mbr-figure {
  margin: 0 auto;
}
.cid-uMZCIAHUEe figcaption {
  position: relative;
}
.cid-uMZCIAHUEe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uMZCIAHUEe .image-block {
    width: 100% !important;
  }
}
.cid-uMZCIAHUEe .mbr-figure-caption div {
  color: #232323;
}
.cid-uMZC6iQhCY {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.42-pm-1-1280x590.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uMZC6iQhCY svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uMZC6iQhCY #e2_shape {
  fill: #ffffff !important;
}
.cid-uMZC6iQhCY img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uMZC6iQhCY img {
    width: 90%!important;
  }
}
.cid-uMZC6iQhCY H1 {
  color: #ffffff;
}
.cid-uMZC6mopCB {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMZC6mopCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZC6mopCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZC6mopCB .mbr-section-title {
  color: #e82834;
}
.cid-uMZC6lgxqy {
  overflow: hidden !important;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.09.37-pm-1-1200x1600.jpg");
}
.cid-uMZC6lgxqy .container-fluid {
  padding: 0 5rem;
}
.cid-uMZC6lgxqy .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMZC6lgxqy .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uMZC6lgxqy .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uMZC6lgxqy .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uMZC6lgxqy .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uMZC6lgxqy .container-fluid {
    padding: 0 1rem;
  }
  .cid-uMZC6lgxqy .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uMZC6lgxqy .mbr-section-title {
    text-align: center !important;
  }
  .cid-uMZC6lgxqy .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uMZC6lgxqy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMZC6lgxqy .mbr-section-subtitle,
.cid-uMZC6lgxqy .mbr-section-btn {
  color: #ffffff;
}
.cid-uMZC6n1qtb {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #1f213a;
}
.cid-uMZC6n1qtb .mbr-text,
.cid-uMZC6n1qtb .mbr-section-btn {
  color: #ffd900;
}
.cid-uMZC6n1qtb .mbr-section-title {
  color: #ffffff;
}
.cid-uMZC6nJ13B {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMZC6nJ13B h1 {
  margin-bottom: 0.2rem;
}
.cid-uMZC6nJ13B .container-fluid {
  padding: 0;
}
.cid-uMZC6nJ13B img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-uMZC6nJ13B .mbr-figure {
  height: 100%;
}
.cid-uMZC6nJ13B .col-lg-6 {
  padding: 0;
}
.cid-uMZC6nJ13B .mbr-text {
  color: #747474;
}
.cid-uMZC6nJ13B hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-uMZC6nJ13B .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-uMZC6nJ13B .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-uMZC6nJ13B .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-uMZC6nJ13B .mbr-figure::after {
  content: '';
  background-color: #e90404;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMZC6nJ13B .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-uMZC6nJ13B .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-uMZC6nJ13B .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMZC6nJ13B .left-block {
    margin-top: 4.5rem;
  }
}
.cid-uMZC6nJ13B .btn {
  color: #101010 !important;
}
.cid-uMZC6nJ13B .btn:hover {
  color: #ffffff !important;
}
.cid-uMZC6nJ13B .line-title {
  width: 40px;
  height: 2px;
  background-color: #e90404;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uMZC6nJ13B .vertical-line:before {
  content: '';
  background-color: #e90404;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uMZC6nJ13B .mbr-text,
.cid-uMZC6nJ13B .mbr-section-btn {
  color: #353535;
}
.cid-uMZC6nJ13B .media-content,
.cid-uMZC6nJ13B .mbr-section-title,
.cid-uMZC6nJ13B .line-title {
  color: #e82834;
}
.cid-uMZC6olc75 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.42-pm-2-720x1280.jpg");
}
.cid-uMZC6olc75 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uMZC6olc75 .align-center {
    text-align: center;
  }
}
.cid-uMZC6oYCSF {
  background-image: url("../../../assets/images/whatsapp-image-2025-05-13-at-6.08.42-pm-3-720x1280.jpg");
}
.cid-uMZC6oYCSF .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uMZC6oYCSF .text-content {
  z-index: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
  margin-left: auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMZC6oYCSF .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uMZC6oYCSF .text-content {
    width: 100%;
  }
}
.cid-uMZC6oYCSF .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uMZC6oYCSF .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uMZC6oYCSF .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uMZC6oYCSF .mbr-section-btn {
  margin-left: -4.5px;
}
@media (max-width: 767px) {
  .cid-uMZC6oYCSF .mbr-text {
    text-align: center;
  }
}
.cid-uMZC6oYCSF .mbr-section-subtitle {
  text-align: left;
}
.cid-uMZC6oYCSF .mbr-section-btn,
.cid-uMZC6oYCSF .mbr-section-title {
  text-align: left;
  color: #e82834;
}
.cid-uMZC6oYCSF P {
  text-align: left;
}
.cid-uMZC6q5ljR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f213a;
}
.cid-uMZC6q5ljR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZC6q5ljR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMZC6q5ljR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMZC6q5ljR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMZC6q5ljR .row {
    text-align: center;
  }
  .cid-uMZC6q5ljR .row > div {
    margin: auto;
  }
  .cid-uMZC6q5ljR .social-row {
    justify-content: center;
  }
}
.cid-uMZC6q5ljR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMZC6q5ljR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uMZC6q5ljR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMZC6q5ljR .list {
    margin-bottom: 0rem;
  }
}
.cid-uMZC6q5ljR .mbr-text {
  color: #ffffff;
}
.cid-uMZC6q5ljR .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-uMZC6q5ljR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMZC6q5ljR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMZC6q5ljR H5 {
  color: #ffd900;
}
