@import url(https://fonts.googleapis.com/css?family=Fredoka+One:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap&display=swap);
@import url(https://fonts.googleapis.com/css?family=Luckiest+Guy:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Fredoka One', display;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  text-align: left;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Luckiest Guy', display;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f38881 !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #8805a4 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f38881;
  border-color: #f38881;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-primary:hover {
  background-color: #ef5c52 !important;
  border-color: #ef5c52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #8805a4;
  border-color: #8805a4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
}
.btn-info:hover {
  background-color: #5f0373 !important;
  border-color: #5f0373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f38881;
  color: #f38881;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #f38881 !important;
  border-color: #f38881;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #8805a4;
  color: #8805a4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #8805a4 !important;
  border-color: #8805a4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #f38881 !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #8805a4 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ea3024 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #360241 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #f38881 !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #8805a4;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f38881;
  border-color: #f38881;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8a39a3;
}
.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: #aa9fc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d530f9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f38881;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f38881;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f38881;
  border-bottom-color: #f38881;
}
.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: #f38881 !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: #341d74 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rSNdDPOCNj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
  background: none;
}
.cid-rSNdDPOCNj .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rSNdDPOCNj .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  background: #efefef !important;
}
.cid-rSNdDPOCNj .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rSNdDPOCNj .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rSNdDPOCNj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rSNdDPOCNj .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rSNdDPOCNj .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f38881;
}
.cid-rSNdDPOCNj .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rSNdDPOCNj .navbar.collapsed {
  flex-direction: row !important;
}
.cid-rSNdDPOCNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rSNdDPOCNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.27142857vh;
  }
}
.cid-rSNdDPOCNj .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rSNdDPOCNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rSNdDPOCNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rSNdDPOCNj .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-rSNdDPOCNj .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rSNdDPOCNj .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rSNdDPOCNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rSNdDPOCNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rSNdDPOCNj .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rSNdDPOCNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rSNdDPOCNj .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rSNdDPOCNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rSNdDPOCNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rSNdDPOCNj .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-rSNdDPOCNj .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rSNdDPOCNj .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rSNdDPOCNj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rSNdDPOCNj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rSNdDPOCNj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rSNdDPOCNj .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rSNdDPOCNj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rSNdDPOCNj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rSNdDPOCNj .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
  border-bottom: solid 1.5px #46005a;
}
.cid-rSNdDPOCNj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rSNdDPOCNj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rSNdDPOCNj .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-rSNdDPOCNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rSNdDPOCNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rSNdDPOCNj .dropdown-item.active,
.cid-rSNdDPOCNj .dropdown-item:active {
  background-color: transparent;
}
.cid-rSNdDPOCNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rSNdDPOCNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rSNdDPOCNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rSNdDPOCNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rSNdDPOCNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rSNdDPOCNj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSNdDPOCNj ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rSNdDPOCNj .navbar-buttons {
  text-align: center;
}
.cid-rSNdDPOCNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSNdDPOCNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rSNdDPOCNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rSNdDPOCNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rSNdDPOCNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rSNdDPOCNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rSNdDPOCNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSNdDPOCNj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rSNdDPOCNj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rSNdDPOCNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rSNdDPOCNj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rSNdDPOCNj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rSNdDPOCNj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rSNdDPOCNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rSNdDPOCNj .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rSNdDPOCNj .nav-link:hover,
.cid-rSNdDPOCNj .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rSN9zGHd47 {
  background-image: url("../../../assets/images/party-bus-bogota.jpg");
  background-position: right;
}
.cid-rSN9zGHd47 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rSN9zGHd47 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rSN9zGHd47 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rSN9zGHd47 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rSN9zGHd47 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rSNmpaZrXn {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rSNmpaZrXn .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #000000;
}
.cid-rSNmpaZrXn img {
  width: 100%;
}
.cid-rSNmpaZrXn p {
  margin-top: 3rem;
}
.cid-rSNmpaZrXn .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-rSNmpaZrXn .content-wrapper {
  padding-top: 6rem;
}
.cid-rSNmpaZrXn h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rSNmpaZrXn .content-wrapper {
    padding-top: 0rem;
  }
  .cid-rSNmpaZrXn p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rSNmpaZrXn .back {
    width: 100%;
    height: 75%;
  }
  .cid-rSNmpaZrXn .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-rSNmpaZrXn p {
    margin-top: 4rem;
  }
}
.cid-rSNmpaZrXn .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-rSNmpaZrXn .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-rSNmpaZrXn .content-wrapper {
    padding-right: 3rem;
  }
  .cid-rSNmpaZrXn h4 {
    right: 2rem;
  }
}
.cid-rSNmpaZrXn H1 {
  color: #ffffff;
}
.cid-rSNmpaZrXn H3 {
  color: #ffffff;
}
.cid-rSNmpaZrXn .mbr-text,
.cid-rSNmpaZrXn .mbr-section-btn {
  color: #ffffff;
}
.cid-rSNtgUNRIo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSNtgUNRIo .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-rSNtgUNRIo .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-rSNtgUNRIo .card {
  height: fit-content;
}
.cid-rSNtgUNRIo 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-rSNtgUNRIo .card1 {
  background: #ffffff;
}
.cid-rSNtgUNRIo .card2 {
  background: #8805a4;
}
.cid-rSNtgUNRIo .card3 {
  background: #ffffff;
}
.cid-rSNtgUNRIo .card4 {
  background: #232323;
}
.cid-rSNtgUNRIo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rSNtgUNRIo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rSNtgUNRIo .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-rSNtgUNRIo .card-subtitle1 {
  text-align: center;
}
.cid-rSNtgUNRIo .card-title1 {
  text-align: center;
}
.cid-rSNtgUNRIo .mbr-text1 {
  text-align: center;
}
.cid-rSNtgUNRIo .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-rSNtgUNRIo .mbr-text2 {
  color: #ffffff;
  text-align: center;
}
.cid-rSNtgUNRIo .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-rSNtgUNRIo .card-title3 {
  text-align: center;
}
.cid-rSNtgUNRIo .mbr-text3 {
  text-align: center;
}
.cid-rSNtgUNRIo .card-subtitle3 {
  text-align: center;
  color: #232323;
}
.cid-rSNtgUNRIo .card-title4 {
  text-align: center;
}
.cid-rSNtgUNRIo .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-rSNtgUNRIo .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-rSNtgUNRIo .card-title2,
.cid-rSNtgUNRIo .title-wrap2 {
  text-align: center;
  color: #ffffff;
}
.cid-rSNtgUNRIo .card-title3,
.cid-rSNtgUNRIo .title-wrap3 {
  text-align: center;
  color: #8805a4;
}
.cid-rSNtgUNRIo .card-title4,
.cid-rSNtgUNRIo .title-wrap4 {
  text-align: center;
  color: #ffffff;
}
.cid-rSNtgUNRIo .card-title1,
.cid-rSNtgUNRIo .title-wrap1 {
  text-align: center;
  color: #8805a4;
}
.cid-rSNtgUNRIo .title {
  text-align: center;
}
.cid-rSNxMUEByR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/rumba-bogota-party-bus.jpg");
}
.cid-rSNxMUEByR a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rSNxMUEByR a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rSNxMUEByR .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rSNxMUEByR .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-rSNxMUEByR .form-control {
  background: none;
  border-radius: 0px;
}
.cid-rSNxMUEByR textarea.form-control {
  min-height: 214.5px;
}
.cid-rSNxMUEByR .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 5rem;
}
.cid-rSNxMUEByR h4,
.cid-rSNxMUEByR p {
  margin: 0;
}
.cid-rSNxMUEByR h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-rSNxMUEByR h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-rSNxMUEByR .icon {
  color: #ffffff;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .cid-rSNxMUEByR h2 {
    text-align: center;
  }
  .cid-rSNxMUEByR h3 {
    text-align: center;
  }
  .cid-rSNxMUEByR .input-group-btn {
    text-align: center;
  }
  .cid-rSNxMUEByR .social-list {
    text-align: center;
  }
  .cid-rSNxMUEByR .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-rSNxMUEByR H2 {
  color: #656565;
}
.cid-rSNxMUEByR .content {
  text-align: left;
  color: #ffffff;
}
.cid-rSNxMUEByR .type {
  text-align: left;
  padding-bottom: 8px;
  color: #ffffff;
}
.cid-rSNxMUEByR .title1 {
  text-align: left;
  color: #ffffff;
}
.cid-rSNxMUEByR .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-rSNxMUEByR .title2 {
  color: #ffffff;
}
.cid-rSNzq1noM6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-rSNzq1noM6 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rSNzq1noM6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rSNzq1noM6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rSNzq1noM6 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
  margin-right: 1em;
}
.cid-rSNzq1noM6 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rSNzq1noM6 .icon-transition span:hover {
  background-color: #e96188;
}
.cid-rSNzq1noM6 .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-rSNzq1noM6 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-rSNzq1noM6 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-rSNzq1noM6 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:20px;
  right:20px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}
.whp a {
  color: #fff !important;
}
