@import url(https://fonts.googleapis.com/css?family=Abel:400&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Abel', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Abel', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Abel', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Abel', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a21b1f !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a21b1f !important;
  border-color: #a21b1f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #580f11 !important;
  border-color: #580f11 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #580f11 !important;
  border-color: #580f11 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a21b1f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #580f11 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a21b1f !important;
  border-color: #a21b1f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a21b1f !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4b0c0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a21b1f;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e3595d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Abel', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Abel', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-skAMkeaEVR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skAMkeaEVR nav.navbar {
  position: fixed;
}
.cid-skAMkeaEVR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skAMkeaEVR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-skAMkeaEVR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-skAMkeaEVR .dropdown-item:hover,
.cid-skAMkeaEVR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-skAMkeaEVR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-skAMkeaEVR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-skAMkeaEVR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-skAMkeaEVR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skAMkeaEVR .nav-link {
  position: relative;
}
.cid-skAMkeaEVR .container {
  display: flex;
  margin: auto;
}
.cid-skAMkeaEVR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skAMkeaEVR .dropdown-menu,
.cid-skAMkeaEVR .navbar.opened {
  background: #ffffff !important;
}
.cid-skAMkeaEVR .nav-item:focus,
.cid-skAMkeaEVR .nav-link:focus {
  outline: none;
}
.cid-skAMkeaEVR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-skAMkeaEVR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skAMkeaEVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skAMkeaEVR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skAMkeaEVR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skAMkeaEVR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skAMkeaEVR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-skAMkeaEVR .navbar.opened {
  transition: all 0.3s;
}
.cid-skAMkeaEVR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-skAMkeaEVR .navbar .navbar-logo img {
  width: auto;
}
.cid-skAMkeaEVR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skAMkeaEVR .navbar.collapsed {
  justify-content: center;
}
.cid-skAMkeaEVR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skAMkeaEVR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skAMkeaEVR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-skAMkeaEVR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skAMkeaEVR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skAMkeaEVR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-skAMkeaEVR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skAMkeaEVR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skAMkeaEVR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skAMkeaEVR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skAMkeaEVR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skAMkeaEVR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skAMkeaEVR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skAMkeaEVR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-skAMkeaEVR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skAMkeaEVR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skAMkeaEVR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skAMkeaEVR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skAMkeaEVR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skAMkeaEVR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skAMkeaEVR .navbar.navbar-short {
  min-height: 60px;
}
.cid-skAMkeaEVR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skAMkeaEVR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skAMkeaEVR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skAMkeaEVR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skAMkeaEVR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skAMkeaEVR .dropdown-item.active,
.cid-skAMkeaEVR .dropdown-item:active {
  background-color: transparent;
}
.cid-skAMkeaEVR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skAMkeaEVR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skAMkeaEVR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skAMkeaEVR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skAMkeaEVR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skAMkeaEVR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skAMkeaEVR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skAMkeaEVR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skAMkeaEVR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skAMkeaEVR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-skAMkeaEVR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skAMkeaEVR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skAMkeaEVR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skAMkeaEVR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skAMkeaEVR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skAMkeaEVR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skAMkeaEVR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skAMkeaEVR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skAMkeaEVR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skAMkeaEVR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skAMkeaEVR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skAMkeaEVR .navbar {
    height: 70px;
  }
  .cid-skAMkeaEVR .navbar.opened {
    height: auto;
  }
  .cid-skAMkeaEVR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soBajT58wT {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-soBajT58wT .carousel {
  width: 100%;
}
.cid-soBajT58wT .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-soBajT58wT .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-soBajT58wT .mbr-overlay {
  z-index: 1;
}
.cid-soBajT58wT .carousel-caption {
  bottom: 40px;
}
.cid-soBajT58wT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-soBajT58wT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-soBajT58wT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-soBajT58wT .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-soBajT58wT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-soBajT58wT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-soBajT58wT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-soBajT58wT .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-soBajT58wT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soBajT58wT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-soBajT58wT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-soBajT58wT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-soBajT58wT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-soBajT58wT .carousel-indicators li.active,
.cid-soBajT58wT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-soBajT58wT .carousel-indicators li::after,
.cid-soBajT58wT .carousel-indicators li::before {
  content: none;
}
.cid-soBajT58wT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-soBajT58wT .carousel-indicators {
    display: none !important;
  }
}
.cid-soBajT58wT H5 {
  color: #ffffff;
}
.cid-skBaeNZKAN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skBaeNZKAN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-skBaeNZKAN .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-skBaeNZKAN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-skBaeNZKAN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-skBaeNZKAN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-skBaeNZKAN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-skBaeNZKAN .carousel-control,
.cid-skBaeNZKAN .close {
  background: #1b1b1b;
}
.cid-skBaeNZKAN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skBaeNZKAN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skBaeNZKAN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skBaeNZKAN .carousel-control-next span {
  margin-left: 5px;
}
.cid-skBaeNZKAN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-skBaeNZKAN .close::before {
  content: '\e91a';
}
.cid-skBaeNZKAN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skBaeNZKAN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-skBaeNZKAN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skBaeNZKAN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skBaeNZKAN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skBaeNZKAN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skBaeNZKAN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-skBaeNZKAN .carousel-indicators li.active,
.cid-skBaeNZKAN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skBaeNZKAN .carousel-indicators li::after,
.cid-skBaeNZKAN .carousel-indicators li::before {
  content: none;
}
.cid-skBaeNZKAN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skBaeNZKAN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skBaeNZKAN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skBaeNZKAN .carousel-indicators {
    display: none;
  }
}
.cid-skBaeNZKAN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skBaeNZKAN .carousel-inner > .active {
  display: block;
}
.cid-skBaeNZKAN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skBaeNZKAN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skBaeNZKAN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skBaeNZKAN .carousel-control,
  .cid-skBaeNZKAN .carousel-indicators,
  .cid-skBaeNZKAN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skBaeNZKAN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skBaeNZKAN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skBaeNZKAN .carousel-indicators .active,
