body {
  font-family: Muli;
}
.display-1 {
  font-family: 'HARRYP__';
  font-size: 6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'HARRYP__';
  font-size: 1.7rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1d1d1d !important;
}
.bg-success {
  background-color: #dfad15 !important;
}
.bg-info {
  background-color: #073b4c !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-info,
.btn-info:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-success,
.btn-success:active {
  background-color: #dfad15 !important;
  border-color: #dfad15 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #99770e !important;
  border-color: #99770e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #99770e !important;
  border-color: #99770e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.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: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1d !important;
  border-color: #1d1d1d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #073b4c;
  border-color: #073b4c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #82650c;
  color: #82650c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #dfad15;
  border-color: #dfad15;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #dfad15 !important;
  border-color: #dfad15 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1d1d1d !important;
}
.text-secondary {
  color: #7f1933 !important;
}
.text-success {
  color: #dfad15 !important;
}
.text-info {
  color: #073b4c !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a0811 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #82650c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #073b4c;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1d1d1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d0d0d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #faedc6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4ac6ee;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #1d1d1d;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d1d1d;
  border-bottom-color: #1d1d1d;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.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: #1d1d1d !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7f1933 !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%;
}
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='%231d1d1d' %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;
}
.cid-sJQPe1VZik .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sJQPe1VZik .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sJQPe1VZik .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sJQPe1VZik .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJQPe1VZik .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sJQPe1VZik .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJQPe1VZik .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJQPe1VZik .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sJQPe1VZik .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sJQPe1VZik .navbar.collapsed.opened .navbar-collapse.show,
.cid-sJQPe1VZik .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sJQPe1VZik .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sJQPe1VZik .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sJQPe1VZik .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJQPe1VZik .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJQPe1VZik .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJQPe1VZik .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJQPe1VZik .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJQPe1VZik .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sJQPe1VZik .navbar {
    flex-wrap: nowrap;
  }
  .cid-sJQPe1VZik .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sJQPe1VZik .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJQPe1VZik .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sJQPe1VZik .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sJQPe1VZik .navbar.opened .navbar-collapse.show,
  .cid-sJQPe1VZik .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sJQPe1VZik .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sJQPe1VZik .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJQPe1VZik .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJQPe1VZik .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJQPe1VZik .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJQPe1VZik .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJQPe1VZik .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJQPe1VZik .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sJQPe1VZik .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sJQPe1VZik .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sJQPe1VZik .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJQPe1VZik .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJQPe1VZik .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJQPe1VZik .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJQPe1VZik .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJQPe1VZik .dropdown-item.active,
