.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ff0000 !important;
}
.bg-info {
  background-color: #ffed00 !important;
}
.bg-warning {
  background-color: #25d366 !important;
}
.bg-danger {
  background-color: #000000 !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
  color: #000000 !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: #a89c00 !important;
  border-color: #a89c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #a89c00 !important;
  border-color: #a89c00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !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: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #25d366 !important;
  border-color: #25d366 !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: #188942 !important;
  border-color: #188942 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #188942 !important;
  border-color: #188942 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ffffff;
  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: #d4d4d4 !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: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffed00;
  color: #ffed00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a89c00 !important;
  background-color: transparent!important;
  border-color: #a89c00 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: #a80000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #25d366;
  color: #25d366;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #188942 !important;
  background-color: transparent!important;
  border-color: #188942 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #ffffff !important;
}
.text-success {
  color: #ff0000 !important;
}
.text-info {
  color: #ffed00 !important;
}
.text-warning {
  color: #25d366 !important;
}
.text-danger {
  color: #000000 !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: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #990000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #998e00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #167c3c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #ffed00;
}
.alert-warning {
  background-color: #25d366;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffbcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cef6dd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.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: #ffffff !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;
}
.cid-snBtUjgwai .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-snBtUjgwai .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-snBtUjgwai .mbr-section-title {
  color: #ff0000;
}
.cid-snBtUjgwai .mbr-text,
.cid-snBtUjgwai .mbr-section-btn {
  color: #ffffff;
}
.cid-snBU6bMYLN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snBU6bMYLN .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-snBU6bMYLN .mbr-section-title {
  margin: 0;
}
.cid-snBU6bMYLN .card-img {
  text-align: center;
}
.cid-snBU6bMYLN .row-item {
  padding-bottom: 1rem;
  padding: 3rem 1rem;
}
.cid-snBU6bMYLN .row-item.card1 {
  background: #ffffff;
}
.cid-snBU6bMYLN .row-item.card2 {
  background: #ffffff;
}
.cid-snBU6bMYLN .row-item.card3 {
  background: #ffffff;
}
.cid-snBU6bMYLN .row-item.card4 {
  background: #ffffff;
}
.cid-snBU6bMYLN .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-snBU6bMYLN .card-img,
  .cid-snBU6bMYLN .mbr-text,
  .cid-snBU6bMYLN .mbr-card-title,
  .cid-snBU6bMYLN .mbr-section-subtitle,
  .cid-snBU6bMYLN .mbr-section-title,
  .cid-snBU6bMYLN .underline {
    text-align: center !important;
  }
}
.cid-snBU6bMYLN .card2 > .mbr-card-title,
.cid-snBU6bMYLN .card2 > .card-img {
  color: #b12727;
}
.cid-snBU6bMYLN .card4 > .mbr-card-title,
.cid-snBU6bMYLN .card4 > .card-img {
  color: #b12727;
}
.cid-snBU6bMYLN .card1 > .mbr-card-title,
.cid-snBU6bMYLN .card1 > .card-img {
  color: #000000;
}
.cid-snBU6bMYLN .card3 > .mbr-card-title,
.cid-snBU6bMYLN .card3 > .card-img {
  color: #000000;
}
.cid-snBU6bMYLN .card2 > .mbr-card-title,
.cid-snBU6bMYLN .card2 > .card-img {
  color: #000000;
}
.cid-snBU6bMYLN .card4 > .mbr-card-title,
.cid-snBU6bMYLN .card4 > .card-img {
  color: #000000;
}
.cid-snDxLeA4P1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snDxLeA4P1 .row {
    flex-direction: column-reverse;
  }
  .cid-snDxLeA4P1 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-snDxLeA4P1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-snDxLeA4P1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-snDxLeA4P1 .media-content,