.cid-skBaeNZKAN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skBaeNZKAN .carousel-indicators .active {
  background: #fff;
}
.cid-skBaeNZKAN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skBaeNZKAN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skBaeNZKAN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skBaeNZKAN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skBaeNZKAN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skBaeNZKAN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skBaeNZKAN .carousel {
  width: 100%;
}
.cid-skBaeNZKAN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skBaeNZKAN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skBaeNZKAN .modal.fade .modal-dialog,
.cid-skBaeNZKAN .modal.in .modal-dialog {
  transform: none;
}
.cid-skBaeNZKAN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-skBaeNZKAN H6 {
  text-align: center;
}
.cid-skBaeNZKAN H3 {
  color: #a21b1f;
}
.cid-su0P0va154 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/salsas-majestad-chipotle-2-1200x907.jpg");
}
.cid-su0P0va154 .row {
  flex-direction: row-reverse;
}
.cid-su0P0va154 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-su0P0va154 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-su0P0va154 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-su0P0va154 .mbr-section-title {
  color: #ffffff;
}
.cid-su0P0va154 .mbr-text,
.cid-su0P0va154 .mbr-section-btn {
  color: #ffffff;
}
.cid-skAMAK9pXb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/salsa-casera-fondo-2-1920x1280.jpeg");
}
.cid-skAMAK9pXb img,
.cid-skAMAK9pXb .item-img {
  width: 100%;
}
.cid-skAMAK9pXb .item:focus,
.cid-skAMAK9pXb span:focus {
  outline: none;
}
.cid-skAMAK9pXb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skAMAK9pXb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skAMAK9pXb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-skAMAK9pXb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skAMAK9pXb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-skAMAK9pXb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-skAMAK9pXb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skAMAK9pXb .mbr-section-title {
  color: #ffffff;
}
.cid-skAMAK9pXb .mbr-text,
.cid-skAMAK9pXb .mbr-section-btn {
  text-align: left;
}
.cid-skAMAK9pXb .item-title {
  text-align: left;
  color: #a21b1f;
}
.cid-skAMAK9pXb .item-subtitle {
  text-align: left;
}
.cid-skAZxp6lcA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/salsa-casera-fondo-2-1920x1280.jpg");
}
.cid-skAZxp6lcA img,
.cid-skAZxp6lcA .item-img {
  width: 100%;
}
.cid-skAZxp6lcA .item:focus,
.cid-skAZxp6lcA span:focus {
  outline: none;
}
.cid-skAZxp6lcA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-skAZxp6lcA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-skAZxp6lcA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-skAZxp6lcA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skAZxp6lcA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-skAZxp6lcA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-skAZxp6lcA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-skAZxp6lcA .mbr-section-title {
  color: #a21b1f;
}
.cid-skAZxp6lcA .mbr-text,
.cid-skAZxp6lcA .mbr-section-btn {
  text-align: left;
}
.cid-skAZxp6lcA .item-title {
  text-align: left;
  color: #a21b1f;
}
.cid-skAZxp6lcA .item-subtitle {
  text-align: left;
}
.cid-ssO2Q2LXCL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/salsa-casera-fondo-2-1920x1280.jpg");
}
.cid-ssO2Q2LXCL img,
.cid-ssO2Q2LXCL .item-img {
  width: 100%;
}
.cid-ssO2Q2LXCL .item:focus,
.cid-ssO2Q2LXCL span:focus {
  outline: none;
}
.cid-ssO2Q2LXCL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ssO2Q2LXCL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ssO2Q2LXCL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ssO2Q2LXCL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ssO2Q2LXCL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ssO2Q2LXCL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ssO2Q2LXCL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ssO2Q2LXCL .mbr-section-title {
  color: #a21b1f;
}
.cid-ssO2Q2LXCL .mbr-text,
.cid-ssO2Q2LXCL .mbr-section-btn {
  text-align: left;
}
.cid-ssO2Q2LXCL .item-title {
  text-align: left;
  color: #a21b1f;
}
.cid-ssO2Q2LXCL .item-subtitle {
  text-align: left;
}
.cid-skAN9t4be8 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-skAN9t4be8 .video-wrapper iframe {
  width: 100%;
}
.cid-skAN9t4be8 .mbr-section-title,
.cid-skAN9t4be8 .mbr-section-subtitle,
.cid-skAN9t4be8 .mbr-text {
  text-align: center;
}
.cid-skAN9t4be8 .mbr-section-title {
  color: #a21b1f;
}
.cid-skAN9t4be8 .mbr-section-subtitle {
  color: #a21b1f;
}
.cid-ssx7p5gAVw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-ssx7p5gAVw .title {
  margin-bottom: 2rem;
}
.cid-ssx7p5gAVw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ssx7p5gAVw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ssx7p5gAVw a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-ssx7p5gAVw textarea.form-control {
  min-height: 188px;
}
.cid-ssx7p5gAVw H2 {
  color: #efa045;
}
.cid-ssx7p5gAVw LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-sthP8M4DGw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sthP8M4DGw nav.navbar {
  position: fixed;
}
.cid-sthP8M4DGw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sthP8M4DGw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sthP8M4DGw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sthP8M4DGw .dropdown-item:hover,
.cid-sthP8M4DGw .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sthP8M4DGw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sthP8M4DGw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sthP8M4DGw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sthP8M4DGw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sthP8M4DGw .nav-link {
  position: relative;
}
.cid-sthP8M4DGw .container {
  display: flex;
  margin: auto;
}
.cid-sthP8M4DGw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sthP8M4DGw .dropdown-menu,
.cid-sthP8M4DGw .navbar.opened {
  background: #ffffff !important;
}
.cid-sthP8M4DGw .nav-item:focus,
.cid-sthP8M4DGw .nav-link:focus {
  outline: none;
}
.cid-sthP8M4DGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sthP8M4DGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sthP8M4DGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sthP8M4DGw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sthP8M4DGw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sthP8M4DGw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sthP8M4DGw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sthP8M4DGw .navbar.opened {
  transition: all 0.3s;
}
.cid-sthP8M4DGw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sthP8M4DGw .navbar .navbar-logo img {
  width: auto;
}
.cid-sthP8M4DGw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sthP8M4DGw .navbar.collapsed {
  justify-content: center;
}
.cid-sthP8M4DGw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sthP8M4DGw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sthP8M4DGw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sthP8M4DGw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sthP8M4DGw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sthP8M4DGw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sthP8M4DGw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sthP8M4DGw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sthP8M4DGw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sthP8M4DGw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sthP8M4DGw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sthP8M4DGw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sthP8M4DGw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sthP8M4DGw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sthP8M4DGw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sthP8M4DGw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sthP8M4DGw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sthP8M4DGw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sthP8M4DGw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sthP8M4DGw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sthP8M4DGw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sthP8M4DGw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sthP8M4DGw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sthP8M4DGw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sthP8M4DGw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sthP8M4DGw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sthP8M4DGw .dropdown-item.active,
.cid-sthP8M4DGw .dropdown-item:active {
  background-color: transparent;
}
.cid-sthP8M4DGw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sthP8M4DGw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sthP8M4DGw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sthP8M4DGw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sthP8M4DGw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sthP8M4DGw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sthP8M4DGw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sthP8M4DGw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sthP8M4DGw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sthP8M4DGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-sthP8M4DGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sthP8M4DGw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sthP8M4DGw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sthP8M4DGw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sthP8M4DGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sthP8M4DGw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sthP8M4DGw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sthP8M4DGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sthP8M4DGw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sthP8M4DGw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sthP8M4DGw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sthP8M4DGw .navbar {
    height: 70px;
  }
  .cid-sthP8M4DGw .navbar.opened {
    height: auto;
  }
  .cid-sthP8M4DGw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sthPnrxPi2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-roja-cremosa-1-1200x800.jpg");
}
.cid-sthPnrxPi2 .mbr-text,
.cid-sthPnrxPi2 .mbr-section-btn {
  color: #232323;
}
.cid-sthPnrxPi2 .card-title,
.cid-sthPnrxPi2 .card-box {
  color: #ffffff;
}
.cid-sthPnrxPi2 .mbr-text,
.cid-sthPnrxPi2 .link-wrap {
  color: #ffffff;
}
.cid-sthPFFf9nz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sthPFFf9nz .mbr-section-title {
  color: #a21b1f;
}
.cid-sthPNdXNwY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sthPNdXNwY .mbr-section-subtitle {
  color: #a21b1f;
}
.cid-sthP8NiOJd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sthP8NiOJd .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sthP8NiOJd .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sthP8NiOJd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sthP8NiOJd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sthP8NiOJd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sthP8NiOJd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sthP8NiOJd .carousel-control,
.cid-sthP8NiOJd .close {
  background: #1b1b1b;
}
.cid-sthP8NiOJd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sthP8NiOJd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sthP8NiOJd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sthP8NiOJd .carousel-control-next span {
  margin-left: 5px;
}
.cid-sthP8NiOJd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sthP8NiOJd .close::before {
  content: '\e91a';
}
.cid-sthP8NiOJd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sthP8NiOJd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sthP8NiOJd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sthP8NiOJd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sthP8NiOJd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sthP8NiOJd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sthP8NiOJd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sthP8NiOJd .carousel-indicators li.active,
.cid-sthP8NiOJd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sthP8NiOJd .carousel-indicators li::after,
.cid-sthP8NiOJd .carousel-indicators li::before {
  content: none;
}
.cid-sthP8NiOJd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sthP8NiOJd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sthP8NiOJd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sthP8NiOJd .carousel-indicators {
    display: none;
  }
}
.cid-sthP8NiOJd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sthP8NiOJd .carousel-inner > .active {
  display: block;
}
.cid-sthP8NiOJd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sthP8NiOJd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sthP8NiOJd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sthP8NiOJd .carousel-control,
  .cid-sthP8NiOJd .carousel-indicators,
  .cid-sthP8NiOJd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sthP8NiOJd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sthP8NiOJd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sthP8NiOJd .carousel-indicators .active,
