body {
  font-family: Tilt Warp;
}
.display-1 {
  font-family: 'Comfortaa', display;
  font-size: 4.2rem;
  line-height: 60px;
  letter-spacing: 6px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Comfortaa', display;
  font-size: 2.4rem;
  line-height: 1.16em;
  letter-spacing: .06em;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.56rem;
  line-height: 1.44em;
  letter-spacing: .06em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ab640a !important;
}
.bg-info {
  background-color: #e97243 !important;
}
.bg-warning {
  background-color: #d58219 !important;
}
.bg-danger {
  background-color: #d54f19 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacaca !important;
  border-color: #cacaca !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: #9f9f9f !important;
  border-color: #9f9f9f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #e97243 !important;
  border-color: #e97243 !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: #bf4616 !important;
  border-color: #bf4616 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf4616 !important;
  border-color: #bf4616 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ab640a !important;
  border-color: #ab640a !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: #593405 !important;
  border-color: #593405 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #593405 !important;
  border-color: #593405 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d58219 !important;
  border-color: #d58219 !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: #875310 !important;
  border-color: #875310 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d54f19 !important;
  border-color: #d54f19 !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: #873210 !important;
  border-color: #873210 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #873210 !important;
  border-color: #873210 !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: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cacaca;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9f9f9f !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: #cacaca !important;
  border-color: #cacaca !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e97243;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #bf4616 !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: #e97243 !important;
  border-color: #e97243 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ab640a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #593405 !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: #ab640a !important;
  border-color: #ab640a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d58219;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #875310 !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: #d58219 !important;
  border-color: #d58219 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d54f19;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #873210 !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: #d54f19 !important;
  border-color: #d54f19 !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: #ffffff !important;
}
.text-secondary {
  color: #cacaca !important;
}
.text-success {
  color: #ab640a !important;
}
.text-info {
  color: #e97243 !important;
}
.text-warning {
  color: #d58219 !important;
}
.text-danger {
  color: #d54f19 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #979797 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4b2c04 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b14115 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7a4a0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a2d0e !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e97243;
}
.alert-warning {
  background-color: #d58219;
}
.alert-danger {
  background-color: #d54f19;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f4a541;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fefbfa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8e0c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d2c2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cacaca !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  box-shadow: none;
  padding: 10px 70px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn-main .btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border: 2px solid transparent !important;
  color: #191919 !important;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn-main .btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border: 2px solid transparent !important;
  color: #000000 !important;
  box-shadow: inset 0 -100px 0 0 #cacaca !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ab640a;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn-main .btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ab640a;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #ab640a !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #e97243;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #e97243;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #e97243 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn-main .btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d58219 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn-main .btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d54f19 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline::after,
.mbr-section-btn-main .btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: 2px solid transparent !important;
  color: #000000;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn-main .btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tCxUOX8jtp {
  z-index: 1000;
  width: 100%;
}
.cid-tCxUOX8jtp .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-tCxUOX8jtp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-tCxUOX8jtp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxUOX8jtp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tCxUOX8jtp .menu_box .navbar.opened,
  .cid-tCxUOX8jtp .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tCxUOX8jtp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tCxUOX8jtp .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tCxUOX8jtp .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tCxUOX8jtp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tCxUOX8jtp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tCxUOX8jtp .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tCxUOX8jtp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tCxUOX8jtp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tCxUOX8jtp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tCxUOX8jtp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tCxUOX8jtp .offcanvas-body .mbr-text,
  .cid-tCxUOX8jtp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tCxUOX8jtp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tCxUOX8jtp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tCxUOX8jtp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxUOX8jtp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tCxUOX8jtp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tCxUOX8jtp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tCxUOX8jtp .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tCxUOX8jtp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tCxUOX8jtp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .nav-item {
    margin: 0 !important;
  }
}
.cid-tCxUOX8jtp .nav-item .nav-link {
  position: relative;
}
.cid-tCxUOX8jtp .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-tCxUOX8jtp .nav-item .nav-link:hover,
.cid-tCxUOX8jtp .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-tCxUOX8jtp .nav-item .nav-link:hover::before,
.cid-tCxUOX8jtp .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tCxUOX8jtp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCxUOX8jtp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tCxUOX8jtp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tCxUOX8jtp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tCxUOX8jtp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tCxUOX8jtp .offcanvas_box {
    display: none;
  }
}
.cid-tCxUOX8jtp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tCxUOX8jtp .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tCxUOX8jtp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tCxUOX8jtp .container {
  display: flex;
  margin: auto;
}
.cid-tCxUOX8jtp .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tCxUOX8jtp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tCxUOX8jtp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tCxUOX8jtp .navbar-caption {
  color: #ffffff;
}
.cid-tCxUOX8jtp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tCxUOX8jtp .navbar-nav {
    margin: 0;
  }
}
.cid-tCxUOX8jtp .dropdown-menu,
.cid-tCxUOX8jtp .navbar.opened {
  background-color: true !important;
}
.cid-tCxUOX8jtp .nav-item:focus,
.cid-tCxUOX8jtp .nav-link:focus {
  outline: none;
}
.cid-tCxUOX8jtp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxUOX8jtp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxUOX8jtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCxUOX8jtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxUOX8jtp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxUOX8jtp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxUOX8jtp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tCxUOX8jtp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tCxUOX8jtp .navbar.opened {
  transition: all 0.3s;
}
.cid-tCxUOX8jtp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tCxUOX8jtp .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tCxUOX8jtp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tCxUOX8jtp .navbar.collapsed {
  justify-content: center;
}
.cid-tCxUOX8jtp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxUOX8jtp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCxUOX8jtp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxUOX8jtp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxUOX8jtp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxUOX8jtp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tCxUOX8jtp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxUOX8jtp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tCxUOX8jtp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tCxUOX8jtp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxUOX8jtp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxUOX8jtp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tCxUOX8jtp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxUOX8jtp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tCxUOX8jtp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxUOX8jtp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tCxUOX8jtp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tCxUOX8jtp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tCxUOX8jtp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tCxUOX8jtp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxUOX8jtp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tCxUOX8jtp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxUOX8jtp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxUOX8jtp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxUOX8jtp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxUOX8jtp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tCxUOX8jtp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxUOX8jtp .dropdown-item.active,
.cid-tCxUOX8jtp .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxUOX8jtp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxUOX8jtp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxUOX8jtp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxUOX8jtp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxUOX8jtp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tCxUOX8jtp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxUOX8jtp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCxUOX8jtp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCxUOX8jtp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxUOX8jtp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCxUOX8jtp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCxUOX8jtp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCxUOX8jtp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tCxUOX8jtp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCxUOX8jtp .navbar {
    height: 70px;
  }
  .cid-tCxUOX8jtp .navbar.opened {
    height: auto;
  }
  .cid-tCxUOX8jtp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxUOX8jtp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tCxUOX8jtp .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-tCxUOX8jtp .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tCxUOX8jtp .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tCxUOX8jtp .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tCxUOX8jtp .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tCxUOX8jtp .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCxUOX8jtp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tCxUOX8jtp .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-tCxUOX8jtp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tCxUOX8jtp .text_widget a:hover {
  color: #ffffff !important;
}
.cid-tCxUOX8jtp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tCxUOX8jtp .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-tCxUOX8jtp .mbr-section-subtitle,
.cid-tCxUOX8jtp .text_widget,
.cid-tCxUOX8jtp .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-tCxUOX8jtp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFkIIjnwMV {
  background-image: url("../../../assets/images/chocolate-pra-hosteleria-portada.jpg-2-2000x1334.jpeg");
}
.cid-uFkIIjnwMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkIIjnwMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkIIjnwMV .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFkIIjnwMV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFkIIjnwMV .container {
    padding: 0 20px;
  }
}
.cid-uFkIIjnwMV .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uFkIIjnwMV .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uFkIIjnwMV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFkIIjnwMV .title-wrapper .mbr-text {
  margin: 24px 0;
}
@media (max-width: 992px) {
  .cid-uFkIIjnwMV .title-wrapper .mbr-text {
    margin: 20px 0;
  }
}
.cid-uFkIIjnwMV .mbr-section-title {
  color: #ffffff;
}
.cid-uFkIIjnwMV .mbr-text {
  color: #d58219;
  text-align: center;
}
.cid-uFkIIjnwMV .mbr-section-title,
.cid-uFkIIjnwMV .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uFkIIjnwMV .mbr-section-title,
.cid-uFkIIjnwMV .mbr-section-btn DIV {
  text-align: center;
}
.cid-uFlbKJThgY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/corazones-cacao-obrador-europea-del-cacao.jpg-2000x1334.jpg");
}
.cid-uFlbKJThgY .section-head {
  margin-bottom: 2rem;
}
.cid-uFlbKJThgY .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-uFlbKJThgY .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uFlbKJThgY .row {
    text-align: center;
  }
}
.cid-uFlbKJThgY .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uFlbKJThgY .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uFlbKJThgY .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uFlbKJThgY .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uFlipZytaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlipZytaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlipZytaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlipZytaT .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFlipZytaT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFlipZytaT .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFlipZytaT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFlipZytaT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFlipZytaT .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uFlipZytaT .image-wrapper img {
    height: 350px;
  }
}
.cid-uFlipZytaT .mbr-section-title {
  color: #ffffff;
}
.cid-uFlipZytaT .mbr-text {
  color: #ffffff;
}
.cid-uFlipZytaT .mbr-section-title,
.cid-uFlipZytaT .mbr-section-btn {
  color: #ab640a;
}
.cid-uFlmCDVW3M {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/churros-con-chocolate-cacao-puro-europea-del-cacao.jpg.jpg-2000x1333.jpg");
}
.cid-uFlmCDVW3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlmCDVW3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlmCDVW3M .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFlmCDVW3M .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFlmCDVW3M .container {
    padding: 0 26px;
  }
}
.cid-uFlmCDVW3M .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlmCDVW3M .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uFlmCDVW3M .mbr-section-title {
  color: #ffffff;
}
.cid-uFlmCDVW3M .mbr-section-title,
.cid-uFlmCDVW3M .mbr-section-btn {
  text-align: center;
}
.cid-uFlbYg4dwb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlbYg4dwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlbYg4dwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlbYg4dwb .row {
  justify-content: center;
}
.cid-uFlbYg4dwb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlbYg4dwb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlbYg4dwb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlbYg4dwb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlbYg4dwb .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlbYg4dwb .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlbYg4dwb .items-wrapper {
    display: block;
  }
}
.cid-uFlbYg4dwb .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlbYg4dwb .item {
    margin-bottom: 16px;
  }
}
.cid-uFlbYg4dwb .item:hover .item-wrapper .item-img img,
.cid-uFlbYg4dwb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlbYg4dwb .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffc070;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlbYg4dwb .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlbYg4dwb .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlbYg4dwb .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlbYg4dwb .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlbYg4dwb .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlbYg4dwb .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlbYg4dwb .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlbYg4dwb .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlbYg4dwb .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlbYg4dwb .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlbYg4dwb .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlbYg4dwb .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlbYg4dwb .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlbYg4dwb .mbr-section-title {
  color: #ffffff;
}
.cid-uFlbYg4dwb .card-name {
  color: #cbff5b;
}
.cid-uFlbYg4dwb .card-role {
  color: #ab640a;
  text-align: center;
}
.cid-uFlbYg4dwb .card-text {
  color: #ffffff;
}
.cid-uFlbYg4dwb .mbr-tag {
  color: #000000;
}
.cid-uFlbYg4dwb .card-text,
.cid-uFlbYg4dwb .mbr-section-btn,
.cid-uFlbYg4dwb .text-wrapper {
  text-align: center;
}
.cid-uFlbYg4dwb .mbr-section-title,
.cid-uFlbYg4dwb .mbr-section-btn {
  color: #ab640a;
}
.cid-uFlcgKtwOd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlcgKtwOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlcgKtwOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlcgKtwOd .row {
  justify-content: center;
}
.cid-uFlcgKtwOd .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFlcgKtwOd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlcgKtwOd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFlcgKtwOd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlcgKtwOd .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uFlcgKtwOd .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFlcgKtwOd .items-wrapper {
    display: block;
  }
}
.cid-uFlcgKtwOd .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uFlcgKtwOd .item {
    margin-bottom: 16px;
  }
}
.cid-uFlcgKtwOd .item:hover .item-wrapper .item-img img,
.cid-uFlcgKtwOd .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uFlcgKtwOd .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffc070;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uFlcgKtwOd .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFlcgKtwOd .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFlcgKtwOd .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFlcgKtwOd .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uFlcgKtwOd .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uFlcgKtwOd .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFlcgKtwOd .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uFlcgKtwOd .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uFlcgKtwOd .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFlcgKtwOd .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uFlcgKtwOd .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFlcgKtwOd .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uFlcgKtwOd .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uFlcgKtwOd .mbr-section-title {
  color: #ffffff;
}
.cid-uFlcgKtwOd .card-name {
  color: #cbff5b;
}
.cid-uFlcgKtwOd .card-role {
  color: #ab640a;
  text-align: center;
}
.cid-uFlcgKtwOd .card-text {
  color: #ffffff;
}
.cid-uFlcgKtwOd .mbr-tag {
  color: #000000;
}
.cid-uFlcgKtwOd .card-text,
.cid-uFlcgKtwOd .mbr-section-btn,
.cid-uFlcgKtwOd .text-wrapper {
  text-align: center;
}
.cid-uFllcdxzMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFllcdxzMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFllcdxzMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFllcdxzMX .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFllcdxzMX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFllcdxzMX .container {
    padding: 0 26px;
  }
}
.cid-uFllcdxzMX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFllcdxzMX .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFllcdxzMX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFllcdxzMX .mbr-section-title {
  color: #ab640a;
}
.cid-uFllcdxzMX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFllcdxzMX .mbr-text {
  color: #bbbbbb;
}
.cid-uFll8WB13k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chocolate-a-la-taza-para-hosteleria-3-op.jpg-1476x985.jpg");
}
.cid-uFll8WB13k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFll8WB13k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFll8WB13k .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uFll8WB13k .image-wrap {
    height: 350px;
  }
}
.cid-tCxV63OEos {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chocolate-chorro.jpg-2000x2000.jpg");
}
.cid-tCxV63OEos .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxV63OEos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxV63OEos .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxV63OEos .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxV63OEos .container {
    padding: 0 26px;
  }
}
.cid-tCxV63OEos .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tCxV63OEos .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxV63OEos .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tCxV63OEos .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tCxV63OEos .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tCxV63OEos .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tCxV63OEos .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-tCxV63OEos .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tCxV63OEos .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-tCxV63OEos .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-tCxV63OEos .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-tCxV63OEos .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tCxV63OEos .mbr-section-title {
  color: #fafafa;
}
.cid-tCxV63OEos .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCxV63OEos .mbr-contact {
  color: #ffffff;
}
.cid-tCxV63OEos .mbr-desc {
  color: #ffffff;
}
.cid-uGnQR8UJoA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnQR8UJoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQR8UJoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnQR8UJoA .col-12 {
  position: relative;
}
.cid-uGnQR8UJoA img {
  max-width: 800px;
  margin: auto;
}
.cid-uGnQR8UJoA .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uGnQR8UJoA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnQR8UJoA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnQR8UJoA .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGnQR8UJoA .mbr-section-title {
  color: #000000;
}
.cid-uGnQw9wPEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnQw9wPEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQw9wPEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .container {
    padding: 0 30px;
  }
}
.cid-uGnQw9wPEY .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row {
    padding-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .card {
  justify-content: center;
}
.cid-uGnQw9wPEY .title-wrapper {
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGnQw9wPEY .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:hover::before,
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uGnQw9wPEY .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uGnQw9wPEY .mbr-section-title {
  color: #144031;
}
.cid-uGnQw9wPEY .list {
  color: #144031;
}
.cid-uGnQw9wPEY .list,
.cid-uGnQw9wPEY .item-wrap {
  color: #d58219;
}
.cid-uGnQw9wPEY .mbr-section-title,
.cid-uGnQw9wPEY .title-wrapper {
  color: #cacaca;
}
.cid-uFlp7dXNdB {
  z-index: 1000;
  width: 100%;
}
.cid-uFlp7dXNdB .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uFlp7dXNdB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uFlp7dXNdB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFlp7dXNdB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFlp7dXNdB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFlp7dXNdB .menu_box .navbar.opened,
  .cid-uFlp7dXNdB .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFlp7dXNdB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFlp7dXNdB .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFlp7dXNdB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uFlp7dXNdB .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFlp7dXNdB .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uFlp7dXNdB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFlp7dXNdB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFlp7dXNdB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uFlp7dXNdB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFlp7dXNdB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFlp7dXNdB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFlp7dXNdB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFlp7dXNdB .offcanvas-body .mbr-text,
  .cid-uFlp7dXNdB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFlp7dXNdB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFlp7dXNdB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFlp7dXNdB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFlp7dXNdB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFlp7dXNdB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFlp7dXNdB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFlp7dXNdB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFlp7dXNdB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFlp7dXNdB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFlp7dXNdB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFlp7dXNdB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFlp7dXNdB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFlp7dXNdB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFlp7dXNdB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFlp7dXNdB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFlp7dXNdB .nav-item {
    margin: 0 !important;
  }
}
.cid-uFlp7dXNdB .nav-item .nav-link {
  position: relative;
}
.cid-uFlp7dXNdB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFlp7dXNdB .nav-item .nav-link:hover,
.cid-uFlp7dXNdB .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uFlp7dXNdB .nav-item .nav-link:hover::before,
.cid-uFlp7dXNdB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFlp7dXNdB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFlp7dXNdB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFlp7dXNdB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFlp7dXNdB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFlp7dXNdB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFlp7dXNdB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFlp7dXNdB .offcanvas_box {
    display: none;
  }
}
.cid-uFlp7dXNdB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFlp7dXNdB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFlp7dXNdB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFlp7dXNdB .container {
  display: flex;
  margin: auto;
}
.cid-uFlp7dXNdB .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFlp7dXNdB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFlp7dXNdB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFlp7dXNdB .navbar-caption {
  color: #ffffff;
}
.cid-uFlp7dXNdB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFlp7dXNdB .navbar-nav {
    margin: 0;
  }
}
.cid-uFlp7dXNdB .dropdown-menu,
.cid-uFlp7dXNdB .navbar.opened {
  background-color: true !important;
}
.cid-uFlp7dXNdB .nav-item:focus,
.cid-uFlp7dXNdB .nav-link:focus {
  outline: none;
}
.cid-uFlp7dXNdB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFlp7dXNdB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFlp7dXNdB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFlp7dXNdB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFlp7dXNdB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFlp7dXNdB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFlp7dXNdB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFlp7dXNdB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFlp7dXNdB .navbar.opened {
  transition: all 0.3s;
}
.cid-uFlp7dXNdB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFlp7dXNdB .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uFlp7dXNdB .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFlp7dXNdB .navbar.collapsed {
  justify-content: center;
}
.cid-uFlp7dXNdB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFlp7dXNdB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFlp7dXNdB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFlp7dXNdB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFlp7dXNdB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFlp7dXNdB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFlp7dXNdB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFlp7dXNdB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFlp7dXNdB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFlp7dXNdB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFlp7dXNdB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFlp7dXNdB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFlp7dXNdB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFlp7dXNdB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFlp7dXNdB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFlp7dXNdB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFlp7dXNdB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFlp7dXNdB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFlp7dXNdB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFlp7dXNdB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFlp7dXNdB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFlp7dXNdB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFlp7dXNdB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFlp7dXNdB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFlp7dXNdB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFlp7dXNdB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFlp7dXNdB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFlp7dXNdB .dropdown-item.active,
.cid-uFlp7dXNdB .dropdown-item:active {
  background-color: transparent;
}
.cid-uFlp7dXNdB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFlp7dXNdB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFlp7dXNdB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFlp7dXNdB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlp7dXNdB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFlp7dXNdB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFlp7dXNdB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uFlp7dXNdB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFlp7dXNdB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFlp7dXNdB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFlp7dXNdB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFlp7dXNdB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFlp7dXNdB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlp7dXNdB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFlp7dXNdB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFlp7dXNdB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFlp7dXNdB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFlp7dXNdB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFlp7dXNdB .navbar {
    height: 70px;
  }
  .cid-uFlp7dXNdB .navbar.opened {
    height: auto;
  }
  .cid-uFlp7dXNdB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlp7dXNdB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFlp7dXNdB .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uFlp7dXNdB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFlp7dXNdB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uFlp7dXNdB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uFlp7dXNdB .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uFlp7dXNdB .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFlp7dXNdB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFlp7dXNdB .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-uFlp7dXNdB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFlp7dXNdB .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uFlp7dXNdB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFlp7dXNdB .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uFlp7dXNdB .mbr-section-subtitle,
