body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.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: 'Old Standard TT', serif;
  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: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !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: #82786e;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.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: #149dcc;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !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='%23149dcc' %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-suZ7p8FM0z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-suZ7p8FM0z .nav-item:focus,
.cid-suZ7p8FM0z .nav-link:focus {
  outline: none;
}
.cid-suZ7p8FM0z .dropdown .dropdown-menu .dropdown-item {
  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-suZ7p8FM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suZ7p8FM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-suZ7p8FM0z .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-suZ7p8FM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suZ7p8FM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suZ7p8FM0z .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-suZ7p8FM0z .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
}
.cid-suZ7p8FM0z .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-suZ7p8FM0z .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-suZ7p8FM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suZ7p8FM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suZ7p8FM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suZ7p8FM0z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-suZ7p8FM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suZ7p8FM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suZ7p8FM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suZ7p8FM0z .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-suZ7p8FM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suZ7p8FM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suZ7p8FM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suZ7p8FM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suZ7p8FM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suZ7p8FM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suZ7p8FM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suZ7p8FM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suZ7p8FM0z .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-suZ7p8FM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-suZ7p8FM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suZ7p8FM0z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suZ7p8FM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suZ7p8FM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suZ7p8FM0z .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suZ7p8FM0z .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-suZ7p8FM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suZ7p8FM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suZ7p8FM0z .navbar-short {
  padding: 1rem 0 !important;
}
.cid-suZ7p8FM0z .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-suZ7p8FM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suZ7p8FM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suZ7p8FM0z .dropdown-item.active,
.cid-suZ7p8FM0z .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-suZ7p8FM0z .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-suZ7p8FM0z .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-suZ7p8FM0z .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-suZ7p8FM0z .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-suZ7p8FM0z .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-suZ7p8FM0z .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-suZ7p8FM0z .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-suZ7p8FM0z .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-suZ7p8FM0z .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-suZ7p8FM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-suZ7p8FM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suZ7p8FM0z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suZ7p8FM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suZ7p8FM0z .navbar-buttons {
  text-align: center;
}
.cid-suZ7p8FM0z 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-suZ7p8FM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suZ7p8FM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suZ7p8FM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suZ7p8FM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suZ7p8FM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suZ7p8FM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suZ7p8FM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suZ7p8FM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suZ7p8FM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suZ7p8FM0z .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-suZ7p8FM0z a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-suZ7p8FM0z .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-suZ7p8FM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-suZ7p8FM0z .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suZ7p8FM0z .navbar {
    height: 77px;
  }
  .cid-suZ7p8FM0z .navbar.opened {
    height: auto;
  }
  .cid-suZ7p8FM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suZ7p8FM0z a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-suZ7p8FM0z a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #e9204f;
}
.cid-suZ7p8FM0z .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-suZ7p8FM0z .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sv8FKP2ua7 {
  background-image: url("../../../assets/images/el-jefe-website-live-gif.gif");
}
.cid-sv8FKP2ua7 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-sv8FKP2ua7 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-sv8FKP2ua7 .align-center {
    text-align: center;
  }
}
.cid-suYZKfL7uJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suYZKfL7uJ h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-suYZKfL7uJ h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-suYZKfL7uJ h3:hover:after {
  margin-left: -15px;
}
.cid-suYZKfL7uJ .mbr-text,
.cid-suYZKfL7uJ .mbr-section-btn {
  color: #767676;
}
.cid-suYZKfL7uJ img {
  width: 100%;
}
.cid-suYZKfL7uJ .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-suZlvNW83E {
  background-color: #f8f8f8;
}
.cid-suZlvNW83E .container {
  max-width: 1500px;
}
.cid-suZlvNW83E .row {
  background: #333333;
}
.cid-suZlvNW83E .img-col {
  padding: 0;
}
.cid-suZlvNW83E .title-col {
  padding: 4rem 6rem;
}
.cid-suZlvNW83E img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-suZlvNW83E h2 {
  padding: 0;
  margin: 0;
}
.cid-suZlvNW83E .text-wrap {
  margin: auto;
}
.cid-suZlvNW83E .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-suZlvNW83E .row {
    margin: 2rem;
  }
  .cid-suZlvNW83E .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-suZlvNW83E .row {
    margin: 0rem;
  }
  .cid-suZlvNW83E .title-col {
    padding: 2rem 1rem;
  }
}
.cid-svFz3kvMVo {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-svFz3kvMVo .carousel {
  z-index: 0;
}
.cid-svFz3kvMVo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-svFz3kvMVo .carousel-item.active,
.cid-svFz3kvMVo .carousel-item-next,
.cid-svFz3kvMVo .carousel-item-prev {
  display: flex;
}
.cid-svFz3kvMVo .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-svFz3kvMVo .line-wrap {
  display: inline-block;
  height: 30px;
  text-align: left;
}
.cid-svFz3kvMVo .line {
  width: 100px;
  height: 1px;
  background: #1c1c1c;
}
.cid-svFz3kvMVo .line1 {
  margin-left: -2rem;
}
.cid-svFz3kvMVo .line2 {
  margin-right: -2rem;
  margin-top: 0.2rem;
}
.cid-svFz3kvMVo .carousel-controls a {
  font-size: 2rem;
}
.cid-svFz3kvMVo .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-svFz3kvMVo .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-svFz3kvMVo ol {
  margin-bottom: 0;
  bottom: -4rem;
}
.cid-svFz3kvMVo .carousel-indicators li {
  width: 7px;
  height: 7px;
  border: none;
  background: #1c1c1c;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 50%;
  opacity: 0.2;
}
.cid-svFz3kvMVo .carousel-indicators .active {
  opacity: 1;
}
.cid-svFz3kvMVo .user_text {
  color: #767676;
}
.cid-svFz3kvMVo .user_desk {
  color: #767676;
}
.cid-swc7fK9OoQ {
  background-image: url("../../../assets/images/the-boss-of-hot-sauces.png");
}
.cid-swc7fK9OoQ .mbr-section-title {
  color: #ffffff;
}
.cid-swc7fK9OoQ .mbr-text,
.cid-swc7fK9OoQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-swc7fK9OoQ .mbr-section-title,
.cid-swc7fK9OoQ .mbr-text {
  text-align: left;
}
.cid-sMdylxrj7f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
#custom-html-4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4 p {
  font-size: 70 px;
  color: #777;
}
.cid-swc0Ucg8Wi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #767676;
}
.cid-swc0Ucg8Wi img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-swc0Ucg8Wi .row {
  justify-content: center;
}
.cid-swc0Ucg8Wi .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-swc0Ucg8Wi .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-swc0Ucg8Wi .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-swc0Ucg8Wi .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-swc0Ucg8Wi .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-swc0Ucg8Wi .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-swc0Ucg8Wi .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-swc0Ucg8Wi .item {
    padding: 0.5rem;
  }
  .cid-swc0Ucg8Wi .row {
    padding: 0 0.5rem;
  }
}
.cid-swc0Ucg8Wi .btn {
  border-radius: 0;
}
.cid-swc0Ucg8Wi .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-swbVDwqOQC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-swbVDwqOQC .twitter-wrapper,
.cid-swbVDwqOQC iframe {
  min-height: 600px;
  max-height: 600px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-swbVDwqOQC a.twitter-timeline {
  display: none;
}
.cid-sv3zQE54ar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sv3zQE54ar [class^="socicon-"]:before,
.cid-sv3zQE54ar [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sv3zQE54ar .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sv3zQE54ar .btn-social,
.cid-sv3zQE54ar .mbr-section-title {
  color: #57468b;
}
.cid-sv3zQE54ar .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-sv3zQE54ar .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-sv3zQE54ar .soc-item:hover span {
  color: #767676 !important;
}
.cid-suZ4awovFh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-suZ4awovFh .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  background-color: #000000;
  margin-bottom: 2rem;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.cid-suZ4awovFh .card {
  margin-bottom: 1.5rem;
}
.cid-suZ4awovFh .card-wrapper {
  padding: 3rem 2.5rem;
  background-color: #ffffff;
  border-width: 0 0 4px 0;
  border-style: solid;
}
.cid-suZ4awovFh .card-wrapper-1 {
  border-color: #1c1c1c;
}
.cid-suZ4awovFh .card-wrapper-2 {
  border-color: #1c1c1c;
}
.cid-suZ4awovFh .card-wrapper-3 {
  border-color: #bcd9df;
}
.cid-suZ4awovFh .card-wrapper-4 {
  border-color: #67beb0;
}
.cid-suZ4awovFh .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
.cid-suZ4awovFh .card-text {
  color: #000000;
  text-align: left;
}
.cid-suZ4awovFh .card-title,
.cid-suZ4awovFh .icon-wrap {
  color: #000000;
  text-align: left;
}
.cid-suZ4awovFh .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-suZ4awovFh .card-subtitle {
  text-align: left;
}
.cid-rmHq6wCrpg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-suZ7p8FM0z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-suZ7p8FM0z .nav-item:focus,
.cid-suZ7p8FM0z .nav-link:focus {
  outline: none;
}
.cid-suZ7p8FM0z .dropdown .dropdown-menu .dropdown-item {
  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-suZ7p8FM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-suZ7p8FM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-suZ7p8FM0z .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-suZ7p8FM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suZ7p8FM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suZ7p8FM0z .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-suZ7p8FM0z .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
}
.cid-suZ7p8FM0z .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-suZ7p8FM0z .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-suZ7p8FM0z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suZ7p8FM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suZ7p8FM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suZ7p8FM0z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-suZ7p8FM0z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suZ7p8FM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suZ7p8FM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-suZ7p8FM0z .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-suZ7p8FM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suZ7p8FM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-suZ7p8FM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-suZ7p8FM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suZ7p8FM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suZ7p8FM0z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suZ7p8FM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suZ7p8FM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-suZ7p8FM0z .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-suZ7p8FM0z .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-suZ7p8FM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suZ7p8FM0z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-suZ7p8FM0z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suZ7p8FM0z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suZ7p8FM0z .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-suZ7p8FM0z .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-suZ7p8FM0z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suZ7p8FM0z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suZ7p8FM0z .navbar-short {
  padding: 1rem 0 !important;
}
.cid-suZ7p8FM0z .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-suZ7p8FM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suZ7p8FM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suZ7p8FM0z .dropdown-item.active,
.cid-suZ7p8FM0z .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-suZ7p8FM0z .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-suZ7p8FM0z .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-suZ7p8FM0z .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-suZ7p8FM0z .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-suZ7p8FM0z .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-suZ7p8FM0z .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-suZ7p8FM0z .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-suZ7p8FM0z .nav-link {
    margin: 1rem 1.25rem !important;
  }
  .cid-suZ7p8FM0z .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-suZ7p8FM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-suZ7p8FM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suZ7p8FM0z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suZ7p8FM0z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suZ7p8FM0z .navbar-buttons {
  text-align: center;
}
.cid-suZ7p8FM0z 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-suZ7p8FM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-suZ7p8FM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-suZ7p8FM0z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suZ7p8FM0z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-suZ7p8FM0z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-suZ7p8FM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suZ7p8FM0z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-suZ7p8FM0z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-suZ7p8FM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-suZ7p8FM0z .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-suZ7p8FM0z a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-suZ7p8FM0z .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-suZ7p8FM0z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-suZ7p8FM0z .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suZ7p8FM0z .navbar {
    height: 77px;
  }
  .cid-suZ7p8FM0z .navbar.opened {
    height: auto;
  }
  .cid-suZ7p8FM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suZ7p8FM0z a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-suZ7p8FM0z a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #e9204f;
}
.cid-suZ7p8FM0z .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-suZ7p8FM0z .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rmHq6wCrpg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-svHIEGsHlk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/el-jefe-website-live.001.jpg");
}
.cid-svHIEGsHlk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-svHIEGsHlk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-svHIEGsHlk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-svHIEGsHlk .container {
  height: 50vh;
}
.cid-svHIEGsHlk .row {
  align-items: center;
  height: 100%;
}
.cid-svHImtj6At {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