.cid-sthP8NiOJd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sthP8NiOJd .carousel-indicators .active {
  background: #fff;
}
.cid-sthP8NiOJd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sthP8NiOJd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sthP8NiOJd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sthP8NiOJd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sthP8NiOJd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sthP8NiOJd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sthP8NiOJd .carousel {
  width: 100%;
}
.cid-sthP8NiOJd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sthP8NiOJd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sthP8NiOJd .modal.fade .modal-dialog,
.cid-sthP8NiOJd .modal.in .modal-dialog {
  transform: none;
}
.cid-sthP8NiOJd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sthP8NiOJd H6 {
  text-align: center;
}
.cid-sthP8NiOJd H3 {
  color: #a21b1f;
}
.cid-sthQ0WWXVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sthP8QqgfA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-sthP8QqgfA .title {
  margin-bottom: 2rem;
}
.cid-sthP8QqgfA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sthP8QqgfA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sthP8QqgfA a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sthP8QqgfA textarea.form-control {
  min-height: 188px;
}
.cid-sthP8QqgfA H2 {
  color: #efa045;
}
.cid-sthP8QqgfA LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-sthV62f230 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sthV62f230 nav.navbar {
  position: fixed;
}
.cid-sthV62f230 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sthV62f230 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sthV62f230 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sthV62f230 .dropdown-item:hover,
.cid-sthV62f230 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sthV62f230 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sthV62f230 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sthV62f230 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sthV62f230 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sthV62f230 .nav-link {
  position: relative;
}
.cid-sthV62f230 .container {
  display: flex;
  margin: auto;
}
.cid-sthV62f230 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sthV62f230 .dropdown-menu,
.cid-sthV62f230 .navbar.opened {
  background: #ffffff !important;
}
.cid-sthV62f230 .nav-item:focus,
.cid-sthV62f230 .nav-link:focus {
  outline: none;
}
.cid-sthV62f230 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sthV62f230 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sthV62f230 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sthV62f230 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sthV62f230 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sthV62f230 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sthV62f230 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sthV62f230 .navbar.opened {
  transition: all 0.3s;
}
.cid-sthV62f230 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sthV62f230 .navbar .navbar-logo img {
  width: auto;
}
.cid-sthV62f230 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sthV62f230 .navbar.collapsed {
  justify-content: center;
}
.cid-sthV62f230 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sthV62f230 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sthV62f230 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sthV62f230 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sthV62f230 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sthV62f230 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sthV62f230 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sthV62f230 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sthV62f230 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sthV62f230 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sthV62f230 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sthV62f230 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sthV62f230 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sthV62f230 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sthV62f230 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sthV62f230 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sthV62f230 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sthV62f230 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sthV62f230 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sthV62f230 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sthV62f230 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sthV62f230 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sthV62f230 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sthV62f230 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sthV62f230 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sthV62f230 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sthV62f230 .dropdown-item.active,
.cid-sthV62f230 .dropdown-item:active {
  background-color: transparent;
}
.cid-sthV62f230 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sthV62f230 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sthV62f230 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sthV62f230 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sthV62f230 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sthV62f230 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sthV62f230 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sthV62f230 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sthV62f230 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sthV62f230 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-sthV62f230 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sthV62f230 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sthV62f230 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sthV62f230 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sthV62f230 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sthV62f230 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sthV62f230 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sthV62f230 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sthV62f230 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sthV62f230 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sthV62f230 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sthV62f230 .navbar {
    height: 70px;
  }
  .cid-sthV62f230 .navbar.opened {
    height: auto;
  }
  .cid-sthV62f230 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sthV636mhU {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-verde-cremosa-2-1200x800.jpeg");
}
.cid-sthV636mhU .mbr-text,
.cid-sthV636mhU .mbr-section-btn {
  color: #232323;
}
.cid-sthV636mhU .card-title,
.cid-sthV636mhU .card-box {
  color: #ffffff;
}
.cid-sthV636mhU .mbr-text,
.cid-sthV636mhU .link-wrap {
  color: #ffffff;
}
.cid-sthV63xcyn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sthV63xcyn .mbr-section-title {
  color: #2299aa;
}
.cid-sthV63UVRf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sthV63UVRf .mbr-section-subtitle {
  color: #2299aa;
}
.cid-sthV647VYb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sthV647VYb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sthV647VYb .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sthV647VYb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sthV647VYb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sthV647VYb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sthV647VYb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sthV647VYb .carousel-control,
.cid-sthV647VYb .close {
  background: #1b1b1b;
}
.cid-sthV647VYb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sthV647VYb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sthV647VYb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sthV647VYb .carousel-control-next span {
  margin-left: 5px;
}
.cid-sthV647VYb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sthV647VYb .close::before {
  content: '\e91a';
}
.cid-sthV647VYb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sthV647VYb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sthV647VYb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sthV647VYb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sthV647VYb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sthV647VYb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sthV647VYb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sthV647VYb .carousel-indicators li.active,
.cid-sthV647VYb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sthV647VYb .carousel-indicators li::after,
.cid-sthV647VYb .carousel-indicators li::before {
  content: none;
}
.cid-sthV647VYb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sthV647VYb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sthV647VYb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sthV647VYb .carousel-indicators {
    display: none;
  }
}
.cid-sthV647VYb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sthV647VYb .carousel-inner > .active {
  display: block;
}
.cid-sthV647VYb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sthV647VYb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sthV647VYb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sthV647VYb .carousel-control,
  .cid-sthV647VYb .carousel-indicators,
  .cid-sthV647VYb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sthV647VYb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sthV647VYb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sthV647VYb .carousel-indicators .active,
.cid-sthV647VYb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sthV647VYb .carousel-indicators .active {
  background: #fff;
}
.cid-sthV647VYb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sthV647VYb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sthV647VYb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sthV647VYb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sthV647VYb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sthV647VYb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sthV647VYb .carousel {
  width: 100%;
}
.cid-sthV647VYb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sthV647VYb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sthV647VYb .modal.fade .modal-dialog,
.cid-sthV647VYb .modal.in .modal-dialog {
  transform: none;
}
.cid-sthV647VYb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sthV647VYb H6 {
  text-align: center;
}
.cid-sthV647VYb H3 {
  color: #a21b1f;
}
.cid-sthV64SYW1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sthV656rMh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-sthV656rMh .title {
  margin-bottom: 2rem;
}
.cid-sthV656rMh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sthV656rMh a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sthV656rMh a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sthV656rMh textarea.form-control {
  min-height: 188px;
}
.cid-sthV656rMh H2 {
  color: #efa045;
}
.cid-sthV656rMh LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-sthZ7mqM6y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sthZ7mqM6y nav.navbar {
  position: fixed;
}
.cid-sthZ7mqM6y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sthZ7mqM6y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sthZ7mqM6y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sthZ7mqM6y .dropdown-item:hover,
.cid-sthZ7mqM6y .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sthZ7mqM6y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sthZ7mqM6y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sthZ7mqM6y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sthZ7mqM6y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sthZ7mqM6y .nav-link {
  position: relative;
}
.cid-sthZ7mqM6y .container {
  display: flex;
  margin: auto;
}
.cid-sthZ7mqM6y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sthZ7mqM6y .dropdown-menu,
.cid-sthZ7mqM6y .navbar.opened {
  background: #ffffff !important;
}
.cid-sthZ7mqM6y .nav-item:focus,
.cid-sthZ7mqM6y .nav-link:focus {
  outline: none;
}
.cid-sthZ7mqM6y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sthZ7mqM6y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sthZ7mqM6y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sthZ7mqM6y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sthZ7mqM6y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sthZ7mqM6y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sthZ7mqM6y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sthZ7mqM6y .navbar.opened {
  transition: all 0.3s;
}
.cid-sthZ7mqM6y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sthZ7mqM6y .navbar .navbar-logo img {
  width: auto;
}
.cid-sthZ7mqM6y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sthZ7mqM6y .navbar.collapsed {
  justify-content: center;
}
.cid-sthZ7mqM6y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sthZ7mqM6y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sthZ7mqM6y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sthZ7mqM6y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sthZ7mqM6y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sthZ7mqM6y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sthZ7mqM6y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sthZ7mqM6y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sthZ7mqM6y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sthZ7mqM6y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sthZ7mqM6y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sthZ7mqM6y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sthZ7mqM6y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sthZ7mqM6y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sthZ7mqM6y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sthZ7mqM6y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sthZ7mqM6y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sthZ7mqM6y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sthZ7mqM6y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sthZ7mqM6y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sthZ7mqM6y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sthZ7mqM6y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sthZ7mqM6y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sthZ7mqM6y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sthZ7mqM6y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sthZ7mqM6y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sthZ7mqM6y .dropdown-item.active,
.cid-sthZ7mqM6y .dropdown-item:active {
  background-color: transparent;
}
.cid-sthZ7mqM6y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sthZ7mqM6y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sthZ7mqM6y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sthZ7mqM6y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sthZ7mqM6y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sthZ7mqM6y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sthZ7mqM6y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sthZ7mqM6y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sthZ7mqM6y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sthZ7mqM6y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-sthZ7mqM6y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sthZ7mqM6y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sthZ7mqM6y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sthZ7mqM6y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sthZ7mqM6y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sthZ7mqM6y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sthZ7mqM6y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sthZ7mqM6y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sthZ7mqM6y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sthZ7mqM6y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sthZ7mqM6y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sthZ7mqM6y .navbar {
    height: 70px;
  }
  .cid-sthZ7mqM6y .navbar.opened {
    height: auto;
  }
  .cid-sthZ7mqM6y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sthZ7nb4l1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-habanero-cremosa-1-1200x800.jpeg");
}
.cid-sthZ7nb4l1 .mbr-text,
.cid-sthZ7nb4l1 .mbr-section-btn {
  color: #232323;
}
.cid-sthZ7nb4l1 .card-title,
.cid-sthZ7nb4l1 .card-box {
  color: #ffffff;
}
.cid-sthZ7nb4l1 .mbr-text,
.cid-sthZ7nb4l1 .link-wrap {
  color: #ffffff;
}
.cid-sthZ7nDjrl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sthZ7nDjrl .mbr-section-title {
  color: #ff9966;
}
.cid-sthZ7o0LuZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sthZ7o0LuZ .mbr-section-subtitle {
  color: #ff9966;
}
.cid-sthZ7oglTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sthZ7oglTc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sthZ7oglTc .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sthZ7oglTc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sthZ7oglTc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sthZ7oglTc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sthZ7oglTc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sthZ7oglTc .carousel-control,
.cid-sthZ7oglTc .close {
  background: #1b1b1b;
}
.cid-sthZ7oglTc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sthZ7oglTc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sthZ7oglTc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sthZ7oglTc .carousel-control-next span {
  margin-left: 5px;
}
.cid-sthZ7oglTc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sthZ7oglTc .close::before {
  content: '\e91a';
}
.cid-sthZ7oglTc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sthZ7oglTc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sthZ7oglTc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sthZ7oglTc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sthZ7oglTc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sthZ7oglTc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sthZ7oglTc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sthZ7oglTc .carousel-indicators li.active,
.cid-sthZ7oglTc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sthZ7oglTc .carousel-indicators li::after,
.cid-sthZ7oglTc .carousel-indicators li::before {
  content: none;
}
.cid-sthZ7oglTc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sthZ7oglTc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sthZ7oglTc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sthZ7oglTc .carousel-indicators {
    display: none;
  }
}
.cid-sthZ7oglTc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sthZ7oglTc .carousel-inner > .active {
  display: block;
}
.cid-sthZ7oglTc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sthZ7oglTc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sthZ7oglTc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sthZ7oglTc .carousel-control,
  .cid-sthZ7oglTc .carousel-indicators,
  .cid-sthZ7oglTc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sthZ7oglTc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sthZ7oglTc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sthZ7oglTc .carousel-indicators .active,