.cid-uFlp7dXNdB .text_widget,
.cid-uFlp7dXNdB .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-uFlp7dXNdB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFpzKju0HY {
  display: flex;
  background-image: url("../../../assets/images/mano-sumergiendo-un-churros-fritos-en-vista-frontal-de-chocolate.jpg-1476x1055.jpg");
}
.cid-uFpzKju0HY .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uFpzKju0HY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpzKju0HY .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uFpzKju0HY .line {
    margin-bottom: 10rem;
  }
}
.cid-uFpzKju0HY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpzKju0HY p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uFpzKju0HY {
    align-items: center;
  }
  .cid-uFpzKju0HY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFpzKju0HY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFpzKju0HY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFpzKju0HY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFpzKju0HY .content-wrap {
    width: 100%;
  }
}
.cid-uFpzKju0HY .mbr-section-subtitle,
.cid-uFpzKju0HY .line {
  color: #ffffff;
}
.cid-uFpzKju0HY .mbr-text,
.cid-uFpzKju0HY .mbr-section-btn {
  text-align: left;
}
.cid-uFpzKju0HY .mbr-section-title {
  color: #d58219;
}
.cid-uFlp7fd3Tt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1219.jpg");
}
.cid-uFlp7fd3Tt .section-head {
  margin-bottom: 2rem;
}
.cid-uFlp7fd3Tt .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-uFlp7fd3Tt .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uFlp7fd3Tt .row {
    text-align: center;
  }
}
.cid-uFlp7fd3Tt .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uFlp7fd3Tt .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uFlp7fd3Tt .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uFlp7fd3Tt .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uFpIZMjaTg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFpIZMjaTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpIZMjaTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpIZMjaTg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFpIZMjaTg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFpIZMjaTg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFpIZMjaTg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFpIZMjaTg .container {
    padding: 0 24px;
  }
}
.cid-uFpIZMjaTg .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #000000;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFpIZMjaTg .content-wrapper {
    display: block;
  }
}
.cid-uFpIZMjaTg .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uFpIZMjaTg .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFpIZMjaTg .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uFpIZMjaTg .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #d54f19;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #d58219;
}
.cid-uFpIZMjaTg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFpIZMjaTg .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uFpIZMjaTg .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFpIZMjaTg .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFpIZMjaTg .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFpIZMjaTg .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFpIZMjaTg .mbr-section-title {
  color: #18212d;
}
.cid-uFpIZMjaTg .mbr-desc {
  color: #18212d;
}
.cid-uFpIZMjaTg .mbr-text {
  color: #fafafa;
}
.cid-uFpIZMjaTg .mbr-desc,
.cid-uFpIZMjaTg .desc-wrapper {
  color: #cacaca;
}
.cid-uFpIZMjaTg .mbr-section-title,
.cid-uFpIZMjaTg .mbr-section-btn {
  color: #d54f19;
}
.cid-uFpKyMqfDA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uFpKyMqfDA .title__block {
  margin-bottom: 89px;
}
.cid-uFpKyMqfDA .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uFpKyMqfDA .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #d58219;
}
.cid-uFpKyMqfDA .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #e9a043;
  border-radius: 4px;
  background-color: #000000;
  position: relative;
}
.cid-uFpKyMqfDA .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uFpKyMqfDA .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #e9a043;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #000000;
  transform: rotate(45deg);
}
.cid-uFpKyMqfDA .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uFpKyMqfDA .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uFpKyMqfDA .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uFpKyMqfDA .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uFpKyMqfDA .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #ab640a;
}
.cid-uFpKyMqfDA .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uFpKyMqfDA .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #ab640a;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uFpKyMqfDA .title__block {
    margin-bottom: 40px;
  }
  .cid-uFpKyMqfDA .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uFpKyMqfDA .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uFpKyMqfDA .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uFpKyMqfDA .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uFpKyMqfDA .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uFpKyMqfDA .iconBackground {
    left: 0 !important;
  }
  .cid-uFpKyMqfDA .separline:before {
    left: 0 !important;
  }
}
.cid-uFpKyMqfDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpKyMqfDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpKyMqfDA .mbr-section-title {
  text-align: left;
  color: #d58219;
}
.cid-uFpKyMqfDA .mbr-timeline-text {
  color: #cacaca;
}
.cid-uFIZSmnXK9 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFIZSmnXK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIZSmnXK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIZSmnXK9 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFIZSmnXK9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFIZSmnXK9 .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uFIZSmnXK9 .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFIZSmnXK9 .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 100%) {
  .cid-uFIZSmnXK9 .image-wrapper img {
    height: 300px;
  }
}
.cid-uFIZSmnXK9 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uFIZSmnXK9 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFIZSmnXK9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFIZSmnXK9 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFIZSmnXK9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFIZSmnXK9 .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .cid-uFIZSmnXK9 .cards-wrapper {
    margin: 0;
  }
}
.cid-uFIZSmnXK9 .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uFIZSmnXK9 .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-uFIZSmnXK9 .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-uFIZSmnXK9 .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uFIZSmnXK9 .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-uFIZSmnXK9 .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-uFIZSmnXK9 .mbr-section-title {
  color: #ffc070;
}
.cid-uFIZSmnXK9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFIZSmnXK9 .mbr-text {
  color: #cacaca;
}
.cid-uFIZSmnXK9 .mbr-card-title {
  color: #ffffff;
}
.cid-uFIZSmnXK9 .mbr-card-title,
.cid-uFIZSmnXK9 .cards-wrapper {
  color: #e9a043;
}
.cid-uLX5bmCmt4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLX5bmCmt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLX5bmCmt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLX5bmCmt4 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-uLX5bmCmt4 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-uLX5bmCmt4 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uLX5bmCmt4 .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-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uLX5bmCmt4 .carousel-control,
.cid-uLX5bmCmt4 .close {
  background: #1b1b1b;
}
.cid-uLX5bmCmt4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uLX5bmCmt4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uLX5bmCmt4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uLX5bmCmt4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uLX5bmCmt4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uLX5bmCmt4 .close::before {
  content: '\e91a';
}
.cid-uLX5bmCmt4 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-uLX5bmCmt4 .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 #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLX5bmCmt4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLX5bmCmt4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLX5bmCmt4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLX5bmCmt4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uLX5bmCmt4 .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 #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLX5bmCmt4 .carousel-indicators li.active,
.cid-uLX5bmCmt4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLX5bmCmt4 .carousel-indicators li::after,
.cid-uLX5bmCmt4 .carousel-indicators li::before {
  content: none;
}
.cid-uLX5bmCmt4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLX5bmCmt4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLX5bmCmt4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLX5bmCmt4 .carousel-indicators {
    display: none;
  }
}
.cid-uLX5bmCmt4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLX5bmCmt4 .carousel-inner > .active {
  display: block;
}
.cid-uLX5bmCmt4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLX5bmCmt4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLX5bmCmt4 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uLX5bmCmt4 .carousel-control,
  .cid-uLX5bmCmt4 .carousel-indicators,
  .cid-uLX5bmCmt4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uLX5bmCmt4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uLX5bmCmt4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uLX5bmCmt4 .carousel-indicators .active,
