body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #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: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #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: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #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-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #353535 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy4ySfXFgT {
  background-color: #bed3f9;
}
.cid-sy4ySfXFgT .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sy4ySfXFgT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sy4ySfXFgT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sy4ySfXFgT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sy4ySfXFgT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTyu95dgnH {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/img-5468-2000x595.jpg");
}
.cid-tTyu95dgnH .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTyu95dgnH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTyu95dgnH {
    align-items: flex-end;
  }
  .cid-tTyu95dgnH .row {
    justify-content: flex-start;
  }
  .cid-tTyu95dgnH .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTyu95dgnH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTyu95dgnH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTyu95dgnH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTyu95dgnH .content-wrap {
    width: 100%;
  }
}
.cid-tTgl8s8te2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-tTgl8s8te2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTgl8s8te2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTgl8s8te2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTgl8s8te2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTgl8s8te2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTgl8s8te2 .mbr-section-title {
  color: #ffe161;
  text-align: right;
}
.cid-tTgl8s8te2 .mbr-text,
.cid-tTgl8s8te2 .mbr-section-btn {
  color: #fff0b0;
  text-align: left;
}
.cid-tTyuvkhf9j {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pantalla-29-850x315.jpg");
}
.cid-tTyuvkhf9j .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTyuvkhf9j .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTyuvkhf9j {
    align-items: flex-end;
  }
  .cid-tTyuvkhf9j .row {
    justify-content: flex-start;
  }
  .cid-tTyuvkhf9j .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTyuvkhf9j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTyuvkhf9j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTyuvkhf9j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTyuvkhf9j .content-wrap {
    width: 100%;
  }
}
.cid-sy4BRhW1a8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sy4BRhW1a8 img,
.cid-sy4BRhW1a8 .item-img {
  width: 100%;
}
.cid-sy4BRhW1a8 .item:focus,
.cid-sy4BRhW1a8 span:focus {
  outline: none;
}
.cid-sy4BRhW1a8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sy4BRhW1a8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sy4BRhW1a8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sy4BRhW1a8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sy4BRhW1a8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sy4BRhW1a8 .mbr-section-title {
  color: #232323;
}
.cid-sy4BRhW1a8 .mbr-text,
.cid-sy4BRhW1a8 .mbr-section-btn {
  text-align: left;
}
.cid-sy4BRhW1a8 .item-title {
  text-align: left;
}
.cid-sy4BRhW1a8 .item-subtitle {
  text-align: left;
}
.cid-tTyuU4OhbF {
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pantalla-36-850x315.jpg");
}
.cid-tTyuU4OhbF .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTyuU4OhbF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTyuU4OhbF {
    align-items: flex-end;
  }
  .cid-tTyuU4OhbF .row {
    justify-content: flex-start;
  }
  .cid-tTyuU4OhbF .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTyuU4OhbF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTyuU4OhbF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTyuU4OhbF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTyuU4OhbF .content-wrap {
    width: 100%;
  }
}
.cid-tTxLShatmE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTxLShatmE img,
.cid-tTxLShatmE .item-img {
  width: 100%;
}
.cid-tTxLShatmE .item:focus,
.cid-tTxLShatmE span:focus {
  outline: none;
}
.cid-tTxLShatmE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tTxLShatmE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTxLShatmE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTxLShatmE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTxLShatmE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTxLShatmE .mbr-section-title {
  color: #232323;
}
.cid-tTxLShatmE .mbr-text,
.cid-tTxLShatmE .mbr-section-btn {
  text-align: left;
}
.cid-tTxLShatmE .item-title {
  text-align: left;
}
.cid-tTxLShatmE .item-subtitle {
  text-align: center;
}
.cid-tTyvx7541j {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/revo1-959x540.png");
}
.cid-tTyvx7541j .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTyvx7541j .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTyvx7541j {
    align-items: flex-end;
  }
  .cid-tTyvx7541j .row {
    justify-content: flex-start;
  }
  .cid-tTyvx7541j .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTyvx7541j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTyvx7541j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTyvx7541j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTyvx7541j .content-wrap {
    width: 100%;
  }
}
.cid-tTyjvPK5p9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTyjvPK5p9 img,
.cid-tTyjvPK5p9 .item-img {
  width: 100%;
}
.cid-tTyjvPK5p9 .item:focus,
.cid-tTyjvPK5p9 span:focus {
  outline: none;
}
.cid-tTyjvPK5p9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tTyjvPK5p9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTyjvPK5p9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTyjvPK5p9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTyjvPK5p9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTyjvPK5p9 .mbr-section-title {
  color: #232323;
}
.cid-tTyjvPK5p9 .mbr-text,
.cid-tTyjvPK5p9 .mbr-section-btn {
  text-align: left;
}
.cid-tTyjvPK5p9 .item-title {
  text-align: left;
}
.cid-tTyjvPK5p9 .item-subtitle {
  text-align: center;
}
.cid-tTyVwnuUml {
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/patio2-843x535.jpg");
}
.cid-tTyVwnuUml .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTyVwnuUml .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTyVwnuUml {
    align-items: flex-end;
  }
  .cid-tTyVwnuUml .row {
    justify-content: flex-start;
  }
  .cid-tTyVwnuUml .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTyVwnuUml .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTyVwnuUml {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTyVwnuUml .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTyVwnuUml .content-wrap {
    width: 100%;
  }
}
.cid-tTyYW3LOtQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTyYW3LOtQ img,
.cid-tTyYW3LOtQ .item-img {
  width: 100%;
}
.cid-tTyYW3LOtQ .item:focus,
.cid-tTyYW3LOtQ span:focus {
  outline: none;
}
.cid-tTyYW3LOtQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tTyYW3LOtQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTyYW3LOtQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTyYW3LOtQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTyYW3LOtQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTyYW3LOtQ .mbr-section-title {
  color: #232323;
}
.cid-tTyYW3LOtQ .mbr-text,
.cid-tTyYW3LOtQ .mbr-section-btn {
  text-align: left;
}
.cid-tTyYW3LOtQ .item-title {
  text-align: left;
}
.cid-tTyYW3LOtQ .item-subtitle {
  text-align: center;
}
.cid-tTfK7djjkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfK7djjkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/alucinemas-icm-victoria-2000x761.png");
}
.cid-tTfK7djjkF .mbr-text,
.cid-tTfK7djjkF .mbr-section-btn {
  color: #ffffff;
}
.cid-tTfK7djjkF .mbr-section-title {
  color: #e43f3f;
}
.cid-tTwTezdsXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTwTezdsXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwTezdsXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwTezdsXi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTwTezdsXi .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTwTezdsXi .copyright {
  color: #bbbbbb;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #353535 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48udlf8KU .mbr-section-title {
  text-align: left;
  color: #ff6666;
}
.cid-s48udlf8KU .mbr-section-subtitle {
  text-align: left;
  color: #a69373;
}
.cid-tTbfmet8lA {
  background-color: #181507;
}
.cid-tTbfmet8lA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTbfmet8lA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTbfmet8lA .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tTbfmet8lA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTbfmet8lA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTbfmet8lA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTbfmet8lA .mbr-text {
  color: #bbbbbb;
}
.cid-tTbfmet8lA .mbr-section-title {
  color: #4479d9;
}
.cid-tTbfmet8lA .mbr-description {
  color: #ed8747;
}
.cid-uHJYhO35tU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #181507;
}
.cid-uHJYhO35tU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHJYhO35tU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHJYhO35tU .item {
  padding-bottom: 2rem;
}
.cid-uHJYhO35tU .item-wrapper {
  position: relative;
}
.cid-uHJYhO35tU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHJYhO35tU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHJYhO35tU .carousel-control,
.cid-uHJYhO35tU .close {
  background: #1b1b1b;
}
.cid-uHJYhO35tU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHJYhO35tU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHJYhO35tU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHJYhO35tU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHJYhO35tU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHJYhO35tU .close::before {
  content: '\e91a';
}
.cid-uHJYhO35tU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHJYhO35tU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHJYhO35tU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHJYhO35tU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHJYhO35tU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHJYhO35tU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHJYhO35tU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHJYhO35tU .carousel-indicators li.active,
.cid-uHJYhO35tU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHJYhO35tU .carousel-indicators li::after,
.cid-uHJYhO35tU .carousel-indicators li::before {
  content: none;
}
.cid-uHJYhO35tU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHJYhO35tU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHJYhO35tU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHJYhO35tU .carousel-indicators {
    display: none;
  }
}
.cid-uHJYhO35tU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHJYhO35tU .carousel-inner > .active {
  display: block;
}
.cid-uHJYhO35tU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHJYhO35tU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHJYhO35tU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHJYhO35tU .carousel-control,
  .cid-uHJYhO35tU .carousel-indicators,
  .cid-uHJYhO35tU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHJYhO35tU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHJYhO35tU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHJYhO35tU .carousel-indicators .active,