.cid-sthZ7oglTc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sthZ7oglTc .carousel-indicators .active {
  background: #fff;
}
.cid-sthZ7oglTc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sthZ7oglTc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sthZ7oglTc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sthZ7oglTc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sthZ7oglTc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sthZ7oglTc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sthZ7oglTc .carousel {
  width: 100%;
}
.cid-sthZ7oglTc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sthZ7oglTc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sthZ7oglTc .modal.fade .modal-dialog,
.cid-sthZ7oglTc .modal.in .modal-dialog {
  transform: none;
}
.cid-sthZ7oglTc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sthZ7oglTc H6 {
  text-align: center;
}
.cid-sthZ7oglTc H3 {
  color: #a21b1f;
}
.cid-sthZ7oZrCX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sthZ7pe950 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-sthZ7pe950 .title {
  margin-bottom: 2rem;
}
.cid-sthZ7pe950 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sthZ7pe950 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sthZ7pe950 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sthZ7pe950 textarea.form-control {
  min-height: 188px;
}
.cid-sthZ7pe950 H2 {
  color: #efa045;
}
.cid-sthZ7pe950 LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-sti2Q79XEh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sti2Q79XEh nav.navbar {
  position: fixed;
}
.cid-sti2Q79XEh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sti2Q79XEh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sti2Q79XEh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sti2Q79XEh .dropdown-item:hover,
.cid-sti2Q79XEh .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sti2Q79XEh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sti2Q79XEh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sti2Q79XEh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sti2Q79XEh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sti2Q79XEh .nav-link {
  position: relative;
}
.cid-sti2Q79XEh .container {
  display: flex;
  margin: auto;
}
.cid-sti2Q79XEh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sti2Q79XEh .dropdown-menu,
.cid-sti2Q79XEh .navbar.opened {
  background: #ffffff !important;
}
.cid-sti2Q79XEh .nav-item:focus,
.cid-sti2Q79XEh .nav-link:focus {
  outline: none;
}
.cid-sti2Q79XEh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sti2Q79XEh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sti2Q79XEh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sti2Q79XEh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sti2Q79XEh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sti2Q79XEh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sti2Q79XEh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sti2Q79XEh .navbar.opened {
  transition: all 0.3s;
}
.cid-sti2Q79XEh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sti2Q79XEh .navbar .navbar-logo img {
  width: auto;
}
.cid-sti2Q79XEh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sti2Q79XEh .navbar.collapsed {
  justify-content: center;
}
.cid-sti2Q79XEh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sti2Q79XEh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sti2Q79XEh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sti2Q79XEh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sti2Q79XEh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sti2Q79XEh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sti2Q79XEh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sti2Q79XEh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sti2Q79XEh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sti2Q79XEh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sti2Q79XEh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sti2Q79XEh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sti2Q79XEh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sti2Q79XEh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sti2Q79XEh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sti2Q79XEh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sti2Q79XEh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sti2Q79XEh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sti2Q79XEh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sti2Q79XEh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sti2Q79XEh .navbar.navbar-short {
  min-height: 60px;
}
.cid-sti2Q79XEh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sti2Q79XEh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sti2Q79XEh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sti2Q79XEh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sti2Q79XEh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sti2Q79XEh .dropdown-item.active,
.cid-sti2Q79XEh .dropdown-item:active {
  background-color: transparent;
}
.cid-sti2Q79XEh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sti2Q79XEh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sti2Q79XEh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sti2Q79XEh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sti2Q79XEh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sti2Q79XEh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sti2Q79XEh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sti2Q79XEh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sti2Q79XEh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sti2Q79XEh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-sti2Q79XEh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sti2Q79XEh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sti2Q79XEh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sti2Q79XEh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sti2Q79XEh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sti2Q79XEh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sti2Q79XEh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sti2Q79XEh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sti2Q79XEh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sti2Q79XEh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sti2Q79XEh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sti2Q79XEh .navbar {
    height: 70px;
  }
  .cid-sti2Q79XEh .navbar.opened {
    height: auto;
  }
  .cid-sti2Q79XEh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sti2Q7LPY0 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-chipotle-cremosa-3-1200x800.jpeg");
}
.cid-sti2Q7LPY0 .mbr-text,
.cid-sti2Q7LPY0 .mbr-section-btn {
  color: #232323;
}
.cid-sti2Q7LPY0 .card-title,
.cid-sti2Q7LPY0 .card-box {
  color: #ffffff;
}
.cid-sti2Q7LPY0 .mbr-text,
.cid-sti2Q7LPY0 .link-wrap {
  color: #ffffff;
}
.cid-sti2Q8bfCp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sti2Q8bfCp .mbr-section-title {
  color: #ff9966;
}
.cid-sti2Q8ymSy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sti2Q8ymSy .mbr-section-subtitle {
  color: #ff9966;
}
.cid-sti2Q8KSB0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sti2Q8KSB0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sti2Q8KSB0 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sti2Q8KSB0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sti2Q8KSB0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sti2Q8KSB0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sti2Q8KSB0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sti2Q8KSB0 .carousel-control,
.cid-sti2Q8KSB0 .close {
  background: #1b1b1b;
}
.cid-sti2Q8KSB0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sti2Q8KSB0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sti2Q8KSB0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sti2Q8KSB0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sti2Q8KSB0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sti2Q8KSB0 .close::before {
  content: '\e91a';
}
.cid-sti2Q8KSB0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sti2Q8KSB0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sti2Q8KSB0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sti2Q8KSB0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sti2Q8KSB0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sti2Q8KSB0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sti2Q8KSB0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sti2Q8KSB0 .carousel-indicators li.active,
.cid-sti2Q8KSB0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sti2Q8KSB0 .carousel-indicators li::after,
.cid-sti2Q8KSB0 .carousel-indicators li::before {
  content: none;
}
.cid-sti2Q8KSB0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sti2Q8KSB0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sti2Q8KSB0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sti2Q8KSB0 .carousel-indicators {
    display: none;
  }
}
.cid-sti2Q8KSB0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sti2Q8KSB0 .carousel-inner > .active {
  display: block;
}
.cid-sti2Q8KSB0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sti2Q8KSB0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sti2Q8KSB0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sti2Q8KSB0 .carousel-control,
  .cid-sti2Q8KSB0 .carousel-indicators,
  .cid-sti2Q8KSB0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sti2Q8KSB0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sti2Q8KSB0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sti2Q8KSB0 .carousel-indicators .active,