.cid-uLX5bmCmt4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uLX5bmCmt4 .carousel-indicators .active {
  background: #fafafa;
}
.cid-uLX5bmCmt4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uLX5bmCmt4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uLX5bmCmt4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLX5bmCmt4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uLX5bmCmt4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uLX5bmCmt4 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uLX5bmCmt4 .carousel {
  width: 100%;
}
.cid-uLX5bmCmt4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uLX5bmCmt4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uLX5bmCmt4 .modal.fade .modal-dialog,
.cid-uLX5bmCmt4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uLX5bmCmt4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uLX5bmCmt4 H6 {
  text-align: center;
}
.cid-uLX5bmCmt4 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uLX5bmCmt4 .rotate {
    top: -6px;
  }
}
.cid-uLX5bmCmt4 .title-relative {
  position: relative;
}
.cid-uLX5bmCmt4 .mbr-section-title,
.cid-uLX5bmCmt4 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uLX5bmCmt4 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-uLX5bmCmt4 .item-content {
    padding: 1rem;
  }
}
.cid-uLX5bmCmt4 .mbr-text,
.cid-uLX5bmCmt4 .item-title {
  color: #fafafa;
}
.cid-uLX5bmCmt4 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-uLX5bmCmt4 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-uLX5bmCmt4 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-uLX5bmCmt4 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-uLX5bmCmt4 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-uLX5bmCmt4 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-uLX5bmCmt4 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-uLX7DsG7h2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uLX7DsG7h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLX7DsG7h2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLX7DsG7h2 .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-uLX7DsG7h2 .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-uLX7DsG7h2 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uLX7DsG7h2 .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-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uLX7DsG7h2 .carousel-control,
.cid-uLX7DsG7h2 .close {
  background: #1b1b1b;
}
.cid-uLX7DsG7h2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uLX7DsG7h2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uLX7DsG7h2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uLX7DsG7h2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uLX7DsG7h2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uLX7DsG7h2 .close::before {
  content: '\e91a';
}
.cid-uLX7DsG7h2 .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-uLX7DsG7h2 .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 #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLX7DsG7h2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLX7DsG7h2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLX7DsG7h2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLX7DsG7h2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uLX7DsG7h2 .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 #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLX7DsG7h2 .carousel-indicators li.active,
.cid-uLX7DsG7h2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLX7DsG7h2 .carousel-indicators li::after,
.cid-uLX7DsG7h2 .carousel-indicators li::before {
  content: none;
}
.cid-uLX7DsG7h2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLX7DsG7h2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uLX7DsG7h2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLX7DsG7h2 .carousel-indicators {
    display: none;
  }
}
.cid-uLX7DsG7h2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLX7DsG7h2 .carousel-inner > .active {
  display: block;
}
.cid-uLX7DsG7h2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLX7DsG7h2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLX7DsG7h2 .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uLX7DsG7h2 .carousel-control,
  .cid-uLX7DsG7h2 .carousel-indicators,
  .cid-uLX7DsG7h2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uLX7DsG7h2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uLX7DsG7h2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uLX7DsG7h2 .carousel-indicators .active,
.cid-uLX7DsG7h2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uLX7DsG7h2 .carousel-indicators .active {
  background: #fafafa;
}
.cid-uLX7DsG7h2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uLX7DsG7h2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uLX7DsG7h2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uLX7DsG7h2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uLX7DsG7h2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uLX7DsG7h2 .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uLX7DsG7h2 .carousel {
  width: 100%;
}
.cid-uLX7DsG7h2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uLX7DsG7h2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uLX7DsG7h2 .modal.fade .modal-dialog,
.cid-uLX7DsG7h2 .modal.in .modal-dialog {
  transform: none;
}
.cid-uLX7DsG7h2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uLX7DsG7h2 H6 {
  text-align: center;
}
.cid-uLX7DsG7h2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uLX7DsG7h2 .rotate {
    top: -6px;
  }
}
.cid-uLX7DsG7h2 .title-relative {
  position: relative;
}
.cid-uLX7DsG7h2 .mbr-section-title,
.cid-uLX7DsG7h2 .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uLX7DsG7h2 .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-uLX7DsG7h2 .item-content {
    padding: 1rem;
  }
}
.cid-uLX7DsG7h2 .mbr-text,
.cid-uLX7DsG7h2 .item-title {
  color: #fafafa;
}
.cid-uLX7DsG7h2 .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-uLX7DsG7h2 .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-uLX7DsG7h2 .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-uLX7DsG7h2 .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-uLX7DsG7h2 .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-uLX7DsG7h2 .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-uLX7DsG7h2 .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-uFlp7h0v3r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFlp7h0v3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlp7h0v3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlp7h0v3r .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFlp7h0v3r .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFlp7h0v3r .container {
    padding: 0 26px;
  }
}
.cid-uFlp7h0v3r .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFlp7h0v3r .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFlp7h0v3r .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFlp7h0v3r .mbr-section-title {
  color: #ab640a;
}
.cid-uFlp7h0v3r .mbr-section-subtitle {
  color: #cacaca;
}
.cid-uFlp7h0v3r .mbr-text {
  color: #cacaca;
}
.cid-uFlp7hnrAn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/churros-con-chocolate-cacao-puro-europea-del-cacao.jpg.jpg-2000x1333.jpg");
}
.cid-uFlp7hnrAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlp7hnrAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlp7hnrAn .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uFlp7hnrAn .image-wrap {
    height: 350px;
  }
}
.cid-uGnQUdeGe5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnQUdeGe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQUdeGe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnQUdeGe5 .col-12 {
  position: relative;
}
.cid-uGnQUdeGe5 img {
  max-width: 800px;
  margin: auto;
}
.cid-uGnQUdeGe5 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uGnQUdeGe5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnQUdeGe5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnQUdeGe5 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGnQUdeGe5 .mbr-section-title {
  color: #000000;
}
.cid-uGsyzWrkxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uGsyzWrkxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsyzWrkxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsyzWrkxh .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uGsyzWrkxh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uGsyzWrkxh .container {
    padding: 0 26px;
  }
}
.cid-uGsyzWrkxh .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uGsyzWrkxh .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uGsyzWrkxh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uGsyzWrkxh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGsyzWrkxh .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uGsyzWrkxh .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uGsyzWrkxh .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uGsyzWrkxh .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uGsyzWrkxh .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uGsyzWrkxh .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uGsyzWrkxh .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uGsyzWrkxh .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uGsyzWrkxh .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uGsyzWrkxh .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uGsyzWrkxh .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uGsyzWrkxh .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-uGsyzWrkxh .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-uGsyzWrkxh .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uGsyzWrkxh .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uGsyzWrkxh .mbr-section-title {
  color: #fafafa;
}
.cid-uGsyzWrkxh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGsyzWrkxh .mbr-contact {
  color: #ffffff;
}
.cid-uGsyzWrkxh .mbr-desc {
  color: #ffffff;
}
.cid-uGnQw9wPEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnQw9wPEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQw9wPEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .container {
    padding: 0 30px;
  }
}
.cid-uGnQw9wPEY .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row {
    padding-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .card {
  justify-content: center;
}
.cid-uGnQw9wPEY .title-wrapper {
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGnQw9wPEY .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:hover::before,
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uGnQw9wPEY .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uGnQw9wPEY .mbr-section-title {
  color: #144031;
}
.cid-uGnQw9wPEY .list {
  color: #144031;
}
.cid-uGnQw9wPEY .list,
.cid-uGnQw9wPEY .item-wrap {
  color: #d58219;
}
.cid-uGnQw9wPEY .mbr-section-title,
.cid-uGnQw9wPEY .title-wrapper {
  color: #cacaca;
}
.cid-uFIZk19T8z {
  z-index: 1000;
  width: 100%;
}
.cid-uFIZk19T8z .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uFIZk19T8z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uFIZk19T8z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFIZk19T8z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFIZk19T8z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFIZk19T8z .menu_box .navbar.opened,
  .cid-uFIZk19T8z .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFIZk19T8z nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFIZk19T8z .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFIZk19T8z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uFIZk19T8z .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFIZk19T8z .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uFIZk19T8z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFIZk19T8z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFIZk19T8z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uFIZk19T8z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFIZk19T8z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFIZk19T8z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFIZk19T8z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFIZk19T8z .offcanvas-body .mbr-text,
  .cid-uFIZk19T8z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFIZk19T8z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFIZk19T8z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFIZk19T8z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFIZk19T8z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFIZk19T8z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFIZk19T8z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFIZk19T8z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFIZk19T8z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFIZk19T8z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFIZk19T8z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFIZk19T8z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFIZk19T8z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFIZk19T8z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFIZk19T8z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFIZk19T8z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFIZk19T8z .nav-item {
    margin: 0 !important;
  }
}
.cid-uFIZk19T8z .nav-item .nav-link {
  position: relative;
}
.cid-uFIZk19T8z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFIZk19T8z .nav-item .nav-link:hover,
.cid-uFIZk19T8z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uFIZk19T8z .nav-item .nav-link:hover::before,
.cid-uFIZk19T8z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFIZk19T8z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFIZk19T8z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFIZk19T8z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFIZk19T8z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFIZk19T8z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFIZk19T8z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFIZk19T8z .offcanvas_box {
    display: none;
  }
}
.cid-uFIZk19T8z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFIZk19T8z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFIZk19T8z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFIZk19T8z .container {
  display: flex;
  margin: auto;
}
.cid-uFIZk19T8z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFIZk19T8z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFIZk19T8z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFIZk19T8z .navbar-caption {
  color: #ffffff;
}
.cid-uFIZk19T8z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFIZk19T8z .navbar-nav {
    margin: 0;
  }
}
.cid-uFIZk19T8z .dropdown-menu,
.cid-uFIZk19T8z .navbar.opened {
  background-color: true !important;
}
.cid-uFIZk19T8z .nav-item:focus,
.cid-uFIZk19T8z .nav-link:focus {
  outline: none;
}
.cid-uFIZk19T8z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFIZk19T8z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFIZk19T8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFIZk19T8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFIZk19T8z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFIZk19T8z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFIZk19T8z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFIZk19T8z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFIZk19T8z .navbar.opened {
  transition: all 0.3s;
}
.cid-uFIZk19T8z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFIZk19T8z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uFIZk19T8z .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFIZk19T8z .navbar.collapsed {
  justify-content: center;
}
.cid-uFIZk19T8z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFIZk19T8z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFIZk19T8z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFIZk19T8z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFIZk19T8z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFIZk19T8z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFIZk19T8z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFIZk19T8z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFIZk19T8z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFIZk19T8z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFIZk19T8z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFIZk19T8z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFIZk19T8z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFIZk19T8z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFIZk19T8z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFIZk19T8z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFIZk19T8z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFIZk19T8z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFIZk19T8z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFIZk19T8z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFIZk19T8z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFIZk19T8z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFIZk19T8z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFIZk19T8z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFIZk19T8z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFIZk19T8z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFIZk19T8z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFIZk19T8z .dropdown-item.active,
.cid-uFIZk19T8z .dropdown-item:active {
  background-color: transparent;
}
.cid-uFIZk19T8z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFIZk19T8z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFIZk19T8z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFIZk19T8z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFIZk19T8z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFIZk19T8z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFIZk19T8z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uFIZk19T8z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFIZk19T8z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFIZk19T8z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFIZk19T8z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFIZk19T8z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFIZk19T8z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFIZk19T8z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFIZk19T8z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFIZk19T8z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFIZk19T8z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFIZk19T8z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFIZk19T8z .navbar {
    height: 70px;
  }
  .cid-uFIZk19T8z .navbar.opened {
    height: auto;
  }
  .cid-uFIZk19T8z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFIZk19T8z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFIZk19T8z .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uFIZk19T8z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFIZk19T8z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uFIZk19T8z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uFIZk19T8z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uFIZk19T8z .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFIZk19T8z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFIZk19T8z .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-uFIZk19T8z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFIZk19T8z .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uFIZk19T8z .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFIZk19T8z .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uFIZk19T8z .mbr-section-subtitle,