.cid-snDxLeA4P1 .mbr-figure {
  align-self: center;
}
.cid-snDxLeA4P1 .mbr-figure iframe {
  width: 100%;
}
.cid-snDxLeA4P1 .mbr-section-title {
  color: #b12727;
}
.cid-snDyeicJki {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/taquizas-para-eventos-empresariales-en-mexico-x2-1920x1440.jpg");
}
@media (max-width: 991px) {
  .cid-snDyeicJki .mbr-section-title,
  .cid-snDyeicJki .mbr-section-subtitle,
  .cid-snDyeicJki .mbr-section-btn,
  .cid-snDyeicJki .mbr-text {
    text-align: center;
  }
}
.cid-snDyeicJki .mbr-section-title {
  color: #ffffff;
}
.cid-snDyeicJki .mbr-text,
.cid-snDyeicJki .mbr-section-btn {
  color: #ffffff;
}
.cid-snBOwbZdSl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-snBOwbZdSl .mbr-section-tag {
  color: #ffffff;
  margin-bottom: 0.4375rem;
}
.cid-snBOwbZdSl .mbr-section-title {
  margin-bottom: 1rem;
  color: #b12727;
}
.cid-snBOwbZdSl .mbr-section-title b:last-child,
.cid-snBOwbZdSl .mbr-section-title strong:last-child {
  color: #b12727;
}
.cid-snBOwbZdSl .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-snBOwbZdSl .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-snBOwbZdSl .mbr-text-wrap {
    border-left: 2px solid #ffffff;
    padding-left: 1.8125rem !important;
  }
}
.cid-snBOwbZdSl .mbr-section-btn {
  margin-top: 28px;
}
.cid-snBOwbZdSl .mbr-section-btn a {
  margin-top: 0;
}
.cid-snBOwbZdSl .mbr-section-subtitle,
.cid-snBOwbZdSl .mbr-section-btn {
  color: #000000;
}
.cid-snBOwbZdSl .mbr-text,
.cid-snBOwbZdSl .mbr-section-btn {
  color: #000000;
}
.cid-snDpPWCOzP {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-snDpPWCOzP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snDpPWCOzP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snDpPWCOzP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snDpPWCOzP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snDpPWCOzP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-snDpPWCOzP .icon-focus {
  display: none;
}
.cid-snDpPWCOzP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-snDpPWCOzP ul {
  font-size: 0;
}
.cid-snDpPWCOzP .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-snDpPWCOzP .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-snDpPWCOzP .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-snDpPWCOzP .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-snDpPWCOzP .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-snDpPWCOzP .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-snDpPWCOzP .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-snDpPWCOzP .btn:hover {
  background: transparent !important;
}
.cid-snDpPWCOzP .btn:hover:before {
  background: transparent !important;
}
.cid-snDpPWCOzP .btn:before {
  background-color: transparent !important;
}
.cid-snDpPWCOzP .btn:focus {
  box-shadow: none;
}
.cid-snDpPWCOzP .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-snDm2vWNaE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-snDm2vWNaE .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-snDm2vWNaE .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-snDm2vWNaE .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-snDm2vWNaE .mbr-text {
  color: #ffffff;
}
.cid-snDm2vWNaE .card {
  padding-bottom: 1.5rem;
}
.cid-snDm2vWNaE .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snDm2vWNaE .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-snDm2vWNaE .card-wrapper .card-title {
  color: #ffffff;
}
.cid-snDm2vWNaE .mbr-text,
.cid-snDm2vWNaE .mbr-section-btn {
  color: #ffffff;
}
.cid-snDqzwUKxy {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-snDqzwUKxy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snDqzwUKxy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snDqzwUKxy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snDqzwUKxy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snDqzwUKxy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-snDqzwUKxy .icon-focus {
  display: none;
}
.cid-snDqzwUKxy .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-snDqzwUKxy ul {
  font-size: 0;
}
.cid-snDqzwUKxy .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-snDqzwUKxy .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-snDqzwUKxy .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-snDqzwUKxy .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-snDqzwUKxy .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-snDqzwUKxy .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-snDqzwUKxy .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-snDqzwUKxy .btn:hover {
  background: transparent !important;
}
.cid-snDqzwUKxy .btn:hover:before {
  background: transparent !important;
}
.cid-snDqzwUKxy .btn:before {
  background-color: transparent !important;
}
.cid-snDqzwUKxy .btn:focus {
  box-shadow: none;
}
.cid-snDqzwUKxy .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-snBOigvEyN {
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-snBOigvEyN .text-content {
  padding-top: 90px;
  padding-bottom: 45px;
}
.cid-snBOigvEyN .text-content {
  z-index: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-snBOigvEyN .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-snBOigvEyN .text-content {
    width: 100%;
  }
}
.cid-snBOigvEyN .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-snBOigvEyN .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-snBOigvEyN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-snBOigvEyN .mbr-section-btn {
  margin-left: -4.5px;
}
@media (max-width: 767px) {
  .cid-snBOigvEyN .mbr-text {
    text-align: center;
  }
}
.cid-snBOigvEyN .mbr-section-subtitle {
  text-align: left;
}
.cid-snBOigvEyN .mbr-section-btn,
.cid-snBOigvEyN .mbr-section-title {
  text-align: left;
  color: #b12727;
}
.cid-snBOigvEyN P {
  text-align: left;
}
.cid-snDuEVlWQ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b12727;
}
.cid-snDuEVlWQ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-snDuEVlWQ3 .first-column .mbr-text {
  margin: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-snDuEVlWQ3 .form-group {
  max-width: 55%;
}
.cid-snDuEVlWQ3 .form-group,
.cid-snDuEVlWQ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snDuEVlWQ3 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .col + .mbr-section-btn .btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col,
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-snDuEVlWQ3 .col + .mbr-section-btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column {
    padding-bottom: 2rem;
  }
  .cid-snDuEVlWQ3 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column,
  .cid-snDuEVlWQ3 .third-column {
    text-align: center;
  }
}
.cid-sPCXOIcWBX .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .nav-item:focus,
.cid-sPCXOIcWBX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPCXOIcWBX .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link {
    position: relative;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sPCXOIcWBX .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPCXOIcWBX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPCXOIcWBX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPCXOIcWBX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sPCXOIcWBX .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sPCXOIcWBX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPCXOIcWBX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPCXOIcWBX .navbar.collapsed .right-menu,
.cid-sPCXOIcWBX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show .brand-container,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPCXOIcWBX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPCXOIcWBX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPCXOIcWBX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPCXOIcWBX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sPCXOIcWBX .navbar .right-menu,
  .cid-sPCXOIcWBX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPCXOIcWBX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPCXOIcWBX .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPCXOIcWBX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sPCXOIcWBX .dropdown-item.active,
.cid-sPCXOIcWBX .dropdown-item:active {
  background-color: transparent;
}
.cid-sPCXOIcWBX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPCXOIcWBX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPCXOIcWBX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPCXOIcWBX .navbar-buttons {
  margin-left: auto;
}
.cid-sPCXOIcWBX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX .navbar-dropdown {
  position: fixed;
}
.cid-sPCXOIcWBX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPCXOIcWBX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPCXOIcWBX .right-menu,
.cid-sPCXOIcWBX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPCXOIcWBX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ff0000;
  padding: 0.5rem 0;
}
.cid-sPCXOIcWBX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sPCXOIcWBX .card-wrapper {
  z-index: 3;
}
.cid-sPCXOIcWBX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snDRz3a3zS {
  background-image: url("../../../assets/images/empresas-que-hagan-tazuizas-a-domicilio-2-2000x1500.jpg");
}
@media (max-width: 991px) {
  .cid-snDRz3a3zS .mbr-section-title,
  .cid-snDRz3a3zS .mbr-section-subtitle,
  .cid-snDRz3a3zS .mbr-section-btn,
  .cid-snDRz3a3zS .mbr-text {
    text-align: center;
  }
}
.cid-snDRz3a3zS .mbr-section-title {
  color: #ffed00;
  text-align: right;
}
.cid-snDRz3a3zS .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
}
.cid-snDRz3a3zS .mbr-text,
.cid-snDRz3a3zS .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-snDYoElRuH {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-snDYoElRuH .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-snDYoElRuH .container {
  max-width: 1500px;
}
.cid-snDYoElRuH .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-snDYoElRuH .container {
    padding: 0 4rem;
  }
}
.cid-snDYoElRuH .mbr-text,
.cid-snDYoElRuH .mbr-section-btn {
  color: #000000;
}
.cid-snDYoElRuH .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-snDYoElRuH .btn .mbr-iconfont {
  order: 2;
}
.cid-snDYoElRuH .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-snDYoElRuH .align-left {
    text-align: center;
  }
  .cid-snDYoElRuH .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-snDYoElRuH H1 {
  color: #b12727;
}
.cid-snDNUQbj0B {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-snDNUQbj0B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snDNUQbj0B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snDNUQbj0B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snDNUQbj0B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snDNUQbj0B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-snDNUQbj0B .icon-focus {
  display: none;
}
.cid-snDNUQbj0B .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-snDNUQbj0B ul {
  font-size: 0;
}
.cid-snDNUQbj0B .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-snDNUQbj0B .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-snDNUQbj0B .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-snDNUQbj0B .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-snDNUQbj0B .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-snDNUQbj0B .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-snDNUQbj0B .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-snDNUQbj0B .btn:hover {
  background: transparent !important;
}
.cid-snDNUQbj0B .btn:hover:before {
  background: transparent !important;
}
.cid-snDNUQbj0B .btn:before {
  background-color: transparent !important;
}
.cid-snDNUQbj0B .btn:focus {
  box-shadow: none;
}
.cid-snDNUQbj0B .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #b12727;
}
.cid-snE01H7SxB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-snE01H7SxB .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-snE01H7SxB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-snE01H7SxB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-snE01H7SxB .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-snE01H7SxB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-snE01H7SxB .mbr-section-title {
  color: #ffffff;
}
.cid-snE4u6tnbk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
@media (max-width: 991px) {
  .cid-snE4u6tnbk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-snE4u6tnbk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-snE4u6tnbk .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-snE4u6tnbk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-snE4u6tnbk .mbr-section-title {
  color: #ffffff;
}
.cid-snE4u6tnbk .mbr-text,
.cid-snE4u6tnbk .mbr-section-btn {
  color: #ffffff;
}
.cid-snEtigmWBX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/charolazos-los-chonchos-1600x1200.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-snEtigmWBX .mbr-text,
.cid-snEtigmWBX .mbr-section-btn {
  color: #232323;
}
.cid-snEtigmWBX .card-title,
.cid-snEtigmWBX .card-box {
  color: #ffffff;
}
.cid-snEtigmWBX .mbr-text,
.cid-snEtigmWBX .link-wrap {
  color: #ffffff;
}
.cid-snEr8iHmoi {
  padding-top: 30px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url("../../../assets/images/charolazos-los-chonchos-1600x1200.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-snEr8iHmoi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snEr8iHmoi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snEr8iHmoi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snEr8iHmoi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snEr8iHmoi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-snEr8iHmoi .icon-focus {
  display: none;
}
.cid-snEr8iHmoi .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-snEr8iHmoi ul {
  font-size: 0;
}
.cid-snEr8iHmoi .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-snEr8iHmoi .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-snEr8iHmoi .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-snEr8iHmoi .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-snEr8iHmoi .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-snEr8iHmoi .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-snEr8iHmoi .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-snEr8iHmoi .btn:hover {
  background: transparent !important;
}
.cid-snEr8iHmoi .btn:hover:before {
  background: transparent !important;
}
.cid-snEr8iHmoi .btn:before {
  background-color: transparent !important;
}
.cid-snEr8iHmoi .btn:focus {
  box-shadow: none;
}
.cid-snEr8iHmoi .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-snEoFmeGQV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-snEoFmeGQV .mbr-text {
    text-align: center;
  }
}
.cid-snEoFmeGQV .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-snEoFmeGQV .media-content {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.cid-snEoFmeGQV .media-content {
  padding: 5rem 2rem;
}
.cid-snEoFmeGQV img {
  height: 100%;
  object-fit: cover;
}
.cid-snEoFmeGQV .mbr-figure {
  height: 100%;
}
.cid-snEoFmeGQV .col-lg-5,
.cid-snEoFmeGQV .col-lg-7 {
  padding: 0;
}
.cid-snEoFmeGQV .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-snEoFmeGQV .media-content {
    padding: 3rem 1rem;
  }
}
.cid-snEpCZid00 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-snEpCZid00 .row {
  flex-direction: row-reverse;
}
.cid-snEpCZid00 .container {
  max-width: 1400px;
}
.cid-snEpCZid00 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
}
.cid-snEpCZid00 p {
  line-height: 1.8;
}
.cid-snEpCZid00 .mbr-section-title {
  color: #ffffff;
}
.cid-snEpCZid00 .mbr-text {
  color: #ffffff;
}
.cid-snEpCZid00 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-snDuEVlWQ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b12727;
}
.cid-snDuEVlWQ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-snDuEVlWQ3 .first-column .mbr-text {
  margin: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-snDuEVlWQ3 .form-group {
  max-width: 55%;
}
.cid-snDuEVlWQ3 .form-group,
.cid-snDuEVlWQ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snDuEVlWQ3 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .col + .mbr-section-btn .btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col,
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-snDuEVlWQ3 .col + .mbr-section-btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column {
    padding-bottom: 2rem;
  }
  .cid-snDuEVlWQ3 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column,
  .cid-snDuEVlWQ3 .third-column {
    text-align: center;
  }
}
.cid-sPCXOIcWBX .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .nav-item:focus,
.cid-sPCXOIcWBX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPCXOIcWBX .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link {
    position: relative;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sPCXOIcWBX .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPCXOIcWBX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPCXOIcWBX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPCXOIcWBX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sPCXOIcWBX .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sPCXOIcWBX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPCXOIcWBX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPCXOIcWBX .navbar.collapsed .right-menu,
.cid-sPCXOIcWBX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show .brand-container,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPCXOIcWBX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPCXOIcWBX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPCXOIcWBX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPCXOIcWBX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sPCXOIcWBX .navbar .right-menu,
  .cid-sPCXOIcWBX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPCXOIcWBX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPCXOIcWBX .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPCXOIcWBX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sPCXOIcWBX .dropdown-item.active,
.cid-sPCXOIcWBX .dropdown-item:active {
  background-color: transparent;
}
.cid-sPCXOIcWBX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPCXOIcWBX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPCXOIcWBX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPCXOIcWBX .navbar-buttons {
  margin-left: auto;
}
.cid-sPCXOIcWBX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX .navbar-dropdown {
  position: fixed;
}
.cid-sPCXOIcWBX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPCXOIcWBX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPCXOIcWBX .right-menu,
.cid-sPCXOIcWBX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPCXOIcWBX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ff0000;
  padding: 0.5rem 0;
}
.cid-sPCXOIcWBX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sPCXOIcWBX .card-wrapper {
  z-index: 3;
}
.cid-sPCXOIcWBX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snEjCNggrL {
  padding-top: 225px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banquetes-para-eventos-corporativos-1300x867.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-snEjCNggrL .card-box {
  z-index: 10;
  position: relative;
}
.cid-snEjCNggrL .container-fluid {
  padding: 0;
}
.cid-snEjCNggrL h5 {
  margin: 0;
}
.cid-snEjCNggrL h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-snEjCNggrL h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-snEjCNggrL .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-snEjCNggrL .card:hover {
  z-index: 99;
}
.cid-snEjCNggrL .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-snEjCNggrL .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-snEjCNggrL .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-snEjCNggrL .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-snEjCNggrL .card1 {
  background-image: url("../../../assets/images/servicios-de-canapes-y-bocadillos-815x600.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-snEjCNggrL .card2 {
  background-image: url("../../../assets/images/background1-1.jpg");
  z-index: 3;
}
.cid-snEjCNggrL .card3 {
  background-image: url("../../../assets/images/canapes-y-bocadillos-815x600.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-snEjCNggrL h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-snEjCNggrL .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-snEjCNggrL .card-box {
    text-align: center;
  }
}
.cid-snEjCNggrL .mbr-text {
  color: #cccccc;
}
.cid-snEjCNggrL .card-date {
  color: #cccccc;
}
.cid-snEjCNggrL .card-title,
.cid-snEjCNggrL .card-box {
  text-align: center;
}
.cid-snEjPOMUuj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banquetes-para-eventos-corporativos-1300x867.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-snEjPOMUuj .content-inner .left-content {
  display: block;
}
.cid-snEjPOMUuj .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-snEjPOMUuj .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-snEjPOMUuj .content-inner .right-content {
  display: block;
}
.cid-snEjPOMUuj .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-snEjPOMUuj .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-snEjPOMUuj .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-snEjPOMUuj .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
@media (max-width: 991px) {
  .cid-snEjPOMUuj .content-inner {
    justify-content: center !important;
  }
  .cid-snEjPOMUuj * {
    text-align: center;
  }
}
.cid-snEjPOMUuj .content-inner .left-content .mbr-section-title,
.cid-snEjPOMUuj .mbr-section-btn {
  color: #ffffff;
}
.cid-snEjPOMUuj .content-inner .left-content .mbr-text,
.cid-snEjPOMUuj .mbr-section-btn {
  color: #ffffff;
}
.cid-snEjPOMUuj .content-inner .right-content .mbr-text,
.cid-snEjPOMUuj .mbr-section-btn {
  color: #ffffff;
}
.cid-snEjEfzIl3 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/banquetes-para-eventos-corporativos-1300x867.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-snEjEfzIl3 .card-box {
  z-index: 10;
  position: relative;
}
.cid-snEjEfzIl3 .container-fluid {
  padding: 0;
}
.cid-snEjEfzIl3 h5 {
  margin: 0;
}
.cid-snEjEfzIl3 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-snEjEfzIl3 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-snEjEfzIl3 .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-snEjEfzIl3 .card:hover {
  z-index: 99;
}
.cid-snEjEfzIl3 .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-snEjEfzIl3 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-snEjEfzIl3 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-snEjEfzIl3 .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-snEjEfzIl3 .card1 {
  background-image: url("../../../assets/images/box-lunch-ejecutivo-empresarial-815x600.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-snEjEfzIl3 .card2 {
  background-image: url("../../../assets/images/background1-1.jpg");
  z-index: 3;
}
.cid-snEjEfzIl3 .card3 {
  background-image: url("../../../assets/images/cocteleria-para-eventos-815x600.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-snEjEfzIl3 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-snEjEfzIl3 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-snEjEfzIl3 .card-box {
    text-align: center;
  }
}
.cid-snEjEfzIl3 .mbr-text {
  color: #cccccc;
}
.cid-snEjEfzIl3 .card-date {
  color: #cccccc;
}
.cid-snEjEfzIl3 .card-title,
.cid-snEjEfzIl3 .card-box {
  text-align: center;
}
.cid-snEjEfzIl3 H1 {
  color: #ffed00;
}
.cid-snDuEVlWQ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b12727;
}
.cid-snDuEVlWQ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-snDuEVlWQ3 .first-column .mbr-text {
  margin: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-snDuEVlWQ3 .form-group {
  max-width: 55%;
}
.cid-snDuEVlWQ3 .form-group,
.cid-snDuEVlWQ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snDuEVlWQ3 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .col + .mbr-section-btn .btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col,
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-snDuEVlWQ3 .col + .mbr-section-btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column {
    padding-bottom: 2rem;
  }
  .cid-snDuEVlWQ3 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column,
  .cid-snDuEVlWQ3 .third-column {
    text-align: center;
  }
}
.cid-sPCXOIcWBX .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .nav-item:focus,
.cid-sPCXOIcWBX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPCXOIcWBX .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link {
    position: relative;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sPCXOIcWBX .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPCXOIcWBX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPCXOIcWBX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPCXOIcWBX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sPCXOIcWBX .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sPCXOIcWBX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPCXOIcWBX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPCXOIcWBX .navbar.collapsed .right-menu,
.cid-sPCXOIcWBX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show .brand-container,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPCXOIcWBX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPCXOIcWBX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPCXOIcWBX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPCXOIcWBX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sPCXOIcWBX .navbar .right-menu,
  .cid-sPCXOIcWBX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPCXOIcWBX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPCXOIcWBX .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPCXOIcWBX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sPCXOIcWBX .dropdown-item.active,
.cid-sPCXOIcWBX .dropdown-item:active {
  background-color: transparent;
}
.cid-sPCXOIcWBX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPCXOIcWBX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPCXOIcWBX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPCXOIcWBX .navbar-buttons {
  margin-left: auto;
}
.cid-sPCXOIcWBX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX .navbar-dropdown {
  position: fixed;
}
.cid-sPCXOIcWBX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPCXOIcWBX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPCXOIcWBX .right-menu,
.cid-sPCXOIcWBX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPCXOIcWBX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ff0000;
  padding: 0.5rem 0;
}
.cid-sPCXOIcWBX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sPCXOIcWBX .card-wrapper {
  z-index: 3;
}
.cid-sPCXOIcWBX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snEDfv86Vs {
  overflow: hidden !important;
  background-image: url("../../../assets/images/los-chonchos-servicio-de-comedor-para-empresas-1852x1200.jpg");
}
.cid-snEDfv86Vs .mbr-section-subtitle {
  font-weight: 400;
}
.cid-snEDfv86Vs .mbr-section-title {
  padding-bottom: 2rem;
}
.cid-snEDfv86Vs .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snEDfv86Vs .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-snEDfv86Vs .mbr-figure {
    margin-bottom: 3rem;
  }
}
.cid-snEDfv86Vs .form-control {
  min-height: 2.7em;
  padding: 0 1.8rem;
  font-size: 18px;
  background-color: white;
  width: 100%;
}
@media (max-width: 350px) {
  .cid-snEDfv86Vs .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-snEDfv86Vs .form-control {
    margin-bottom: 10px;
  }
  .cid-snEDfv86Vs .form-group {
    max-width: 300px;
  }
  .cid-snEDfv86Vs .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cid-snEDfv86Vs .form-group,
.cid-snEDfv86Vs .input-group-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cid-snEDfv86Vs .mbr-form > * {
    margin: 0 0rem;
    align-items: stretch;
  }
  .cid-snEDfv86Vs .col + .input-group-btn .btn,
  .cid-snEDfv86Vs .col-auto + .input-group-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-snEDfv86Vs .dragArea > *:nth-last-child(2).col,
  .cid-snEDfv86Vs .dragArea > *:nth-last-child(2).col-auto,
  .cid-snEDfv86Vs .col + .input-group-btn,
  .cid-snEDfv86Vs .col-auto + .input-group-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-snEDfv86Vs .dragArea > *:nth-last-child(2).col input,
  .cid-snEDfv86Vs .dragArea > *:nth-last-child(2).col-auto input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cid-snEDfv86Vs .mbr-section-subtitle,
.cid-snEDfv86Vs .mbr-section-btn {
  color: #efefef;
}
.cid-snEJGkL0EA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-snEJGkL0EA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-snEJGkL0EA .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-snEJGkL0EA .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-snEJGkL0EA .text-wrapper {
    padding: 0 2rem 0 6.2rem;
  }
}
.cid-snEJGkL0EA .under-image {
  width: 100%;
  height: 30%;
  text-align: center;
  padding: 3rem  1rem;
  margin-top: 0.65rem;
  background: #b12727;
}
.cid-snEJGkL0EA .mbr-section-title {
  color: #b12727;
  text-align: left;
}
.cid-snEJGkL0EA .under-img {
  text-align: center;
  color: #f7f5f0;
  margin: 0 !important;
}
.cid-snEJGkL0EA .mbr-text,
.cid-snEJGkL0EA .mbr-section-btn {
  text-align: left;
  color: #8d8d8d;
}
.cid-snEJGkL0EA .mbr-text {
  line-height: 1.4;
}
.cid-snEJGkL0EA .mbr-text {
  padding-top: 2rem;
}
.cid-snEJGkL0EA .mbr-section-btn {
  margin-top: 2.9rem !important;
}
.cid-snEJGkL0EA .mbr-section-title P {
  text-align: left;
}
.cid-snEJGkL0EA .sub-title P {
  text-align: left;
}
.cid-snEJGkL0EA .sub-title {
  color: #47a15d;
  text-align: left;
}
.cid-snDuEVlWQ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b12727;
}
.cid-snDuEVlWQ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-snDuEVlWQ3 .first-column .mbr-text {
  margin: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-snDuEVlWQ3 .form-group {
  max-width: 55%;
}
.cid-snDuEVlWQ3 .form-group,
.cid-snDuEVlWQ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snDuEVlWQ3 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .col + .mbr-section-btn .btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col,
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-snDuEVlWQ3 .col + .mbr-section-btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column {
    padding-bottom: 2rem;
  }
  .cid-snDuEVlWQ3 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column,
  .cid-snDuEVlWQ3 .third-column {
    text-align: center;
  }
}
.cid-sPCXOIcWBX .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .nav-item:focus,
.cid-sPCXOIcWBX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPCXOIcWBX .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link {
    position: relative;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sPCXOIcWBX .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPCXOIcWBX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPCXOIcWBX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPCXOIcWBX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sPCXOIcWBX .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sPCXOIcWBX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPCXOIcWBX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPCXOIcWBX .navbar.collapsed .right-menu,
.cid-sPCXOIcWBX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show .brand-container,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPCXOIcWBX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPCXOIcWBX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPCXOIcWBX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPCXOIcWBX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sPCXOIcWBX .navbar .right-menu,
  .cid-sPCXOIcWBX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPCXOIcWBX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPCXOIcWBX .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPCXOIcWBX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sPCXOIcWBX .dropdown-item.active,
.cid-sPCXOIcWBX .dropdown-item:active {
  background-color: transparent;
}
.cid-sPCXOIcWBX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPCXOIcWBX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPCXOIcWBX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPCXOIcWBX .navbar-buttons {
  margin-left: auto;
}
.cid-sPCXOIcWBX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX .navbar-dropdown {
  position: fixed;
}
.cid-sPCXOIcWBX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPCXOIcWBX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPCXOIcWBX .right-menu,
.cid-sPCXOIcWBX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPCXOIcWBX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ff0000;
  padding: 0.5rem 0;
}
.cid-sPCXOIcWBX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sPCXOIcWBX .card-wrapper {
  z-index: 3;
}
.cid-sPCXOIcWBX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snERnPagwm {
  background-image: url("../../../assets/images/fiestas-infantiles-miniferi-2000x1367.jpg");
}
.cid-snERnPagwm .mbr-section-title {
  color: #ffed00;
}
.cid-snETfsQdvM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-snETfsQdvM .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-snETfsQdvM .container {
    max-width: 1400px;
  }
}
.cid-snETfsQdvM .card {
  margin: auto;
}
.cid-snETfsQdvM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b12727;
  margin-bottom: 2rem;
}
.cid-snETfsQdvM .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snETfsQdvM .row {
  justify-content: center;
}
.cid-snETfsQdvM H3 {
  color: #b12727;
}
.cid-snETfsQdvM .card-title,
.cid-snETfsQdvM .card-box {
  color: #b12727;
}
.cid-snEUpSGUJq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-snEUpSGUJq .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-snEUpSGUJq .container {
    max-width: 1400px;
  }
}
.cid-snEUpSGUJq .card {
  margin: auto;
}
.cid-snEUpSGUJq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b12727;
  margin-bottom: 2rem;
}
.cid-snEUpSGUJq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snEUpSGUJq .row {
  justify-content: center;
}
.cid-snEUpSGUJq H3 {
  color: #b12727;
}
.cid-snEUpSGUJq .card-title,
.cid-snEUpSGUJq .card-box {
  color: #b12727;
}
.cid-snEUNQsNmm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-snEUNQsNmm .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-snEUNQsNmm .container {
    max-width: 1400px;
  }
}
.cid-snEUNQsNmm .card {
  margin: auto;
}
.cid-snEUNQsNmm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #b12727;
  margin-bottom: 2rem;
}
.cid-snEUNQsNmm .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snEUNQsNmm .row {
  justify-content: center;
}
.cid-snEUNQsNmm H3 {
  color: #b12727;
}
.cid-snEUNQsNmm .card-title,
.cid-snEUNQsNmm .card-box {
  color: #b12727;
}
.cid-snEWykYRZJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-snEWykYRZJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-snEWykYRZJ .row {
  flex-direction: row-reverse;
}
.cid-snEWykYRZJ img {
  width: 100%;
}
.cid-snEWWbm1fe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondo-de-miniferia-480x480.png");
}
@media (max-width: 991px) {
  .cid-snEWWbm1fe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-snEWWbm1fe .row {
  flex-direction: row-reverse;
}
.cid-snEWWbm1fe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-snEWWbm1fe .text-wrapper {
    padding: 2rem;
  }
}
.cid-snEWWbm1fe .mbr-section-title {
  color: #ffffff;
}
.cid-snEWWbm1fe .mbr-text {
  color: #ffffff;
}
.cid-snEY3zQwIc {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/miniferia-2000x1327-19-2000x1327.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cid-snEY3zQwIc .card-box {
  z-index: 10;
  position: relative;
}
.cid-snEY3zQwIc .container-fluid {
  padding: 0;
}
.cid-snEY3zQwIc h5 {
  margin: 0;
}
.cid-snEY3zQwIc h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-snEY3zQwIc h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-snEY3zQwIc .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-snEY3zQwIc .card:hover {
  z-index: 99;
}
.cid-snEY3zQwIc .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-snEY3zQwIc .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-snEY3zQwIc .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-snEY3zQwIc .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-snEY3zQwIc .card1 {
  background-image: url("../../../assets/images/fiestas-infantiles-tematicas-600x398.png");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-snEY3zQwIc .card2 {
  background-image: url("../../../assets/images/background1-1.jpg");
  z-index: 3;
}
.cid-snEY3zQwIc .card3 {
  background-image: url("../../../assets/images/miniferia3-600x398.png");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-snEY3zQwIc h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-snEY3zQwIc .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-snEY3zQwIc .card-box {
    text-align: center;
  }
}
.cid-snEY3zQwIc .mbr-text {
  color: #cccccc;
}
.cid-snEY3zQwIc .card-date {
  color: #cccccc;
}
.cid-snEY3zQwIc .card-title,
.cid-snEY3zQwIc .card-box {
  text-align: center;
}
.cid-snEXOFhJ4j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-snEXOFhJ4j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-snEXOFhJ4j .row {
  flex-direction: row-reverse;
}
.cid-snEXOFhJ4j img {
  width: 100%;
}
.cid-snDuEVlWQ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b12727;
}
.cid-snDuEVlWQ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-snDuEVlWQ3 .first-column .mbr-text {
  margin: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-snDuEVlWQ3 .form-group {
  max-width: 55%;
}
.cid-snDuEVlWQ3 .form-group,
.cid-snDuEVlWQ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snDuEVlWQ3 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .col + .mbr-section-btn .btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col,
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-snDuEVlWQ3 .col + .mbr-section-btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column {
    padding-bottom: 2rem;
  }
  .cid-snDuEVlWQ3 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column,
  .cid-snDuEVlWQ3 .third-column {
    text-align: center;
  }
}
.cid-sPCXOIcWBX .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .nav-item:focus,
.cid-sPCXOIcWBX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPCXOIcWBX .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link {
    position: relative;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sPCXOIcWBX .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPCXOIcWBX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPCXOIcWBX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPCXOIcWBX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sPCXOIcWBX .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sPCXOIcWBX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPCXOIcWBX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPCXOIcWBX .navbar.collapsed .right-menu,
.cid-sPCXOIcWBX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show .brand-container,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPCXOIcWBX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPCXOIcWBX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPCXOIcWBX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPCXOIcWBX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sPCXOIcWBX .navbar .right-menu,
  .cid-sPCXOIcWBX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPCXOIcWBX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPCXOIcWBX .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPCXOIcWBX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sPCXOIcWBX .dropdown-item.active,
.cid-sPCXOIcWBX .dropdown-item:active {
  background-color: transparent;
}
.cid-sPCXOIcWBX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPCXOIcWBX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPCXOIcWBX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPCXOIcWBX .navbar-buttons {
  margin-left: auto;
}
.cid-sPCXOIcWBX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX .navbar-dropdown {
  position: fixed;
}
.cid-sPCXOIcWBX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPCXOIcWBX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPCXOIcWBX .right-menu,
.cid-sPCXOIcWBX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPCXOIcWBX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ff0000;
  padding: 0.5rem 0;
}
.cid-sPCXOIcWBX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sPCXOIcWBX .card-wrapper {
  z-index: 3;
}
.cid-sPCXOIcWBX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snEZkX1zmx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/empresas-que-hagan-tazuizas-a-domicilio-2-2000x1500.jpg");
}
@media (max-width: 991px) {
  .cid-snEZkX1zmx .mbr-section-title,
  .cid-snEZkX1zmx .mbr-section-subtitle,
  .cid-snEZkX1zmx .mbr-section-btn,
  .cid-snEZkX1zmx .mbr-text {
    text-align: center;
  }
}
.cid-snEZkX1zmx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-snEZkX1zmx .mbr-text,
.cid-snEZkX1zmx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-snF0VrOPu0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-snF0VrOPu0 .mbr-section-title {
  color: #b12727;
}
.cid-snF0AdySjq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-snF0AdySjq .card-wrapper {
  border-radius: 4px;
}
.cid-snF0AdySjq .card-subtitle {
  color: #0095ff;
}
.cid-snF0AdySjq .mbr-text,
.cid-snF0AdySjq .card-subtitle {
  color: #232323;
}
.cid-snF0AdySjq .mbr-iconfont {
  font-size: 60px;
  color: #b12727;
}
.cid-snF0AdySjq .icon {
  text-align: end;
}
@media (max-width: 768px) {
  .cid-snF0AdySjq .icon {
    margin-bottom: 15px;
  }
  .cid-snF0AdySjq * {
    text-align: center !important;
  }
}
.cid-snF0AdySjq .card .card-wrapper .text-wrapper .card-title,
.cid-snF0AdySjq .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #b12727;
}
.cid-snF3v1FWji {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snF3v1FWji .mbr-section-title {
  color: #ffffff;
}
.cid-snF3v1FWji .mbr-text {
  color: #ffffff;
}
.cid-snF3v1FWji .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-snF3v1FWji .mbr-iconfont {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 2rem !important;
  font-weight: bold;
}
.cid-snF3v1FWji .card {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cid-snF3v1FWji .card-outer-wrap {
  padding-left: 14.1px;
  padding-right: 14.1px;
}
.cid-snF3v1FWji .card-wrap {
  background-color: #b12727;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  padding-top: 2.9rem !important;
  padding-bottom: 2.8rem !important;
}
.cid-snF3v1FWji .card-wrap .card-box {
  padding-top: 27px;
}
.cid-snF3v1FWji .card-wrap:hover {
  background-color: #b12727;
  cursor: crosshair;
  box-shadow: 0px 5px 20px 1px #b12727;
}
.cid-snF3v1FWji .card-title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #ffffff;
}
.cid-snF3v1FWji .row:nth-child(2) {
  margin-top: 35px !important;
}
@media (max-width: 767px) {
  .cid-snF3v1FWji .row:nth-child(2) {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .cid-snF3v1FWji h1,
  .cid-snF3v1FWji p,
  .cid-snF3v1FWji .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-snF3v1FWji .card {
    padding: 2rem !important;
  }
}
.cid-snF3v1FWji .mbr-section-title,
.cid-snF3v1FWji .mbr-section-btn {
  color: #b12727;
}
.cid-snF3pYE1xS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snF3pYE1xS .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-snF3pYE1xS .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-snF3pYE1xS .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-snF3pYE1xS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-snF3pYE1xS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-snF3pYE1xS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-snF3pYE1xS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-snF3pYE1xS .map-placeholder {
  display: none;
}
.cid-snF3pYE1xS .mbr-section-title,
.cid-snF3pYE1xS .map-title {
  color: #b12727;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-snF3pYE1xS .map-title {
    margin-top: 3rem;
  }
}
.cid-snF3pYE1xS H4 {
  color: #878686;
}
.cid-snF3pYE1xS H5 {
  color: #000000;
}
.cid-snF3pYE1xS DIV {
  text-align: center;
}
.cid-sORoNQD0Ip {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sORoNQD0Ip .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sORoNQD0Ip .mbr-section-title {
  padding-bottom: 1rem;
}
.cid-sORoNQD0Ip .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sORoNQD0Ip .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sORoNQD0Ip .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sORoNQD0Ip .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sORoNQD0Ip .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sORoNQD0Ip .map-placeholder {
  display: none;
}
.cid-sORoNQD0Ip .mbr-section-title,
.cid-sORoNQD0Ip .map-title {
  color: #b12727;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sORoNQD0Ip .map-title {
    margin-top: 3rem;
  }
}
.cid-sORoNQD0Ip H4 {
  color: #878686;
}
.cid-sORoNQD0Ip H5 {
  color: #000000;
}
.cid-sORoNQD0Ip DIV {
  text-align: center;
}
.cid-snDuEVlWQ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b12727;
}
.cid-snDuEVlWQ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-snDuEVlWQ3 .first-column .mbr-text {
  margin: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-snDuEVlWQ3 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-snDuEVlWQ3 .form-group {
  max-width: 55%;
}
.cid-snDuEVlWQ3 .form-group,
.cid-snDuEVlWQ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-snDuEVlWQ3 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-snDuEVlWQ3 .col + .mbr-section-btn .btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col,
.cid-snDuEVlWQ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-snDuEVlWQ3 .col + .mbr-section-btn,
.cid-snDuEVlWQ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column {
    padding-bottom: 2rem;
  }
  .cid-snDuEVlWQ3 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-snDuEVlWQ3 .first-column,
  .cid-snDuEVlWQ3 .second-column,
  .cid-snDuEVlWQ3 .third-column {
    text-align: center;
  }
}
.cid-sPCXOIcWBX .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .nav-item:focus,
.cid-sPCXOIcWBX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPCXOIcWBX .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link {
    position: relative;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ffffff, #ffffff);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sPCXOIcWBX .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sPCXOIcWBX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPCXOIcWBX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPCXOIcWBX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPCXOIcWBX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sPCXOIcWBX .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sPCXOIcWBX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPCXOIcWBX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPCXOIcWBX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPCXOIcWBX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPCXOIcWBX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPCXOIcWBX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPCXOIcWBX .navbar.collapsed .right-menu,
.cid-sPCXOIcWBX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .navbar-collapse.show .brand-container,
  .cid-sPCXOIcWBX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPCXOIcWBX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPCXOIcWBX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPCXOIcWBX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPCXOIcWBX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPCXOIcWBX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sPCXOIcWBX .navbar .right-menu,
  .cid-sPCXOIcWBX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPCXOIcWBX .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPCXOIcWBX .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPCXOIcWBX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPCXOIcWBX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPCXOIcWBX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sPCXOIcWBX .dropdown-item.active,
.cid-sPCXOIcWBX .dropdown-item:active {
  background-color: transparent;
}
.cid-sPCXOIcWBX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPCXOIcWBX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sPCXOIcWBX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPCXOIcWBX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPCXOIcWBX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPCXOIcWBX .navbar-buttons {
  margin-left: auto;
}
.cid-sPCXOIcWBX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPCXOIcWBX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sPCXOIcWBX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPCXOIcWBX .navbar-dropdown {
  position: fixed;
}
.cid-sPCXOIcWBX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPCXOIcWBX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPCXOIcWBX .right-menu,
.cid-sPCXOIcWBX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPCXOIcWBX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPCXOIcWBX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #ff0000;
  padding: 0.5rem 0;
}
.cid-sPCXOIcWBX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sPCXOIcWBX .card-wrapper {
  z-index: 3;
}
.cid-sPCXOIcWBX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPCXOIcWBX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPCXOIcWBX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