.cid-sti2Q8KSB0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sti2Q8KSB0 .carousel-indicators .active {
  background: #fff;
}
.cid-sti2Q8KSB0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sti2Q8KSB0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sti2Q8KSB0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sti2Q8KSB0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sti2Q8KSB0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sti2Q8KSB0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sti2Q8KSB0 .carousel {
  width: 100%;
}
.cid-sti2Q8KSB0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sti2Q8KSB0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sti2Q8KSB0 .modal.fade .modal-dialog,
.cid-sti2Q8KSB0 .modal.in .modal-dialog {
  transform: none;
}
.cid-sti2Q8KSB0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sti2Q8KSB0 H6 {
  text-align: center;
}
.cid-sti2Q8KSB0 H3 {
  color: #a21b1f;
}
.cid-sti2Q9oLFM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sti2Q9EpLn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-sti2Q9EpLn .title {
  margin-bottom: 2rem;
}
.cid-sti2Q9EpLn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sti2Q9EpLn a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sti2Q9EpLn a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sti2Q9EpLn textarea.form-control {
  min-height: 188px;
}
.cid-sti2Q9EpLn H2 {
  color: #efa045;
}
.cid-sti2Q9EpLn LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-sti6mLwuwu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sti6mLwuwu nav.navbar {
  position: fixed;
}
.cid-sti6mLwuwu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sti6mLwuwu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sti6mLwuwu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sti6mLwuwu .dropdown-item:hover,
.cid-sti6mLwuwu .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sti6mLwuwu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sti6mLwuwu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sti6mLwuwu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sti6mLwuwu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sti6mLwuwu .nav-link {
  position: relative;
}
.cid-sti6mLwuwu .container {
  display: flex;
  margin: auto;
}
.cid-sti6mLwuwu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sti6mLwuwu .dropdown-menu,
.cid-sti6mLwuwu .navbar.opened {
  background: #ffffff !important;
}
.cid-sti6mLwuwu .nav-item:focus,
.cid-sti6mLwuwu .nav-link:focus {
  outline: none;
}
.cid-sti6mLwuwu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sti6mLwuwu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sti6mLwuwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sti6mLwuwu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sti6mLwuwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sti6mLwuwu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sti6mLwuwu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sti6mLwuwu .navbar.opened {
  transition: all 0.3s;
}
.cid-sti6mLwuwu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sti6mLwuwu .navbar .navbar-logo img {
  width: auto;
}
.cid-sti6mLwuwu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sti6mLwuwu .navbar.collapsed {
  justify-content: center;
}
.cid-sti6mLwuwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sti6mLwuwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sti6mLwuwu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sti6mLwuwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sti6mLwuwu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sti6mLwuwu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sti6mLwuwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sti6mLwuwu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sti6mLwuwu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sti6mLwuwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sti6mLwuwu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sti6mLwuwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sti6mLwuwu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sti6mLwuwu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sti6mLwuwu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sti6mLwuwu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sti6mLwuwu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sti6mLwuwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sti6mLwuwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sti6mLwuwu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sti6mLwuwu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sti6mLwuwu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sti6mLwuwu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sti6mLwuwu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sti6mLwuwu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sti6mLwuwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sti6mLwuwu .dropdown-item.active,
.cid-sti6mLwuwu .dropdown-item:active {
  background-color: transparent;
}
.cid-sti6mLwuwu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sti6mLwuwu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sti6mLwuwu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sti6mLwuwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sti6mLwuwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sti6mLwuwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sti6mLwuwu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sti6mLwuwu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sti6mLwuwu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sti6mLwuwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-sti6mLwuwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sti6mLwuwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sti6mLwuwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sti6mLwuwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sti6mLwuwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sti6mLwuwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sti6mLwuwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sti6mLwuwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sti6mLwuwu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sti6mLwuwu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sti6mLwuwu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sti6mLwuwu .navbar {
    height: 70px;
  }
  .cid-sti6mLwuwu .navbar.opened {
    height: auto;
  }
  .cid-sti6mLwuwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sti6mM9sMU {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-taquera-roja-1-1200x800.jpg");
}
.cid-sti6mM9sMU .mbr-text,
.cid-sti6mM9sMU .mbr-section-btn {
  color: #232323;
}
.cid-sti6mM9sMU .card-title,
.cid-sti6mM9sMU .card-box {
  color: #ffffff;
}
.cid-sti6mM9sMU .mbr-text,
.cid-sti6mM9sMU .link-wrap {
  color: #ffffff;
}
.cid-sti6mMAqIf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sti6mMAqIf .mbr-section-title {
  color: #e43f3f;
}
.cid-sti6mMTdar {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sti6mMTdar .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sti6mN8bv0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sti6mN8bv0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sti6mN8bv0 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sti6mN8bv0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sti6mN8bv0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sti6mN8bv0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sti6mN8bv0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sti6mN8bv0 .carousel-control,
.cid-sti6mN8bv0 .close {
  background: #1b1b1b;
}
.cid-sti6mN8bv0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sti6mN8bv0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sti6mN8bv0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sti6mN8bv0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sti6mN8bv0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sti6mN8bv0 .close::before {
  content: '\e91a';
}
.cid-sti6mN8bv0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sti6mN8bv0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sti6mN8bv0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sti6mN8bv0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sti6mN8bv0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sti6mN8bv0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sti6mN8bv0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sti6mN8bv0 .carousel-indicators li.active,
.cid-sti6mN8bv0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sti6mN8bv0 .carousel-indicators li::after,
.cid-sti6mN8bv0 .carousel-indicators li::before {
  content: none;
}
.cid-sti6mN8bv0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sti6mN8bv0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sti6mN8bv0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sti6mN8bv0 .carousel-indicators {
    display: none;
  }
}
.cid-sti6mN8bv0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sti6mN8bv0 .carousel-inner > .active {
  display: block;
}
.cid-sti6mN8bv0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sti6mN8bv0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sti6mN8bv0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sti6mN8bv0 .carousel-control,
  .cid-sti6mN8bv0 .carousel-indicators,
  .cid-sti6mN8bv0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sti6mN8bv0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sti6mN8bv0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sti6mN8bv0 .carousel-indicators .active,