.cid-uFIZk19T8z .text_widget,
.cid-uFIZk19T8z .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-uFIZk19T8z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFIZk1AqUK {
  display: flex;
  background-image: url("../../../assets/images/cacao-puro-europea-del-cacao-obrador.jpg-1772x1181.jpg");
}
.cid-uFIZk1AqUK .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uFIZk1AqUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIZk1AqUK .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uFIZk1AqUK .line {
    margin-bottom: 10rem;
  }
}
.cid-uFIZk1AqUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIZk1AqUK p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uFIZk1AqUK {
    align-items: center;
  }
  .cid-uFIZk1AqUK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFIZk1AqUK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFIZk1AqUK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFIZk1AqUK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFIZk1AqUK .content-wrap {
    width: 100%;
  }
}
.cid-uFIZk1AqUK .mbr-section-subtitle,
.cid-uFIZk1AqUK .line {
  color: #ffffff;
}
.cid-uFIZk1AqUK .mbr-text,
.cid-uFIZk1AqUK .mbr-section-btn {
  text-align: left;
}
.cid-uFIZk1AqUK .mbr-section-title {
  color: #fafafa;
}
.cid-uFIZk1Sstd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1219.jpg");
}
.cid-uFIZk1Sstd .section-head {
  margin-bottom: 2rem;
}
.cid-uFIZk1Sstd .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-uFIZk1Sstd .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uFIZk1Sstd .row {
    text-align: center;
  }
}
.cid-uFIZk1Sstd .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uFIZk1Sstd .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uFIZk1Sstd .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uFIZk1Sstd .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uFIZk29P11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFIZk29P11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIZk29P11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIZk29P11 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFIZk29P11 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFIZk29P11 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFIZk29P11 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFIZk29P11 .container {
    padding: 0 24px;
  }
}
.cid-uFIZk29P11 .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #000000;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFIZk29P11 .content-wrapper {
    display: block;
  }
}
.cid-uFIZk29P11 .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uFIZk29P11 .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFIZk29P11 .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uFIZk29P11 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #d54f19;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #d58219;
}
.cid-uFIZk29P11 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFIZk29P11 .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uFIZk29P11 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFIZk29P11 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFIZk29P11 .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFIZk29P11 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFIZk29P11 .mbr-section-title {
  color: #18212d;
}
.cid-uFIZk29P11 .mbr-desc {
  color: #18212d;
}
.cid-uFIZk29P11 .mbr-text {
  color: #fafafa;
}
.cid-uFIZk29P11 .mbr-desc,
.cid-uFIZk29P11 .desc-wrapper {
  color: #cacaca;
}
.cid-uFIZk29P11 .mbr-section-title,
.cid-uFIZk29P11 .mbr-section-btn {
  color: #d54f19;
}
.cid-uFJ8vyf5Dm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-uFJ8vyf5Dm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFJ8vyf5Dm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFJ8vyf5Dm .container {
    padding: 0 20px;
  }
}
.cid-uFJ8vyf5Dm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uFJ8vyf5Dm .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uFJ8vyf5Dm .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #e97243;
}
@media (max-width: 768px) {
  .cid-uFJ8vyf5Dm .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uFJ8vyf5Dm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uFJ8vyf5Dm .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uFJ8vyf5Dm .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uFJ8vyf5Dm .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uFJ8vyf5Dm .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #e97243 !important;
  opacity: .5;
}
.cid-uFJ8vyf5Dm .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uFJ8vyf5Dm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-uFJ8vyf5Dm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap {
  width: 100%;
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap:hover .item-wrapper .image-wrap .soc-wrap {
  transform: translateY(0);
  opacity: 1;
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 510px;
  position: relative;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uFJ8vyf5Dm .embla__slide .card-wrap .item-wrapper .image-wrap {
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap .item-wrapper .image-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.3s ease-out;
  pointer-events: visible;
  z-index: 1;
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap .soc-item {
  margin: 0 8px 8px 0;
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff9970;
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap .item-wrapper .image-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 10px;
}
.cid-uFJ8vyf5Dm .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-uFJ8vyf5Dm .embla__button--next,
.cid-uFJ8vyf5Dm .embla__button--prev {
  display: flex;
}
.cid-uFJ8vyf5Dm .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #cacaca;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uFJ8vyf5Dm .embla__button {
    display: none;
  }
}
.cid-uFJ8vyf5Dm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFJ8vyf5Dm .embla__button:hover {
  background: transparent;
  color: #cacaca;
  opacity: .7;
}
.cid-uFJ8vyf5Dm .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-uFJ8vyf5Dm .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-uFJ8vyf5Dm .embla__button {
    top: 0;
  }
}
.cid-uFJ8vyf5Dm .embla {
  position: relative;
  width: 100%;
}
.cid-uFJ8vyf5Dm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFJ8vyf5Dm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFJ8vyf5Dm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFJ8vyf5Dm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFJ8vyf5Dm .mbr-section-subtitle {
  color: #e97243;
}
.cid-uFJ8vyf5Dm .mbr-section-title {
  color: #e97243;
}
.cid-uFJ8vyf5Dm .mbr-name {
  color: #e97243;
  text-align: left;
}
.cid-uFJ8vyf5Dm .mbr-role {
  color: #6a6e71;
}
.cid-uFJ8vyf5Dm .mbr-name DIV {
  text-align: left;
}
.cid-uFIZk2tDYD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uFIZk2tDYD .title__block {
  margin-bottom: 89px;
}
.cid-uFIZk2tDYD .timelines-container .separline:last-child:before {
  content: none;
}
.cid-uFIZk2tDYD .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #e97243;
}
.cid-uFIZk2tDYD .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ff9970;
  border-radius: 4px;
  background-color: #000000;
  position: relative;
}
.cid-uFIZk2tDYD .timeline-text-content p {
  margin-bottom: 0;
}
.cid-uFIZk2tDYD .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ff9970;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #000000;
  transform: rotate(45deg);
}
.cid-uFIZk2tDYD .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uFIZk2tDYD .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-uFIZk2tDYD .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-uFIZk2tDYD .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-uFIZk2tDYD .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #d54f19;
}
.cid-uFIZk2tDYD .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-uFIZk2tDYD .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #d54f19;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-uFIZk2tDYD .title__block {
    margin-bottom: 40px;
  }
  .cid-uFIZk2tDYD .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-uFIZk2tDYD .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uFIZk2tDYD .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-uFIZk2tDYD .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-uFIZk2tDYD .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-uFIZk2tDYD .iconBackground {
    left: 0 !important;
  }
  .cid-uFIZk2tDYD .separline:before {
    left: 0 !important;
  }
}
.cid-uFIZk2tDYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIZk2tDYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIZk2tDYD .mbr-section-title {
  text-align: left;
  color: #e97243;
}
.cid-uFIZk2tDYD .mbr-timeline-text {
  color: #cacaca;
}
.cid-uFIZk3pp6R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFIZk3pp6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIZk3pp6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uFIZk3pp6R .container {
    padding: 0 26px;
  }
}
.cid-uFIZk3pp6R .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFIZk3pp6R .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFIZk3pp6R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFIZk3pp6R .mbr-section-title {
  color: #e97243;
}
.cid-uFIZk3pp6R .mbr-section-subtitle {
  color: #cacaca;
}
.cid-uFIZk3pp6R .mbr-text {
  color: #cacaca;
}
.cid-uFIZk3KtoP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2-cacao-puro-europea-del-cacao.jpg-2000x2000.jpg");
}
.cid-uFIZk3KtoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFIZk3KtoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIZk3KtoP .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uFIZk3KtoP .image-wrap {
    height: 350px;
  }
}
.cid-uGnQLYZjav {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnQLYZjav .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQLYZjav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnQLYZjav .col-12 {
  position: relative;
}
.cid-uGnQLYZjav img {
  max-width: 800px;
  margin: auto;
}
.cid-uGnQLYZjav .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uGnQLYZjav .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnQLYZjav .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnQLYZjav .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGnQLYZjav .mbr-section-title {
  color: #000000;
}
.cid-uGsyEqubmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cacao-para-hosteleria-europea-del-cacao.jpg-1476x984.jpg");
}
.cid-uGsyEqubmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsyEqubmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsyEqubmH .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uGsyEqubmH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uGsyEqubmH .container {
    padding: 0 26px;
  }
}
.cid-uGsyEqubmH .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uGsyEqubmH .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uGsyEqubmH .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uGsyEqubmH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGsyEqubmH .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uGsyEqubmH .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uGsyEqubmH .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uGsyEqubmH .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uGsyEqubmH .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uGsyEqubmH .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uGsyEqubmH .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uGsyEqubmH .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uGsyEqubmH .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uGsyEqubmH .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uGsyEqubmH .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uGsyEqubmH .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-uGsyEqubmH .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-uGsyEqubmH .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uGsyEqubmH .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uGsyEqubmH .mbr-section-title {
  color: #fafafa;
}
.cid-uGsyEqubmH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGsyEqubmH .mbr-contact {
  color: #ffffff;
}
.cid-uGsyEqubmH .mbr-desc {
  color: #ffffff;
}
.cid-uGnQw9wPEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnQw9wPEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQw9wPEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .container {
    padding: 0 30px;
  }
}
.cid-uGnQw9wPEY .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row {
    padding-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .card {
  justify-content: center;
}
.cid-uGnQw9wPEY .title-wrapper {
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGnQw9wPEY .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:hover::before,
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uGnQw9wPEY .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uGnQw9wPEY .mbr-section-title {
  color: #144031;
}
.cid-uGnQw9wPEY .list {
  color: #144031;
}
.cid-uGnQw9wPEY .list,
.cid-uGnQw9wPEY .item-wrap {
  color: #d58219;
}
.cid-uGnQw9wPEY .mbr-section-title,
.cid-uGnQw9wPEY .title-wrapper {
  color: #cacaca;
}
.cid-uFNxPxu4rZ {
  z-index: 1000;
  width: 100%;
}
.cid-uFNxPxu4rZ .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uFNxPxu4rZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uFNxPxu4rZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNxPxu4rZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFNxPxu4rZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFNxPxu4rZ .menu_box .navbar.opened,
  .cid-uFNxPxu4rZ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFNxPxu4rZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFNxPxu4rZ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFNxPxu4rZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uFNxPxu4rZ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFNxPxu4rZ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uFNxPxu4rZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFNxPxu4rZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFNxPxu4rZ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uFNxPxu4rZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFNxPxu4rZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFNxPxu4rZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFNxPxu4rZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFNxPxu4rZ .offcanvas-body .mbr-text,
  .cid-uFNxPxu4rZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFNxPxu4rZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFNxPxu4rZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFNxPxu4rZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFNxPxu4rZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFNxPxu4rZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFNxPxu4rZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFNxPxu4rZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFNxPxu4rZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFNxPxu4rZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFNxPxu4rZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFNxPxu4rZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFNxPxu4rZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFNxPxu4rZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFNxPxu4rZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFNxPxu4rZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFNxPxu4rZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uFNxPxu4rZ .nav-item .nav-link {
  position: relative;
}
.cid-uFNxPxu4rZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFNxPxu4rZ .nav-item .nav-link:hover,
.cid-uFNxPxu4rZ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uFNxPxu4rZ .nav-item .nav-link:hover::before,
.cid-uFNxPxu4rZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFNxPxu4rZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFNxPxu4rZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFNxPxu4rZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNxPxu4rZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFNxPxu4rZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFNxPxu4rZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFNxPxu4rZ .offcanvas_box {
    display: none;
  }
}
.cid-uFNxPxu4rZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFNxPxu4rZ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFNxPxu4rZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFNxPxu4rZ .container {
  display: flex;
  margin: auto;
}
.cid-uFNxPxu4rZ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFNxPxu4rZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFNxPxu4rZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFNxPxu4rZ .navbar-caption {
  color: #ffffff;
}
.cid-uFNxPxu4rZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFNxPxu4rZ .navbar-nav {
    margin: 0;
  }
}
.cid-uFNxPxu4rZ .dropdown-menu,
.cid-uFNxPxu4rZ .navbar.opened {
  background-color: true !important;
}
.cid-uFNxPxu4rZ .nav-item:focus,
.cid-uFNxPxu4rZ .nav-link:focus {
  outline: none;
}
.cid-uFNxPxu4rZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNxPxu4rZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNxPxu4rZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNxPxu4rZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNxPxu4rZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNxPxu4rZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNxPxu4rZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFNxPxu4rZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFNxPxu4rZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNxPxu4rZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFNxPxu4rZ .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uFNxPxu4rZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFNxPxu4rZ .navbar.collapsed {
  justify-content: center;
}
.cid-uFNxPxu4rZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNxPxu4rZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFNxPxu4rZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNxPxu4rZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNxPxu4rZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNxPxu4rZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFNxPxu4rZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFNxPxu4rZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFNxPxu4rZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFNxPxu4rZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNxPxu4rZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNxPxu4rZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFNxPxu4rZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNxPxu4rZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFNxPxu4rZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFNxPxu4rZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFNxPxu4rZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFNxPxu4rZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFNxPxu4rZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFNxPxu4rZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNxPxu4rZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFNxPxu4rZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFNxPxu4rZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFNxPxu4rZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFNxPxu4rZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNxPxu4rZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFNxPxu4rZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNxPxu4rZ .dropdown-item.active,
.cid-uFNxPxu4rZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNxPxu4rZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNxPxu4rZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNxPxu4rZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNxPxu4rZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNxPxu4rZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFNxPxu4rZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFNxPxu4rZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uFNxPxu4rZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFNxPxu4rZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNxPxu4rZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNxPxu4rZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNxPxu4rZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNxPxu4rZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNxPxu4rZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNxPxu4rZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNxPxu4rZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNxPxu4rZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFNxPxu4rZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNxPxu4rZ .navbar {
    height: 70px;
  }
  .cid-uFNxPxu4rZ .navbar.opened {
    height: auto;
  }
  .cid-uFNxPxu4rZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNxPxu4rZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFNxPxu4rZ .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uFNxPxu4rZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFNxPxu4rZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uFNxPxu4rZ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uFNxPxu4rZ .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uFNxPxu4rZ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFNxPxu4rZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFNxPxu4rZ .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-uFNxPxu4rZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFNxPxu4rZ .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uFNxPxu4rZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFNxPxu4rZ .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uFNxPxu4rZ .mbr-section-subtitle,
.cid-uFNxPxu4rZ .text_widget,
.cid-uFNxPxu4rZ .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-uFNxPxu4rZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tCxUP7W3S9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1441.jpg");
}
.cid-tCxUP7W3S9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxUP7W3S9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxUP7W3S9 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tCxUP7W3S9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tCxUP7W3S9 .container {
    padding: 0 26px;
  }
}
.cid-tCxUP7W3S9 .title-wrapper {
  padding-top: 35%;
}
.cid-tCxUP7W3S9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tCxUP7W3S9 .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tCxUP7W3S9 .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tCxUP7W3S9 .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tCxUP7W3S9 .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tCxUP7W3S9 .mbr-section-title {
  color: #ffffff;
}
.cid-tCxUP7W3S9 .mbr-text {
  color: #ffffff;
}
.cid-tCxUP7W3S9 .mbr-section-title,
.cid-tCxUP7W3S9 .icon-wrapper,
.cid-tCxUP7W3S9 .mbr-section-btn {
  text-align: center;
}
.cid-uFNw9ibjnV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #563a16 110%);
}
.cid-uFNw9ibjnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNw9ibjnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNw9ibjnV .row {
  justify-content: center;
}
.cid-uFNw9ibjnV .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFNw9ibjnV .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #e9a043, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFNw9ibjnV .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFNw9ibjnV .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFNw9ibjnV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uFNw9ibjnV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFNw9ibjnV .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uFNw9ibjnV .mbr-section-title {
  color: #ffffff;
}
.cid-uFNw9ibjnV .mbr-text {
  color: #cacaca;
}
.cid-uFNw9ibjnV .mbr-desc {
  color: #ffffff;
}
.cid-uGnRr4iOYG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnRr4iOYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnRr4iOYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnRr4iOYG .col-12 {
  position: relative;
}
.cid-uGnRr4iOYG img {
  max-width: 800px;
  margin: auto;
}
.cid-uGnRr4iOYG .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uGnRr4iOYG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnRr4iOYG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnRr4iOYG .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGnRr4iOYG .mbr-section-title {
  color: #000000;
}
.cid-uGnQw9wPEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnQw9wPEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQw9wPEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .container {
    padding: 0 30px;
  }
}
.cid-uGnQw9wPEY .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row {
    padding-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .card {
  justify-content: center;
}
.cid-uGnQw9wPEY .title-wrapper {
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGnQw9wPEY .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:hover::before,
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uGnQw9wPEY .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uGnQw9wPEY .mbr-section-title {
  color: #144031;
}
.cid-uGnQw9wPEY .list {
  color: #144031;
}
.cid-uGnQw9wPEY .list,
.cid-uGnQw9wPEY .item-wrap {
  color: #d58219;
}
.cid-uGnQw9wPEY .mbr-section-title,
.cid-uGnQw9wPEY .title-wrapper {
  color: #cacaca;
}
.cid-uFNxZIqFgW {
  z-index: 1000;
  width: 100%;
}
.cid-uFNxZIqFgW .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uFNxZIqFgW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uFNxZIqFgW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNxZIqFgW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFNxZIqFgW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFNxZIqFgW .menu_box .navbar.opened,
  .cid-uFNxZIqFgW .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFNxZIqFgW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFNxZIqFgW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFNxZIqFgW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uFNxZIqFgW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFNxZIqFgW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uFNxZIqFgW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFNxZIqFgW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFNxZIqFgW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uFNxZIqFgW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFNxZIqFgW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFNxZIqFgW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFNxZIqFgW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFNxZIqFgW .offcanvas-body .mbr-text,
  .cid-uFNxZIqFgW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFNxZIqFgW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFNxZIqFgW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFNxZIqFgW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFNxZIqFgW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFNxZIqFgW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFNxZIqFgW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFNxZIqFgW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFNxZIqFgW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFNxZIqFgW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFNxZIqFgW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFNxZIqFgW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFNxZIqFgW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFNxZIqFgW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFNxZIqFgW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFNxZIqFgW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFNxZIqFgW .nav-item {
    margin: 0 !important;
  }
}
.cid-uFNxZIqFgW .nav-item .nav-link {
  position: relative;
}
.cid-uFNxZIqFgW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFNxZIqFgW .nav-item .nav-link:hover,
.cid-uFNxZIqFgW .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uFNxZIqFgW .nav-item .nav-link:hover::before,
.cid-uFNxZIqFgW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFNxZIqFgW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFNxZIqFgW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFNxZIqFgW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNxZIqFgW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFNxZIqFgW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFNxZIqFgW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFNxZIqFgW .offcanvas_box {
    display: none;
  }
}
.cid-uFNxZIqFgW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFNxZIqFgW .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFNxZIqFgW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFNxZIqFgW .container {
  display: flex;
  margin: auto;
}
.cid-uFNxZIqFgW .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFNxZIqFgW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFNxZIqFgW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFNxZIqFgW .navbar-caption {
  color: #ffffff;
}
.cid-uFNxZIqFgW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFNxZIqFgW .navbar-nav {
    margin: 0;
  }
}
.cid-uFNxZIqFgW .dropdown-menu,
.cid-uFNxZIqFgW .navbar.opened {
  background-color: true !important;
}
.cid-uFNxZIqFgW .nav-item:focus,
.cid-uFNxZIqFgW .nav-link:focus {
  outline: none;
}
.cid-uFNxZIqFgW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNxZIqFgW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNxZIqFgW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNxZIqFgW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNxZIqFgW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNxZIqFgW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNxZIqFgW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFNxZIqFgW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFNxZIqFgW .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNxZIqFgW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFNxZIqFgW .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uFNxZIqFgW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFNxZIqFgW .navbar.collapsed {
  justify-content: center;
}
.cid-uFNxZIqFgW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNxZIqFgW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFNxZIqFgW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNxZIqFgW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNxZIqFgW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNxZIqFgW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFNxZIqFgW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFNxZIqFgW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFNxZIqFgW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFNxZIqFgW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNxZIqFgW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNxZIqFgW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFNxZIqFgW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNxZIqFgW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFNxZIqFgW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFNxZIqFgW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFNxZIqFgW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFNxZIqFgW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFNxZIqFgW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFNxZIqFgW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNxZIqFgW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFNxZIqFgW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFNxZIqFgW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFNxZIqFgW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFNxZIqFgW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNxZIqFgW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFNxZIqFgW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNxZIqFgW .dropdown-item.active,
.cid-uFNxZIqFgW .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNxZIqFgW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNxZIqFgW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNxZIqFgW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNxZIqFgW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNxZIqFgW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFNxZIqFgW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFNxZIqFgW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uFNxZIqFgW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFNxZIqFgW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNxZIqFgW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNxZIqFgW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNxZIqFgW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNxZIqFgW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNxZIqFgW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNxZIqFgW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNxZIqFgW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNxZIqFgW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFNxZIqFgW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNxZIqFgW .navbar {
    height: 70px;
  }
  .cid-uFNxZIqFgW .navbar.opened {
    height: auto;
  }
  .cid-uFNxZIqFgW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNxZIqFgW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFNxZIqFgW .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uFNxZIqFgW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFNxZIqFgW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uFNxZIqFgW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uFNxZIqFgW .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uFNxZIqFgW .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFNxZIqFgW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFNxZIqFgW .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-uFNxZIqFgW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFNxZIqFgW .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uFNxZIqFgW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFNxZIqFgW .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uFNxZIqFgW .mbr-section-subtitle,