.cid-uHJYhO35tU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHJYhO35tU .carousel-indicators .active {
  background: #fff;
}
.cid-uHJYhO35tU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHJYhO35tU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHJYhO35tU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHJYhO35tU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHJYhO35tU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHJYhO35tU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHJYhO35tU .carousel {
  width: 100%;
}
.cid-uHJYhO35tU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHJYhO35tU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHJYhO35tU .modal.fade .modal-dialog,
.cid-uHJYhO35tU .modal.in .modal-dialog {
  transform: none;
}
.cid-uHJYhO35tU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHJYhO35tU H6 {
  text-align: center;
  color: #fafafa;
}
.cid-uHJYhO35tU H3 {
  color: #fafafa;
}
.cid-uHJYhO35tU H4 {
  color: #fef3e9;
}
.cid-uHNkygnROm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/flores-2.1.jpg-1920x1080.jpeg");
}
.cid-uHNkygnROm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNkygnROm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNkygnROm .mbr-text,
.cid-uHNkygnROm .mbr-section-btn {
  color: #232323;
}
.cid-uHNkygnROm .card-title,
.cid-uHNkygnROm .card-box {
  color: #ffffff;
  text-align: right;
}
.cid-uHNkygnROm .mbr-text,
.cid-uHNkygnROm .link-wrap {
  color: #ffffff;
}
.cid-uHNkygnROm .card-box .mbr-text,
.cid-uHNkygnROm .mbr-section-btn {
  color: #bbbbbb;
  text-align: right;
}
.cid-tWutJ2G0Wc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #181507;
}
.cid-tWutJ2G0Wc img,
.cid-tWutJ2G0Wc .item-img {
  width: 100%;
}
.cid-tWutJ2G0Wc .item:focus,
.cid-tWutJ2G0Wc span:focus {
  outline: none;
}
.cid-tWutJ2G0Wc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tWutJ2G0Wc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fbd2b4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tWutJ2G0Wc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tWutJ2G0Wc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tWutJ2G0Wc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tWutJ2G0Wc .mbr-section-title {
  color: #fafafa;
}
.cid-tWutJ2G0Wc .mbr-text,
.cid-tWutJ2G0Wc .mbr-section-btn {
  text-align: left;
}
.cid-tWutJ2G0Wc .item-title {
  text-align: left;
}
.cid-tWutJ2G0Wc .item-subtitle {
  text-align: center;
}
.cid-tWutJ2G0Wc .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tWA08MEtTC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #181507;
}
.cid-tWA08MEtTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWA08MEtTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWA08MEtTC .item {
  padding-bottom: 2rem;
}
.cid-tWA08MEtTC .item-wrapper {
  position: relative;
}
.cid-tWA08MEtTC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tWA08MEtTC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tWA08MEtTC .carousel-control,
.cid-tWA08MEtTC .close {
  background: #1b1b1b;
}
.cid-tWA08MEtTC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWA08MEtTC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWA08MEtTC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWA08MEtTC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWA08MEtTC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tWA08MEtTC .close::before {
  content: '\e91a';
}
.cid-tWA08MEtTC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWA08MEtTC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tWA08MEtTC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWA08MEtTC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWA08MEtTC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWA08MEtTC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWA08MEtTC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tWA08MEtTC .carousel-indicators li.active,
.cid-tWA08MEtTC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWA08MEtTC .carousel-indicators li::after,
.cid-tWA08MEtTC .carousel-indicators li::before {
  content: none;
}
.cid-tWA08MEtTC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWA08MEtTC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWA08MEtTC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWA08MEtTC .carousel-indicators {
    display: none;
  }
}
.cid-tWA08MEtTC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWA08MEtTC .carousel-inner > .active {
  display: block;
}
.cid-tWA08MEtTC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWA08MEtTC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWA08MEtTC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWA08MEtTC .carousel-control,
  .cid-tWA08MEtTC .carousel-indicators,
  .cid-tWA08MEtTC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWA08MEtTC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWA08MEtTC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWA08MEtTC .carousel-indicators .active,