.cid-sti6mN8bv0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sti6mN8bv0 .carousel-indicators .active {
  background: #fff;
}
.cid-sti6mN8bv0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sti6mN8bv0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sti6mN8bv0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sti6mN8bv0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sti6mN8bv0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sti6mN8bv0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sti6mN8bv0 .carousel {
  width: 100%;
}
.cid-sti6mN8bv0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sti6mN8bv0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sti6mN8bv0 .modal.fade .modal-dialog,
.cid-sti6mN8bv0 .modal.in .modal-dialog {
  transform: none;
}
.cid-sti6mN8bv0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sti6mN8bv0 H6 {
  text-align: center;
}
.cid-sti6mN8bv0 H3 {
  color: #a21b1f;
}
.cid-sti6mNOYGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sti6mO237l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-sti6mO237l .title {
  margin-bottom: 2rem;
}
.cid-sti6mO237l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sti6mO237l a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sti6mO237l a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sti6mO237l textarea.form-control {
  min-height: 188px;
}
.cid-sti6mO237l H2 {
  color: #efa045;
}
.cid-sti6mO237l LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-stibzgZ9Y2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stibzgZ9Y2 nav.navbar {
  position: fixed;
}
.cid-stibzgZ9Y2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stibzgZ9Y2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-stibzgZ9Y2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stibzgZ9Y2 .dropdown-item:hover,
.cid-stibzgZ9Y2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-stibzgZ9Y2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-stibzgZ9Y2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-stibzgZ9Y2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stibzgZ9Y2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stibzgZ9Y2 .nav-link {
  position: relative;
}
.cid-stibzgZ9Y2 .container {
  display: flex;
  margin: auto;
}
.cid-stibzgZ9Y2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stibzgZ9Y2 .dropdown-menu,
.cid-stibzgZ9Y2 .navbar.opened {
  background: #ffffff !important;
}
.cid-stibzgZ9Y2 .nav-item:focus,
.cid-stibzgZ9Y2 .nav-link:focus {
  outline: none;
}
.cid-stibzgZ9Y2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stibzgZ9Y2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stibzgZ9Y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-stibzgZ9Y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stibzgZ9Y2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stibzgZ9Y2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stibzgZ9Y2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-stibzgZ9Y2 .navbar.opened {
  transition: all 0.3s;
}
.cid-stibzgZ9Y2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-stibzgZ9Y2 .navbar .navbar-logo img {
  width: auto;
}
.cid-stibzgZ9Y2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stibzgZ9Y2 .navbar.collapsed {
  justify-content: center;
}
.cid-stibzgZ9Y2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stibzgZ9Y2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stibzgZ9Y2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-stibzgZ9Y2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stibzgZ9Y2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stibzgZ9Y2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-stibzgZ9Y2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stibzgZ9Y2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stibzgZ9Y2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stibzgZ9Y2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stibzgZ9Y2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stibzgZ9Y2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stibzgZ9Y2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stibzgZ9Y2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-stibzgZ9Y2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-stibzgZ9Y2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stibzgZ9Y2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stibzgZ9Y2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stibzgZ9Y2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stibzgZ9Y2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stibzgZ9Y2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-stibzgZ9Y2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-stibzgZ9Y2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-stibzgZ9Y2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stibzgZ9Y2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stibzgZ9Y2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stibzgZ9Y2 .dropdown-item.active,
.cid-stibzgZ9Y2 .dropdown-item:active {
  background-color: transparent;
}
.cid-stibzgZ9Y2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stibzgZ9Y2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stibzgZ9Y2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stibzgZ9Y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stibzgZ9Y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stibzgZ9Y2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stibzgZ9Y2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stibzgZ9Y2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stibzgZ9Y2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-stibzgZ9Y2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-stibzgZ9Y2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stibzgZ9Y2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stibzgZ9Y2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stibzgZ9Y2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stibzgZ9Y2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stibzgZ9Y2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stibzgZ9Y2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stibzgZ9Y2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stibzgZ9Y2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-stibzgZ9Y2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stibzgZ9Y2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stibzgZ9Y2 .navbar {
    height: 70px;
  }
  .cid-stibzgZ9Y2 .navbar.opened {
    height: auto;
  }
  .cid-stibzgZ9Y2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stibzhTbjE {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-taquera-verde-3-1200x800.jpeg");
}
.cid-stibzhTbjE .mbr-text,
.cid-stibzhTbjE .mbr-section-btn {
  color: #232323;
}
.cid-stibzhTbjE .card-title,
.cid-stibzhTbjE .card-box {
  color: #ffffff;
}
.cid-stibzhTbjE .mbr-text,
.cid-stibzhTbjE .link-wrap {
  color: #ffffff;
}
.cid-stibziof6w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stibziof6w .mbr-section-title {
  color: #40bf5d;
}
.cid-stibziHYpC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stibziHYpC .mbr-section-subtitle {
  color: #40bf5d;
}
.cid-stidrz9xhQ {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-taquera-verde-1-1200x800.jpeg");
}
.cid-stidrz9xhQ .mbr-text,
.cid-stidrz9xhQ .mbr-section-btn {
  color: #232323;
}
.cid-stidrz9xhQ .card-title,
.cid-stidrz9xhQ .card-box {
  color: #ffffff;
}
.cid-stidrz9xhQ .mbr-text,
.cid-stidrz9xhQ .link-wrap {
  color: #ffffff;
}
.cid-stibzjCAxO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-stibzjRzZv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-stibzjRzZv .title {
  margin-bottom: 2rem;
}
.cid-stibzjRzZv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-stibzjRzZv a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-stibzjRzZv a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-stibzjRzZv textarea.form-control {
  min-height: 188px;
}
.cid-stibzjRzZv H2 {
  color: #efa045;
}
.cid-stibzjRzZv LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-stieHeUix1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stieHeUix1 nav.navbar {
  position: fixed;
}
.cid-stieHeUix1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stieHeUix1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-stieHeUix1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stieHeUix1 .dropdown-item:hover,
.cid-stieHeUix1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-stieHeUix1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-stieHeUix1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-stieHeUix1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stieHeUix1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stieHeUix1 .nav-link {
  position: relative;
}
.cid-stieHeUix1 .container {
  display: flex;
  margin: auto;
}
.cid-stieHeUix1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stieHeUix1 .dropdown-menu,
.cid-stieHeUix1 .navbar.opened {
  background: #ffffff !important;
}
.cid-stieHeUix1 .nav-item:focus,
.cid-stieHeUix1 .nav-link:focus {
  outline: none;
}
.cid-stieHeUix1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stieHeUix1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stieHeUix1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-stieHeUix1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stieHeUix1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stieHeUix1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stieHeUix1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-stieHeUix1 .navbar.opened {
  transition: all 0.3s;
}
.cid-stieHeUix1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-stieHeUix1 .navbar .navbar-logo img {
  width: auto;
}
.cid-stieHeUix1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stieHeUix1 .navbar.collapsed {
  justify-content: center;
}
.cid-stieHeUix1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stieHeUix1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stieHeUix1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-stieHeUix1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stieHeUix1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stieHeUix1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-stieHeUix1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stieHeUix1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stieHeUix1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stieHeUix1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stieHeUix1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stieHeUix1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stieHeUix1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stieHeUix1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-stieHeUix1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-stieHeUix1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stieHeUix1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stieHeUix1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stieHeUix1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stieHeUix1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stieHeUix1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-stieHeUix1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-stieHeUix1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-stieHeUix1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stieHeUix1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stieHeUix1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stieHeUix1 .dropdown-item.active,
.cid-stieHeUix1 .dropdown-item:active {
  background-color: transparent;
}
.cid-stieHeUix1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stieHeUix1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stieHeUix1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stieHeUix1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stieHeUix1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stieHeUix1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stieHeUix1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stieHeUix1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stieHeUix1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-stieHeUix1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-stieHeUix1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stieHeUix1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stieHeUix1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stieHeUix1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stieHeUix1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stieHeUix1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stieHeUix1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stieHeUix1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stieHeUix1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-stieHeUix1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stieHeUix1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stieHeUix1 .navbar {
    height: 70px;
  }
  .cid-stieHeUix1 .navbar.opened {
    height: auto;
  }
  .cid-stieHeUix1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stieHfG8Cz {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-molcajeteada-roja-2-1200x800.jpg");
}
.cid-stieHfG8Cz .mbr-text,
.cid-stieHfG8Cz .mbr-section-btn {
  color: #232323;
}
.cid-stieHfG8Cz .card-title,
.cid-stieHfG8Cz .card-box {
  color: #ffffff;
}
.cid-stieHfG8Cz .mbr-text,
.cid-stieHfG8Cz .link-wrap {
  color: #ffffff;
}
.cid-stieHgbfqd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stieHgbfqd .mbr-section-title {
  color: #e43f3f;
}
.cid-stieHgKpTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-stieHgKpTY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-stieHgKpTY .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-stieHgKpTY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-stieHgKpTY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-stieHgKpTY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-stieHgKpTY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-stieHgKpTY .carousel-control,
.cid-stieHgKpTY .close {
  background: #1b1b1b;
}
.cid-stieHgKpTY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-stieHgKpTY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-stieHgKpTY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-stieHgKpTY .carousel-control-next span {
  margin-left: 5px;
}
.cid-stieHgKpTY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-stieHgKpTY .close::before {
  content: '\e91a';
}
.cid-stieHgKpTY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-stieHgKpTY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-stieHgKpTY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stieHgKpTY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-stieHgKpTY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stieHgKpTY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-stieHgKpTY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-stieHgKpTY .carousel-indicators li.active,
.cid-stieHgKpTY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-stieHgKpTY .carousel-indicators li::after,
.cid-stieHgKpTY .carousel-indicators li::before {
  content: none;
}
.cid-stieHgKpTY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-stieHgKpTY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-stieHgKpTY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-stieHgKpTY .carousel-indicators {
    display: none;
  }
}
.cid-stieHgKpTY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-stieHgKpTY .carousel-inner > .active {
  display: block;
}
.cid-stieHgKpTY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stieHgKpTY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stieHgKpTY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-stieHgKpTY .carousel-control,
  .cid-stieHgKpTY .carousel-indicators,
  .cid-stieHgKpTY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-stieHgKpTY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-stieHgKpTY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stieHgKpTY .carousel-indicators .active,