.cid-sJQPe1VZik .dropdown-item:active {
  background-color: transparent;
}
.cid-sJQPe1VZik .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJQPe1VZik .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJQPe1VZik .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJQPe1VZik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sJQPe1VZik .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJQPe1VZik .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJQPe1VZik ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJQPe1VZik .navbar-buttons {
  text-align: center;
}
.cid-sJQPe1VZik button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJQPe1VZik button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #dfad15;
}
.cid-sJQPe1VZik button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJQPe1VZik button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJQPe1VZik button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJQPe1VZik button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJQPe1VZik nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJQPe1VZik nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJQPe1VZik nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJQPe1VZik nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJQPe1VZik .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJQPe1VZik a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sJQPe1VZik a.nav-link:focus {
  outline: none;
}
.cid-sJQPe1VZik .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJQPe1VZik .nav-link:hover,
.cid-sJQPe1VZik .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJQPe1VZik .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sJQPe1VZik .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sJQPn1Fvrh H1 {
  color: #dfad15;
}
.cid-sJQPn1Fvrh .mbr-text,
.cid-sJQPn1Fvrh .mbr-section-btn {
  color: #dfad15;
}
.cid-sJQPn1Fvrh H3 {
  color: #dfad15;
}
.cid-tlepsKz2OU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tlepsKz2OU h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-tlepsKz2OU h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-tlepsKz2OU h3:hover:after {
  margin-left: -15px;
}
.cid-tlepsKz2OU .mbr-text,
.cid-tlepsKz2OU .mbr-section-btn {
  color: #767676;
}
.cid-tlepsKz2OU img {
  width: 100%;
}
.cid-tlepsKz2OU .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-tlepsKz2OU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlepsKz2OU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlezwXqvqS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tlezwXqvqS .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-tlezwXqvqS .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-tlezwXqvqS .card {
  height: fit-content;
}
.cid-tlezwXqvqS h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tlezwXqvqS .card1 {
  background: #232323;
}
.cid-tlezwXqvqS .card2 {
  background: #ffffff;
}
.cid-tlezwXqvqS .card3 {
  background: #232323;
}
.cid-tlezwXqvqS .card4 {
  background: #ffffff;
}
.cid-tlezwXqvqS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tlezwXqvqS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tlezwXqvqS .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-tlezwXqvqS .card-subtitle1 {
  text-align: center;
  color: #ffffff;
}
.cid-tlezwXqvqS .card-title1 {
  text-align: center;
}
.cid-tlezwXqvqS .mbr-text1 {
  text-align: center;
  color: #ffffff;
}
.cid-tlezwXqvqS .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-tlezwXqvqS .mbr-text2 {
  color: #232323;
  text-align: center;
}
.cid-tlezwXqvqS .card-subtitle2 {
  color: #232323;
  text-align: center;
}
.cid-tlezwXqvqS .card-title3 {
  text-align: center;
}
.cid-tlezwXqvqS .mbr-text3 {
  text-align: center;
  color: #ffffff;
}
.cid-tlezwXqvqS .card-subtitle3 {
  text-align: center;
  color: #ffffff;
}
.cid-tlezwXqvqS .card-title4 {
  text-align: center;
}
.cid-tlezwXqvqS .mbr-text4 {
  text-align: center;
  color: #232323;
}
.cid-tlezwXqvqS .card-subtitle4 {
  text-align: center;
  color: #232323;
}
.cid-tlezwXqvqS .card-title2,
.cid-tlezwXqvqS .title-wrap2 {
  text-align: center;
  color: #232323;
}
.cid-tlezwXqvqS .card-title3,
.cid-tlezwXqvqS .title-wrap3 {
  text-align: center;
  color: #ffffff;
}
.cid-tlezwXqvqS .card-title4,
.cid-tlezwXqvqS .title-wrap4 {
  text-align: center;
  color: #232323;
}
.cid-tlezwXqvqS .card-title1,
.cid-tlezwXqvqS .title-wrap1 {
  text-align: center;
  color: #ffffff;
}
.cid-tlezwXqvqS .title {
  text-align: center;
}
.cid-tlezwXqvqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlezwXqvqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sJQPAuWPnp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
}
.cid-sJQPAuWPnp .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-sJQPAuWPnp .menu-item .special-label {
  display: none;
}
.cid-sJQPAuWPnp .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #0f7699;
}
.cid-sJQPAuWPnp .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-sJQPAuWPnp .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #0f7699;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-sJQPAuWPnp .special-label {
  color: #fff;
}
.cid-sJQPAuWPnp .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sJQPAuWPnp .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-sJQPAuWPnp .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sJQPAuWPnp .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sJQPAuWPnp .menu-row {
  margin: 0;
}
.cid-sJQPAuWPnp .group-title {
  color: #1d1d1d;
  font-weight: bold;
}
.cid-sJQPAuWPnp .item-title {
  color: #ffffff;
}
.cid-sJQPAuWPnp .box-text {
  color: #efefef;
}
.cid-sJQPAuWPnp .mbr-section-title,
.cid-sJQPAuWPnp .ornament {
  color: #e4d295;
}
.cid-sJQPAuWPnp SPAN {
  color: #e4d295;
}
.cid-tlePnFxFae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/salao-comunal-1024x673.jpg");
}
.cid-tlePnFxFae .text {
  display: flex;
  align-items: center;
}
.cid-tlePnFxFae .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #dfad15;
}
.cid-tlePnFxFae .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-tlePnFxFae .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-tlePnFxFae .btn:hover {
  box-shadow: none;
}
.cid-tlePnFxFae .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tlePnFxFae .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tlePnFxFae .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tlePnFxFae .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tlePnFxFae .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-tlePnFxFae .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tlePnFxFae .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tlePnFxFae .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-tlePnFxFae .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-tlePnFxFae .row:hover img {
  transform: rotate(0deg);
}
.cid-tlePnFxFae .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlePnFxFae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tleI2jtIMK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tleI2jtIMK .nav-tabs .nav-item.open .nav-link:focus,
.cid-tleI2jtIMK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tleI2jtIMK p {
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-tleI2jtIMK .nav-item {
  margin-bottom: -1px;
  width: fit-content;
}
.cid-tleI2jtIMK .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  color: #495057;
  background-color: #fff;
}
.cid-tleI2jtIMK .nav-tabs .nav-item {
  padding: 0 1.5rem;
}
.cid-tleI2jtIMK .nav-link.active {
  border-color: transparent;
}
.cid-tleI2jtIMK .nav-tabs .nav-link {
  color: #1c1c1c !important;
  border-radius: 0px !important;
  font-style: normal;
  transition: all 0.3s;
}
.cid-tleI2jtIMK .nav-tabs .nav-link:hover {
  cursor: pointer;
  border-color: transparent;
  background-color: #ffffff !important;
  border-bottom: 1px solid #1c1c1c;
}
.cid-tleI2jtIMK .nav-tabs .nav-link.active {
  color: #000000 !important;
  border-bottom: 1px solid #1c1c1c;
  font-style: normal;
  background-color: #ffffff !important;
}
.cid-tleI2jtIMK .nav-tabs .nav-link.active:hover {
  background-color: #ffffff !important;
}
.cid-tleI2jtIMK .mbr-text {
  text-align: center;
}
.cid-tleI2jtIMK P {
  color: #767676;
  text-align: right;
}
.cid-tleI2jtIMK H2 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tleI2jtIMK .nav-tabs {
    flex-direction: row;
    border-color: transparent;
  }
  .cid-tleI2jtIMK .nav-item {
    margin-bottom: 0px;
    padding: 0 .5rem !important;
  }
  .cid-tleI2jtIMK .pt-5 {
    padding-top: 2rem !important;
  }
  .cid-tleI2jtIMK .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tleI2jtIMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tleI2jtIMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tleSDqEJUq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171a21;
}
.cid-tleSDqEJUq .text-wrapper {
  padding: 1rem;
}
.cid-tleSDqEJUq .row {
  margin: 0;
}
.cid-tleSDqEJUq .mbr-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cid-tleSDqEJUq .icon {
  margin: 8.5px 0 33.5px 0;
  border-radius: 50%;
  z-index: 1;
}
.cid-tleSDqEJUq .icon span {
  font-size: 16px;
  margin-right: 7px;
}
.cid-tleSDqEJUq .icon .mbr-text {
  display: inline;
  margin: 0;
}
.cid-tleSDqEJUq .image {
  position: relative;
  margin-bottom: 30px;
}
.cid-tleSDqEJUq .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tleSDqEJUq .image:hover .image-overlay {
  opacity: .2;
}
.cid-tleSDqEJUq .image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  pointer-events: visible;
}
@media (max-width: 1200px) {
  .cid-tleSDqEJUq .image img {
    height: 158px;
  }
}
.cid-tleSDqEJUq .mbr-link:hover .mbr-iconfont {
  color: #b08911;
}
.cid-tleSDqEJUq .mbr-text,
.cid-tleSDqEJUq .mbr-iconfont {
  color: #fafafa;
}
.cid-rmLofHJvLS {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rmLofHJvLS .carousel {
  z-index: 0;
}
.cid-rmLofHJvLS .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rmLofHJvLS .carousel-item.active,
.cid-rmLofHJvLS .carousel-item-next,
.cid-rmLofHJvLS .carousel-item-prev {
  display: flex;
}
.cid-rmLofHJvLS .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-rmLofHJvLS .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-rmLofHJvLS .line {
  width: 100px;
  height: 1px;
  background: #1c1c1c;
}
.cid-rmLofHJvLS .line1 {
  margin-left: -2rem;
}
.cid-rmLofHJvLS .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-rmLofHJvLS .carousel-controls a {
  font-size: 2rem;
}
.cid-rmLofHJvLS .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #1c1c1c;
  background: transparent;
  opacity: 0.5;
}
.cid-rmLofHJvLS .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-rmLofHJvLS ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-rmLofHJvLS .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #1c1c1c;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-rmLofHJvLS .carousel-indicators .active {
  opacity: 1;
}
.cid-rmLofHJvLS .user_text {
  color: #767676;
}
.cid-rmLofHJvLS .user_desk {
  color: #767676;
}
.cid-tlezXfqgeL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d1d1d;
}
.cid-tlezXfqgeL .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tlezXfqgeL .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tlezXfqgeL .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tlezXfqgeL .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tlezXfqgeL .text-element {
  padding: 1rem;
}
.cid-tlezXfqgeL .main,
.cid-tlezXfqgeL .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tlezXfqgeL .main:first-child {
    padding-top: 1rem;
  }
  .cid-tlezXfqgeL .image-element,
  .cid-tlezXfqgeL .text-element {
    margin-bottom: 1rem;
  }
  .cid-tlezXfqgeL .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tlezXfqgeL .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tlezXfqgeL .image-element,
  .cid-tlezXfqgeL .text-element {
    margin-bottom: 0;
  }
  .cid-tlezXfqgeL .main:first-child {
    padding-top: 0;
  }
}
.cid-tleAtp5d0o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d1d1d;
}
.cid-tleAtp5d0o .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tleAtp5d0o .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tleAtp5d0o .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tleAtp5d0o .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tleAtp5d0o .text-element {
  padding: 1rem;
}
.cid-tleAtp5d0o .main,
.cid-tleAtp5d0o .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tleAtp5d0o .main:first-child {
    padding-top: 1rem;
  }
  .cid-tleAtp5d0o .image-element,
  .cid-tleAtp5d0o .text-element {
    margin-bottom: 1rem;
  }
  .cid-tleAtp5d0o .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tleAtp5d0o .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tleAtp5d0o .image-element,
  .cid-tleAtp5d0o .text-element {
    margin-bottom: 0;
  }
  .cid-tleAtp5d0o .main:first-child {
    padding-top: 0;
  }
}
.cid-rmLdtq40jh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tleYDC7SSn {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-tleYDC7SSn P {
  color: #767676;
}
.cid-tleYDC7SSn .mbr-text,
.cid-tleYDC7SSn .mbr-section-btn {
  color: #ffffff;
}
.cid-tleYDC7SSn H1 {
  color: #ffffff;
}
.cid-tleZ73dvma {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-tleZ73dvma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tleZ73dvma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tleZ73dvma .row {
  justify-content: flex-start;
}
.cid-tleZ73dvma .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tleZ73dvma .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tleZ73dvma .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tleZ73dvma .container-fluid {
    padding: 0 15px;
  }
}
.cid-tleZ73dvma .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-tleZ73dvma .content-container {
    padding: 70px 30px;
  }
}
.cid-tleZ73dvma .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tleZ73dvma .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tleZ73dvma .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tleZ73dvma .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tleZ73dvma .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tleZWXraW3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #063c05;
}
.cid-tleZWXraW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tleZWXraW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tleZWXraW3 .row {
  justify-content: flex-start;
}
.cid-tleZWXraW3 .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tleZWXraW3 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tleZWXraW3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tleZWXraW3 .container-fluid {
    padding: 0 15px;
  }
}
.cid-tleZWXraW3 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-tleZWXraW3 .content-container {
    padding: 70px 30px;
  }
}
.cid-tleZWXraW3 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tleZWXraW3 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tleZWXraW3 .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tleZWXraW3 .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tleZWXraW3 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tlf0rAakTm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #073b4c;
}
.cid-tlf0rAakTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlf0rAakTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlf0rAakTm .row {
  justify-content: flex-start;
}
.cid-tlf0rAakTm .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tlf0rAakTm .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tlf0rAakTm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tlf0rAakTm .container-fluid {
    padding: 0 15px;
  }
}
.cid-tlf0rAakTm .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-tlf0rAakTm .content-container {
    padding: 70px 30px;
  }
}
.cid-tlf0rAakTm .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tlf0rAakTm .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tlf0rAakTm .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tlf0rAakTm .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tlf0rAakTm .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tlf4sVhFWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/salao-comunal-1024x673.jpg");
}
.cid-tlf4sVhFWv .text {
  display: flex;
  align-items: center;
}
.cid-tlf4sVhFWv .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #dfad15;
}
.cid-tlf4sVhFWv .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-tlf4sVhFWv .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-tlf4sVhFWv .btn:hover {
  box-shadow: none;
}
.cid-tlf4sVhFWv .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tlf4sVhFWv .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tlf4sVhFWv .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tlf4sVhFWv .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tlf4sVhFWv .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-tlf4sVhFWv .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tlf4sVhFWv .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tlf4sVhFWv .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-tlf4sVhFWv .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-tlf4sVhFWv .row:hover img {
  transform: rotate(0deg);
}
.cid-tlf4sVhFWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlf4sVhFWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlf4maBWMe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #7f1933;
}
.cid-tlf4maBWMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlf4maBWMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlf4maBWMe .row {
  justify-content: flex-start;
}
.cid-tlf4maBWMe .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tlf4maBWMe .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tlf4maBWMe .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tlf4maBWMe .container-fluid {
    padding: 0 15px;
  }
}
.cid-tlf4maBWMe .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-tlf4maBWMe .content-container {
    padding: 70px 30px;
  }
}
.cid-tlf4maBWMe .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tlf4maBWMe .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tlf4maBWMe .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tlf4maBWMe .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tlf4maBWMe .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tlf4mb4Gi1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #063c05;
}
.cid-tlf4mb4Gi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlf4mb4Gi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlf4mb4Gi1 .row {
  justify-content: flex-start;
}
.cid-tlf4mb4Gi1 .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tlf4mb4Gi1 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tlf4mb4Gi1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tlf4mb4Gi1 .container-fluid {
    padding: 0 15px;
  }
}
.cid-tlf4mb4Gi1 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-tlf4mb4Gi1 .content-container {
    padding: 70px 30px;
  }
}
.cid-tlf4mb4Gi1 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tlf4mb4Gi1 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tlf4mb4Gi1 .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tlf4mb4Gi1 .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tlf4mb4Gi1 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tlf4mbwX5f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #073b4c;
}
.cid-tlf4mbwX5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlf4mbwX5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlf4mbwX5f .row {
  justify-content: flex-start;
}
.cid-tlf4mbwX5f .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tlf4mbwX5f .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-tlf4mbwX5f .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tlf4mbwX5f .container-fluid {
    padding: 0 15px;
  }
}
.cid-tlf4mbwX5f .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-tlf4mbwX5f .content-container {
    padding: 70px 30px;
  }
}
.cid-tlf4mbwX5f .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tlf4mbwX5f .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tlf4mbwX5f .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tlf4mbwX5f .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tlf4mbwX5f .mbr-section-btn {
    margin-top: 30px;
  }
}