.cid-tWA08MEtTC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWA08MEtTC .carousel-indicators .active {
  background: #fff;
}
.cid-tWA08MEtTC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWA08MEtTC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWA08MEtTC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWA08MEtTC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWA08MEtTC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWA08MEtTC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWA08MEtTC .carousel {
  width: 100%;
}
.cid-tWA08MEtTC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWA08MEtTC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWA08MEtTC .modal.fade .modal-dialog,
.cid-tWA08MEtTC .modal.in .modal-dialog {
  transform: none;
}
.cid-tWA08MEtTC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWA08MEtTC H6 {
  text-align: center;
  color: #fafafa;
}
.cid-tWA08MEtTC H3 {
  color: #fafafa;
}
.cid-tWA08MEtTC H4 {
  color: #fafafa;
}
.cid-tXB69NjiNY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #181507;
}
.cid-tXB69NjiNY img,
.cid-tXB69NjiNY .item-img {
  width: 100%;
}
.cid-tXB69NjiNY .item:focus,
.cid-tXB69NjiNY span:focus {
  outline: none;
}
.cid-tXB69NjiNY .item-wrapper {
  position: relative;
}
.cid-tXB69NjiNY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffd9b9;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tXB69NjiNY .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tXB69NjiNY .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tXB69NjiNY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tXB69NjiNY .mbr-section-title {
  color: #ffffff;
}
.cid-tXB69NjiNY .mbr-text,
.cid-tXB69NjiNY .mbr-section-btn {
  text-align: left;
}
.cid-tXB69NjiNY .item-title {
  text-align: left;
}
.cid-tXB69NjiNY .item-subtitle {
  text-align: left;
}
.cid-tXB69NjiNY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tXB69NjiNY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tXB69NjiNY .embla__button--next,
.cid-tXB69NjiNY .embla__button--prev {
  display: flex;
}
.cid-tXB69NjiNY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tXB69NjiNY .embla__button {
    display: none;
  }
}
.cid-tXB69NjiNY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tXB69NjiNY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tXB69NjiNY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXB69NjiNY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXB69NjiNY .embla__button {
    top: auto;
  }
}
.cid-tXB69NjiNY .embla {
  position: relative;
  width: 100%;
}
.cid-tXB69NjiNY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tXB69NjiNY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tXB69NjiNY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tXB69NjiNY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tT5pSXN8bb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #181507;
}
.cid-tT5pSXN8bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT5pSXN8bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT5pSXN8bb .content-wrapper {
  background: #ffd9b9;
}
@media (max-width: 991px) {
  .cid-tT5pSXN8bb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tT5pSXN8bb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tT5pSXN8bb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tT5pSXN8bb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tT5pSXN8bb .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tT5pSXN8bb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHKA0lNa20 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #181507;
}
.cid-uHKA0lNa20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHKA0lNa20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHKA0lNa20 .content-wrapper {
  background: #ffd9b9;
}
@media (max-width: 991px) {
  .cid-uHKA0lNa20 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHKA0lNa20 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHKA0lNa20 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHKA0lNa20 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHKA0lNa20 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uHKA0lNa20 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tT5vlbw8KO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/captura-de-pantalla-2023-10-18-a-las-18.29.02-1920x820.png");
}
.cid-tT5vlbw8KO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT5vlbw8KO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT5vlbw8KO .mbr-text,
.cid-tT5vlbw8KO .mbr-section-btn {
  color: #232323;
}
.cid-tT5vlbw8KO .card-title,
.cid-tT5vlbw8KO .card-box {
  color: #ffffff;
  text-align: left;
}
.cid-tT5vlbw8KO .mbr-text,
.cid-tT5vlbw8KO .link-wrap {
  color: #ffffff;
}
.cid-tT5vlbw8KO .card-box .mbr-text,
.cid-tT5vlbw8KO .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-tT5ztqmywz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/minimovil23-9-1600x720.jpeg");
}
.cid-tT5ztqmywz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT5ztqmywz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT5ztqmywz .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tT5ztqmywz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT5ztqmywz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tT5ztqmywz .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tT5ztqmywz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT5ztqmywz .mbr-section-title {
  color: #232323;
}
.cid-u8a2qqI8rP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #181507;
}
.cid-u8a2qqI8rP img,
.cid-u8a2qqI8rP .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u8a2qqI8rP .item:focus,
.cid-u8a2qqI8rP span:focus {
  outline: none;
}
.cid-u8a2qqI8rP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8a2qqI8rP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8a2qqI8rP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8a2qqI8rP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8a2qqI8rP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8a2qqI8rP .mbr-section-title {
  color: #6592e6;
}
.cid-u8a2qqI8rP .mbr-text,
.cid-u8a2qqI8rP .mbr-section-btn {
  text-align: left;
}
.cid-u8a2qqI8rP .item-title {
  text-align: left;
}
.cid-u8a2qqI8rP .item-subtitle {
  text-align: center;
}
.cid-u8a2qqI8rP .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tT9ZY513LC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tT9ZY513LC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT9ZY513LC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT9ZY513LC .item {
  padding-bottom: 2rem;
}
.cid-tT9ZY513LC .item-wrapper {
  position: relative;
}
.cid-tT9ZY513LC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tT9ZY513LC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tT9ZY513LC .carousel-control,
.cid-tT9ZY513LC .close {
  background: #1b1b1b;
}
.cid-tT9ZY513LC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tT9ZY513LC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tT9ZY513LC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tT9ZY513LC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tT9ZY513LC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tT9ZY513LC .close::before {
  content: '\e91a';
}
.cid-tT9ZY513LC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tT9ZY513LC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tT9ZY513LC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT9ZY513LC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tT9ZY513LC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tT9ZY513LC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tT9ZY513LC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tT9ZY513LC .carousel-indicators li.active,
.cid-tT9ZY513LC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tT9ZY513LC .carousel-indicators li::after,
.cid-tT9ZY513LC .carousel-indicators li::before {
  content: none;
}
.cid-tT9ZY513LC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tT9ZY513LC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tT9ZY513LC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tT9ZY513LC .carousel-indicators {
    display: none;
  }
}
.cid-tT9ZY513LC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tT9ZY513LC .carousel-inner > .active {
  display: block;
}
.cid-tT9ZY513LC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT9ZY513LC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT9ZY513LC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tT9ZY513LC .carousel-control,
  .cid-tT9ZY513LC .carousel-indicators,
  .cid-tT9ZY513LC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tT9ZY513LC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tT9ZY513LC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tT9ZY513LC .carousel-indicators .active,