.cid-stieHgKpTY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-stieHgKpTY .carousel-indicators .active {
  background: #fff;
}
.cid-stieHgKpTY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-stieHgKpTY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-stieHgKpTY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stieHgKpTY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-stieHgKpTY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-stieHgKpTY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-stieHgKpTY .carousel {
  width: 100%;
}
.cid-stieHgKpTY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-stieHgKpTY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-stieHgKpTY .modal.fade .modal-dialog,
.cid-stieHgKpTY .modal.in .modal-dialog {
  transform: none;
}
.cid-stieHgKpTY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-stieHgKpTY H6 {
  text-align: center;
}
.cid-stieHgKpTY H3 {
  color: #a21b1f;
}
.cid-stieHhoVFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-stieHhEVXI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-stieHhEVXI .title {
  margin-bottom: 2rem;
}
.cid-stieHhEVXI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-stieHhEVXI a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-stieHhEVXI a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-stieHhEVXI textarea.form-control {
  min-height: 188px;
}
.cid-stieHhEVXI H2 {
  color: #efa045;
}
.cid-stieHhEVXI LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-stieQpFqB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stieQpFqB0 nav.navbar {
  position: fixed;
}
.cid-stieQpFqB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stieQpFqB0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-stieQpFqB0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stieQpFqB0 .dropdown-item:hover,
.cid-stieQpFqB0 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-stieQpFqB0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-stieQpFqB0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-stieQpFqB0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stieQpFqB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stieQpFqB0 .nav-link {
  position: relative;
}
.cid-stieQpFqB0 .container {
  display: flex;
  margin: auto;
}
.cid-stieQpFqB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stieQpFqB0 .dropdown-menu,
.cid-stieQpFqB0 .navbar.opened {
  background: #ffffff !important;
}
.cid-stieQpFqB0 .nav-item:focus,
.cid-stieQpFqB0 .nav-link:focus {
  outline: none;
}
.cid-stieQpFqB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stieQpFqB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stieQpFqB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-stieQpFqB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stieQpFqB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stieQpFqB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stieQpFqB0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-stieQpFqB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-stieQpFqB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-stieQpFqB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-stieQpFqB0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stieQpFqB0 .navbar.collapsed {
  justify-content: center;
}
.cid-stieQpFqB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stieQpFqB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stieQpFqB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-stieQpFqB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stieQpFqB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stieQpFqB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-stieQpFqB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stieQpFqB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stieQpFqB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stieQpFqB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stieQpFqB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stieQpFqB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stieQpFqB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stieQpFqB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-stieQpFqB0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-stieQpFqB0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stieQpFqB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stieQpFqB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stieQpFqB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stieQpFqB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stieQpFqB0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-stieQpFqB0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-stieQpFqB0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-stieQpFqB0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stieQpFqB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stieQpFqB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stieQpFqB0 .dropdown-item.active,
.cid-stieQpFqB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-stieQpFqB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stieQpFqB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stieQpFqB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stieQpFqB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stieQpFqB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stieQpFqB0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stieQpFqB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stieQpFqB0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stieQpFqB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-stieQpFqB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-stieQpFqB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stieQpFqB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stieQpFqB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stieQpFqB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stieQpFqB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stieQpFqB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stieQpFqB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stieQpFqB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stieQpFqB0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-stieQpFqB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stieQpFqB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stieQpFqB0 .navbar {
    height: 70px;
  }
  .cid-stieQpFqB0 .navbar.opened {
    height: auto;
  }
  .cid-stieQpFqB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stieQqb808 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-molcajeteada-verde-4-1200x800.jpg");
}
.cid-stieQqb808 .mbr-text,
.cid-stieQqb808 .mbr-section-btn {
  color: #232323;
}
.cid-stieQqb808 .card-title,
.cid-stieQqb808 .card-box {
  color: #ffffff;
}
.cid-stieQqb808 .mbr-text,
.cid-stieQqb808 .link-wrap {
  color: #ffffff;
}
.cid-stieQqqaeu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stieQqqaeu .mbr-section-title {
  color: #40bf5d;
}
.cid-stieQqHxs9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stieQqHxs9 .mbr-section-subtitle {
  color: #40bf5d;
}
.cid-stieQqSN6T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-stieQqSN6T .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-stieQqSN6T .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-stieQqSN6T .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-stieQqSN6T .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-stieQqSN6T .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-stieQqSN6T .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-stieQqSN6T .carousel-control,
.cid-stieQqSN6T .close {
  background: #1b1b1b;
}
.cid-stieQqSN6T .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-stieQqSN6T .carousel-control-prev span {
  margin-right: 5px;
}
.cid-stieQqSN6T .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-stieQqSN6T .carousel-control-next span {
  margin-left: 5px;
}
.cid-stieQqSN6T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-stieQqSN6T .close::before {
  content: '\e91a';
}
.cid-stieQqSN6T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-stieQqSN6T .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-stieQqSN6T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stieQqSN6T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-stieQqSN6T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stieQqSN6T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-stieQqSN6T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-stieQqSN6T .carousel-indicators li.active,
.cid-stieQqSN6T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-stieQqSN6T .carousel-indicators li::after,
.cid-stieQqSN6T .carousel-indicators li::before {
  content: none;
}
.cid-stieQqSN6T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-stieQqSN6T .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-stieQqSN6T .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-stieQqSN6T .carousel-indicators {
    display: none;
  }
}
.cid-stieQqSN6T .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-stieQqSN6T .carousel-inner > .active {
  display: block;
}
.cid-stieQqSN6T .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stieQqSN6T .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stieQqSN6T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-stieQqSN6T .carousel-control,
  .cid-stieQqSN6T .carousel-indicators,
  .cid-stieQqSN6T .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-stieQqSN6T .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-stieQqSN6T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stieQqSN6T .carousel-indicators .active,
