body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Newsreader', serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.225rem;
}
.display-2 {
  font-family: 'Newsreader', serif;
  font-size: 4.625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.00625rem;
}
.display-4 {
  font-family: 'Newsreader', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.975rem;
}
.display-5 {
  font-family: 'Newsreader', serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.8125rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.0999999999999996rem + (6.5 - 2.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0999999999999996rem + (6.5 - 2.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.7rem;
    font-size: calc( 1.7249999999999996rem + (4.625 - 1.7249999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7249999999999996rem + (4.625 - 1.7249999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.375rem + (2.5 - 1.375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.375rem + (2.5 - 1.375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #fcaf67 !important;
}
.bg-success {
  background-color: #524439 !important;
}
.bg-info {
  background-color: #b9a89b !important;
}
.bg-warning {
  background-color: #5ed597 !important;
}
.bg-danger {
  background-color: #179e64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fcaf67 !important;
  border-color: #fcaf67 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa8212 !important;
  border-color: #fa8212 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcaf67 !important;
  border-color: #fcaf67 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa8212 !important;
  border-color: #fa8212 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b9a89b !important;
  border-color: #b9a89b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #957c68 !important;
  border-color: #957c68 !important;
}
.btn-success,
.btn-success:active {
  background-color: #524439 !important;
  border-color: #524439 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1f1a15 !important;
  border-color: #1f1a15 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5ed597 !important;
  border-color: #5ed597 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2eaf6b !important;
  border-color: #2eaf6b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #179e64 !important;
  border-color: #179e64 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0c5234 !important;
  border-color: #0c5234 !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.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c1e20 !important;
  border-color: #1c1e20 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fcaf67;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fcaf67;
  opacity: 0.1;
}
.btn-primary-outline:after,
.btn-primary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fcaf67;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fcaf67;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-primary-outline .mbr-iconfont:before,
.btn-primary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fcaf67 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background: #fcaf67;
  color: #ffffff;
}
.btn-primary-outline:hover .mbr-iconfont::before,
.btn-primary-outline:focus .mbr-iconfont::before,
.btn-primary-outline.focus .mbr-iconfont::before,
.btn-primary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: scaleX(1);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fcaf67 !important;
  border-color: #fcaf67 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fcaf67;
}
.btn-secondary-outline:before,
.btn-secondary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fcaf67;
  opacity: 0.1;
}
.btn-secondary-outline:after,
.btn-secondary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fcaf67;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fcaf67;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-secondary-outline .mbr-iconfont:before,
.btn-secondary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fcaf67 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background: #fcaf67;
  color: #ffffff;
}
.btn-secondary-outline:hover .mbr-iconfont::before,
.btn-secondary-outline:focus .mbr-iconfont::before,
.btn-secondary-outline.focus .mbr-iconfont::before,
.btn-secondary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: scaleX(1);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fcaf67 !important;
  border-color: #fcaf67 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #b9a89b;
}
.btn-info-outline:before,
.btn-info-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #b9a89b;
  opacity: 0.1;
}
.btn-info-outline:after,
.btn-info-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #b9a89b;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #b9a89b;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-info-outline .mbr-iconfont:before,
.btn-info-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b9a89b !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background: #b9a89b;
  color: #ffffff;
}
.btn-info-outline:hover .mbr-iconfont::before,
.btn-info-outline:focus .mbr-iconfont::before,
.btn-info-outline.focus .mbr-iconfont::before,
.btn-info-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: scaleX(1);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b9a89b !important;
  border-color: #b9a89b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #524439;
}
.btn-success-outline:before,
.btn-success-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #524439;
  opacity: 0.1;
}
.btn-success-outline:after,
.btn-success-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #524439;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #524439;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-success-outline .mbr-iconfont:before,
.btn-success-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #524439 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background: #524439;
  color: #ffffff;
}
.btn-success-outline:hover .mbr-iconfont::before,
.btn-success-outline:focus .mbr-iconfont::before,
.btn-success-outline.focus .mbr-iconfont::before,
.btn-success-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: scaleX(1);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #524439 !important;
  border-color: #524439 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #5ed597;
}
.btn-warning-outline:before,
.btn-warning-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #5ed597;
  opacity: 0.1;
}
.btn-warning-outline:after,
.btn-warning-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #5ed597;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #5ed597;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-warning-outline .mbr-iconfont:before,
.btn-warning-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ed597 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background: #5ed597;
  color: #ffffff;
}
.btn-warning-outline:hover .mbr-iconfont::before,
.btn-warning-outline:focus .mbr-iconfont::before,
.btn-warning-outline.focus .mbr-iconfont::before,
.btn-warning-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: scaleX(1);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5ed597 !important;
  border-color: #5ed597 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #179e64;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #179e64;
  opacity: 0.1;
}
.btn-danger-outline:after,
.btn-danger-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #179e64;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #179e64;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-danger-outline .mbr-iconfont:before,
.btn-danger-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #179e64 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background: #179e64;
  color: #ffffff;
}
.btn-danger-outline:hover .mbr-iconfont::before,
.btn-danger-outline:focus .mbr-iconfont::before,
.btn-danger-outline.focus .mbr-iconfont::before,
.btn-danger-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: scaleX(1);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #179e64 !important;
  border-color: #179e64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #45494e;
}
.btn-black-outline:before,
.btn-black-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  opacity: 0.1;
}
.btn-black-outline:after,
.btn-black-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #45494e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-black-outline .mbr-iconfont:before,
.btn-black-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #45494e !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background: #45494e;
  color: #ffffff;
}
.btn-black-outline:hover .mbr-iconfont::before,
.btn-black-outline:focus .mbr-iconfont::before,
.btn-black-outline.focus .mbr-iconfont::before,
.btn-black-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: scaleX(1);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fafafa;
}
.btn-white-outline:before,
.btn-white-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  opacity: 0.1;
}
.btn-white-outline:after,
.btn-white-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fafafa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-white-outline .mbr-iconfont:before,
.btn-white-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover .mbr-iconfont::before,
.btn-white-outline:focus .mbr-iconfont::before,
.btn-white-outline.focus .mbr-iconfont::before,
.btn-white-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: scaleX(1);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fcaf67 !important;
}
.text-secondary {
  color: #fcaf67 !important;
}
.text-success {
  color: #524439 !important;
}
.text-info {
  color: #b9a89b !important;
}
.text-warning {
  color: #5ed597 !important;
}
.text-danger {
  color: #179e64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f87a05 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f87a05 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #16120f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8c7462 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2aa364 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0a452c !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: #151618 !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: #fcaf67;
}
.nav-tabs .nav-link:not(.active) {
  color: #26292C;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9a89b;
}
.alert-warning {
  background-color: #5ed597;
}
.alert-danger {
  background-color: #179e64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fcaf67;
  border-color: #fcaf67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fcaf67;
}
.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: #c5b7ac;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eee9e6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #4fe5a5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Newsreader', serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.975rem;
}
.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: #fcaf67 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Newsreader', serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.975rem;
}
blockquote {
  border-color: #fcaf67;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fcaf67;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fcaf67;
}
.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: #fcaf67;
  border-bottom-color: #fcaf67;
}
.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: #fcaf67 !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: #fcaf67 !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='%23fcaf67' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1920px;
  margin: 0 auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@keyframes btn-move {
  0% {
    left: 0;
  }
  49% {
    left: -100%;
  }
  50% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
  52% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
@keyframes btn-move-hover {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
.cid-tsc30gHb2T {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-tsc30gHb2T .carousel {
  width: 100%;
}
.cid-tsc30gHb2T .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tsc30gHb2T .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tsc30gHb2T .mbr-overlay {
  z-index: 1;
}
.cid-tsc30gHb2T .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-tsc30gHb2T .carousel-caption {
    left: 15%;
    right: 70%;
    width: 64%;
  }
}
.cid-tsc30gHb2T .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsc30gHb2T .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsc30gHb2T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tsc30gHb2T .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsc30gHb2T .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsc30gHb2T .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsc30gHb2T .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsc30gHb2T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tsc30gHb2T .carousel-indicators {
    display: none;
  }
}
.cid-tsc30gHb2T .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #524439;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tsc30gHb2T .carousel-indicators li.active,
.cid-tsc30gHb2T .carousel-indicators li:hover {
  background-color: #fcaf67;
}
.cid-tsc30gHb2T .carousel-indicators li::after,
.cid-tsc30gHb2T .carousel-indicators li::before {
  content: none;
}
.cid-tsc30gHb2T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tsc30gHb2T .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsc30gHb2T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsc30gHb2T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsc30gHb2T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsc30gHb2T .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-tsc30gHb2T H5 {
  text-align: left;
}
.cid-tsc30gHb2T P {
  text-align: left;
}
.cid-tsc30gHb2T .mbr-text,
.cid-tsc30gHb2T .mbr-section-btn {
  text-align: left;
}
.cid-tsc30gHb2T .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-tsc30gHb2T .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-tsc30gHb2T .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 8%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tfwoItJy6f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcaf67;
}
.cid-tfwoItJy6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwoItJy6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwoItJy6f .card-wrapper {
  width: 100%;
}
.cid-tfwoItJy6f .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tfwoItJy6f .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfwoItJy6f .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tfwoItJy6f .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tfwoItJy6f .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-title {
    text-align: center !important;
  }
}
.cid-tfwoItJy6f .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tfwoItJy6f .card-text {
    text-align: center !important;
  }
}
.cid-txdOyn0OuF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/haciendacaltengo-6-1920x1280.jpg");
}
.cid-txdOyn0OuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-txdOyn0OuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txdOyn0OuF .container-fluid {
  padding: 0;
}
.cid-txdOyn0OuF .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-txdOyn0OuF .row {
    padding: 0 12px;
  }
}
.cid-txdOyn0OuF .title-wrapper {
  padding-top: 40%;
}
.cid-txdOyn0OuF .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-txdOyn0OuF .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-txdOyn0OuF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tfwphIEvr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1ea;
}
.cid-tfwphIEvr2 .row {
  justify-content: flex-start;
}
.cid-tfwphIEvr2 .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tfwphIEvr2 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tfwphIEvr2 .mbr-section-title {
  color: #45494E;
}
.cid-tfwphIEvr2 .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwphIEvr2 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tfwphIEvr2 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tfwphIEvr2 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tfwphIEvr2 .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-tfwphIEvr2 .item-title {
  color: #45494E;
}
.cid-tfwphIEvr2 .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-tfwphIEvr2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfwphIEvr2 .mbr-text {
  color: #A2A4A7;
  padding-top: 16px;
  margin-top: auto;
}
.cid-tfwphIEvr2 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 133.332%;
}
.cid-tfwphIEvr2 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tfwphIEvr2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwphIEvr2 .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwphIEvr2 .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tfwpZdwU1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1ea;
}
.cid-tfwpZdwU1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZdwU1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-img {
    order: 2;
  }
}
.cid-tfwpZdwU1g .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZdwU1g .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZdwU1g .col-tex {
    order: 1;
  }
}
.cid-tfwpZdwU1g .card-title {
  color: #45494E;
}
.cid-tfwpZdwU1g .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZdwU1g .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZdwU1g .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwpZv9RW9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff1ea;
}
.cid-tfwpZv9RW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwpZv9RW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwpZv9RW9 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-img {
    order: 2;
  }
}
.cid-tfwpZv9RW9 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwpZv9RW9 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwpZv9RW9 .col-tex {
    order: 1;
  }
}
.cid-tfwpZv9RW9 .card-title {
  color: #45494E;
}
.cid-tfwpZv9RW9 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwpZv9RW9 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwpZv9RW9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwqG71pWu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/haciendacaltengo-10-1920x1282.jpg");
}
.cid-tfwqG71pWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwqG71pWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqG71pWu .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tsGtPrAuzf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fcaf67;
}
.cid-tsGtPrAuzf .carousel-item {
  justify-content: center;
}
.cid-tsGtPrAuzf .carousel-item.active,
.cid-tsGtPrAuzf .carousel-item-next,
.cid-tsGtPrAuzf .carousel-item-prev {
  display: flex;
}
.cid-tsGtPrAuzf .carousel-controls a {
  transition: opacity .5s;
  font-size: 40px;
  position: absolute;
  top: 0px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: white;
}
.cid-tsGtPrAuzf .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-tsGtPrAuzf .carousel-control-next span {
  padding-left: 5px;
}
.cid-tsGtPrAuzf .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tsGtPrAuzf .carousel-inner {
  padding-top: 1rem;
}
.cid-tsGtPrAuzf .user_image {
  width: 225px;
  height: 225px;
  overflow: visible;
  margin-bottom: 1.6rem;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
  transition: all 0.3s;
}
.cid-tsGtPrAuzf .user_image img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.cid-tsGtPrAuzf .user_image:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 230px) {
  .cid-tsGtPrAuzf .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tsGtPrAuzf .user_text {
  color: #ffffff;
}
.cid-tsGtPrAuzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsGtPrAuzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsGtPrAuzf H3 {
  color: #ffffff;
}
.cid-tsGtPrAuzf .user_name {
  color: #ffffff;
}
.cid-tfwt4XYLb8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff1ea;
}
.cid-tfwt4XYLb8 .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-tfwt4XYLb8 .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-tfwt4XYLb8 .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tfwt4XYLb8 .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-tfwt4XYLb8 .mbr-section-title {
  color: #45494E;
}
.cid-tfwt4XYLb8 .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwt4XYLb8 .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-tfwt4XYLb8 .item {
    margin-bottom: 50px;
  }
}
.cid-tfwt4XYLb8 .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-tfwt4XYLb8 .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tfwt4XYLb8 .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tfwt4XYLb8 .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tfwt4XYLb8 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tfwt4XYLb8 .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tfwt4XYLb8 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-tfwt4XYLb8 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tfwt4XYLb8 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwt4XYLb8 .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwt4XYLb8 .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tfwtk4qnLp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f0e4e5;
}
.cid-tfwtk4qnLp .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-tfwtk4qnLp .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-tfwtk4qnLp .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tfwtk4qnLp .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-tfwtk4qnLp .mbr-section-title {
  color: #45494E;
}
.cid-tfwtk4qnLp .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwtk4qnLp .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-tfwtk4qnLp .item {
    margin-bottom: 50px;
  }
}
.cid-tfwtk4qnLp .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
}
.cid-tfwtk4qnLp .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tfwtk4qnLp .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tfwtk4qnLp .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tfwtk4qnLp .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tfwtk4qnLp .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tfwtk4qnLp .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-tfwtk4qnLp .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tfwtk4qnLp .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwtk4qnLp .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwtk4qnLp .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tsGwvVpyYW {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff7a7a;
}
.cid-tsGwvVpyYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsGwvVpyYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsGwvVpyYW .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tfwtH0EgU2 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/haciendacaltengo-15-1920x1280.jpg");
}
.cid-tfwtH0EgU2 .mbr-overlay {
  background-color: #5c6064;
  opacity: 0.5;
}
.cid-tfwtH0EgU2 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tfwtH0EgU2 .mbr-section-title {
  color: #45494E;
}
.cid-tfwtH0EgU2 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-tfwtH0EgU2 .form-container {
  display: flex;
  width: 100%;
}
.cid-tfwtH0EgU2 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tfwtH0EgU2 form {
  width: 100%;
}
.cid-tfwtH0EgU2 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tfwtH0EgU2 form h5 {
  margin: 40px 0 20px;
}
.cid-tfwtH0EgU2 form p {
  color: #45494E;
}
.cid-tfwtH0EgU2 form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tfwtH0EgU2 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tfwtH0EgU2 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tfwtH0EgU2 form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: white !important;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
}
.cid-tfwtH0EgU2 form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form select {
  color: #A2A4A7 !important;
}
.cid-tfwtH0EgU2 form textarea {
  height: 250px !important;
}
.cid-tfwtH0EgU2 form input:active,
.cid-tfwtH0EgU2 form textarea:active,
.cid-tfwtH0EgU2 form input:focus,
.cid-tfwtH0EgU2 form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tfwtH0EgU2 form input:active::-webkit-input-placeholder,
.cid-tfwtH0EgU2 form textarea:active::-webkit-input-placeholder,
.cid-tfwtH0EgU2 form input:focus::-webkit-input-placeholder,
.cid-tfwtH0EgU2 form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form input:active::-moz-placeholder,
.cid-tfwtH0EgU2 form textarea:active::-moz-placeholder,
.cid-tfwtH0EgU2 form input:focus::-moz-placeholder,
.cid-tfwtH0EgU2 form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form input:active:-moz-placeholder,
.cid-tfwtH0EgU2 form textarea:active:-moz-placeholder,
.cid-tfwtH0EgU2 form input:focus:-moz-placeholder,
.cid-tfwtH0EgU2 form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form input:active:-ms-input-placeholder,
.cid-tfwtH0EgU2 form textarea:active:-ms-input-placeholder,
.cid-tfwtH0EgU2 form input:focus:-ms-input-placeholder,
.cid-tfwtH0EgU2 form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwtH0EgU2 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tfwtH0EgU2 form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tfwtH0EgU2 form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tfwtH0EgU2 form .form-control-label {
  width: 100%;
}
.cid-tfwtH0EgU2 form .form-check-label {
  margin-bottom: 10px;
}
.cid-tfwtH0EgU2 form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tfwtH0EgU2 form .form-check-input:focus,
.cid-tfwtH0EgU2 form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tfwtH0EgU2 form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwtH0EgU2 H5 {
  color: #ffffff;
}
#custom-html-22 {
  /* Type valid CSS here */
}
#custom-html-22 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-22 p {
  font-size: 60px;
  color: #777;
}
.cid-tfwqry9SUC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e0306;
}
.cid-tfwqry9SUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwqry9SUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwqry9SUC .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tfwqry9SUC .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-tfwqry9SUC .mbr-section-title {
  color: #f8f6f2;
}
.cid-tfwqry9SUC .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwqry9SUC .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tfwqry9SUC .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tfwqry9SUC .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tfwqry9SUC .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tfwqry9SUC .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-tfwqry9SUC .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #45494e;
  margin-left: 1rem;
}
.cid-tfwqry9SUC .panel-group {
  border: none;
}
.cid-tfwqry9SUC .panel-body {
  padding: 0 0 28px;
}
.cid-tfwqry9SUC .panel-text {
  color: #45494E;
}
.cid-tfwqry9SUC .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-tfwqry9SUC .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tfwqry9SUC .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwqry9SUC .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwqry9SUC .panel-title-edit {
  color: #f3ece6;
}
.cid-tfwqry9SUC .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tfwqry9SUC .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tfwqry9SUC .panel-text,
.cid-tfwqry9SUC .mbr-section-btn {
  color: #ffffff;
}
.cid-tvMkIdEFj3 {
  z-index: 1000;
  width: 100%;
}
.cid-tvMkIdEFj3 nav.navbar {
  position: fixed;
}
.cid-tvMkIdEFj3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvMkIdEFj3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvMkIdEFj3 .dropdown-item:hover,
.cid-tvMkIdEFj3 .dropdown-item:focus {
  background: #fcaf67 !important;
  color: white !important;
}
.cid-tvMkIdEFj3 .dropdown-item:hover span {
  color: white;
}
.cid-tvMkIdEFj3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvMkIdEFj3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvMkIdEFj3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvMkIdEFj3 .nav-link {
  position: relative;
}
.cid-tvMkIdEFj3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvMkIdEFj3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown-menu,
.cid-tvMkIdEFj3 .navbar.opened {
  background: #7e0306 !important;
}
.cid-tvMkIdEFj3 .nav-item:focus,
.cid-tvMkIdEFj3 .nav-link:focus {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvMkIdEFj3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvMkIdEFj3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvMkIdEFj3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvMkIdEFj3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvMkIdEFj3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar.collapsed {
  justify-content: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvMkIdEFj3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tvMkIdEFj3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvMkIdEFj3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvMkIdEFj3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvMkIdEFj3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvMkIdEFj3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvMkIdEFj3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvMkIdEFj3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown-item.active,
.cid-tvMkIdEFj3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvMkIdEFj3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvMkIdEFj3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvMkIdEFj3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvMkIdEFj3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvMkIdEFj3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvMkIdEFj3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvMkIdEFj3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvMkIdEFj3 .navbar {
    height: 70px;
  }
  .cid-tvMkIdEFj3 .navbar.opened {
    height: auto;
  }
  .cid-tvMkIdEFj3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvRc4utKvE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-tvRc4utKvE .mbr-text {
  color: #FFFFFF;
}
.cid-tsuAh37CE3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/historia-caltengo-1-1080x720.jpg");
}
.cid-tsuAh37CE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuAh37CE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsuAh37CE3 .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tsuS1RlqLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsuS1RlqLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuS1RlqLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tsuS1RlqLx .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tsuS1RlqLx .col-img {
    order: 2;
  }
}
.cid-tsuS1RlqLx .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsuS1RlqLx .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tsuS1RlqLx .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tsuS1RlqLx .col-tex {
    order: 1;
  }
}
.cid-tsuS1RlqLx .card-title {
  color: #45494E;
}
.cid-tsuS1RlqLx .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tsuS1RlqLx .mbr-section-btn {
  margin-top: 60px;
}
.cid-tsuS1RlqLx .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsuSs4jOc6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsuSs4jOc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuSs4jOc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsuSs4jOc6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tsuSs4jOc6 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tsuSs4jOc6 .col-img {
    order: 2;
  }
}
.cid-tsuSs4jOc6 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsuSs4jOc6 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tsuSs4jOc6 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tsuSs4jOc6 .col-tex {
    order: 1;
  }
}
.cid-tsuSs4jOc6 .card-title {
  color: #45494E;
}
.cid-tsuSs4jOc6 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tsuSs4jOc6 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tsuSs4jOc6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsuT5fvNNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsuT5fvNNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuT5fvNNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsuT5fvNNg .row {
  justify-content: flex-start;
}
.cid-tsuT5fvNNg .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-tsuT5fvNNg .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tsuT5fvNNg .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tsuT5fvNNg .image-wrapper {
  width: 100%;
}
.cid-tsuT5fvNNg .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tsuT5fvNNg .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tsuT5fvNNg .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tsuT5fvNNg .mbr-text {
    margin-top: 45px;
  }
}
.cid-tsuT5fvNNg .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tsuT5fvNNg .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tsuT5fvNNg .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tsuT5fvNNg .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tsuTR8PCj3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsuTR8PCj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuTR8PCj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tsuTR8PCj3 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tsuTR8PCj3 .col-img {
    order: 2;
  }
}
.cid-tsuTR8PCj3 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsuTR8PCj3 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tsuTR8PCj3 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tsuTR8PCj3 .col-tex {
    order: 1;
  }
}
.cid-tsuTR8PCj3 .card-title {
  color: #45494E;
}
.cid-tsuTR8PCj3 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tsuTR8PCj3 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tsuTR8PCj3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsuUUoGkfs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsuUUoGkfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuUUoGkfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsuUUoGkfs .row {
  justify-content: flex-start;
}
.cid-tsuUUoGkfs .mbr-section-title {
  color: #45494E;
}
.cid-tsuUUoGkfs .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tsuUUoGkfs .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tsuUUoGkfs .mbr-text {
    margin-top: 20px;
  }
}
.cid-tsuUUoGkfs .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tsuUUoGkfs .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tsuUUoGkfs .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tsuUUoGkfs .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tsuVkFsMns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsuVkFsMns .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuVkFsMns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsuVkFsMns .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tsuVkFsMns .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tsuVkFsMns .col-img {
    order: 2;
  }
}
.cid-tsuVkFsMns .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsuVkFsMns .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tsuVkFsMns .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tsuVkFsMns .col-tex {
    order: 1;
  }
}
.cid-tsuVkFsMns .card-title {
  color: #45494E;
}
.cid-tsuVkFsMns .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tsuVkFsMns .mbr-section-btn {
  margin-top: 60px;
}
.cid-tsuVkFsMns .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsuVGCr7EA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsuVGCr7EA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuVGCr7EA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tsuVGCr7EA .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tsuVGCr7EA .col-img {
    order: 2;
  }
}
.cid-tsuVGCr7EA .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsuVGCr7EA .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tsuVGCr7EA .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tsuVGCr7EA .col-tex {
    order: 1;
  }
}
.cid-tsuVGCr7EA .card-title {
  color: #45494E;
}
.cid-tsuVGCr7EA .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tsuVGCr7EA .mbr-section-btn {
  margin-top: 60px;
}
.cid-tsuVGCr7EA .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsuW6shkoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsuW6shkoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuW6shkoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsuW6shkoS .row {
  justify-content: flex-start;
}
.cid-tsuW6shkoS .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-tsuW6shkoS .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tsuW6shkoS .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tsuW6shkoS .image-wrapper {
  width: 100%;
}
.cid-tsuW6shkoS .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tsuW6shkoS .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tsuW6shkoS .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tsuW6shkoS .mbr-text {
    margin-top: 45px;
  }
}
.cid-tsuW6shkoS .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tsuW6shkoS .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tsuW6shkoS .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tsuW6shkoS .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tvMkIdEFj3 {
  z-index: 1000;
  width: 100%;
}
.cid-tvMkIdEFj3 nav.navbar {
  position: fixed;
}
.cid-tvMkIdEFj3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvMkIdEFj3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvMkIdEFj3 .dropdown-item:hover,
.cid-tvMkIdEFj3 .dropdown-item:focus {
  background: #fcaf67 !important;
  color: white !important;
}
.cid-tvMkIdEFj3 .dropdown-item:hover span {
  color: white;
}
.cid-tvMkIdEFj3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvMkIdEFj3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvMkIdEFj3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvMkIdEFj3 .nav-link {
  position: relative;
}
.cid-tvMkIdEFj3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvMkIdEFj3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown-menu,
.cid-tvMkIdEFj3 .navbar.opened {
  background: #7e0306 !important;
}
.cid-tvMkIdEFj3 .nav-item:focus,
.cid-tvMkIdEFj3 .nav-link:focus {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvMkIdEFj3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvMkIdEFj3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvMkIdEFj3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvMkIdEFj3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvMkIdEFj3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar.collapsed {
  justify-content: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvMkIdEFj3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tvMkIdEFj3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvMkIdEFj3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvMkIdEFj3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvMkIdEFj3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvMkIdEFj3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvMkIdEFj3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvMkIdEFj3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown-item.active,
.cid-tvMkIdEFj3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvMkIdEFj3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvMkIdEFj3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvMkIdEFj3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvMkIdEFj3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvMkIdEFj3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvMkIdEFj3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvMkIdEFj3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvMkIdEFj3 .navbar {
    height: 70px;
  }
  .cid-tvMkIdEFj3 .navbar.opened {
    height: auto;
  }
  .cid-tvMkIdEFj3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvRc4utKvE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-tvRc4utKvE .mbr-text {
  color: #FFFFFF;
}
.cid-tsuZcTjoOu {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-tsuZcTjoOu .carousel {
  width: 100%;
}
.cid-tsuZcTjoOu .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tsuZcTjoOu .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tsuZcTjoOu .mbr-overlay {
  z-index: 1;
}
.cid-tsuZcTjoOu .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-tsuZcTjoOu .carousel-caption {
    left: 15%;
    right: 70%;
    width: 74%;
  }
}
.cid-tsuZcTjoOu .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tsuZcTjoOu .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tsuZcTjoOu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tsuZcTjoOu .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tsuZcTjoOu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tsuZcTjoOu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tsuZcTjoOu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tsuZcTjoOu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tsuZcTjoOu .carousel-indicators {
    display: none;
  }
}
.cid-tsuZcTjoOu .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #524439;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tsuZcTjoOu .carousel-indicators li.active,
.cid-tsuZcTjoOu .carousel-indicators li:hover {
  background-color: #fcaf67;
}
.cid-tsuZcTjoOu .carousel-indicators li::after,
.cid-tsuZcTjoOu .carousel-indicators li::before {
  content: none;
}
.cid-tsuZcTjoOu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tsuZcTjoOu .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tsuZcTjoOu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsuZcTjoOu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsuZcTjoOu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tsuZcTjoOu .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-tsuZcTjoOu H5 {
  text-align: left;
}
.cid-tsuZcTjoOu P {
  text-align: left;
}
.cid-tsuZcTjoOu .mbr-text,
.cid-tsuZcTjoOu .mbr-section-btn {
  text-align: left;
}
.cid-tsuZcTjoOu .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-tsuZcTjoOu .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-tsuZcTjoOu .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 0%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tsuZTxcg1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsuZTxcg1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuZTxcg1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tsuZTxcg1s .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tsuZTxcg1s .col-img {
    order: 2;
  }
}
.cid-tsuZTxcg1s .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsuZTxcg1s .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tsuZTxcg1s .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tsuZTxcg1s .col-tex {
    order: 1;
  }
}
.cid-tsuZTxcg1s .card-title {
  color: #45494E;
}
.cid-tsuZTxcg1s .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tsuZTxcg1s .mbr-section-btn {
  margin-top: 60px;
}
.cid-tsuZTxcg1s .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsv0azrLAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsv0azrLAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsv0azrLAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsv0azrLAO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tsv0azrLAO .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tsv0azrLAO .col-img {
    order: 2;
  }
}
.cid-tsv0azrLAO .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsv0azrLAO .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tsv0azrLAO .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tsv0azrLAO .col-tex {
    order: 1;
  }
}
.cid-tsv0azrLAO .card-title {
  color: #45494E;
}
.cid-tsv0azrLAO .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tsv0azrLAO .mbr-section-btn {
  margin-top: 60px;
}
.cid-tsv0azrLAO .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsA9LvhkjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/boda-formulario-2000x1333.jpeg");
}
.cid-tsA9LvhkjE .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tsA9LvhkjE .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tsA9LvhkjE .mbr-section-title {
  color: #45494E;
}
.cid-tsA9LvhkjE .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-tsA9LvhkjE .form-container {
  display: flex;
  width: 100%;
}
.cid-tsA9LvhkjE .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tsA9LvhkjE form {
  width: 100%;
}
.cid-tsA9LvhkjE form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tsA9LvhkjE form h5 {
  margin: 40px 0 20px;
}
.cid-tsA9LvhkjE form p {
  color: #45494E;
}
.cid-tsA9LvhkjE form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tsA9LvhkjE form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tsA9LvhkjE form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tsA9LvhkjE form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: white !important;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
}
.cid-tsA9LvhkjE form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tsA9LvhkjE form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tsA9LvhkjE form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tsA9LvhkjE form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tsA9LvhkjE form select {
  color: #A2A4A7 !important;
}
.cid-tsA9LvhkjE form textarea {
  height: 250px !important;
}
.cid-tsA9LvhkjE form input:active,
.cid-tsA9LvhkjE form textarea:active,
.cid-tsA9LvhkjE form input:focus,
.cid-tsA9LvhkjE form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tsA9LvhkjE form input:active::-webkit-input-placeholder,
.cid-tsA9LvhkjE form textarea:active::-webkit-input-placeholder,
.cid-tsA9LvhkjE form input:focus::-webkit-input-placeholder,
.cid-tsA9LvhkjE form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tsA9LvhkjE form input:active::-moz-placeholder,
.cid-tsA9LvhkjE form textarea:active::-moz-placeholder,
.cid-tsA9LvhkjE form input:focus::-moz-placeholder,
.cid-tsA9LvhkjE form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tsA9LvhkjE form input:active:-moz-placeholder,
.cid-tsA9LvhkjE form textarea:active:-moz-placeholder,
.cid-tsA9LvhkjE form input:focus:-moz-placeholder,
.cid-tsA9LvhkjE form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tsA9LvhkjE form input:active:-ms-input-placeholder,
.cid-tsA9LvhkjE form textarea:active:-ms-input-placeholder,
.cid-tsA9LvhkjE form input:focus:-ms-input-placeholder,
.cid-tsA9LvhkjE form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tsA9LvhkjE form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tsA9LvhkjE form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tsA9LvhkjE form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tsA9LvhkjE form .form-control-label {
  width: 100%;
}
.cid-tsA9LvhkjE form .form-check-label {
  margin-bottom: 10px;
}
.cid-tsA9LvhkjE form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tsA9LvhkjE form .form-check-input:focus,
.cid-tsA9LvhkjE form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tsA9LvhkjE form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tsA9LvhkjE H5 {
  color: #ffffff;
}
.cid-tvMkIdEFj3 {
  z-index: 1000;
  width: 100%;
}
.cid-tvMkIdEFj3 nav.navbar {
  position: fixed;
}
.cid-tvMkIdEFj3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvMkIdEFj3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvMkIdEFj3 .dropdown-item:hover,
.cid-tvMkIdEFj3 .dropdown-item:focus {
  background: #fcaf67 !important;
  color: white !important;
}
.cid-tvMkIdEFj3 .dropdown-item:hover span {
  color: white;
}
.cid-tvMkIdEFj3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvMkIdEFj3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvMkIdEFj3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvMkIdEFj3 .nav-link {
  position: relative;
}
.cid-tvMkIdEFj3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvMkIdEFj3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown-menu,
.cid-tvMkIdEFj3 .navbar.opened {
  background: #7e0306 !important;
}
.cid-tvMkIdEFj3 .nav-item:focus,
.cid-tvMkIdEFj3 .nav-link:focus {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvMkIdEFj3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvMkIdEFj3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvMkIdEFj3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvMkIdEFj3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvMkIdEFj3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar.collapsed {
  justify-content: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvMkIdEFj3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tvMkIdEFj3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvMkIdEFj3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvMkIdEFj3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvMkIdEFj3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvMkIdEFj3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvMkIdEFj3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvMkIdEFj3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown-item.active,
.cid-tvMkIdEFj3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvMkIdEFj3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvMkIdEFj3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvMkIdEFj3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvMkIdEFj3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvMkIdEFj3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvMkIdEFj3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvMkIdEFj3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvMkIdEFj3 .navbar {
    height: 70px;
  }
  .cid-tvMkIdEFj3 .navbar.opened {
    height: auto;
  }
  .cid-tvMkIdEFj3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvRc4utKvE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-tvRc4utKvE .mbr-text {
  color: #FFFFFF;
}
.cid-tsGyPWWo6I {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/caltengo-sociales-3-1080x720.jpg");
}
.cid-tsGyPWWo6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsGyPWWo6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsGyPWWo6I .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tszXxZh4oy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tszXxZh4oy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tszXxZh4oy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tszXxZh4oy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tszXxZh4oy .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tszXxZh4oy .col-img {
    order: 2;
  }
}
.cid-tszXxZh4oy .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tszXxZh4oy .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tszXxZh4oy .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tszXxZh4oy .col-tex {
    order: 1;
  }
}
.cid-tszXxZh4oy .card-title {
  color: #45494E;
}
.cid-tszXxZh4oy .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tszXxZh4oy .mbr-section-btn {
  margin-top: 60px;
}
.cid-tszXxZh4oy .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsGzwoJaPa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsGzwoJaPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsGzwoJaPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsGzwoJaPa .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tsGzwoJaPa .mbr-section-title,
.cid-tsGzwoJaPa .mbr-section-btn {
  color: #000000;
}
.cid-tsA04qhEb2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsA04qhEb2 .item:focus,
.cid-tsA04qhEb2 span:focus {
  outline: none;
}
.cid-tsA04qhEb2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 143px;
  max-width: 143px;
  padding: 0 9px;
}
@media (max-width: 768px) {
  .cid-tsA04qhEb2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tsA04qhEb2 .embla__slide .slide-content .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tsA04qhEb2 .embla__slide .slide-content .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsA04qhEb2 .embla__slide .slide-content .image-wrapper img:first-child {
  margin-bottom: 40px;
}
.cid-tsA04qhEb2 .embla__button--next,
.cid-tsA04qhEb2 .embla__button--prev {
  display: flex;
}
.cid-tsA04qhEb2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #fcaf67;
  border: 2px solid #fcaf67;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tsA04qhEb2 .embla__button {
    display: none;
  }
}
.cid-tsA04qhEb2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tsA04qhEb2 .embla__button:hover {
  background: transparent;
  color: #fcaf67;
  opacity: .7;
}
.cid-tsA04qhEb2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsA04qhEb2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tsA04qhEb2 .embla__button {
    top: auto;
  }
}
.cid-tsA04qhEb2 .embla {
  position: relative;
  width: 100%;
}
.cid-tsA04qhEb2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tsA04qhEb2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tsA04qhEb2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tsA04qhEb2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tsA1ZpkS9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sociales-formulario-2000x1334.jpg");
}
.cid-tsA1ZpkS9i .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tsA1ZpkS9i .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tsA1ZpkS9i .mbr-section-title {
  color: #45494E;
}
.cid-tsA1ZpkS9i .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-tsA1ZpkS9i .form-container {
  display: flex;
  width: 100%;
}
.cid-tsA1ZpkS9i .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tsA1ZpkS9i form {
  width: 100%;
}
.cid-tsA1ZpkS9i form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tsA1ZpkS9i form h5 {
  margin: 40px 0 20px;
}
.cid-tsA1ZpkS9i form p {
  color: #45494E;
}
.cid-tsA1ZpkS9i form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tsA1ZpkS9i form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tsA1ZpkS9i form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tsA1ZpkS9i form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: white !important;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
}
.cid-tsA1ZpkS9i form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tsA1ZpkS9i form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tsA1ZpkS9i form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tsA1ZpkS9i form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tsA1ZpkS9i form select {
  color: #A2A4A7 !important;
}
.cid-tsA1ZpkS9i form textarea {
  height: 250px !important;
}
.cid-tsA1ZpkS9i form input:active,
.cid-tsA1ZpkS9i form textarea:active,
.cid-tsA1ZpkS9i form input:focus,
.cid-tsA1ZpkS9i form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tsA1ZpkS9i form input:active::-webkit-input-placeholder,
.cid-tsA1ZpkS9i form textarea:active::-webkit-input-placeholder,
.cid-tsA1ZpkS9i form input:focus::-webkit-input-placeholder,
.cid-tsA1ZpkS9i form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tsA1ZpkS9i form input:active::-moz-placeholder,
.cid-tsA1ZpkS9i form textarea:active::-moz-placeholder,
.cid-tsA1ZpkS9i form input:focus::-moz-placeholder,
.cid-tsA1ZpkS9i form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tsA1ZpkS9i form input:active:-moz-placeholder,
.cid-tsA1ZpkS9i form textarea:active:-moz-placeholder,
.cid-tsA1ZpkS9i form input:focus:-moz-placeholder,
.cid-tsA1ZpkS9i form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tsA1ZpkS9i form input:active:-ms-input-placeholder,
.cid-tsA1ZpkS9i form textarea:active:-ms-input-placeholder,
.cid-tsA1ZpkS9i form input:focus:-ms-input-placeholder,
.cid-tsA1ZpkS9i form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tsA1ZpkS9i form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tsA1ZpkS9i form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tsA1ZpkS9i form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tsA1ZpkS9i form .form-control-label {
  width: 100%;
}
.cid-tsA1ZpkS9i form .form-check-label {
  margin-bottom: 10px;
}
.cid-tsA1ZpkS9i form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tsA1ZpkS9i form .form-check-input:focus,
.cid-tsA1ZpkS9i form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tsA1ZpkS9i form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tsA1ZpkS9i H5 {
  color: #ffffff;
}
.cid-tvMkIdEFj3 {
  z-index: 1000;
  width: 100%;
}
.cid-tvMkIdEFj3 nav.navbar {
  position: fixed;
}
.cid-tvMkIdEFj3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvMkIdEFj3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvMkIdEFj3 .dropdown-item:hover,
.cid-tvMkIdEFj3 .dropdown-item:focus {
  background: #fcaf67 !important;
  color: white !important;
}
.cid-tvMkIdEFj3 .dropdown-item:hover span {
  color: white;
}
.cid-tvMkIdEFj3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvMkIdEFj3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvMkIdEFj3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvMkIdEFj3 .nav-link {
  position: relative;
}
.cid-tvMkIdEFj3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvMkIdEFj3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown-menu,
.cid-tvMkIdEFj3 .navbar.opened {
  background: #7e0306 !important;
}
.cid-tvMkIdEFj3 .nav-item:focus,
.cid-tvMkIdEFj3 .nav-link:focus {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvMkIdEFj3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvMkIdEFj3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvMkIdEFj3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvMkIdEFj3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvMkIdEFj3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar.collapsed {
  justify-content: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvMkIdEFj3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tvMkIdEFj3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvMkIdEFj3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvMkIdEFj3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvMkIdEFj3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvMkIdEFj3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvMkIdEFj3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvMkIdEFj3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown-item.active,
.cid-tvMkIdEFj3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvMkIdEFj3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvMkIdEFj3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvMkIdEFj3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvMkIdEFj3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvMkIdEFj3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvMkIdEFj3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvMkIdEFj3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvMkIdEFj3 .navbar {
    height: 70px;
  }
  .cid-tvMkIdEFj3 .navbar.opened {
    height: auto;
  }
  .cid-tvMkIdEFj3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvRc4utKvE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-tvRc4utKvE .mbr-text {
  color: #FFFFFF;
}
.cid-tvMkIdEFj3 {
  z-index: 1000;
  width: 100%;
}
.cid-tvMkIdEFj3 nav.navbar {
  position: fixed;
}
.cid-tvMkIdEFj3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvMkIdEFj3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvMkIdEFj3 .dropdown-item:hover,
.cid-tvMkIdEFj3 .dropdown-item:focus {
  background: #fcaf67 !important;
  color: white !important;
}
.cid-tvMkIdEFj3 .dropdown-item:hover span {
  color: white;
}
.cid-tvMkIdEFj3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvMkIdEFj3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvMkIdEFj3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvMkIdEFj3 .nav-link {
  position: relative;
}
.cid-tvMkIdEFj3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tvMkIdEFj3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown-menu,
.cid-tvMkIdEFj3 .navbar.opened {
  background: #7e0306 !important;
}
.cid-tvMkIdEFj3 .nav-item:focus,
.cid-tvMkIdEFj3 .nav-link:focus {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvMkIdEFj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvMkIdEFj3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvMkIdEFj3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvMkIdEFj3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tvMkIdEFj3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvMkIdEFj3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tvMkIdEFj3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar.collapsed {
  justify-content: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvMkIdEFj3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvMkIdEFj3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tvMkIdEFj3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvMkIdEFj3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvMkIdEFj3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvMkIdEFj3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvMkIdEFj3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvMkIdEFj3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvMkIdEFj3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvMkIdEFj3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvMkIdEFj3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvMkIdEFj3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvMkIdEFj3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvMkIdEFj3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvMkIdEFj3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvMkIdEFj3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvMkIdEFj3 .dropdown-item.active,
.cid-tvMkIdEFj3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tvMkIdEFj3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvMkIdEFj3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0306;
}
.cid-tvMkIdEFj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvMkIdEFj3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvMkIdEFj3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvMkIdEFj3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvMkIdEFj3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvMkIdEFj3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvMkIdEFj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvMkIdEFj3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvMkIdEFj3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvMkIdEFj3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvMkIdEFj3 .navbar {
    height: 70px;
  }
  .cid-tvMkIdEFj3 .navbar.opened {
    height: auto;
  }
  .cid-tvMkIdEFj3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsA3tdPnnS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/cocinayhacienda-caltengo-2000x1333.jpeg");
}
.cid-tsA3tdPnnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsA3tdPnnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsA3tdPnnS .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tsA2nGQ0qv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsA2nGQ0qv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsA2nGQ0qv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsA2nGQ0qv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tsA2nGQ0qv .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tsA2nGQ0qv .col-img {
    order: 2;
  }
}
.cid-tsA2nGQ0qv .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsA2nGQ0qv .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tsA2nGQ0qv .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tsA2nGQ0qv .col-tex {
    order: 1;
  }
}
.cid-tsA2nGQ0qv .card-title {
  color: #45494E;
}
.cid-tsA2nGQ0qv .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tsA2nGQ0qv .mbr-section-btn {
  margin-top: 60px;
}
.cid-tsA2nGQ0qv .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsA2nGQ0qv .pic-hover-01:hover {
  content: url('https://caltengo.com/blog/wp-content/uploads/2023/02/cocinayhacienda_caltengo_02.jpg');
}
.cid-tsA2Gknwpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsA2Gknwpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsA2Gknwpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tsA2Gknwpk .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tsA2Gknwpk .col-img {
    order: 2;
  }
}
.cid-tsA2Gknwpk .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tsA2Gknwpk .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tsA2Gknwpk .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tsA2Gknwpk .col-tex {
    order: 1;
  }
}
.cid-tsA2Gknwpk .card-title {
  color: #45494E;
}
.cid-tsA2Gknwpk .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tsA2Gknwpk .mbr-section-btn {
  margin-top: 60px;
}
.cid-tsA2Gknwpk .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tsA2Gknwpk .pic-hover-02:hover {
  content: url('https://caltengo.com/blog/wp-content/uploads/2023/02/cocinayhacienda_caltengo_03.jpg');
}
#custom-html-2g {
  /* Type valid CSS here */
}
#custom-html-2g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2g p {
  font-size: 60px;
  color: #777;
}
.cid-tsA2UfV8Nm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7e0306;
}
.cid-tsA2UfV8Nm .mbr-section-title {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-tsA2UfV8Nm .mbr-section-title {
    margin-bottom: 24px !important;
  }
}
.cid-tsA2UfV8Nm .mbr-text {
  color: #FFFFFF;
}
.cid-tsA2UfV8Nm .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tsA2UfV8Nm .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tvRc4utKvE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-tvRc4utKvE .mbr-text {
  color: #FFFFFF;
}
.cid-tvRaKmUkNR {
  z-index: 1000;
  width: 100%;
}
.cid-tvRaKmUkNR nav.navbar {
  position: fixed;
}
.cid-tvRaKmUkNR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvRaKmUkNR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvRaKmUkNR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvRaKmUkNR .dropdown-item:hover,
.cid-tvRaKmUkNR .dropdown-item:focus {
  background: #fcaf67 !important;
  color: white !important;
}
.cid-tvRaKmUkNR .dropdown-item:hover span {
  color: white;
}
.cid-tvRaKmUkNR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvRaKmUkNR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvRaKmUkNR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvRaKmUkNR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvRaKmUkNR .nav-link {
  position: relative;
}
.cid-tvRaKmUkNR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tvRaKmUkNR .container {
    flex-wrap: nowrap;
  }
}
.cid-tvRaKmUkNR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvRaKmUkNR .dropdown-menu,
.cid-tvRaKmUkNR .navbar.opened {
  background: #7e0306 !important;
}
.cid-tvRaKmUkNR .nav-item:focus,
.cid-tvRaKmUkNR .nav-link:focus {
  outline: none;
}
.cid-tvRaKmUkNR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvRaKmUkNR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvRaKmUkNR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvRaKmUkNR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvRaKmUkNR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvRaKmUkNR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvRaKmUkNR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #7e0306;
}
.cid-tvRaKmUkNR .navbar.opened {
  transition: all 0.3s;
}
.cid-tvRaKmUkNR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tvRaKmUkNR .navbar .navbar-logo img {
  width: auto;
}
.cid-tvRaKmUkNR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvRaKmUkNR .navbar.collapsed {
  justify-content: center;
}
.cid-tvRaKmUkNR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvRaKmUkNR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvRaKmUkNR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-tvRaKmUkNR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvRaKmUkNR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvRaKmUkNR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tvRaKmUkNR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvRaKmUkNR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvRaKmUkNR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvRaKmUkNR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvRaKmUkNR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvRaKmUkNR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvRaKmUkNR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvRaKmUkNR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tvRaKmUkNR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvRaKmUkNR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvRaKmUkNR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvRaKmUkNR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvRaKmUkNR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvRaKmUkNR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvRaKmUkNR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvRaKmUkNR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvRaKmUkNR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvRaKmUkNR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvRaKmUkNR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvRaKmUkNR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvRaKmUkNR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvRaKmUkNR .dropdown-item.active,
.cid-tvRaKmUkNR .dropdown-item:active {
  background-color: transparent;
}
.cid-tvRaKmUkNR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvRaKmUkNR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvRaKmUkNR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvRaKmUkNR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7e0306;
}
.cid-tvRaKmUkNR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvRaKmUkNR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvRaKmUkNR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvRaKmUkNR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvRaKmUkNR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvRaKmUkNR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvRaKmUkNR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvRaKmUkNR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvRaKmUkNR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvRaKmUkNR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvRaKmUkNR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvRaKmUkNR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvRaKmUkNR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvRaKmUkNR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvRaKmUkNR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvRaKmUkNR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvRaKmUkNR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvRaKmUkNR .navbar {
    height: 70px;
  }
  .cid-tvRaKmUkNR .navbar.opened {
    height: auto;
  }
  .cid-tvRaKmUkNR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvRbORaDOD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tvRbORaDOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvRbORaDOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvRbORaDOD .row {
  justify-content: flex-start;
}
.cid-tvRbORaDOD .mbr-section-title {
  color: #45494E;
}
.cid-tvRbORaDOD .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tvRbORaDOD .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tvRbORaDOD .mbr-text {
    margin-top: 20px;
  }
}
.cid-tvRbORaDOD .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tvRbORaDOD .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tvRbORaDOD .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tvRbORaDOD .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tvRbORaDOD .mbr-text,
.cid-tvRbORaDOD .mbr-section-btn {
  text-align: left;
}
.cid-tvRc4utKvE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-tvRc4utKvE .mbr-text {
  color: #FFFFFF;
}