.cid-uFNxZIqFgW .text_widget,
.cid-uFNxZIqFgW .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-uFNxZIqFgW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFNxZIVJRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1282.jpg");
}
.cid-uFNxZIVJRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNxZIVJRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNxZIVJRd .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFNxZIVJRd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFNxZIVJRd .container {
    padding: 0 26px;
  }
}
.cid-uFNxZIVJRd .title-wrapper {
  padding-top: 35%;
}
.cid-uFNxZIVJRd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFNxZIVJRd .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uFNxZIVJRd .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uFNxZIVJRd .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uFNxZIVJRd .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uFNxZIVJRd .mbr-section-title {
  color: #ffffff;
}
.cid-uFNxZIVJRd .mbr-text {
  color: #ffffff;
}
.cid-uFNxZIVJRd .mbr-section-title,
.cid-uFNxZIVJRd .icon-wrapper,
.cid-uFNxZIVJRd .mbr-section-btn {
  text-align: center;
}
.cid-uFNxZJhUQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #563a16 110%);
}
.cid-uFNxZJhUQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNxZJhUQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNxZJhUQa .row {
  justify-content: center;
}
.cid-uFNxZJhUQa .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFNxZJhUQa .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #e9a043, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFNxZJhUQa .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFNxZJhUQa .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFNxZJhUQa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uFNxZJhUQa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFNxZJhUQa .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uFNxZJhUQa .mbr-section-title {
  color: #ffffff;
}
.cid-uFNxZJhUQa .mbr-text {
  color: #cacaca;
}
.cid-uFNxZJhUQa .mbr-desc {
  color: #ffffff;
}
.cid-uGnRuIRjTa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnRuIRjTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnRuIRjTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnRuIRjTa .col-12 {
  position: relative;
}
.cid-uGnRuIRjTa img {
  max-width: 800px;
  margin: auto;
}
.cid-uGnRuIRjTa .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uGnRuIRjTa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnRuIRjTa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnRuIRjTa .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGnRuIRjTa .mbr-section-title {
  color: #000000;
}
.cid-uGnQw9wPEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnQw9wPEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQw9wPEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .container {
    padding: 0 30px;
  }
}
.cid-uGnQw9wPEY .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row {
    padding-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .card {
  justify-content: center;
}
.cid-uGnQw9wPEY .title-wrapper {
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGnQw9wPEY .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:hover::before,
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uGnQw9wPEY .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uGnQw9wPEY .mbr-section-title {
  color: #144031;
}
.cid-uGnQw9wPEY .list {
  color: #144031;
}
.cid-uGnQw9wPEY .list,
.cid-uGnQw9wPEY .item-wrap {
  color: #d58219;
}
.cid-uGnQw9wPEY .mbr-section-title,
.cid-uGnQw9wPEY .title-wrapper {
  color: #cacaca;
}
.cid-uFNyaVY4NY {
  z-index: 1000;
  width: 100%;
}
.cid-uFNyaVY4NY .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uFNyaVY4NY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uFNyaVY4NY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNyaVY4NY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFNyaVY4NY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFNyaVY4NY .menu_box .navbar.opened,
  .cid-uFNyaVY4NY .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFNyaVY4NY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFNyaVY4NY .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFNyaVY4NY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uFNyaVY4NY .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFNyaVY4NY .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uFNyaVY4NY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFNyaVY4NY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFNyaVY4NY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uFNyaVY4NY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFNyaVY4NY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFNyaVY4NY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFNyaVY4NY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFNyaVY4NY .offcanvas-body .mbr-text,
  .cid-uFNyaVY4NY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFNyaVY4NY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFNyaVY4NY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFNyaVY4NY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFNyaVY4NY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFNyaVY4NY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFNyaVY4NY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFNyaVY4NY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFNyaVY4NY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFNyaVY4NY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFNyaVY4NY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFNyaVY4NY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFNyaVY4NY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFNyaVY4NY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFNyaVY4NY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFNyaVY4NY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFNyaVY4NY .nav-item {
    margin: 0 !important;
  }
}
.cid-uFNyaVY4NY .nav-item .nav-link {
  position: relative;
}
.cid-uFNyaVY4NY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFNyaVY4NY .nav-item .nav-link:hover,
.cid-uFNyaVY4NY .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uFNyaVY4NY .nav-item .nav-link:hover::before,
.cid-uFNyaVY4NY .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFNyaVY4NY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFNyaVY4NY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFNyaVY4NY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFNyaVY4NY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFNyaVY4NY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFNyaVY4NY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFNyaVY4NY .offcanvas_box {
    display: none;
  }
}
.cid-uFNyaVY4NY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFNyaVY4NY .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFNyaVY4NY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFNyaVY4NY .container {
  display: flex;
  margin: auto;
}
.cid-uFNyaVY4NY .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFNyaVY4NY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFNyaVY4NY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFNyaVY4NY .navbar-caption {
  color: #ffffff;
}
.cid-uFNyaVY4NY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFNyaVY4NY .navbar-nav {
    margin: 0;
  }
}
.cid-uFNyaVY4NY .dropdown-menu,
.cid-uFNyaVY4NY .navbar.opened {
  background-color: true !important;
}
.cid-uFNyaVY4NY .nav-item:focus,
.cid-uFNyaVY4NY .nav-link:focus {
  outline: none;
}
.cid-uFNyaVY4NY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFNyaVY4NY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNyaVY4NY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFNyaVY4NY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFNyaVY4NY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFNyaVY4NY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNyaVY4NY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFNyaVY4NY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFNyaVY4NY .navbar.opened {
  transition: all 0.3s;
}
.cid-uFNyaVY4NY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFNyaVY4NY .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uFNyaVY4NY .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFNyaVY4NY .navbar.collapsed {
  justify-content: center;
}
.cid-uFNyaVY4NY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFNyaVY4NY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFNyaVY4NY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNyaVY4NY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNyaVY4NY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNyaVY4NY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFNyaVY4NY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFNyaVY4NY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFNyaVY4NY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFNyaVY4NY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFNyaVY4NY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNyaVY4NY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFNyaVY4NY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNyaVY4NY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFNyaVY4NY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFNyaVY4NY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFNyaVY4NY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFNyaVY4NY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFNyaVY4NY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFNyaVY4NY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFNyaVY4NY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFNyaVY4NY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFNyaVY4NY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFNyaVY4NY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFNyaVY4NY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNyaVY4NY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFNyaVY4NY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNyaVY4NY .dropdown-item.active,
.cid-uFNyaVY4NY .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNyaVY4NY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNyaVY4NY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNyaVY4NY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNyaVY4NY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNyaVY4NY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFNyaVY4NY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFNyaVY4NY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uFNyaVY4NY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFNyaVY4NY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNyaVY4NY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNyaVY4NY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNyaVY4NY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNyaVY4NY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNyaVY4NY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNyaVY4NY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNyaVY4NY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNyaVY4NY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFNyaVY4NY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNyaVY4NY .navbar {
    height: 70px;
  }
  .cid-uFNyaVY4NY .navbar.opened {
    height: auto;
  }
  .cid-uFNyaVY4NY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNyaVY4NY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFNyaVY4NY .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uFNyaVY4NY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFNyaVY4NY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uFNyaVY4NY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uFNyaVY4NY .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uFNyaVY4NY .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFNyaVY4NY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFNyaVY4NY .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-uFNyaVY4NY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFNyaVY4NY .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uFNyaVY4NY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFNyaVY4NY .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uFNyaVY4NY .mbr-section-subtitle,
.cid-uFNyaVY4NY .text_widget,
.cid-uFNyaVY4NY .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-uFNyaVY4NY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFNyaWvE7W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1633.jpg");
}
.cid-uFNyaWvE7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNyaWvE7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNyaWvE7W .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFNyaWvE7W .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFNyaWvE7W .container {
    padding: 0 26px;
  }
}
.cid-uFNyaWvE7W .title-wrapper {
  padding-top: 35%;
}
.cid-uFNyaWvE7W .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uFNyaWvE7W .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uFNyaWvE7W .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uFNyaWvE7W .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uFNyaWvE7W .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uFNyaWvE7W .mbr-section-title {
  color: #ffffff;
}
.cid-uFNyaWvE7W .mbr-text {
  color: #ffffff;
}
.cid-uFNyaWvE7W .mbr-section-title,
.cid-uFNyaWvE7W .icon-wrapper,
.cid-uFNyaWvE7W .mbr-section-btn {
  text-align: center;
}
.cid-uFNyaWQr88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #563a16 110%);
}
.cid-uFNyaWQr88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNyaWQr88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNyaWQr88 .row {
  justify-content: center;
}
.cid-uFNyaWQr88 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFNyaWQr88 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #e9a043, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFNyaWQr88 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFNyaWQr88 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFNyaWQr88 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uFNyaWQr88 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFNyaWQr88 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uFNyaWQr88 .mbr-section-title {
  color: #ffffff;
}
.cid-uFNyaWQr88 .mbr-text {
  color: #cacaca;
}
.cid-uFNyaWQr88 .mbr-desc {
  color: #ffffff;
}
.cid-uGnRxS32Gc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnRxS32Gc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnRxS32Gc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnRxS32Gc .col-12 {
  position: relative;
}
.cid-uGnRxS32Gc img {
  max-width: 800px;
  margin: auto;
}
.cid-uGnRxS32Gc .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uGnRxS32Gc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnRxS32Gc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnRxS32Gc .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGnRxS32Gc .mbr-section-title {
  color: #000000;
}
.cid-uGnQw9wPEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnQw9wPEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQw9wPEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .container {
    padding: 0 30px;
  }
}
.cid-uGnQw9wPEY .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row {
    padding-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .card {
  justify-content: center;
}
.cid-uGnQw9wPEY .title-wrapper {
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGnQw9wPEY .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:hover::before,
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uGnQw9wPEY .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uGnQw9wPEY .mbr-section-title {
  color: #144031;
}
.cid-uGnQw9wPEY .list {
  color: #144031;
}
.cid-uGnQw9wPEY .list,
.cid-uGnQw9wPEY .item-wrap {
  color: #d58219;
}
.cid-uGnQw9wPEY .mbr-section-title,
.cid-uGnQw9wPEY .title-wrapper {
  color: #cacaca;
}
.cid-uFTyaLXUNe {
  z-index: 1000;
  width: 100%;
}
.cid-uFTyaLXUNe .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uFTyaLXUNe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uFTyaLXUNe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTyaLXUNe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFTyaLXUNe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFTyaLXUNe .menu_box .navbar.opened,
  .cid-uFTyaLXUNe .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFTyaLXUNe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFTyaLXUNe .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFTyaLXUNe .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uFTyaLXUNe .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFTyaLXUNe .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uFTyaLXUNe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFTyaLXUNe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFTyaLXUNe .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uFTyaLXUNe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFTyaLXUNe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFTyaLXUNe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFTyaLXUNe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFTyaLXUNe .offcanvas-body .mbr-text,
  .cid-uFTyaLXUNe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFTyaLXUNe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFTyaLXUNe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFTyaLXUNe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFTyaLXUNe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFTyaLXUNe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFTyaLXUNe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFTyaLXUNe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFTyaLXUNe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFTyaLXUNe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFTyaLXUNe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFTyaLXUNe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFTyaLXUNe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFTyaLXUNe .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFTyaLXUNe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFTyaLXUNe .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFTyaLXUNe .nav-item {
    margin: 0 !important;
  }
}
.cid-uFTyaLXUNe .nav-item .nav-link {
  position: relative;
}
.cid-uFTyaLXUNe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFTyaLXUNe .nav-item .nav-link:hover,
.cid-uFTyaLXUNe .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uFTyaLXUNe .nav-item .nav-link:hover::before,
.cid-uFTyaLXUNe .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFTyaLXUNe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFTyaLXUNe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFTyaLXUNe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFTyaLXUNe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFTyaLXUNe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFTyaLXUNe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFTyaLXUNe .offcanvas_box {
    display: none;
  }
}
.cid-uFTyaLXUNe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFTyaLXUNe .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFTyaLXUNe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFTyaLXUNe .container {
  display: flex;
  margin: auto;
}
.cid-uFTyaLXUNe .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFTyaLXUNe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFTyaLXUNe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFTyaLXUNe .navbar-caption {
  color: #ffffff;
}
.cid-uFTyaLXUNe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFTyaLXUNe .navbar-nav {
    margin: 0;
  }
}
.cid-uFTyaLXUNe .dropdown-menu,
.cid-uFTyaLXUNe .navbar.opened {
  background-color: true !important;
}
.cid-uFTyaLXUNe .nav-item:focus,
.cid-uFTyaLXUNe .nav-link:focus {
  outline: none;
}
.cid-uFTyaLXUNe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTyaLXUNe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTyaLXUNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTyaLXUNe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTyaLXUNe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTyaLXUNe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTyaLXUNe .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFTyaLXUNe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFTyaLXUNe .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTyaLXUNe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFTyaLXUNe .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uFTyaLXUNe .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFTyaLXUNe .navbar.collapsed {
  justify-content: center;
}
.cid-uFTyaLXUNe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTyaLXUNe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTyaLXUNe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTyaLXUNe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTyaLXUNe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTyaLXUNe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFTyaLXUNe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFTyaLXUNe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFTyaLXUNe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFTyaLXUNe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTyaLXUNe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTyaLXUNe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFTyaLXUNe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTyaLXUNe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFTyaLXUNe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTyaLXUNe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFTyaLXUNe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFTyaLXUNe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFTyaLXUNe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFTyaLXUNe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTyaLXUNe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFTyaLXUNe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFTyaLXUNe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFTyaLXUNe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFTyaLXUNe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTyaLXUNe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFTyaLXUNe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTyaLXUNe .dropdown-item.active,
.cid-uFTyaLXUNe .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTyaLXUNe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTyaLXUNe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTyaLXUNe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTyaLXUNe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTyaLXUNe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFTyaLXUNe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTyaLXUNe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uFTyaLXUNe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTyaLXUNe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTyaLXUNe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTyaLXUNe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTyaLXUNe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTyaLXUNe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTyaLXUNe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTyaLXUNe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTyaLXUNe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTyaLXUNe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFTyaLXUNe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFTyaLXUNe .navbar {
    height: 70px;
  }
  .cid-uFTyaLXUNe .navbar.opened {
    height: auto;
  }
  .cid-uFTyaLXUNe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFTyaLXUNe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFTyaLXUNe .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uFTyaLXUNe .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFTyaLXUNe .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uFTyaLXUNe .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uFTyaLXUNe .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uFTyaLXUNe .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFTyaLXUNe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFTyaLXUNe .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-uFTyaLXUNe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFTyaLXUNe .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uFTyaLXUNe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFTyaLXUNe .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uFTyaLXUNe .mbr-section-subtitle,