.cid-stieQqSN6T .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-stieQqSN6T .carousel-indicators .active {
  background: #fff;
}
.cid-stieQqSN6T .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-stieQqSN6T .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-stieQqSN6T .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stieQqSN6T .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-stieQqSN6T .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-stieQqSN6T .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-stieQqSN6T .carousel {
  width: 100%;
}
.cid-stieQqSN6T .modal-backdrop.in {
  opacity: 0.8;
}
.cid-stieQqSN6T .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-stieQqSN6T .modal.fade .modal-dialog,
.cid-stieQqSN6T .modal.in .modal-dialog {
  transform: none;
}
.cid-stieQqSN6T .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-stieQqSN6T H6 {
  text-align: center;
}
.cid-stieQqSN6T H3 {
  color: #a21b1f;
}
.cid-stieQrx618 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-stieQrLDHM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-stieQrLDHM .title {
  margin-bottom: 2rem;
}
.cid-stieQrLDHM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-stieQrLDHM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-stieQrLDHM a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-stieQrLDHM textarea.form-control {
  min-height: 188px;
}
.cid-stieQrLDHM H2 {
  color: #efa045;
}
.cid-stieQrLDHM LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-stieZmd9Ik {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stieZmd9Ik nav.navbar {
  position: fixed;
}
.cid-stieZmd9Ik .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stieZmd9Ik .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-stieZmd9Ik .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stieZmd9Ik .dropdown-item:hover,
.cid-stieZmd9Ik .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-stieZmd9Ik .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-stieZmd9Ik .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-stieZmd9Ik .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stieZmd9Ik .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stieZmd9Ik .nav-link {
  position: relative;
}
.cid-stieZmd9Ik .container {
  display: flex;
  margin: auto;
}
.cid-stieZmd9Ik .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stieZmd9Ik .dropdown-menu,
.cid-stieZmd9Ik .navbar.opened {
  background: #ffffff !important;
}
.cid-stieZmd9Ik .nav-item:focus,
.cid-stieZmd9Ik .nav-link:focus {
  outline: none;
}
.cid-stieZmd9Ik .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stieZmd9Ik .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stieZmd9Ik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-stieZmd9Ik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stieZmd9Ik .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stieZmd9Ik .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stieZmd9Ik .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-stieZmd9Ik .navbar.opened {
  transition: all 0.3s;
}
.cid-stieZmd9Ik .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-stieZmd9Ik .navbar .navbar-logo img {
  width: auto;
}
.cid-stieZmd9Ik .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stieZmd9Ik .navbar.collapsed {
  justify-content: center;
}
.cid-stieZmd9Ik .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stieZmd9Ik .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stieZmd9Ik .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-stieZmd9Ik .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stieZmd9Ik .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stieZmd9Ik .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-stieZmd9Ik .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stieZmd9Ik .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stieZmd9Ik .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stieZmd9Ik .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stieZmd9Ik .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stieZmd9Ik .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stieZmd9Ik .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stieZmd9Ik .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-stieZmd9Ik .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-stieZmd9Ik .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stieZmd9Ik .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stieZmd9Ik .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stieZmd9Ik .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stieZmd9Ik .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stieZmd9Ik .navbar.navbar-short {
  min-height: 60px;
}
.cid-stieZmd9Ik .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-stieZmd9Ik .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-stieZmd9Ik .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stieZmd9Ik .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stieZmd9Ik .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stieZmd9Ik .dropdown-item.active,
.cid-stieZmd9Ik .dropdown-item:active {
  background-color: transparent;
}
.cid-stieZmd9Ik .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stieZmd9Ik .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stieZmd9Ik .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stieZmd9Ik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stieZmd9Ik .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stieZmd9Ik .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stieZmd9Ik ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stieZmd9Ik .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stieZmd9Ik button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-stieZmd9Ik button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-stieZmd9Ik button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stieZmd9Ik button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stieZmd9Ik button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stieZmd9Ik button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stieZmd9Ik nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stieZmd9Ik nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stieZmd9Ik nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stieZmd9Ik nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stieZmd9Ik .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-stieZmd9Ik a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stieZmd9Ik .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stieZmd9Ik .navbar {
    height: 70px;
  }
  .cid-stieZmd9Ik .navbar.opened {
    height: auto;
  }
  .cid-stieZmd9Ik .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stieZmDsr6 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-tlaquepaque-2-1200x800.jpeg");
}
.cid-stieZmDsr6 .mbr-text,
.cid-stieZmDsr6 .mbr-section-btn {
  color: #232323;
}
.cid-stieZmDsr6 .card-title,
.cid-stieZmDsr6 .card-box {
  color: #ffffff;
}
.cid-stieZmDsr6 .mbr-text,
.cid-stieZmDsr6 .link-wrap {
  color: #ffffff;
}
.cid-stieZmU1x7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stieZmU1x7 .mbr-section-title {
  color: #a21b1f;
}
.cid-stieZn997g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stieZn997g .mbr-section-subtitle {
  color: #a21b1f;
}
.cid-stijNjYsCX {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-tlaquepaque-3-1200x800.jpeg");
}
.cid-stijNjYsCX .mbr-text,
.cid-stijNjYsCX .mbr-section-btn {
  color: #232323;
}
.cid-stijNjYsCX .card-title,
.cid-stijNjYsCX .card-box {
  color: #ffffff;
}
.cid-stijNjYsCX .mbr-text,
.cid-stijNjYsCX .link-wrap {
  color: #ffffff;
}
.cid-stieZnXEbJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-stieZob2qH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-stieZob2qH .title {
  margin-bottom: 2rem;
}
.cid-stieZob2qH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-stieZob2qH a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-stieZob2qH a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-stieZob2qH textarea.form-control {
  min-height: 188px;
}
.cid-stieZob2qH H2 {
  color: #efa045;
}
.cid-stieZob2qH LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
.cid-stif7QEgfF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-stif7QEgfF nav.navbar {
  position: fixed;
}
.cid-stif7QEgfF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stif7QEgfF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-stif7QEgfF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-stif7QEgfF .dropdown-item:hover,
.cid-stif7QEgfF .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-stif7QEgfF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-stif7QEgfF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-stif7QEgfF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-stif7QEgfF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-stif7QEgfF .nav-link {
  position: relative;
}
.cid-stif7QEgfF .container {
  display: flex;
  margin: auto;
}
.cid-stif7QEgfF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-stif7QEgfF .dropdown-menu,
.cid-stif7QEgfF .navbar.opened {
  background: #ffffff !important;
}
.cid-stif7QEgfF .nav-item:focus,
.cid-stif7QEgfF .nav-link:focus {
  outline: none;
}
.cid-stif7QEgfF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-stif7QEgfF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stif7QEgfF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-stif7QEgfF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-stif7QEgfF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stif7QEgfF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stif7QEgfF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-stif7QEgfF .navbar.opened {
  transition: all 0.3s;
}
.cid-stif7QEgfF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-stif7QEgfF .navbar .navbar-logo img {
  width: auto;
}
.cid-stif7QEgfF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-stif7QEgfF .navbar.collapsed {
  justify-content: center;
}
.cid-stif7QEgfF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stif7QEgfF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stif7QEgfF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-stif7QEgfF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stif7QEgfF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stif7QEgfF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-stif7QEgfF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stif7QEgfF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-stif7QEgfF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-stif7QEgfF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stif7QEgfF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stif7QEgfF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stif7QEgfF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stif7QEgfF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-stif7QEgfF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-stif7QEgfF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stif7QEgfF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-stif7QEgfF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-stif7QEgfF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-stif7QEgfF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-stif7QEgfF .navbar.navbar-short {
  min-height: 60px;
}
.cid-stif7QEgfF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-stif7QEgfF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-stif7QEgfF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stif7QEgfF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stif7QEgfF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stif7QEgfF .dropdown-item.active,
.cid-stif7QEgfF .dropdown-item:active {
  background-color: transparent;
}
.cid-stif7QEgfF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stif7QEgfF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stif7QEgfF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stif7QEgfF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stif7QEgfF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stif7QEgfF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stif7QEgfF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-stif7QEgfF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-stif7QEgfF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-stif7QEgfF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a21b1f;
}
.cid-stif7QEgfF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-stif7QEgfF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stif7QEgfF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-stif7QEgfF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-stif7QEgfF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stif7QEgfF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-stif7QEgfF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-stif7QEgfF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-stif7QEgfF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-stif7QEgfF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-stif7QEgfF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stif7QEgfF .navbar {
    height: 70px;
  }
  .cid-stif7QEgfF .navbar.opened {
    height: auto;
  }
  .cid-stif7QEgfF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-stif7Rm0Rr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/salsas-majestad-chipotle-2-1200x907.jpg");
}
.cid-stif7Rm0Rr .mbr-text,
.cid-stif7Rm0Rr .mbr-section-btn {
  color: #232323;
}
.cid-stif7Rm0Rr .card-title,
.cid-stif7Rm0Rr .card-box {
  color: #ffffff;
}
.cid-stif7Rm0Rr .mbr-text,
.cid-stif7Rm0Rr .link-wrap {
  color: #ffffff;
}
.cid-stif7REWw1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stif7REWw1 .mbr-section-title {
  color: #e43f3f;
}
.cid-stif7RXpcj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stif7RXpcj .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-stif7Sa6w9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-stif7Sa6w9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-stif7Sa6w9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-stif7Sa6w9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-stif7Sa6w9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-stif7Sa6w9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-stif7Sa6w9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-stif7Sa6w9 .carousel-control,
.cid-stif7Sa6w9 .close {
  background: #1b1b1b;
}
.cid-stif7Sa6w9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-stif7Sa6w9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-stif7Sa6w9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-stif7Sa6w9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-stif7Sa6w9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-stif7Sa6w9 .close::before {
  content: '\e91a';
}
.cid-stif7Sa6w9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-stif7Sa6w9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-stif7Sa6w9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stif7Sa6w9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-stif7Sa6w9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stif7Sa6w9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-stif7Sa6w9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-stif7Sa6w9 .carousel-indicators li.active,
.cid-stif7Sa6w9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-stif7Sa6w9 .carousel-indicators li::after,
.cid-stif7Sa6w9 .carousel-indicators li::before {
  content: none;
}
.cid-stif7Sa6w9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-stif7Sa6w9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-stif7Sa6w9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-stif7Sa6w9 .carousel-indicators {
    display: none;
  }
}
.cid-stif7Sa6w9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-stif7Sa6w9 .carousel-inner > .active {
  display: block;
}
.cid-stif7Sa6w9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stif7Sa6w9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stif7Sa6w9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-stif7Sa6w9 .carousel-control,
  .cid-stif7Sa6w9 .carousel-indicators,
  .cid-stif7Sa6w9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-stif7Sa6w9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-stif7Sa6w9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stif7Sa6w9 .carousel-indicators .active,
.cid-stif7Sa6w9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-stif7Sa6w9 .carousel-indicators .active {
  background: #fff;
}
.cid-stif7Sa6w9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-stif7Sa6w9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-stif7Sa6w9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-stif7Sa6w9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-stif7Sa6w9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-stif7Sa6w9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-stif7Sa6w9 .carousel {
  width: 100%;
}
.cid-stif7Sa6w9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-stif7Sa6w9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-stif7Sa6w9 .modal.fade .modal-dialog,
.cid-stif7Sa6w9 .modal.in .modal-dialog {
  transform: none;
}
.cid-stif7Sa6w9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-stif7Sa6w9 H6 {
  text-align: center;
}
.cid-stif7Sa6w9 H3 {
  color: #a21b1f;
}
.cid-stif7T3tdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-stif7Tk1ot {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/majestad-fondo-madera-3-1200x800.jpg");
}
.cid-stif7Tk1ot .title {
  margin-bottom: 2rem;
}
.cid-stif7Tk1ot .mbr-section-subtitle {
  color: #ffffff;
}
.cid-stif7Tk1ot a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-stif7Tk1ot a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-stif7Tk1ot textarea.form-control {
  min-height: 188px;
}
.cid-stif7Tk1ot H2 {
  color: #efa045;
}
.cid-stif7Tk1ot LABEL {
  color: #ffffff;
}
.cid-sxZ0caifgo {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #a21b1f;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .mbr-text {
  color: #767676;
}
.cid-sxZ0caifgo .links {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxZ0caifgo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sxZ0caifgo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sxZ0caifgo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxZ0caifgo .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sxZ0caifgo .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sxZ0caifgo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxZ0caifgo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sxZ0caifgo .copyright > p {
  color: #ffffff;
}
