body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Lumina-Regular';
  font-size: 5.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Lumina-Regular';
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Lumina-Regular';
  font-size: 1.15rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.84rem;
}
.display-5 {
  font-family: 'Lumina-Regular';
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Lumina-Regular';
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #965946 !important;
}
.bg-info {
  background-color: #ede8e4 !important;
}
.bg-warning {
  background-color: #9f2b19 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #5e2129 !important;
  border-color: #5e2129 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #250d10 !important;
  border-color: #250d10 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #250d10 !important;
  border-color: #250d10 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ede8e4 !important;
  border-color: #ede8e4 !important;
  color: #7e6754 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #7e6754 !important;
  background-color: #cec1b6 !important;
  border-color: #cec1b6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #7e6754 !important;
  background-color: #cec1b6 !important;
  border-color: #cec1b6 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #965946 !important;
  border-color: #965946 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #623a2e !important;
  border-color: #623a2e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #623a2e !important;
  border-color: #623a2e !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #130608 !important;
  color: #130608 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #5e2129 !important;
  border-color: #5e2129 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5e2129 !important;
  border-color: #5e2129 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #c4b4a7 !important;
  color: #c4b4a7 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #7e6754 !important;
  background-color: #ede8e4 !important;
  border-color: #ede8e4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7e6754 !important;
  background-color: #ede8e4 !important;
  border-color: #ede8e4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #503026 !important;
  color: #503026 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #965946 !important;
  border-color: #965946 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #965946 !important;
  border-color: #965946 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #47130b !important;
  color: #47130b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff !important;
}
.text-secondary {
  color: #5e2129 !important;
}
.text-success {
  color: #965946 !important;
}
.text-info {
  color: #ede8e4 !important;
}
.text-warning {
  color: #9f2b19 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #130608 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #503026 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c4b4a7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #47130b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ede8e4;
}
.alert-warning {
  background-color: #9f2b19;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cb9e90;
}
.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: #e46753;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lumina-Regular';
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5e2129 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-svQgL8R9og .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svQgL8R9og .nav-item,
.cid-svQgL8R9og .nav-link,
.cid-svQgL8R9og .navbar-caption {
  font-weight: normal;
}
.cid-svQgL8R9og .nav-item:focus,
.cid-svQgL8R9og .nav-link:focus {
  outline: none;
}
.cid-svQgL8R9og .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-svQgL8R9og .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-svQgL8R9og .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svQgL8R9og .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svQgL8R9og .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svQgL8R9og .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #5e2129;
}
.cid-svQgL8R9og .navbar.opened {
  transition: all 0.3s;
  background: #5e2129 !important;
}
.cid-svQgL8R9og .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-svQgL8R9og .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-svQgL8R9og .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svQgL8R9og .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-svQgL8R9og .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-svQgL8R9og .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svQgL8R9og .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-svQgL8R9og .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svQgL8R9og .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svQgL8R9og .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svQgL8R9og .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svQgL8R9og .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svQgL8R9og .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-svQgL8R9og .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svQgL8R9og .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-svQgL8R9og .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-svQgL8R9og .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svQgL8R9og .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-svQgL8R9og .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-svQgL8R9og .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-svQgL8R9og .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-svQgL8R9og .navbar.navbar-short {
  background: #5e2129 !important;
  min-height: 60px;
}
.cid-svQgL8R9og .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-svQgL8R9og .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-svQgL8R9og .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svQgL8R9og .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svQgL8R9og .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svQgL8R9og .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-svQgL8R9og .dropdown-item.active,
.cid-svQgL8R9og .dropdown-item:active {
  background-color: transparent;
}
.cid-svQgL8R9og .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svQgL8R9og .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svQgL8R9og .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5e2129;
}
.cid-svQgL8R9og .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svQgL8R9og .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svQgL8R9og ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svQgL8R9og .navbar-buttons {
  text-align: center;
}
.cid-svQgL8R9og button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svQgL8R9og button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svQgL8R9og nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svQgL8R9og nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svQgL8R9og nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svQgL8R9og nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svQgL8R9og .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-svQgL8R9og a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svQgL8R9og .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-svQgL8R9og .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-svQgL8R9og .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-svQgL8R9og .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svQgL8R9og .navbar {
    height: 77px;
  }
  .cid-svQgL8R9og .navbar.opened {
    height: auto;
  }
  .cid-svQgL8R9og .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk8OSLI4Uv {
  overflow-x: hidden !important;
}
.cid-uk8OSLI4Uv,
.cid-uk8OSLI4Uv .scroll-wrapper {
  padding-top: 135px;
  padding-bottom: 225px;
}
.cid-uk8OSLI4Uv .mbr-section-title {
  color: #5e2129;
}
.cid-uk8OSLI4Uv .mbr-section-title span {
  color: #ffffff;
}
.cid-uk8OSLI4Uv .mbr-text {
  color: #5e2129;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uk8OSLI4Uv .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 42s !important;
  animation-duration: 42s;
  background-image: url("../../../assets/images/whatsapp-image-2024-07-31-at-12.50.02-pm-736x1104.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uk8OSLI4Uv .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uk8OSLI4Uv .mbr-overlay {
  z-index: 1;
}
.cid-uk8OSLI4Uv .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-svQjuvQ8m1 .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-svQjuvQ8m1 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-svQjuvQ8m1 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-svQjuvQ8m1 .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-svQjuvQ8m1 .countdown-cont {
  margin: 0 auto;
}
.cid-svQjuvQ8m1 .full-count-container {
  background: #5e2129;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-svQjuvQ8m1 .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-svQjuvQ8m1 .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-svQjuvQ8m1 .dot {
    display: none;
  }
  .cid-svQjuvQ8m1 .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-svQjuvQ8m1 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-svQjuvQ8m1 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-svQjuvQ8m1 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-svQjuvQ8m1 .number {
    font-size: 25px;
  }
  .cid-svQjuvQ8m1 .period {
    font-size: 0.7rem;
  }
}
.cid-svQjuvQ8m1 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sEx54X0pKj {
  background-image: url("../../../assets/images/diseo-sin-ttulo.gif");
  overflow: hidden;
}
.cid-sEx54X0pKj H1 {
  color: #5e2129;
  text-align: center;
}
.cid-sEx54X0pKj .mbr-text,
.cid-sEx54X0pKj .mbr-section-btn {
  color: #5e2129;
  text-align: center;
}
.cid-sEx54X0pKj .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(132, 46, 57, 0.35);
  border-radius: 10px;
}
.cid-sEx54X0pKj .relative {
  position: relative;
}
.cid-sEx54X0pKj .card-img {
  width: 100%;
}
.cid-sOdYLa9hfx {
  background-image: url("../../../assets/images/diseo-sin-ttulo.gif");
  overflow: hidden;
}
.cid-sOdYLa9hfx H1 {
  color: #5e2129;
  text-align: center;
}
.cid-sOdYLa9hfx .mbr-text,
.cid-sOdYLa9hfx .mbr-section-btn {
  color: #5e2129;
  text-align: center;
}
.cid-sOdYLa9hfx .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(132, 46, 57, 0.35);
  border-radius: 10px;
}
.cid-sOdYLa9hfx .relative {
  position: relative;
}
.cid-sOdYLa9hfx .card-img {
  width: 100%;
}
.cid-uiIRB7YqI4 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/ninos-boda-750x440.jpg");
}
@media (max-width: 768px) {
  .cid-uiIRB7YqI4 .mbr-text,
  .cid-uiIRB7YqI4 .mbr-section-subtitle,
  .cid-uiIRB7YqI4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sOpzFOJnYw {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/diseo-sin-ttulo.gif");
}
.cid-sOpzFOJnYw .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sOpzFOJnYw .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sOpzFOJnYw .text-content {
  padding-right: 1.5rem;
}
.cid-sOpzFOJnYw .mbr-text,
.cid-sOpzFOJnYw .mbr-section-btn {
  color: #5e2129;
  text-align: center;
}
.cid-sOpzFOJnYw .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(233, 233, 233, 0.3);
  box-shadow: 0px 0px 30px rgba(233, 233, 233, 0.3);
  border-radius: .25rem;
}
.cid-sOpzFOJnYw .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sOpzFOJnYw .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sOpzFOJnYw .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sOpzFOJnYw .main-row {
    margin: 0;
  }
  .cid-sOpzFOJnYw .mbr-section-title,
  .cid-sOpzFOJnYw .mbr-text,
  .cid-sOpzFOJnYw .list,
  .cid-sOpzFOJnYw .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sOpzFOJnYw .text-content {
    padding: 0;
  }
}
.cid-sOpzFOJnYw .mbr-section-title {
  color: #5e2129;
  text-align: center;
}
.cid-sOpzFOJnYw .list {
  color: #ffffff;
}
.cid-uiIRWybquu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5e2129;
}
.cid-uiIRWybquu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiIRWybquu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiIRWybquu .container {
    padding: 0 22px;
  }
}
.cid-uiIRWybquu .row {
  justify-content: center;
}
.cid-uiIRWybquu .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiIRWybquu .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiIRWybquu .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uiIRWybquu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiIRWybquu .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uiIRWybquu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiIRWybquu .mbr-section-title {
  color: #ffffff;
}
.cid-uiIRWybquu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uiIRWybquu .mbr-section-title,
.cid-uiIRWybquu .icon-wrapper {
  text-align: center;
}
.cid-uiIRO2fp2O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5e2129;
}
.cid-svQnv38gMi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5e2129;
}
.cid-svQnv38gMi .mbr-text {
  color: #ffffff;
}