.cid-tT9ZY513LC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tT9ZY513LC .carousel-indicators .active {
  background: #fff;
}
.cid-tT9ZY513LC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tT9ZY513LC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tT9ZY513LC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tT9ZY513LC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tT9ZY513LC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tT9ZY513LC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tT9ZY513LC .carousel {
  width: 100%;
}
.cid-tT9ZY513LC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tT9ZY513LC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tT9ZY513LC .modal.fade .modal-dialog,
.cid-tT9ZY513LC .modal.in .modal-dialog {
  transform: none;
}
.cid-tT9ZY513LC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tT9ZY513LC H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tT9ZY513LC H3 {
  color: #bbbbbb;
}
.cid-tT9ZY513LC H4 {
  color: #bbbbbb;
}
.cid-tTbNUMtBZ0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tTbNUMtBZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTbNUMtBZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTbNUMtBZ0 .row {
  flex-direction: row-reverse;
}
.cid-tTbNUMtBZ0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTbNUMtBZ0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTbNUMtBZ0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTbNUMtBZ0 .mbr-text,
.cid-tTbNUMtBZ0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tTbpMb4AYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTbpMb4AYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTbpMb4AYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTbpMb4AYx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tTbpMb4AYx .card-wrapper {
  padding: 3rem;
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tTbpMb4AYx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTbpMb4AYx .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tTbpMb4AYx .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tTbpMb4AYx .mbr-text {
  color: #bbbbbb;
}
.cid-s48upRUlSD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-s48upRUlSD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-s48upRUlSD .row {
  flex-direction: row-reverse;
}
.cid-s48upRUlSD img {
  width: 100%;
}
.cid-tTwTezdsXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTwTezdsXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwTezdsXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwTezdsXi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTwTezdsXi .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTwTezdsXi .copyright {
  color: #bbbbbb;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .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: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGzrhlvIh {
  background-image: url("../../../assets/images/flores-2.3-1920x1080.jpg");
}
.cid-sFGzrhlvIh .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sFGzrhlvIh .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sFGzrhlvIh .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sFGzrhlvIh .mbr-text {
  color: #ffffff;
}
.cid-sFGzrhlvIh .card {
  padding-bottom: 1.5rem;
}
.cid-sFGzrhlvIh .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFGzrhlvIh .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sFGzrhlvIh .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sFGzrhlvIh H1 {
  color: #c37a7a;
  text-align: left;
}
.cid-sFGzrhlvIh .mbr-text,
.cid-sFGzrhlvIh .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-sFGzrhlvIh .card-wrapper .card-title,
.cid-sFGzrhlvIh .card-box {
  color: #bbbbbb;
  text-align: center;
}
.cid-sFGzrhlvIh .card-wrapper .card-title,
.cid-sFGzrhlvIh .card-box DIV {
  text-align: left;
}
.cid-tXGg0M1RZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tXGg0M1RZS .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tXGg0M1RZS .mbr-text {
  text-align: left;
  color: #fafafa;
}
.cid-sFGGxz3b6J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sFGGxz3b6J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFGGxz3b6J .row {
    flex-direction: column-reverse;
  }
  .cid-sFGGxz3b6J .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFGGxz3b6J .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFGGxz3b6J .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFGGxz3b6J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGGxz3b6J .mbr-text,
.cid-sFGGxz3b6J .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sFGGxz3b6J .card-title {
  color: #379683;
}
.cid-tTan2AgkMV {
  display: flex;
  background-image: url("../../../assets/images/captura-de-pantalla-2023-02-01-a-las-12.27.44-1913x599.png");
}
.cid-tTan2AgkMV .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTan2AgkMV .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTan2AgkMV {
    align-items: flex-end;
  }
  .cid-tTan2AgkMV .row {
    justify-content: flex-start;
  }
  .cid-tTan2AgkMV .content-wrap {
    width: 28%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTan2AgkMV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTan2AgkMV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTan2AgkMV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTan2AgkMV .content-wrap {
    width: 100%;
  }
}
.cid-tTas4kRkMR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tTas4kRkMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTas4kRkMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTas4kRkMR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTas4kRkMR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTas4kRkMR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTQG18qxQu {
  display: flex;
  background-image: url("../../../assets/images/captura-de-pantalla-2023-02-01-a-las-12.29.19-1914x491.png");
}
.cid-tTQG18qxQu .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTQG18qxQu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTQG18qxQu {
    align-items: flex-end;
  }
  .cid-tTQG18qxQu .row {
    justify-content: flex-start;
  }
  .cid-tTQG18qxQu .content-wrap {
    width: 48%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTQG18qxQu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTQG18qxQu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTQG18qxQu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTQG18qxQu .content-wrap {
    width: 100%;
  }
}
.cid-tTQGvRbH4L {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #3b190c;
}
.cid-tTQGvRbH4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTQGvRbH4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTQGvRbH4L .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tTQGvRbH4L .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTQGvRbH4L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTQGvRbH4L .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tTQGvRbH4L .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTQGYkVsmn {
  display: flex;
  padding-top: 120px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/captura-de-pantalla-2023-02-01-a-las-12.31.26-1915x496.png");
}
.cid-tTQGYkVsmn .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTQGYkVsmn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTQGYkVsmn {
    align-items: flex-end;
  }
  .cid-tTQGYkVsmn .row {
    justify-content: flex-start;
  }
  .cid-tTQGYkVsmn .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTQGYkVsmn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTQGYkVsmn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTQGYkVsmn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTQGYkVsmn .content-wrap {
    width: 100%;
  }
}
.cid-tTQHE2SlcI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #181507;
}
.cid-tTQHE2SlcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTQHE2SlcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTQHE2SlcI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTQHE2SlcI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTQHE2SlcI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTQKr1gcfQ {
  display: flex;
  background-image: url("../../../assets/images/secuencia-firma1-1600x1055.jpg");
}
.cid-tTQKr1gcfQ .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTQKr1gcfQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTQKr1gcfQ {
    align-items: flex-end;
  }
  .cid-tTQKr1gcfQ .row {
    justify-content: flex-start;
  }
  .cid-tTQKr1gcfQ .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTQKr1gcfQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTQKr1gcfQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTQKr1gcfQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTQKr1gcfQ .content-wrap {
    width: 100%;
  }
}
.cid-tTbxhoXKcu {
  background-image: url("../../../assets/images/los-cogollos-5a.001-1024x768.jpeg");
}
.cid-tTbxhoXKcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTbxhoXKcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWR4Vc6Zmm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-tWR4Vc6Zmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWR4Vc6Zmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWR4Vc6Zmm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWR4Vc6Zmm .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sFGJrLtt3K {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #353535;
}
.cid-sFGJrLtt3K .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sFGJrLtt3K .card-wrapper {
  padding: 3rem;
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sFGJrLtt3K .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGJrLtt3K .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sFGJrLtt3K .mbr-section-title {
  color: #c37a7a;
}
.cid-sFGJrLtt3K .card-title {
  color: #bbbbbb;
}
.cid-sFGJrLtt3K .mbr-text {
  color: #bbbbbb;
}
.cid-sFGJrLtt3K .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sFGJrLtt3K .link {
  color: #bbbbbb;
}
.cid-tTwTezdsXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTwTezdsXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwTezdsXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwTezdsXi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTwTezdsXi .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTwTezdsXi .copyright {
  color: #bbbbbb;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .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: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTmIoovdbI {
  background-image: url("../../../assets/images/alas-hamaca3-1918x817.jpg");
}
.cid-tTmIoovdbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmIoovdbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmH8P20Gi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTmH8P20Gi blockquote {
  border-color: #969ba5;
  border-radius: 4px;
  background-color: #232323;
}
.cid-tTmH8P20Gi .mbr-section-title {
  color: #ffffff;
}
.cid-tTmH8P20Gi .mbr-text {
  color: #ffffff;
}
.cid-tTmIVB9Vrv {
  background-image: url("../../../assets/images/posteralas2-1446x2048.jpg");
}
.cid-tTmIVB9Vrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmIVB9Vrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmHV1q0KG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTmHV1q0KG blockquote {
  border-color: #969ba5;
  border-radius: 4px;
  background-color: #232323;
}
.cid-tTmHV1q0KG .mbr-section-title {
  color: #ffffff;
}
.cid-tTmHV1q0KG .mbr-text {
  color: #ffffff;
}
.cid-tTaBpsJ68Z {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-tTaBpsJ68Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTaBpsJ68Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTaBpsJ68Z .video-wrapper iframe {
  width: 100%;
}
.cid-tTaBpsJ68Z .mbr-section-title,
.cid-tTaBpsJ68Z .mbr-section-subtitle,
.cid-tTaBpsJ68Z .mbr-text {
  text-align: center;
}
.cid-tTaBpsJ68Z .mbr-section-subtitle {
  color: #353535;
}
.cid-tTaBpsJ68Z .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-tTmJdrzbrw {
  background-image: url("../../../assets/images/alas-5-1920x1080.png");
}
.cid-tTmJdrzbrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTmJdrzbrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTmIcNnk7X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tTmIcNnk7X blockquote {
  border-color: #969ba5;
  border-radius: 4px;
  background-color: #232323;
}
.cid-tTmIcNnk7X .mbr-section-title {
  color: #ffffff;
}
.cid-tTmIcNnk7X .mbr-text {
  color: #232323;
}
.cid-tTwTezdsXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTwTezdsXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwTezdsXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwTezdsXi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTwTezdsXi .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTwTezdsXi .copyright {
  color: #bbbbbb;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .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: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTtVQ4udcZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111722;
}
.cid-tTtVQ4udcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTtVQ4udcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTtVQ4udcZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tTtVQ4udcZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTtVQ4udcZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTtVQ4udcZ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tTtVQ4udcZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTtVQ4udcZ .mbr-text,
.cid-tTtVQ4udcZ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tTtVQ4udcZ .mbr-section-title {
  color: #353535;
}
.cid-tTtOhKuj41 {
  background-image: url("../../../assets/images/captura-de-pantalla-2023-10-22-a-las-21.18.22-1918x1085.png");
}
.cid-tTtOhKuj41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTtOhKuj41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTtOhKuj41 .mbr-section-title {
  color: #ffffff;
}
.cid-tTtOhKuj41 .mbr-text,
.cid-tTtOhKuj41 .mbr-section-btn {
  color: #ffffff;
}
.cid-tTtRVstb3F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2d4f4b;
}
.cid-tTtRVstb3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTtRVstb3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTtRVstb3F .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTtRVstb3F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTtRVstb3F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTtRVstb3F .mbr-text,
.cid-tTtRVstb3F .mbr-section-btn {
  color: #000000;
}
.cid-tTtTnnTMSr {
  display: flex;
  background-image: url("../../../assets/images/captura-de-pantalla-2023-10-22-a-las-21.26.08-1919x1079.png");
}
.cid-tTtTnnTMSr .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTtTnnTMSr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTtTnnTMSr {
    align-items: flex-end;
  }
  .cid-tTtTnnTMSr .row {
    justify-content: flex-start;
  }
  .cid-tTtTnnTMSr .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTtTnnTMSr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTtTnnTMSr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTtTnnTMSr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTtTnnTMSr .content-wrap {
    width: 100%;
  }
}
.cid-tTtSwckzPU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #001921;
}
.cid-tTtSwckzPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTtSwckzPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTtSwckzPU .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tTtSwckzPU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTtSwckzPU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTtSwckzPU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tTtSwckzPU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTtR4s1ajI {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/captura-de-pantalla-2023-10-22-a-las-21.40.43-1918x1100.png");
}
.cid-tTtR4s1ajI .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTtR4s1ajI .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTtR4s1ajI {
    align-items: flex-end;
  }
  .cid-tTtR4s1ajI .row {
    justify-content: flex-start;
  }
  .cid-tTtR4s1ajI .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTtR4s1ajI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTtR4s1ajI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTtR4s1ajI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTtR4s1ajI .content-wrap {
    width: 100%;
  }
}
.cid-tTtYW0XKUq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a9aaab;
}
.cid-tTtYW0XKUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTtYW0XKUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTtYW0XKUq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tTtYW0XKUq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tTtYW0XKUq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tTtRnj4eVj {
  display: flex;
  background-image: url("../../../assets/images/captura-de-pantalla-2023-10-22-a-las-21.49.53-1920x1081.png");
}
.cid-tTtRnj4eVj .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTtRnj4eVj .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTtRnj4eVj {
    align-items: flex-end;
  }
  .cid-tTtRnj4eVj .row {
    justify-content: flex-start;
  }
  .cid-tTtRnj4eVj .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTtRnj4eVj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTtRnj4eVj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTtRnj4eVj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTtRnj4eVj .content-wrap {
    width: 100%;
  }
}
.cid-tTaGjtHZO8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tTaGjtHZO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTaGjtHZO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTaGjtHZO8 .video-wrapper iframe {
  width: 100%;
}
.cid-tTaGjtHZO8 .mbr-section-title,
.cid-tTaGjtHZO8 .mbr-section-subtitle,
.cid-tTaGjtHZO8 .mbr-text {
  text-align: center;
}
.cid-tTx8dH7Ydx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #001921;
}
.cid-tTx8dH7Ydx img,
.cid-tTx8dH7Ydx .item-img {
  width: 100%;
}
.cid-tTx8dH7Ydx .item:focus,
.cid-tTx8dH7Ydx span:focus {
  outline: none;
}
.cid-tTx8dH7Ydx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tTx8dH7Ydx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tTx8dH7Ydx .item {
  padding: 0;
  margin: 0;
}
.cid-tTx8dH7Ydx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTx8dH7Ydx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTx8dH7Ydx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTx8dH7Ydx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTx8dH7Ydx .mbr-section-title {
  color: #232323;
}
.cid-tTtUnYqqeI {
  display: flex;
  background-image: url("../../../assets/images/captura-de-pantalla-2023-10-22-a-las-21.31.50-1918x1078.png");
}
.cid-tTtUnYqqeI .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTtUnYqqeI .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTtUnYqqeI {
    align-items: flex-end;
  }
  .cid-tTtUnYqqeI .row {
    justify-content: flex-start;
  }
  .cid-tTtUnYqqeI .content-wrap {
    width: 92%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTtUnYqqeI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTtUnYqqeI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTtUnYqqeI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTtUnYqqeI .content-wrap {
    width: 100%;
  }
}
.cid-tTtUnYqqeI .mbr-section-title {
  color: #232323;
}
.cid-tTtUnYqqeI .mbr-text,
.cid-tTtUnYqqeI .mbr-section-btn {
  color: #353535;
}
.cid-tTwTezdsXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTwTezdsXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwTezdsXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwTezdsXi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTwTezdsXi .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTwTezdsXi .copyright {
  color: #bbbbbb;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .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: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGzlAXw3z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .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-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTlkyUJF8H {
  background-image: url("../../../assets/images/dda1-1894x863.png");
}
.cid-tTlkyUJF8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlkyUJF8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlkyUJF8H .mbr-text,
.cid-tTlkyUJF8H .mbr-section-btn {
  color: #000000;
}
.cid-tTlp32iCX7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dda2-1-1830x987.png");
}
.cid-tTlp32iCX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlp32iCX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlnfwvuDm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-tTluIrgCy8 {
  background-color: #000002;
}
.cid-tTluIrgCy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTluIrgCy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tTluIrgCy8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTluIrgCy8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTluIrgCy8 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tTluIrgCy8 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTluIrgCy8 .mbr-section-title {
  color: #f8f8f8;
}
.cid-tTluIrgCy8 .mbr-text,
.cid-tTluIrgCy8 .mbr-section-btn {
  color: #f8f8f8;
}
.cid-tTlBJDVJRS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tTlBJDVJRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlBJDVJRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlBJDVJRS .video-wrapper iframe {
  width: 100%;
}
.cid-tTlBJDVJRS .mbr-section-title,
.cid-tTlBJDVJRS .mbr-section-subtitle,
.cid-tTlBJDVJRS .mbr-text {
  text-align: center;
}
.cid-tTlBJDVJRS .mbr-text {
  color: #bbbbbb;
}
.cid-tTlpMxftTW {
  background-image: url("../../../assets/images/captura-de-pantalla-2014-09-18-a-las-12.40.26-856x472.png");
}
.cid-tTlpMxftTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlpMxftTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlkhaKRGh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-tTlkhaKRGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlkhaKRGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlkhaKRGh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tTlkhaKRGh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTlkhaKRGh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTlkhaKRGh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tTlkhaKRGh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTls1V9Zib {
  background-image: url("../../../assets/images/captura-de-pantalla-2014-09-18-a-las-12.41.03-839x469.png");
}
.cid-tTls1V9Zib .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTls1V9Zib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTls1V9Zib .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tTls1V9Zib .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tTls1V9Zib .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tTwTezdsXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTwTezdsXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwTezdsXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwTezdsXi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTwTezdsXi .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTwTezdsXi .copyright {
  color: #bbbbbb;
}
.cid-tTfthm8fmn .navbar-dropdown {
  position: relative !important;
}
.cid-tTfthm8fmn .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-tTfthm8fmn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTfthm8fmn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTfthm8fmn .dropdown-item:hover,
.cid-tTfthm8fmn .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tTfthm8fmn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTfthm8fmn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTfthm8fmn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTfthm8fmn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTfthm8fmn .nav-link {
  position: relative;
}
.cid-tTfthm8fmn .container {
  display: flex;
  margin: auto;
}
.cid-tTfthm8fmn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTfthm8fmn .dropdown-menu,
.cid-tTfthm8fmn .navbar.opened {
  background: #353535 !important;
}
.cid-tTfthm8fmn .nav-item:focus,
.cid-tTfthm8fmn .nav-link:focus {
  outline: none;
}
.cid-tTfthm8fmn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTfthm8fmn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTfthm8fmn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTfthm8fmn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTfthm8fmn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTfthm8fmn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTfthm8fmn .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: #353535;
}
.cid-tTfthm8fmn .navbar.opened {
  transition: all 0.3s;
}
.cid-tTfthm8fmn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTfthm8fmn .navbar .navbar-logo img {
  width: auto;
}
.cid-tTfthm8fmn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTfthm8fmn .navbar.collapsed {
  justify-content: center;
}
.cid-tTfthm8fmn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTfthm8fmn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTfthm8fmn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tTfthm8fmn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTfthm8fmn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTfthm8fmn .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-tTfthm8fmn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTfthm8fmn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTfthm8fmn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTfthm8fmn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTfthm8fmn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTfthm8fmn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTfthm8fmn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTfthm8fmn .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-tTfthm8fmn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTfthm8fmn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTfthm8fmn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTfthm8fmn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTfthm8fmn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTfthm8fmn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTfthm8fmn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTfthm8fmn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTfthm8fmn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTfthm8fmn .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-tTfthm8fmn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTfthm8fmn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTfthm8fmn .dropdown-item.active,
.cid-tTfthm8fmn .dropdown-item:active {
  background-color: transparent;
}
.cid-tTfthm8fmn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTfthm8fmn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTfthm8fmn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTfthm8fmn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tTfthm8fmn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTfthm8fmn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTfthm8fmn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTfthm8fmn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTfthm8fmn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTfthm8fmn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTfthm8fmn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTfthm8fmn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfthm8fmn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTfthm8fmn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTfthm8fmn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfthm8fmn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTfthm8fmn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTfthm8fmn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTfthm8fmn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tTfthm8fmn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTfthm8fmn .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-tTfthm8fmn .navbar {
    height: 70px;
  }
  .cid-tTfthm8fmn .navbar.opened {
    height: auto;
  }
  .cid-tTfthm8fmn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTlPORSHJe {
  background-image: url("../../../assets/images/a3-1920x1080.jpg");
}
.cid-tTlPORSHJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlPORSHJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlPORSHJe .mbr-section-title {
  text-align: left;
}
.cid-tTlPORSHJe .mbr-section-subtitle {
  text-align: left;
}
.cid-tTlPORSHJe .mbr-text,
.cid-tTlPORSHJe .mbr-section-btn {
  text-align: left;
}
.cid-tTlNYpQiQ6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
.cid-tTlNYpQiQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlNYpQiQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlNYpQiQ6 .content-wrapper {
  background: #fef3e9;
}
@media (max-width: 991px) {
  .cid-tTlNYpQiQ6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTlNYpQiQ6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTlNYpQiQ6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTlNYpQiQ6 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tTlNYpQiQ6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tTlNYpQiQ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTmszXCXfU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTmszXCXfU blockquote {
  border-color: #f4a862;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tTlMrfSZAe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tTlMrfSZAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTlMrfSZAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTlMrfSZAe .video-wrapper iframe {
  width: 100%;
}
.cid-tTlMrfSZAe .mbr-section-title,
.cid-tTlMrfSZAe .mbr-section-subtitle,
.cid-tTlMrfSZAe .mbr-text {
  text-align: center;
}
.cid-tTlMrfSZAe .mbr-text {
  color: #bbbbbb;
}
.cid-tTmsTDYArz {
  display: flex;
  background-image: url("../../../assets/images/brochu5b-1208x1504.jpg");
}
.cid-tTmsTDYArz .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTmsTDYArz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTmsTDYArz {
    align-items: flex-end;
  }
  .cid-tTmsTDYArz .row {
    justify-content: flex-start;
  }
  .cid-tTmsTDYArz .content-wrap {
    width: 20%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTmsTDYArz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTmsTDYArz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTmsTDYArz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTmsTDYArz .content-wrap {
    width: 100%;
  }
}
.cid-tTmwu63YY7 {
  display: flex;
  background-image: url("../../../assets/images/brochu5a-1200x1504.jpg");
}
.cid-tTmwu63YY7 .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTmwu63YY7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTmwu63YY7 {
    align-items: flex-end;
  }
  .cid-tTmwu63YY7 .row {
    justify-content: flex-start;
  }
  .cid-tTmwu63YY7 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTmwu63YY7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTmwu63YY7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTmwu63YY7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTmwu63YY7 .content-wrap {
    width: 100%;
  }
}
.cid-tTlONRapJV {
  display: flex;
  background-image: url("../../../assets/images/brochu6a-1200x752.jpeg");
}
.cid-tTlONRapJV .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTlONRapJV .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTlONRapJV {
    align-items: flex-end;
  }
  .cid-tTlONRapJV .row {
    justify-content: flex-start;
  }
  .cid-tTlONRapJV .content-wrap {
    width: 20%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTlONRapJV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTlONRapJV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTlONRapJV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTlONRapJV .content-wrap {
    width: 100%;
  }
}
.cid-tTwTezdsXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTwTezdsXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwTezdsXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwTezdsXi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTwTezdsXi .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTwTezdsXi .copyright {
  color: #bbbbbb;
}
.cid-s48OLK6784 .navbar-dropdown {
  position: relative !important;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #353535 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTwTezdsXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tTwTezdsXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTwTezdsXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTwTezdsXi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTwTezdsXi .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tTwTezdsXi .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tTwTezdsXi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTwTezdsXi .copyright {
  color: #bbbbbb;
}