.cid-uFTyaLXUNe .text_widget,
.cid-uFTyaLXUNe .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-uFTyaLXUNe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFTyaOQE7U {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/chocolate-para-hosteleria-gourmet-naranja.jpg-1476x984.jpg");
}
.cid-uFTyaOQE7U .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uFTyaOQE7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTyaOQE7U .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uFTyaOQE7U .line {
    margin-bottom: 10rem;
  }
}
.cid-uFTyaOQE7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTyaOQE7U p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uFTyaOQE7U {
    align-items: center;
  }
  .cid-uFTyaOQE7U .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFTyaOQE7U .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFTyaOQE7U {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFTyaOQE7U .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFTyaOQE7U .content-wrap {
    width: 100%;
  }
}
.cid-uFTyaOQE7U .mbr-section-subtitle,
.cid-uFTyaOQE7U .line {
  color: #ffffff;
}
.cid-uFTyaOQE7U .mbr-text,
.cid-uFTyaOQE7U .mbr-section-btn {
  text-align: left;
}
.cid-uFTyaOQE7U .mbr-section-title {
  color: #fafafa;
}
.cid-uFTyaPHMcC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1219.jpg");
}
.cid-uFTyaPHMcC .section-head {
  margin-bottom: 2rem;
}
.cid-uFTyaPHMcC .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-uFTyaPHMcC .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uFTyaPHMcC .row {
    text-align: center;
  }
}
.cid-uFTyaPHMcC .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uFTyaPHMcC .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uFTyaPHMcC .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uFTyaPHMcC .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uFTyaQcWa9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFTyaQcWa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTyaQcWa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTyaQcWa9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFTyaQcWa9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFTyaQcWa9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFTyaQcWa9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFTyaQcWa9 .container {
    padding: 0 24px;
  }
}
.cid-uFTyaQcWa9 .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #000000;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFTyaQcWa9 .content-wrapper {
    display: block;
  }
}
.cid-uFTyaQcWa9 .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uFTyaQcWa9 .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFTyaQcWa9 .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uFTyaQcWa9 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #d58219;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #d58219;
}
.cid-uFTyaQcWa9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFTyaQcWa9 .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uFTyaQcWa9 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFTyaQcWa9 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFTyaQcWa9 .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFTyaQcWa9 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFTyaQcWa9 .mbr-section-title {
  color: #18212d;
}
.cid-uFTyaQcWa9 .mbr-desc {
  color: #18212d;
}
.cid-uFTyaQcWa9 .mbr-text {
  color: #fafafa;
}
.cid-uFTyaQcWa9 .mbr-desc,
.cid-uFTyaQcWa9 .desc-wrapper {
  color: #cacaca;
}
.cid-uFTyaQcWa9 .mbr-section-title,
.cid-uFTyaQcWa9 .mbr-section-btn {
  color: #d58219;
}
.cid-uFTyaQJtQR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uFTyaQJtQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTyaQJtQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTyaQJtQR .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFTyaQJtQR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTyaQJtQR .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFTyaQJtQR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTyaQJtQR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTyaQJtQR .mbr-section-title {
  color: #d58219;
}
.cid-uFTyaQJtQR .mbr-text,
.cid-uFTyaQJtQR .mbr-section-btn {
  color: #cacaca;
}
.cid-uFTyaQJtQR img {
  width: 100%;
  height: 100%;
}
.cid-uFTyaRqKUp {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #000000;
}
.cid-uFTyaRqKUp .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFTyaRqKUp .image-wrap {
    padding: 16px;
  }
}
.cid-uFTyaRqKUp .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTyaRqKUp .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFTyaRqKUp .image-overlay {
    padding: 16px;
  }
}
.cid-uFTyaRqKUp .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uFTyaRqKUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTyaRqKUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTyaRqKUp .row {
  justify-content: center;
}
.cid-uFTyaRqKUp .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFTyaRqKUp .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uFTyaRqKUp .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFTyaRqKUp .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFTyaRqKUp .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFTyaRqKUp .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTyaRqKUp .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFTyaRqKUp .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFTyaRqKUp .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTyaRqKUp .mbr-label,
.cid-uFTyaRqKUp .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFTyaRqKUp .mbr-section-title {
  color: #fff7ee;
}
.cid-uFTyaRqKUp .mbr-text,
.cid-uFTyaRqKUp .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFTyaRqKUp .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFTyaRqKUp .mbr-section-title,
.cid-uFTyaRqKUp .mbr-section-btn {
  text-align: center;
  color: #e9a043;
}
.cid-uGnQZCEilM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnQZCEilM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQZCEilM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnQZCEilM .col-12 {
  position: relative;
}
.cid-uGnQZCEilM img {
  max-width: 800px;
  margin: auto;
}
.cid-uGnQZCEilM .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uGnQZCEilM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnQZCEilM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnQZCEilM .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGnQZCEilM .mbr-section-title {
  color: #000000;
}
.cid-uGsyJ95MNw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chocolate-pra-hosteleria-sabores.jpg-816x1224.jpg");
}
.cid-uGsyJ95MNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsyJ95MNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsyJ95MNw .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uGsyJ95MNw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uGsyJ95MNw .container {
    padding: 0 26px;
  }
}
.cid-uGsyJ95MNw .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uGsyJ95MNw .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uGsyJ95MNw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uGsyJ95MNw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGsyJ95MNw .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uGsyJ95MNw .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uGsyJ95MNw .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uGsyJ95MNw .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uGsyJ95MNw .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uGsyJ95MNw .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uGsyJ95MNw .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uGsyJ95MNw .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uGsyJ95MNw .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uGsyJ95MNw .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uGsyJ95MNw .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uGsyJ95MNw .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-uGsyJ95MNw .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-uGsyJ95MNw .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uGsyJ95MNw .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uGsyJ95MNw .mbr-section-title {
  color: #fafafa;
}
.cid-uGsyJ95MNw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGsyJ95MNw .mbr-contact {
  color: #ffffff;
}
.cid-uGsyJ95MNw .mbr-desc {
  color: #ffffff;
}
.cid-uGnQw9wPEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnQw9wPEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQw9wPEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .container {
    padding: 0 30px;
  }
}
.cid-uGnQw9wPEY .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row {
    padding-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .card {
  justify-content: center;
}
.cid-uGnQw9wPEY .title-wrapper {
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGnQw9wPEY .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:hover::before,
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uGnQw9wPEY .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uGnQw9wPEY .mbr-section-title {
  color: #144031;
}
.cid-uGnQw9wPEY .list {
  color: #144031;
}
.cid-uGnQw9wPEY .list,
.cid-uGnQw9wPEY .item-wrap {
  color: #d58219;
}
.cid-uGnQw9wPEY .mbr-section-title,
.cid-uGnQw9wPEY .title-wrapper {
  color: #cacaca;
}
.cid-uGnTHQgC5G {
  z-index: 1000;
  width: 100%;
}
.cid-uGnTHQgC5G .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uGnTHQgC5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uGnTHQgC5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGnTHQgC5G .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGnTHQgC5G .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGnTHQgC5G .menu_box .navbar.opened,
  .cid-uGnTHQgC5G .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGnTHQgC5G nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGnTHQgC5G .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGnTHQgC5G .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGnTHQgC5G .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGnTHQgC5G .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGnTHQgC5G .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGnTHQgC5G .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGnTHQgC5G .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uGnTHQgC5G .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGnTHQgC5G .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGnTHQgC5G .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGnTHQgC5G .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGnTHQgC5G .offcanvas-body .mbr-text,
  .cid-uGnTHQgC5G .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGnTHQgC5G .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGnTHQgC5G .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGnTHQgC5G .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGnTHQgC5G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGnTHQgC5G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGnTHQgC5G .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGnTHQgC5G .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGnTHQgC5G ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGnTHQgC5G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGnTHQgC5G .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGnTHQgC5G .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGnTHQgC5G li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGnTHQgC5G .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGnTHQgC5G .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGnTHQgC5G .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGnTHQgC5G .nav-item {
    margin: 0 !important;
  }
}
.cid-uGnTHQgC5G .nav-item .nav-link {
  position: relative;
}
.cid-uGnTHQgC5G .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uGnTHQgC5G .nav-item .nav-link:hover,
.cid-uGnTHQgC5G .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uGnTHQgC5G .nav-item .nav-link:hover::before,
.cid-uGnTHQgC5G .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uGnTHQgC5G .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGnTHQgC5G .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGnTHQgC5G .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGnTHQgC5G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGnTHQgC5G .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGnTHQgC5G .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGnTHQgC5G .offcanvas_box {
    display: none;
  }
}
.cid-uGnTHQgC5G .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGnTHQgC5G .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGnTHQgC5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGnTHQgC5G .container {
  display: flex;
  margin: auto;
}
.cid-uGnTHQgC5G .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGnTHQgC5G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGnTHQgC5G .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGnTHQgC5G .navbar-caption {
  color: #ffffff;
}
.cid-uGnTHQgC5G .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGnTHQgC5G .navbar-nav {
    margin: 0;
  }
}
.cid-uGnTHQgC5G .dropdown-menu,
.cid-uGnTHQgC5G .navbar.opened {
  background-color: true !important;
}
.cid-uGnTHQgC5G .nav-item:focus,
.cid-uGnTHQgC5G .nav-link:focus {
  outline: none;
}
.cid-uGnTHQgC5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGnTHQgC5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGnTHQgC5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGnTHQgC5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGnTHQgC5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGnTHQgC5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGnTHQgC5G .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGnTHQgC5G .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGnTHQgC5G .navbar.opened {
  transition: all 0.3s;
}
.cid-uGnTHQgC5G .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGnTHQgC5G .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGnTHQgC5G .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uGnTHQgC5G .navbar.collapsed {
  justify-content: center;
}
.cid-uGnTHQgC5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGnTHQgC5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGnTHQgC5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGnTHQgC5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGnTHQgC5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGnTHQgC5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGnTHQgC5G .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGnTHQgC5G .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGnTHQgC5G .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGnTHQgC5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGnTHQgC5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGnTHQgC5G .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGnTHQgC5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGnTHQgC5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGnTHQgC5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGnTHQgC5G .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGnTHQgC5G .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGnTHQgC5G .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGnTHQgC5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGnTHQgC5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGnTHQgC5G .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGnTHQgC5G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGnTHQgC5G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGnTHQgC5G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGnTHQgC5G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGnTHQgC5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGnTHQgC5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGnTHQgC5G .dropdown-item.active,
.cid-uGnTHQgC5G .dropdown-item:active {
  background-color: transparent;
}
.cid-uGnTHQgC5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGnTHQgC5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGnTHQgC5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGnTHQgC5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGnTHQgC5G ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGnTHQgC5G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGnTHQgC5G button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGnTHQgC5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGnTHQgC5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGnTHQgC5G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGnTHQgC5G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGnTHQgC5G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGnTHQgC5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGnTHQgC5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGnTHQgC5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGnTHQgC5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGnTHQgC5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGnTHQgC5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGnTHQgC5G .navbar {
    height: 70px;
  }
  .cid-uGnTHQgC5G .navbar.opened {
    height: auto;
  }
  .cid-uGnTHQgC5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGnTHQgC5G .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGnTHQgC5G .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uGnTHQgC5G .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGnTHQgC5G .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uGnTHQgC5G .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uGnTHQgC5G .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uGnTHQgC5G .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGnTHQgC5G .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGnTHQgC5G .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-uGnTHQgC5G .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGnTHQgC5G .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uGnTHQgC5G .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGnTHQgC5G .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uGnTHQgC5G .mbr-section-subtitle,
.cid-uGnTHQgC5G .text_widget,
.cid-uGnTHQgC5G .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-uGnTHQgC5G a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGnTHQI6kA {
  background-image: url("../../../assets/images/background-2060711.jpg-2000x2000.jpg");
}
.cid-uGnTHQI6kA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnTHQI6kA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnTHQI6kA .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uGnTHQI6kA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uGnTHQI6kA .container {
    padding: 0 26px;
  }
}
.cid-uGnTHQI6kA .title-wrapper {
  padding-top: 35%;
}
.cid-uGnTHQI6kA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uGnTHQI6kA .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-uGnTHQI6kA .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-uGnTHQI6kA .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-uGnTHQI6kA .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-uGnTHQI6kA .mbr-section-title {
  color: #ffffff;
}
.cid-uGnTHQI6kA .mbr-text {
  color: #ffffff;
}
.cid-uGnTHQI6kA .mbr-section-title,
.cid-uGnTHQI6kA .icon-wrapper,
.cid-uGnTHQI6kA .mbr-section-btn {
  text-align: center;
}
.cid-uGnTHRhXpw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnTHRhXpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnTHRhXpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnTHRhXpw .col-12 {
  position: relative;
}
.cid-uGnTHRhXpw img {
  max-width: 800px;
  margin: auto;
}
.cid-uGnTHRhXpw .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uGnTHRhXpw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnTHRhXpw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnTHRhXpw .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGnTHRhXpw .mbr-section-title {
  color: #000000;
}
.cid-uGnTHRBy6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnTHRBy6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnTHRBy6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGnTHRBy6b .container {
    padding: 0 30px;
  }
}
.cid-uGnTHRBy6b .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnTHRBy6b .row {
    padding-bottom: 50px;
  }
}
.cid-uGnTHRBy6b .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnTHRBy6b .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uGnTHRBy6b .card {
  justify-content: center;
}
.cid-uGnTHRBy6b .title-wrapper {
  margin-bottom: 20px;
}
.cid-uGnTHRBy6b .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uGnTHRBy6b .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uGnTHRBy6b .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGnTHRBy6b .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uGnTHRBy6b .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGnTHRBy6b .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uGnTHRBy6b .nav-wrapper .list .item-wrap:hover::before,
.cid-uGnTHRBy6b .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGnTHRBy6b .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uGnTHRBy6b .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uGnTHRBy6b .mbr-section-title {
  color: #144031;
}
.cid-uGnTHRBy6b .list {
  color: #144031;
}
.cid-uGnTHRBy6b .list,
.cid-uGnTHRBy6b .item-wrap {
  color: #d58219;
}
.cid-uGnTHRBy6b .mbr-section-title,
.cid-uGnTHRBy6b .title-wrapper {
  color: #cacaca;
}
.cid-uFT4BZquhy {
  z-index: 1000;
  width: 100%;
}
.cid-uFT4BZquhy .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uFT4BZquhy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uFT4BZquhy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFT4BZquhy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFT4BZquhy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uFT4BZquhy .menu_box .navbar.opened,
  .cid-uFT4BZquhy .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFT4BZquhy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFT4BZquhy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFT4BZquhy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uFT4BZquhy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFT4BZquhy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uFT4BZquhy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFT4BZquhy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFT4BZquhy .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uFT4BZquhy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFT4BZquhy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFT4BZquhy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFT4BZquhy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFT4BZquhy .offcanvas-body .mbr-text,
  .cid-uFT4BZquhy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFT4BZquhy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFT4BZquhy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFT4BZquhy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFT4BZquhy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFT4BZquhy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFT4BZquhy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFT4BZquhy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFT4BZquhy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFT4BZquhy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFT4BZquhy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFT4BZquhy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFT4BZquhy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFT4BZquhy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFT4BZquhy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFT4BZquhy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFT4BZquhy .nav-item {
    margin: 0 !important;
  }
}
.cid-uFT4BZquhy .nav-item .nav-link {
  position: relative;
}
.cid-uFT4BZquhy .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uFT4BZquhy .nav-item .nav-link:hover,
.cid-uFT4BZquhy .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uFT4BZquhy .nav-item .nav-link:hover::before,
.cid-uFT4BZquhy .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uFT4BZquhy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFT4BZquhy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFT4BZquhy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFT4BZquhy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFT4BZquhy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFT4BZquhy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFT4BZquhy .offcanvas_box {
    display: none;
  }
}
.cid-uFT4BZquhy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFT4BZquhy .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFT4BZquhy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFT4BZquhy .container {
  display: flex;
  margin: auto;
}
.cid-uFT4BZquhy .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFT4BZquhy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFT4BZquhy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFT4BZquhy .navbar-caption {
  color: #ffffff;
}
.cid-uFT4BZquhy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFT4BZquhy .navbar-nav {
    margin: 0;
  }
}
.cid-uFT4BZquhy .dropdown-menu,
.cid-uFT4BZquhy .navbar.opened {
  background-color: true !important;
}
.cid-uFT4BZquhy .nav-item:focus,
.cid-uFT4BZquhy .nav-link:focus {
  outline: none;
}
.cid-uFT4BZquhy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFT4BZquhy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFT4BZquhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFT4BZquhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFT4BZquhy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFT4BZquhy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFT4BZquhy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFT4BZquhy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFT4BZquhy .navbar.opened {
  transition: all 0.3s;
}
.cid-uFT4BZquhy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFT4BZquhy .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uFT4BZquhy .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uFT4BZquhy .navbar.collapsed {
  justify-content: center;
}
.cid-uFT4BZquhy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFT4BZquhy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFT4BZquhy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFT4BZquhy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFT4BZquhy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFT4BZquhy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFT4BZquhy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFT4BZquhy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFT4BZquhy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFT4BZquhy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFT4BZquhy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFT4BZquhy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFT4BZquhy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFT4BZquhy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFT4BZquhy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFT4BZquhy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFT4BZquhy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFT4BZquhy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFT4BZquhy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uFT4BZquhy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFT4BZquhy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFT4BZquhy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFT4BZquhy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFT4BZquhy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFT4BZquhy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFT4BZquhy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFT4BZquhy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFT4BZquhy .dropdown-item.active,
.cid-uFT4BZquhy .dropdown-item:active {
  background-color: transparent;
}
.cid-uFT4BZquhy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFT4BZquhy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFT4BZquhy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFT4BZquhy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFT4BZquhy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFT4BZquhy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFT4BZquhy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uFT4BZquhy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFT4BZquhy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFT4BZquhy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFT4BZquhy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFT4BZquhy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFT4BZquhy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFT4BZquhy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFT4BZquhy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFT4BZquhy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFT4BZquhy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFT4BZquhy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFT4BZquhy .navbar {
    height: 70px;
  }
  .cid-uFT4BZquhy .navbar.opened {
    height: auto;
  }
  .cid-uFT4BZquhy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFT4BZquhy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uFT4BZquhy .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uFT4BZquhy .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFT4BZquhy .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uFT4BZquhy .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uFT4BZquhy .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uFT4BZquhy .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFT4BZquhy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFT4BZquhy .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-uFT4BZquhy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFT4BZquhy .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uFT4BZquhy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFT4BZquhy .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uFT4BZquhy .mbr-section-subtitle,
.cid-uFT4BZquhy .text_widget,
.cid-uFT4BZquhy .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-uFT4BZquhy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFT4BZWLRn {
  display: flex;
  background-image: url("../../../assets/images/chocolate-para-hosteleria-gourmet-5.jpg-2000x1600.jpeg");
}
.cid-uFT4BZWLRn .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uFT4BZWLRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFT4BZWLRn .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uFT4BZWLRn .line {
    margin-bottom: 10rem;
  }
}
.cid-uFT4BZWLRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFT4BZWLRn p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uFT4BZWLRn {
    align-items: center;
  }
  .cid-uFT4BZWLRn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFT4BZWLRn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFT4BZWLRn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uFT4BZWLRn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFT4BZWLRn .content-wrap {
    width: 100%;
  }
}
.cid-uFT4BZWLRn .mbr-section-subtitle,
.cid-uFT4BZWLRn .line {
  color: #ffffff;
}
.cid-uFT4BZWLRn .mbr-text,
.cid-uFT4BZWLRn .mbr-section-btn {
  text-align: left;
}
.cid-uFT4BZWLRn .mbr-section-title {
  color: #d58219;
}
.cid-uFT4C0g44x {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1219.jpg");
}
.cid-uFT4C0g44x .section-head {
  margin-bottom: 2rem;
}
.cid-uFT4C0g44x .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-uFT4C0g44x .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uFT4C0g44x .row {
    text-align: center;
  }
}
.cid-uFT4C0g44x .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uFT4C0g44x .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uFT4C0g44x .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uFT4C0g44x .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uFT4C0AnFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFT4C0AnFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFT4C0AnFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFT4C0AnFG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFT4C0AnFG .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFT4C0AnFG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFT4C0AnFG .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFT4C0AnFG .container {
    padding: 0 24px;
  }
}
.cid-uFT4C0AnFG .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #000000;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFT4C0AnFG .content-wrapper {
    display: block;
  }
}
.cid-uFT4C0AnFG .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uFT4C0AnFG .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFT4C0AnFG .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uFT4C0AnFG .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #d58219;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #d58219;
}
.cid-uFT4C0AnFG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFT4C0AnFG .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uFT4C0AnFG .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFT4C0AnFG .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uFT4C0AnFG .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uFT4C0AnFG .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uFT4C0AnFG .mbr-section-title {
  color: #18212d;
}
.cid-uFT4C0AnFG .mbr-desc {
  color: #18212d;
}
.cid-uFT4C0AnFG .mbr-text {
  color: #fafafa;
}
.cid-uFT4C0AnFG .mbr-desc,
.cid-uFT4C0AnFG .desc-wrapper {
  color: #cacaca;
}
.cid-uFT4C0AnFG .mbr-section-title,
.cid-uFT4C0AnFG .mbr-section-btn {
  color: #d58219;
}
.cid-uFTsnrat0d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uFTsnrat0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTsnrat0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTsnrat0d .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uFTsnrat0d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTsnrat0d .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uFTsnrat0d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uFTsnrat0d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uFTsnrat0d .mbr-section-title {
  color: #d58219;
}
.cid-uFTsnrat0d .mbr-text,
.cid-uFTsnrat0d .mbr-section-btn {
  color: #cacaca;
}
.cid-uFTsnrat0d img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uFTsnrat0d img {
    height: 15rem;
  }
}
.cid-uX4SPJvqtd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uX4SPJvqtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX4SPJvqtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX4SPJvqtd .row-reverse {
  flex-direction: row-reverse;
}
.cid-uX4SPJvqtd .row {
  flex-direction: row-reverse;
}
.cid-uX4SPJvqtd .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uX4SPJvqtd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX4SPJvqtd .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uX4SPJvqtd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uX4SPJvqtd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uX4SPJvqtd .mbr-section-title {
  color: #d58219;
}
.cid-uX4SPJvqtd .mbr-text,
.cid-uX4SPJvqtd .mbr-section-btn {
  color: #cacaca;
}
.cid-uX4SPJvqtd img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uX4SPJvqtd img {
    height: 15rem;
  }
}
.cid-uFTtZP9bnN {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #000000;
}
.cid-uFTtZP9bnN .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uFTtZP9bnN .image-wrap {
    padding: 16px;
  }
}
.cid-uFTtZP9bnN .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFTtZP9bnN .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uFTtZP9bnN .image-overlay {
    padding: 16px;
  }
}
.cid-uFTtZP9bnN .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uFTtZP9bnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTtZP9bnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTtZP9bnN .row {
  justify-content: center;
}
.cid-uFTtZP9bnN .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFTtZP9bnN .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uFTtZP9bnN .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFTtZP9bnN .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFTtZP9bnN .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFTtZP9bnN .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFTtZP9bnN .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFTtZP9bnN .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFTtZP9bnN .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFTtZP9bnN .mbr-label,
.cid-uFTtZP9bnN .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFTtZP9bnN .mbr-section-title {
  color: #fff7ee;
}
.cid-uFTtZP9bnN .mbr-text,
.cid-uFTtZP9bnN .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFTtZP9bnN .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFTtZP9bnN .mbr-section-title,
.cid-uFTtZP9bnN .mbr-section-btn {
  text-align: center;
  color: #e9a043;
}
.cid-uGnRbgV235 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnRbgV235 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnRbgV235 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnRbgV235 .col-12 {
  position: relative;
}
.cid-uGnRbgV235 img {
  max-width: 800px;
  margin: auto;
}
.cid-uGnRbgV235 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uGnRbgV235 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGnRbgV235 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGnRbgV235 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uGnRbgV235 .mbr-section-title {
  color: #000000;
}
.cid-uGsyMPmpw7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chocolate-a-la-taza-para-hosteleria.jpg-984x1476.jpg");
}
.cid-uGsyMPmpw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGsyMPmpw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsyMPmpw7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uGsyMPmpw7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uGsyMPmpw7 .container {
    padding: 0 26px;
  }
}
.cid-uGsyMPmpw7 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uGsyMPmpw7 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uGsyMPmpw7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uGsyMPmpw7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGsyMPmpw7 .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uGsyMPmpw7 .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uGsyMPmpw7 .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uGsyMPmpw7 .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uGsyMPmpw7 .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uGsyMPmpw7 .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uGsyMPmpw7 .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uGsyMPmpw7 .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uGsyMPmpw7 .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uGsyMPmpw7 .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uGsyMPmpw7 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uGsyMPmpw7 .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-uGsyMPmpw7 .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-uGsyMPmpw7 .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uGsyMPmpw7 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uGsyMPmpw7 .mbr-section-title {
  color: #fafafa;
}
.cid-uGsyMPmpw7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGsyMPmpw7 .mbr-contact {
  color: #ffffff;
}
.cid-uGsyMPmpw7 .mbr-desc {
  color: #ffffff;
}
.cid-uGnQw9wPEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnQw9wPEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnQw9wPEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .container {
    padding: 0 30px;
  }
}
.cid-uGnQw9wPEY .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row {
    padding-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGnQw9wPEY .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uGnQw9wPEY .card {
  justify-content: center;
}
.cid-uGnQw9wPEY .title-wrapper {
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uGnQw9wPEY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGnQw9wPEY .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uGnQw9wPEY .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:hover::before,
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uGnQw9wPEY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uGnQw9wPEY .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uGnQw9wPEY .mbr-section-title {
  color: #144031;
}
.cid-uGnQw9wPEY .list {
  color: #144031;
}
.cid-uGnQw9wPEY .list,
.cid-uGnQw9wPEY .item-wrap {
  color: #d58219;
}
.cid-uGnQw9wPEY .mbr-section-title,
.cid-uGnQw9wPEY .title-wrapper {
  color: #cacaca;
}
.cid-uMj0Mib2UD {
  z-index: 1000;
  width: 100%;
}
.cid-uMj0Mib2UD .navbar-dropdown {
  background: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-uMj0Mib2UD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000 !important;
  background: #000000;
}
.cid-uMj0Mib2UD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMj0Mib2UD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMj0Mib2UD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMj0Mib2UD .menu_box .navbar.opened,
  .cid-uMj0Mib2UD .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMj0Mib2UD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMj0Mib2UD .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uMj0Mib2UD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uMj0Mib2UD .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uMj0Mib2UD .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uMj0Mib2UD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMj0Mib2UD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMj0Mib2UD .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-uMj0Mib2UD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMj0Mib2UD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMj0Mib2UD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMj0Mib2UD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMj0Mib2UD .offcanvas-body .mbr-text,
  .cid-uMj0Mib2UD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMj0Mib2UD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMj0Mib2UD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uMj0Mib2UD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uMj0Mib2UD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uMj0Mib2UD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uMj0Mib2UD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMj0Mib2UD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMj0Mib2UD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMj0Mib2UD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMj0Mib2UD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMj0Mib2UD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMj0Mib2UD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMj0Mib2UD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMj0Mib2UD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMj0Mib2UD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMj0Mib2UD .nav-item {
    margin: 0 !important;
  }
}
.cid-uMj0Mib2UD .nav-item .nav-link {
  position: relative;
}
.cid-uMj0Mib2UD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uMj0Mib2UD .nav-item .nav-link:hover,
.cid-uMj0Mib2UD .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffffff !important;
}
.cid-uMj0Mib2UD .nav-item .nav-link:hover::before,
.cid-uMj0Mib2UD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uMj0Mib2UD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMj0Mib2UD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMj0Mib2UD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMj0Mib2UD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMj0Mib2UD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMj0Mib2UD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMj0Mib2UD .offcanvas_box {
    display: none;
  }
}
.cid-uMj0Mib2UD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uMj0Mib2UD .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMj0Mib2UD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMj0Mib2UD .container {
  display: flex;
  margin: auto;
}
.cid-uMj0Mib2UD .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uMj0Mib2UD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMj0Mib2UD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uMj0Mib2UD .navbar-caption {
  color: #ffffff;
}
.cid-uMj0Mib2UD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMj0Mib2UD .navbar-nav {
    margin: 0;
  }
}
.cid-uMj0Mib2UD .dropdown-menu,
.cid-uMj0Mib2UD .navbar.opened {
  background-color: true !important;
}
.cid-uMj0Mib2UD .nav-item:focus,
.cid-uMj0Mib2UD .nav-link:focus {
  outline: none;
}
.cid-uMj0Mib2UD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMj0Mib2UD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMj0Mib2UD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMj0Mib2UD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMj0Mib2UD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMj0Mib2UD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMj0Mib2UD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMj0Mib2UD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMj0Mib2UD .navbar.opened {
  transition: all 0.3s;
}
.cid-uMj0Mib2UD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMj0Mib2UD .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uMj0Mib2UD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uMj0Mib2UD .navbar.collapsed {
  justify-content: center;
}
.cid-uMj0Mib2UD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMj0Mib2UD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMj0Mib2UD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMj0Mib2UD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMj0Mib2UD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMj0Mib2UD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMj0Mib2UD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMj0Mib2UD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMj0Mib2UD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMj0Mib2UD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMj0Mib2UD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMj0Mib2UD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMj0Mib2UD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMj0Mib2UD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMj0Mib2UD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMj0Mib2UD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMj0Mib2UD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMj0Mib2UD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMj0Mib2UD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMj0Mib2UD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMj0Mib2UD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMj0Mib2UD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMj0Mib2UD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMj0Mib2UD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMj0Mib2UD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMj0Mib2UD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMj0Mib2UD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMj0Mib2UD .dropdown-item.active,
.cid-uMj0Mib2UD .dropdown-item:active {
  background-color: transparent;
}
.cid-uMj0Mib2UD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMj0Mib2UD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMj0Mib2UD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMj0Mib2UD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMj0Mib2UD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMj0Mib2UD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMj0Mib2UD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uMj0Mib2UD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMj0Mib2UD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMj0Mib2UD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMj0Mib2UD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMj0Mib2UD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMj0Mib2UD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMj0Mib2UD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMj0Mib2UD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMj0Mib2UD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMj0Mib2UD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMj0Mib2UD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMj0Mib2UD .navbar {
    height: 70px;
  }
  .cid-uMj0Mib2UD .navbar.opened {
    height: auto;
  }
  .cid-uMj0Mib2UD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMj0Mib2UD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMj0Mib2UD .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.cid-uMj0Mib2UD .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMj0Mib2UD .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-uMj0Mib2UD .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uMj0Mib2UD .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-uMj0Mib2UD .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uMj0Mib2UD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMj0Mib2UD .text_widget {
  margin-bottom: 32px;
  color: #ff9970;
}
.cid-uMj0Mib2UD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMj0Mib2UD .text_widget a:hover {
  color: #ffffff !important;
}
.cid-uMj0Mib2UD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMj0Mib2UD .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-uMj0Mib2UD .mbr-section-subtitle,
.cid-uMj0Mib2UD .text_widget,
.cid-uMj0Mib2UD .mbr-section-btn {
  text-align: left;
  color: #d58219;
}
.cid-uMj0Mib2UD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMj0MiJ0mB {
  display: flex;
  background-image: url("../../../assets/images/cacao-soluble-europea-del-cacao.jpg.jpg-1920x1076.jpg");
}
.cid-uMj0MiJ0mB .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uMj0MiJ0mB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0MiJ0mB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uMj0MiJ0mB .line {
    margin-bottom: 10rem;
  }
}
.cid-uMj0MiJ0mB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMj0MiJ0mB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMj0MiJ0mB {
    align-items: center;
  }
  .cid-uMj0MiJ0mB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMj0MiJ0mB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMj0MiJ0mB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMj0MiJ0mB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMj0MiJ0mB .content-wrap {
    width: 100%;
  }
}
.cid-uMj0MiJ0mB .mbr-section-subtitle,
.cid-uMj0MiJ0mB .line {
  color: #ffffff;
}
.cid-uMj0MiJ0mB .mbr-text,
.cid-uMj0MiJ0mB .mbr-section-btn {
  text-align: left;
}
.cid-uMj0MiJ0mB .mbr-section-title {
  color: #ffffff;
}
.cid-uMj0MjdRQE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1219.jpg");
}
.cid-uMj0MjdRQE .section-head {
  margin-bottom: 2rem;
}
.cid-uMj0MjdRQE .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-uMj0MjdRQE .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uMj0MjdRQE .row {
    text-align: center;
  }
}
.cid-uMj0MjdRQE .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uMj0MjdRQE .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uMj0MjdRQE .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uMj0MjdRQE .wave-container .wave svg path {
  fill: #000000;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uMj0MjIfic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMj0MjIfic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0MjIfic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMj0MjIfic .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMj0MjIfic .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMj0MjIfic .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMj0MjIfic .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMj0MjIfic .container {
    padding: 0 24px;
  }
}
.cid-uMj0MjIfic .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #000000;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uMj0MjIfic .content-wrapper {
    display: block;
  }
}
.cid-uMj0MjIfic .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uMj0MjIfic .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMj0MjIfic .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uMj0MjIfic .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #e97243;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #d58219;
}
.cid-uMj0MjIfic .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMj0MjIfic .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uMj0MjIfic .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uMj0MjIfic .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uMj0MjIfic .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMj0MjIfic .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMj0MjIfic .mbr-section-title {
  color: #18212d;
}
.cid-uMj0MjIfic .mbr-desc {
  color: #18212d;
}
.cid-uMj0MjIfic .mbr-text {
  color: #fafafa;
}
.cid-uMj0MjIfic .mbr-desc,
.cid-uMj0MjIfic .desc-wrapper {
  color: #cacaca;
}
.cid-uMj0MjIfic .mbr-section-title,
.cid-uMj0MjIfic .mbr-section-btn {
  color: #e97243;
}
.cid-uMj0VbGW7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMj0VbGW7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0VbGW7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMj0VbGW7m .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMj0VbGW7m .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMj0VbGW7m .container {
    padding: 0 26px;
  }
}
.cid-uMj0VbGW7m .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMj0VbGW7m .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMj0VbGW7m .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMj0VbGW7m .mbr-section-title {
  color: #e97243;
}
.cid-uMj0VbGW7m .mbr-section-subtitle {
  color: #cacaca;
}
.cid-uMj0VbGW7m .mbr-text {
  color: #cacaca;
}
.cid-uMwp8pqgAW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uMwp8pqgAW .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.cid-uMwp8pqgAW h4,
.cid-uMwp8pqgAW h5,
.cid-uMwp8pqgAW p {
  margin-bottom: 0;
}
.cid-uMwp8pqgAW p {
  color: #767676;
}
.cid-uMwp8pqgAW .card-title {
  float: left;
}
.cid-uMwp8pqgAW .card-link {
  float: right;
}
.cid-uMwp8pqgAW .card-wrapper {
  height: 100%;
}
.cid-uMwp8pqgAW .card-wrapper .card-title {
  position: relative;
}
.cid-uMwp8pqgAW .card-wrapper .card-title:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uMwp8pqgAW .card-wrapper:hover .card-title:after {
  width: 100%;
}
.cid-uMwp8pqgAW .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uMwp8pqgAW img {
  border-radius: 8px;
}
.cid-uMwp8pqgAW .card-title,
.cid-uMwp8pqgAW .main-title {
  color: #57468b;
}
.cid-uMwp8pqgAW .card-img {
  width: auto;
}
.cid-uMwp8pqgAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMwp8pqgAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMwp8pqgAW .card-title {
  color: #57468b;
}
.cid-uMj0Mm0lQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMj0Mm0lQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0Mm0lQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMj0Mm0lQ6 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMj0Mm0lQ6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMj0Mm0lQ6 .container {
    padding: 0 26px;
  }
}
.cid-uMj0Mm0lQ6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMj0Mm0lQ6 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMj0Mm0lQ6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMj0Mm0lQ6 .mbr-section-title {
  color: #e97243;
}
.cid-uMj0Mm0lQ6 .mbr-section-subtitle {
  color: #cacaca;
}
.cid-uMj0Mm0lQ6 .mbr-text {
  color: #cacaca;
}
.cid-uMj0Mmqhlo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vasos-de-lcacao-soluble-europea-del-cacao-2.jpg-1476x985.jpg");
}
.cid-uMj0Mmqhlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0Mmqhlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMj0Mmqhlo .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uMj0Mmqhlo .image-wrap {
    height: 350px;
  }
}
.cid-uMj0MmNbx2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMj0MmNbx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0MmNbx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMj0MmNbx2 .col-12 {
  position: relative;
}
.cid-uMj0MmNbx2 img {
  max-width: 800px;
  margin: auto;
}
.cid-uMj0MmNbx2 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uMj0MmNbx2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMj0MmNbx2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMj0MmNbx2 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uMj0MmNbx2 .mbr-section-title {
  color: #000000;
}
.cid-uMj0Mndza0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vaso-de-lcacao-soluble-europea-del-cacao.jpg-1476x985.jpg");
}
.cid-uMj0Mndza0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0Mndza0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMj0Mndza0 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uMj0Mndza0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uMj0Mndza0 .container {
    padding: 0 26px;
  }
}
.cid-uMj0Mndza0 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uMj0Mndza0 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMj0Mndza0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uMj0Mndza0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMj0Mndza0 .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-uMj0Mndza0 .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uMj0Mndza0 .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uMj0Mndza0 .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-uMj0Mndza0 .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-uMj0Mndza0 .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-uMj0Mndza0 .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-uMj0Mndza0 .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-uMj0Mndza0 .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-uMj0Mndza0 .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-uMj0Mndza0 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uMj0Mndza0 .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-uMj0Mndza0 .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-uMj0Mndza0 .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-uMj0Mndza0 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uMj0Mndza0 .mbr-section-title {
  color: #ffffff;
}
.cid-uMj0Mndza0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMj0Mndza0 .mbr-contact {
  color: #ffffff;
}
.cid-uMj0Mndza0 .mbr-desc {
  color: #ffffff;
}
.cid-uMj0MnHtbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uMj0MnHtbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMj0MnHtbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMj0MnHtbv .container {
    padding: 0 30px;
  }
}
.cid-uMj0MnHtbv .row {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMj0MnHtbv .row {
    padding-bottom: 50px;
  }
}
.cid-uMj0MnHtbv .row .border-wrap {
  background-color: #d58219;
  height: 2px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMj0MnHtbv .row .border-wrap {
    margin-bottom: 50px;
  }
}
.cid-uMj0MnHtbv .card {
  justify-content: center;
}
.cid-uMj0MnHtbv .title-wrapper {
  margin-bottom: 20px;
}
.cid-uMj0MnHtbv .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uMj0MnHtbv .title-wrapper .title-wrap img {
  object-fit: cover;
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.cid-uMj0MnHtbv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMj0MnHtbv .nav-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cid-uMj0MnHtbv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMj0MnHtbv .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 50px 10px 0;
  cursor: pointer;
}
.cid-uMj0MnHtbv .nav-wrapper .list .item-wrap:hover::before,
.cid-uMj0MnHtbv .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMj0MnHtbv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffc070;
  transition: all .3s ease;
}
.cid-uMj0MnHtbv .mbr-copy {
  margin-bottom: 0;
  color: #e9a043;
}
.cid-uMj0MnHtbv .mbr-section-title {
  color: #144031;
}
.cid-uMj0MnHtbv .list {
  color: #144031;
}
.cid-uMj0MnHtbv .list,
.cid-uMj0MnHtbv .item-wrap {
  color: #d58219;
}
.cid-uMj0MnHtbv .mbr-section-title,
.cid-uMj0MnHtbv .title-wrapper {
  color: #cacaca;
}
