.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}

.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}

.display-2-video {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}



.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}




.display-8-menu {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}






/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
	
  .display-2-video {
    font-size: 2.8rem;
    font-size: calc( 1.5rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
	
	
	
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.45rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
	
	
	
	
   .display-8-menu {
        font-size: 0.96rem;
        font-size: calc(1.3rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));	
}
	
	
	
	
	
	
	
}






@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
	
	
  .display-2-video {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
	
	
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}




/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #871821 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #c2996f !important;
}
.bg-warning {
  background-color: #666666 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #871821 !important;
  border-color: #871821 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b2202c !important;
  border-color: #b2202c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b2202c !important;
  border-color: #b2202c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #c2996f !important;
  border-color: #c2996f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d1b293 !important;
  border-color: #d1b293 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d1b293 !important;
  border-color: #d1b293 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #666666 !important;
  border-color: #666666 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #808080 !important;
  border-color: #808080 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #871821;
  color: #871821;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3d0b0f !important;
  background-color: transparent !important;
  border-color: #3d0b0f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #871821 !important;
  border-color: #871821 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c2996f;
  color: #c2996f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #996e41 !important;
  background-color: transparent !important;
  border-color: #996e41 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c2996f !important;
  border-color: #c2996f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #666666;
  color: #666666;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3b3b3b !important;
  background-color: transparent !important;
  border-color: #3b3b3b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #871821 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #c2996f !important;
}
.text-warning {
  color: #666666 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #30090c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f663c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #333333 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #871821;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c2996f;
}
.alert-warning {
  background-color: #666666;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #871821;
  border-color: #871821;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #871821;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dd414e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e8d8c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #871821 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #871821;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #871821;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #871821;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #871821;
  border-bottom-color: #871821;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #871821 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23871821' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}







.cid-uLbSGe4rK1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uLbSGe4rK1 nav.navbar {
  position: fixed;
}
.cid-uLbSGe4rK1 .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-uLbSGe4rK1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLbSGe4rK1 .dropdown-item {
  border: none !important;
  background: #890f19 !important;
}
.cid-uLbSGe4rK1 .dropdown-item:hover,
.cid-uLbSGe4rK1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .dropdown-item:hover span {
  color: white;
}
.cid-uLbSGe4rK1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLbSGe4rK1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLbSGe4rK1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLbSGe4rK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLbSGe4rK1 .nav-link {
  position: relative;
}
.cid-uLbSGe4rK1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLbSGe4rK1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLbSGe4rK1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLbSGe4rK1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbSGe4rK1 .dropdown-menu,
.cid-uLbSGe4rK1 .navbar.opened {
  background: #890f19 !important;
}
.cid-uLbSGe4rK1 .nav-item:focus,
.cid-uLbSGe4rK1 .nav-link:focus {
  outline: none;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbSGe4rK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbSGe4rK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbSGe4rK1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #890f19;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLbSGe4rK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbSGe4rK1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLbSGe4rK1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uLbSGe4rK1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLbSGe4rK1 .navbar.collapsed {
  justify-content: center;
}
.cid-uLbSGe4rK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbSGe4rK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLbSGe4rK1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uLbSGe4rK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbSGe4rK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbSGe4rK1 .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-uLbSGe4rK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbSGe4rK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLbSGe4rK1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLbSGe4rK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbSGe4rK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbSGe4rK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbSGe4rK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLbSGe4rK1 .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-uLbSGe4rK1 .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-uLbSGe4rK1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLbSGe4rK1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLbSGe4rK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLbSGe4rK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbSGe4rK1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLbSGe4rK1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uLbSGe4rK1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uLbSGe4rK1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLbSGe4rK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uLbSGe4rK1 .navbar-brand .navbar-caption:hover,
.cid-uLbSGe4rK1 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLbSGe4rK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbSGe4rK1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLbSGe4rK1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .dropdown-item.active,
.cid-uLbSGe4rK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbSGe4rK1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbSGe4rK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbSGe4rK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbSGe4rK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #890f19;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLbSGe4rK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLbSGe4rK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLbSGe4rK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbSGe4rK1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLbSGe4rK1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLbSGe4rK1 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLbSGe4rK1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uLbSGe4rK1 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uLbSGe4rK1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLbSGe4rK1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #890f19 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLbSGe4rK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbSGe4rK1 .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-uLbSGe4rK1 .navbar {
    height: 70px;
  }
  .cid-uLbSGe4rK1 .navbar.opened {
    height: auto;
  }
  .cid-uLbSGe4rK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbSGe4rK1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uLbSGe4rK1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLbSGe4rK1 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uLbSGe4rK1 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLbSGe4rK1 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLbSGe4rK1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLbSGe4rK1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLbSGe4rK1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLbSGe4rK1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLbSGe4rK1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLbSGe4rK1 .content-wrap {
  min-height: 110px;
}
.cid-uLbSGe4rK1 .mbr-section-btn .btn::after,
.cid-uLbSGe4rK1 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLbSGe4rK1 .mbr-section-btn .btn:hover,
.cid-uLbSGe4rK1 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLbSGe4rK1 .mbr-section-btn .btn:hover::after,
.cid-uLbSGe4rK1 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}










.cid-uLc44KGY9G {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}



@media (max-width: 991px) {

.cid-uLc44KGY9G {
	
  background-image: url("../../../assets/images/fundo-vermelho-mobile.webp");
}

}




@media screen and (max-width: 767px) {

.cid-uLc44KGY9G {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}

}





.cid-uLc44KGY9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLc44KGY9G .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-uLc44KGY9G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLc44KGY9G .row {
  flex-direction: row-reverse;
}
.cid-uLc44KGY9G .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLc44KGY9G .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLc44KGY9G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLc44KGY9G .mbr-section-title {
  color: #ffffff;
  text-align: left;
}


@media screen and (max-width: 991px) {

.cid-uLc44KGY9G .mbr-section-title, .text-wrapper {
  color: #ffffff;
  text-align: center;
}

}



.cid-uLc44KGY9G .mbr-text,
.cid-uLc44KGY9G .mbr-section-btn {
  color: #ffffff;
}




.cid-uLc5hBnFnh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uLc5hBnFnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLc5hBnFnh .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-uLc5hBnFnh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLc5hBnFnh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLc5hBnFnh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLc5hBnFnh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLc5hBnFnh .mbr-section-title {
  color: #000000;
}
.cid-uLc5hBnFnh .mbr-text,
.cid-uLc5hBnFnh .mbr-section-btn {
  color: #666666;
}



@media screen and (max-width: 991px) {
	
.cid-uLc5hBnFnh .mbr-text,
.cid-uLc5hBnFnh .mbr-section-btn {
  color: #666666;
  text-align: center;
	
}


}







.cid-uLKOlAVV7Y {
  display: flex;
}
.cid-uLKOlAVV7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKOlAVV7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uLKOlAVV7Y .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uLKOlAVV7Y .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uLKOlAVV7Y {
    align-items: center;
  }
  .cid-uLKOlAVV7Y .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLKOlAVV7Y .content-wrap {
    min-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uLKOlAVV7Y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLKOlAVV7Y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLKOlAVV7Y .content-wrap {
    width: 100%;
  }
}
.cid-uLKOlAVV7Y .mbr-section-title {
  text-align: center;
}
.cid-uLKOlAVV7Y .mbr-text,
.cid-uLKOlAVV7Y .mbr-section-btn {
  text-align: center;
}
.cid-uLL3g6uyEz {
  display: flex;
}
.cid-uLL3g6uyEz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uLL3g6uyEz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uLL3g6uyEz {
    align-items: center;
  }
  .cid-uLL3g6uyEz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLL3g6uyEz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLL3g6uyEz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLL3g6uyEz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLL3g6uyEz .content-wrap {
    width: 100%;
  }
}
.cid-uLL3g6uyEz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLL3g6uyEz .mbr-text,
.cid-uLL3g6uyEz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uLL3g6uyEz .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uLh6mFmCmF {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}



@media (max-width: 991px) {

.cid-uLh6mFmCmF {
	
  background-image: url("../../../assets/images/fundo-vermelho-mobile.webp");
}

}




.cid-uLh6mFmCmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh6mFmCmF .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLh6mFmCmF .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uLh6mFmCmF .item-wrapper:hover {
  background: #bf222f;
  transform: translateY(-5px);
}
.cid-uLh6mFmCmF .item-wrapper:hover .card-title,
.cid-uLh6mFmCmF .item-wrapper:hover .card-text,
.cid-uLh6mFmCmF .item-wrapper:hover .card-link,
.cid-uLh6mFmCmF .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uLh6mFmCmF .item-wrapper:hover span {
  color: #871821;
}
.cid-uLh6mFmCmF .card-title,
.cid-uLh6mFmCmF .card-text,
.cid-uLh6mFmCmF .card-link,
.cid-uLh6mFmCmF .card-link a {
  transition: all 0.3s;
}
.cid-uLh6mFmCmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh6mFmCmF .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLh6mFmCmF .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLh6mFmCmF .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLh6mFmCmF .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #bf222f;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLh6mFmCmF .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLh6mFmCmF .card-title,
.cid-uLh6mFmCmF .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uLh6mFmCmF .card-text {
  color: #666666;
  text-align: center;
}
.cid-uLh6mFmCmF .content-head {
  max-width: 800px;
}
.cid-uLh6mFmCmF .mbr-section-title {
  color: #ffffff;
}
.cid-uLh6mFmCmF .card-link,
.cid-uLh6mFmCmF .link-icon,
.cid-uLh6mFmCmF .link-align {
  color: #871821;
  text-align: center;
}
.cid-uLhNaqDkRq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uLhNaqDkRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhNaqDkRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhNaqDkRq .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uLhNaqDkRq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLhNaqDkRq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLhNaqDkRq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLhNaqDkRq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLhNaqDkRq .mbr-section-title {
  color: #000000;
}
.cid-uLhNaqDkRq .mbr-text,
.cid-uLhNaqDkRq .mbr-section-btn {
  color: #666666;
}






.cid-uLhvLJzHmE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}


@media (max-width: 991px) {

.cid-uLhvLJzHmE {
	
  background-image: url("../../../assets/images/fundo-vermelho-mobile.webp");
}

}




.cid-uLhvLJzHmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhvLJzHmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhvLJzHmE .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLhvLJzHmE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhvLJzHmE .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uLhvLJzHmE .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uLhvLJzHmE .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uLhvLJzHmE .title-wrapper .title-wrap .mbr-section-title span {
  color: #871821;
}
.cid-uLhvLJzHmE .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uLhvLJzHmE .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uLhvLJzHmE .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px 15px ;
}






@media (max-width: 767px) {
  .cid-uLhvLJzHmE .item .item-wrapper {
    height: auto;
    padding: 20px 12px;
    margin: 10px 50px;	  
  }
}





@media (min-width: 768px) and (max-width: 991px)  {
	
	
  .cid-uLhvLJzHmE .item .item-wrapper {
    height: auto;
    padding: 20px 12px;
    margin: 10px 100px;	  
	  
  }
	
}





@media (max-width: 992px) {
  .cid-uLhvLJzHmE .item .item-wrapper {
    height: auto;
    padding: 20px 12px;
  }
}





.cid-uLhvLJzHmE .item .item-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLhvLJzHmE .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhvLJzHmE .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #ffffff;
  background-color: #871821;
  border-radius: 12px;
}
.cid-uLhvLJzHmE .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uLhvLJzHmE .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uLhvLJzHmE .mbr-section-title {
  color: #404349;
}
.cid-uLhvLJzHmE .mbr-desc {
  color: #b19a7c;
}
.cid-uLhvLJzHmE .item-title {
  color: #404349;
}
.cid-uLhvLJzHmE .item-text {
  color: #404349;
  text-align: center;
}
.cid-uLhvLJzHmE .item-title,
.cid-uLhvLJzHmE .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uLhvLJzHmE .mbr-section-title,
.cid-uLhvLJzHmE .title-wrap {
  text-align: center;
  color: #ffffff;
}







.cid-uLne29ocQq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}


@media (max-width: 991px) {

.cid-uLne29ocQq {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

}




.cid-uLne29ocQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLne29ocQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLne29ocQq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLne29ocQq .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uLne29ocQq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLne29ocQq .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLne29ocQq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLne29ocQq .header-menu li p {
  margin: 0;
}
.cid-uLne29ocQq .content-head {
  max-width: 800px;
}
.cid-uLne29ocQq .mbr-section-title {
  color: #000000;
}
.cid-uLhG0y4kVD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}
.cid-uLhG0y4kVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhG0y4kVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhG0y4kVD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLhG0y4kVD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLhG0y4kVD .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLhG0y4kVD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLhG0y4kVD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLhG0y4kVD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLhG0y4kVD .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLhG0y4kVD .item {
    margin-bottom: 28px;
  }
}
.cid-uLhG0y4kVD .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLhG0y4kVD .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uLhG0y4kVD .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLhG0y4kVD .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uLhG0y4kVD .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #871821;
  background: linear-gradient(90deg, #871821, #b2202c 65%, #d92c3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLhG0y4kVD .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uLhG0y4kVD .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLhG0y4kVD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLhG0y4kVD .mbr-text,
.cid-uLhG0y4kVD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLhG0y4kVD .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLhG0y4kVD .item-text {
  color: #000000;
  text-align: center;
}
.cid-uLhG0y4kVD .item-title,
.cid-uLhG0y4kVD .icon-wrapper {
  color: #000000;
}
.cid-uLnJtKpw6r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #890f19;
  overflow: hidden;
}
.cid-uLnJtKpw6r .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uLbSGe4rK1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uLbSGe4rK1 nav.navbar {
  position: fixed;
}
.cid-uLbSGe4rK1 .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-uLbSGe4rK1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLbSGe4rK1 .dropdown-item {
  border: none !important;
  background: #890f19 !important;
}
.cid-uLbSGe4rK1 .dropdown-item:hover,
.cid-uLbSGe4rK1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .dropdown-item:hover span {
  color: white;
}
.cid-uLbSGe4rK1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLbSGe4rK1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLbSGe4rK1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLbSGe4rK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLbSGe4rK1 .nav-link {
  position: relative;
}
.cid-uLbSGe4rK1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLbSGe4rK1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLbSGe4rK1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLbSGe4rK1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbSGe4rK1 .dropdown-menu,
.cid-uLbSGe4rK1 .navbar.opened {
  background: #890f19 !important;
}
.cid-uLbSGe4rK1 .nav-item:focus,
.cid-uLbSGe4rK1 .nav-link:focus {
  outline: none;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbSGe4rK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbSGe4rK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbSGe4rK1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #890f19;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLbSGe4rK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbSGe4rK1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLbSGe4rK1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uLbSGe4rK1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLbSGe4rK1 .navbar.collapsed {
  justify-content: center;
}
.cid-uLbSGe4rK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbSGe4rK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLbSGe4rK1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uLbSGe4rK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbSGe4rK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbSGe4rK1 .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-uLbSGe4rK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbSGe4rK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLbSGe4rK1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLbSGe4rK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbSGe4rK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbSGe4rK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbSGe4rK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLbSGe4rK1 .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-uLbSGe4rK1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLbSGe4rK1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLbSGe4rK1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLbSGe4rK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLbSGe4rK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbSGe4rK1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLbSGe4rK1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uLbSGe4rK1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uLbSGe4rK1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLbSGe4rK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uLbSGe4rK1 .navbar-brand .navbar-caption:hover,
.cid-uLbSGe4rK1 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLbSGe4rK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbSGe4rK1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLbSGe4rK1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .dropdown-item.active,
.cid-uLbSGe4rK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbSGe4rK1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbSGe4rK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbSGe4rK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbSGe4rK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #890f19;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLbSGe4rK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLbSGe4rK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLbSGe4rK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbSGe4rK1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLbSGe4rK1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLbSGe4rK1 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLbSGe4rK1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uLbSGe4rK1 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uLbSGe4rK1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLbSGe4rK1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #890f19 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLbSGe4rK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbSGe4rK1 .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-uLbSGe4rK1 .navbar {
    height: 70px;
  }
  .cid-uLbSGe4rK1 .navbar.opened {
    height: auto;
  }
  .cid-uLbSGe4rK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbSGe4rK1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uLbSGe4rK1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLbSGe4rK1 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLbSGe4rK1 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLbSGe4rK1 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLbSGe4rK1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLbSGe4rK1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLbSGe4rK1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLbSGe4rK1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLbSGe4rK1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLbSGe4rK1 .content-wrap {
  min-height: 110px;
}
.cid-uLbSGe4rK1 .mbr-section-btn .btn::after,
.cid-uLbSGe4rK1 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLbSGe4rK1 .mbr-section-btn .btn:hover,
.cid-uLbSGe4rK1 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLbSGe4rK1 .mbr-section-btn .btn:hover::after,
.cid-uLbSGe4rK1 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}


.cid-uLG1qs0PXO {
	
	padding-top: 5rem;
	padding-bottom: 8rem;
	
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}



@media (max-width: 991px) {

.cid-uLG1qs0PXO {
	
  background-image: url("../../../assets/images/fundo-vermelho-mobile.webp");
}

}





.cid-uLG1qs0PXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLG1qs0PXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLG1qs0PXO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLG1qs0PXO .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uLG1qs0PXO .mbr-text,
.cid-uLG1qs0PXO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}






.cid-uLH4VhZW6R {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uLH4VhZW6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLH4VhZW6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLH4VhZW6R .row {
  flex-direction: row-reverse;
}
.cid-uLH7frgqjd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uLH7frgqjd .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uLH7frgqjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLH7frgqjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLH7frgqjd .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uLH7frgqjd .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLH7frgqjd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uLH7frgqjd .card-title,
.cid-uLH7frgqjd .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uLH7frgqjd .content-head {
  max-width: 800px;
}
.cid-uLH7frgqjd .mbr-section-title {
  color: #000000;
}
.cid-uLH7frgqjd .mbr-section-subtitle {
  color: #000000;
}
.cid-uLH7frgqjd .card-text {
  color: #666666;
  text-align: center;
}
.cid-uLH7frgqjd .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uLH7frgqjd .item-mb {
    margin-bottom: 3rem;
  }
}
.cid-uLFYupp0vh {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}



@media (max-width: 991px) {

.cid-uLFYupp0vh{
	
  background-image: url("../../../assets/images/fundo-vermelho-mobile.webp");
}

}




.cid-uLFYupp0vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFYupp0vh .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLFYupp0vh .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uLFYupp0vh .item-wrapper:hover {
  background: #bf222f;
  transform: translateY(-5px);
}
.cid-uLFYupp0vh .item-wrapper:hover .card-title,
.cid-uLFYupp0vh .item-wrapper:hover .card-text,
.cid-uLFYupp0vh .item-wrapper:hover .card-link,
.cid-uLFYupp0vh .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uLFYupp0vh .item-wrapper:hover span {
  color: #871821;
}
.cid-uLFYupp0vh .card-title,
.cid-uLFYupp0vh .card-text,
.cid-uLFYupp0vh .card-link,
.cid-uLFYupp0vh .card-link a {
  transition: all 0.3s;
}
.cid-uLFYupp0vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFYupp0vh .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLFYupp0vh .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLFYupp0vh .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLFYupp0vh .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #bf222f;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLFYupp0vh .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLFYupp0vh .card-title,
.cid-uLFYupp0vh .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uLFYupp0vh .card-text {
  color: #666666;
  text-align: center;
}
.cid-uLFYupp0vh .content-head {
  max-width: 800px;
}
.cid-uLFYupp0vh .mbr-section-title {
  color: #ffffff;
}
.cid-uLFYupp0vh .card-link,
.cid-uLFYupp0vh .link-icon,
.cid-uLFYupp0vh .link-align {
  color: #871821;
  text-align: center;
}



.cid-uLFZDo8flY {
  display: flex;
  background-image: url("../../../assets/images/sttart-imagem-21.webp");
}





@media (max-width: 991px) {

.cid-uLFZDo8flY {
  display: flex;
  background-image: url("../../../assets/images/sttart-imagem-9.webp");
}

}







.cid-uLFZDo8flY .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uLFZDo8flY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFZDo8flY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFZDo8flY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uLFZDo8flY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uLFZDo8flY {
    align-items: center;
  }
  .cid-uLFZDo8flY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLFZDo8flY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uLFZDo8flY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLFZDo8flY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLFZDo8flY .content-wrap {
    width: 100%;
  }
}
.cid-uLFZDo8flY .mbr-section-title {
  text-align: center;
}
.cid-uLFZDo8flY .mbr-text,
.cid-uLFZDo8flY .mbr-section-btn {
  text-align: center;
}
.cid-uLFZzfBzA4 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #edefeb;
}
.cid-uLFZzfBzA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFZzfBzA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFZzfBzA4 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLFZzfBzA4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLFZzfBzA4 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uLFZzfBzA4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uLFZzfBzA4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uLFZzfBzA4 .title-wrapper .title-wrap .mbr-section-title span {
  color: #871821;
}
.cid-uLFZzfBzA4 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uLFZzfBzA4 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uLFZzfBzA4 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uLFZzfBzA4 .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uLFZzfBzA4 .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLFZzfBzA4 .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLFZzfBzA4 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #871821;
  border-radius: 12px;
}
.cid-uLFZzfBzA4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uLFZzfBzA4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uLFZzfBzA4 .mbr-section-title {
  color: #404349;
}
.cid-uLFZzfBzA4 .mbr-desc {
  color: #b19a7c;
}
.cid-uLFZzfBzA4 .item-title {
  color: #404349;
}
.cid-uLFZzfBzA4 .item-text {
  color: #404349;
  text-align: center;
}
.cid-uLFZzfBzA4 .item-title,
.cid-uLFZzfBzA4 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uLFZzfBzA4 .mbr-section-title,
.cid-uLFZzfBzA4 .title-wrap {
  text-align: center;
  color: #000000;
}
.cid-uLHaZZp8T5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}



@media (max-width: 991px) {

.cid-uLHaZZp8T5 {
	
  background-image: url("../../../assets/images/fundo-vermelho-mobile.webp");
}

}





@media (max-width: 991px) {
	
.cid-uLHaZZp8T5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

}



.cid-uLHaZZp8T5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLHaZZp8T5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLHaZZp8T5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uLHaZZp8T5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLHaZZp8T5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLHaZZp8T5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLHaZZp8T5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLHaZZp8T5 .mbr-section-title {
  color: #ffffff;
}
.cid-uLHaZZp8T5 .mbr-text,
.cid-uLHaZZp8T5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLnJtKpw6r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #890f19;
  overflow: hidden;
}
.cid-uLnJtKpw6r .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uLGVHtpXqR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #871821;
}
.cid-uLGVHtpXqR .card-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uLGVHtpXqR .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #202020;
}
@media (min-width: 992px) {
  .cid-uLGVHtpXqR .google-map {
    margin-right: 17%;
  }
}
.cid-uLGVHtpXqR .google-map {
  height: 540px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uLGVHtpXqR .google-map {
    margin-bottom: 70px;
  }
}
.cid-uLGVHtpXqR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uLGVHtpXqR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uLGVHtpXqR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLGVHtpXqR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLGVHtpXqR .header_box {
  margin-bottom: 40px;
}
.cid-uLGVHtpXqR .contact_content {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.cid-uLGVHtpXqR .card_text {
  display: inline-block;
}
.cid-uLGVHtpXqR .iconfont-wrapper {
  margin-right: 15px;
  display: inline-block;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLGVHtpXqR .column_wrap {
    margin-bottom: 29px;
  }
}
.cid-uLGVHtpXqR .mbr-text {
  color: #ffffff;
}
.cid-uLGVHtpXqR .card_text,
.cid-uLGVHtpXqR .contact_content {
  color: #ffffff;
}
.cid-uLGV0w6Q5o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}
.cid-uLGV0w6Q5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLGV0w6Q5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLGV0w6Q5o .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLGV0w6Q5o .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLGV0w6Q5o .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLGV0w6Q5o .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLGV0w6Q5o .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLGV0w6Q5o .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLGV0w6Q5o .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLGV0w6Q5o .item {
    margin-bottom: 28px;
  }
}
.cid-uLGV0w6Q5o .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLGV0w6Q5o .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uLGV0w6Q5o .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLGV0w6Q5o .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uLGV0w6Q5o .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #871821;
  background: linear-gradient(90deg, #871821, #b2202c 65%, #d92c3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uLGV0w6Q5o .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uLGV0w6Q5o .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLGV0w6Q5o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLGV0w6Q5o .mbr-text,
.cid-uLGV0w6Q5o .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLGV0w6Q5o .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLGV0w6Q5o .item-text {
  color: #000000;
  text-align: center;
}
.cid-uLGV0w6Q5o .item-title,
.cid-uLGV0w6Q5o .icon-wrapper {
  color: #000000;
}
.cid-uLbSGe4rK1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uLbSGe4rK1 nav.navbar {
  position: fixed;
}
.cid-uLbSGe4rK1 .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-uLbSGe4rK1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLbSGe4rK1 .dropdown-item {
  border: none !important;
  background: #890f19 !important;
}
.cid-uLbSGe4rK1 .dropdown-item:hover,
.cid-uLbSGe4rK1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .dropdown-item:hover span {
  color: white;
}
.cid-uLbSGe4rK1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLbSGe4rK1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLbSGe4rK1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLbSGe4rK1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLbSGe4rK1 .nav-link {
  position: relative;
}
.cid-uLbSGe4rK1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLbSGe4rK1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLbSGe4rK1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLbSGe4rK1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLbSGe4rK1 .dropdown-menu,
.cid-uLbSGe4rK1 .navbar.opened {
  background: #890f19 !important;
}
.cid-uLbSGe4rK1 .nav-item:focus,
.cid-uLbSGe4rK1 .nav-link:focus {
  outline: none;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbSGe4rK1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbSGe4rK1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbSGe4rK1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbSGe4rK1 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #890f19;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLbSGe4rK1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbSGe4rK1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLbSGe4rK1 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uLbSGe4rK1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLbSGe4rK1 .navbar.collapsed {
  justify-content: center;
}
.cid-uLbSGe4rK1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbSGe4rK1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLbSGe4rK1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-uLbSGe4rK1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbSGe4rK1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbSGe4rK1 .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-uLbSGe4rK1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbSGe4rK1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLbSGe4rK1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLbSGe4rK1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbSGe4rK1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbSGe4rK1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbSGe4rK1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLbSGe4rK1 .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-uLbSGe4rK1 .navbar .navbar-logo img {
    height: 6rem !important;
  }
  .cid-uLbSGe4rK1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLbSGe4rK1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLbSGe4rK1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLbSGe4rK1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbSGe4rK1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLbSGe4rK1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uLbSGe4rK1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uLbSGe4rK1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLbSGe4rK1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uLbSGe4rK1 .navbar-brand .navbar-caption:hover,
.cid-uLbSGe4rK1 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLbSGe4rK1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbSGe4rK1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLbSGe4rK1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .dropdown-item.active,
.cid-uLbSGe4rK1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbSGe4rK1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbSGe4rK1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbSGe4rK1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbSGe4rK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #890f19;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLbSGe4rK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLbSGe4rK1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLbSGe4rK1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLbSGe4rK1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLbSGe4rK1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLbSGe4rK1 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLbSGe4rK1 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uLbSGe4rK1 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uLbSGe4rK1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLbSGe4rK1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #890f19 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLbSGe4rK1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbSGe4rK1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbSGe4rK1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLbSGe4rK1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbSGe4rK1 .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-uLbSGe4rK1 .navbar {
    height: 70px;
  }
  .cid-uLbSGe4rK1 .navbar.opened {
    height: auto;
  }
  .cid-uLbSGe4rK1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbSGe4rK1 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uLbSGe4rK1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLbSGe4rK1 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uLbSGe4rK1 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLbSGe4rK1 .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .nav-item .nav-link:hover::after {
  color: #000000 !important;
}
.cid-uLbSGe4rK1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLbSGe4rK1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLbSGe4rK1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLbSGe4rK1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLbSGe4rK1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLbSGe4rK1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLbSGe4rK1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLbSGe4rK1 .content-wrap {
  min-height: 110px;
}
.cid-uLbSGe4rK1 .mbr-section-btn .btn::after,
.cid-uLbSGe4rK1 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLbSGe4rK1 .mbr-section-btn .btn:hover,
.cid-uLbSGe4rK1 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLbSGe4rK1 .mbr-section-btn .btn:hover::after,
.cid-uLbSGe4rK1 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLQvtwEV1y {
  display: flex;
}
.cid-uLQvtwEV1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLQvtwEV1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uLQvtwEV1y .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uLQvtwEV1y .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uLQvtwEV1y {
    align-items: center;
  }
  .cid-uLQvtwEV1y .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uLQvtwEV1y .content-wrap {
    min-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-uLQvtwEV1y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uLQvtwEV1y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uLQvtwEV1y .content-wrap {
    width: 100%;
  }
}
.cid-uLQvtwEV1y .mbr-section-title {
  text-align: center;
}
.cid-uLQvtwEV1y .mbr-text,
.cid-uLQvtwEV1y .mbr-section-btn {
  text-align: center;
}
.cid-uLHhLKof7H {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}
.cid-uLHhLKof7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLHhLKof7H .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uLHhLKof7H .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uLHhLKof7H .item-wrapper:hover {
  background: #bf222f;
  transform: translateY(-5px);
}
.cid-uLHhLKof7H .item-wrapper:hover .card-title,
.cid-uLHhLKof7H .item-wrapper:hover .card-text,
.cid-uLHhLKof7H .item-wrapper:hover .card-link,
.cid-uLHhLKof7H .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uLHhLKof7H .item-wrapper:hover span {
  color: #871821;
}
.cid-uLHhLKof7H .card-title,
.cid-uLHhLKof7H .card-text,
.cid-uLHhLKof7H .card-link,
.cid-uLHhLKof7H .card-link a {
  transition: all 0.3s;
}
.cid-uLHhLKof7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLHhLKof7H .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uLHhLKof7H .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uLHhLKof7H .link-wrapper:hover {
  cursor: pointer;
}
.cid-uLHhLKof7H .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #bf222f;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uLHhLKof7H .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uLHhLKof7H .card-title,
.cid-uLHhLKof7H .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uLHhLKof7H .card-text {
  color: #666666;
  text-align: center;
}
.cid-uLHhLKof7H .content-head {
  max-width: 800px;
}
.cid-uLHhLKof7H .mbr-section-title {
  color: #ffffff;
}
.cid-uLHhLKof7H .card-link,
.cid-uLHhLKof7H .link-icon,
.cid-uLHhLKof7H .link-align {
  color: #871821;
  text-align: center;
}
.cid-uLHiYpbajb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLHiYpbajb .content-head {
  max-width: 800px;
}
.cid-uLHjIHHpGr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLHjIHHpGr .mbr-text {
  color: #666666;
  text-align: left;
}

@media (max-width: 991px) {

.cid-uLHjIHHpGr .mbr-text {
  color: #666666;
  text-align: center;
}
}


.cid-uLHjIHHpGr .mbr-section-subtitle {
  color: #000000;
}
.cid-uLHjIHHpGr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLHmBJch0E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #890f19;
}
.cid-uLHmBJch0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLHmBJch0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLHmBJch0E .row {
  flex-direction: row-reverse;
}
.cid-uLHmBJch0E .mbr-description {
  color: #ffffff;
}
.cid-uLHltrGaVc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #890f19;
}
.cid-uLHltrGaVc .justify-content-center {
  align-items: center;
}
.cid-uLHltrGaVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLHltrGaVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLHltrGaVc .item-wrapper {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLHltrGaVc .item-wrapper {
    margin-bottom: 3.5rem;
  }
}
.cid-uLHltrGaVc .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uLHltrGaVc .content-head {
  max-width: 800px;
}
.cid-uLHltrGaVc .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #871821;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}



.cid-uLHltrGaVc .card-title {
  color: #ffffff;
  line-height: 1.1rem;
	
}

	
	
.cid-uLHltrGaVc .card-text {
  color: #ffffff;
}






.cid-uLHo6n4BJM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}



@media (max-width: 991px) {

.cid-uLHo6n4BJM {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

}





.cid-uLHo6n4BJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLHo6n4BJM .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-uLHo6n4BJM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLHo6n4BJM .row {
  flex-direction: row-reverse;
}
.cid-uLHo6n4BJM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLHo6n4BJM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLHo6n4BJM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLHo6n4BJM .mbr-section-title {
  color: #000000;
}
.cid-uLHo6n4BJM .mbr-text,
.cid-uLHo6n4BJM .mbr-section-btn {
  color: #666666;
}


@media (max-width: 470px) {

.cid-uLHo6n4BJM .mbr-text {
  text-align: left;
}

}




.cid-uLHo6n4BJM .mbr-iconfont {
color: #871821;

}




.cid-uLHo51BZrW {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}

	
.cid-uLHo51BZrW {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}




@media (min-width: 991px) {
	
.cid-uLHo51BZrW {
  padding-top: 0rem;
}
	
}


	


.cid-uLHo51BZrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLHo51BZrW .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-uLHo51BZrW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLHo51BZrW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLHo51BZrW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLHo51BZrW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLHo51BZrW .mbr-section-title {
  color: #000000;
}
.cid-uLHo51BZrW .mbr-text,
.cid-uLHo51BZrW .mbr-section-btn {
  color: #666666;
}


@media (max-width: 470px) {

.cid-uLHo51BZrW .mbr-text {
  text-align: left;
}

}


.cid-uLHo51BZrW .mbr-iconfont {
  color: #871821;
}



.cid-uLHpmKlub9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fundo-vermelho.webp");
}
.cid-uLHpmKlub9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLHpmKlub9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLHpmKlub9 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uLHpmKlub9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLHpmKlub9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLHpmKlub9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLHpmKlub9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLHpmKlub9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLHpmKlub9 .mbr-text,
.cid-uLHpmKlub9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLnJtKpw6r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #890f19;
  overflow: hidden;
}
.cid-uLnJtKpw6r .media-container-row .mbr-text {
  color: #ffffff;
}













.cid-uLhvLJzHmE-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;	
}



.cid-uLhvLJzHmE-2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhvLJzHmE-2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhvLJzHmE-2 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLhvLJzHmE-2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhvLJzHmE-2 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uLhvLJzHmE-2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uLhvLJzHmE-2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uLhvLJzHmE-2 .title-wrapper .title-wrap .mbr-section-title span {
  color: #871821;
}
.cid-uLhvLJzHmE-2 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uLhvLJzHmE-2 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uLhvLJzHmE-2 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px 15px ;
}






@media (max-width: 767px) {
  .cid-uLhvLJzHmE-2 .item .item-wrapper {
    height: auto;
    padding: 20px 12px;
    margin: 10px 50px;	  
  }
}





@media (min-width: 768px) and (max-width: 991px)  {
	
	
  .cid-uLhvLJzHmE-2 .item .item-wrapper {
    height: auto;
    padding: 20px 12px;
    margin: 10px 100px;	  
	  
  }
	
}





@media (max-width: 992px) {
  .cid-uLhvLJzHmE-2 .item .item-wrapper {
    height: auto;
    padding: 20px 12px;
  }
}





.cid-uLhvLJzHmE-2 .item .item-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLhvLJzHmE-2 .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhvLJzHmE-2 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #ffffff;
  background-color: #871821;
  border-radius: 12px;
}
.cid-uLhvLJzHmE-2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uLhvLJzHmE-2 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uLhvLJzHmE-2 .mbr-section-title {
  color: #404349;
}
.cid-uLhvLJzHmE-2 .mbr-desc {
  color: #b19a7c;
}
.cid-uLhvLJzHmE-2 .item-title {
  color: #404349;
}
.cid-uLhvLJzHmE-2 .item-text {
  color: #404349;
  text-align: center;
}
.cid-uLhvLJzHmE-2 .item-title,
.cid-uLhvLJzHmE-2 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uLhvLJzHmE-2 .mbr-section-title,
.cid-uLhvLJzHmE-2 .title-wrap {
  text-align: center;
  color: #000000;
}








.cid-uN5GCzxAzf {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uN5GCzxAzf img {
  object-fit: contain;
  border-radius: 0 !important;
}







.cid-uN53TUmhRj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-uN53TUmhRj .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uN53TUmhRj .panel-group {
  border: none;
}
.cid-uN53TUmhRj .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uN53TUmhRj .card-header {
    padding: 0rem;
  }
}
.cid-uN53TUmhRj .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uN53TUmhRj .img-col {
  padding: 0;
}
.cid-uN53TUmhRj .img-item {
  height: 100%;
}
.cid-uN53TUmhRj img {
  height: 100%;
  object-fit: cover;
}
.cid-uN53TUmhRj .collapsed span {
  transform: rotate(0deg);
}
.cid-uN53TUmhRj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uN53TUmhRj p {
  margin-bottom: 0.3rem;
}
.cid-uN53TUmhRj .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-uN53TUmhRj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uN53TUmhRj .card {
  background: #890f19;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uN53TUmhRj .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uN53TUmhRj .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uN53TUmhRj .panel-text {
  color: #ffffff;
}
.cid-uN53TUmhRj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uN53TUmhRj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uN53TUmhRj .panel-title-edit,
.cid-uN53TUmhRj .mbr-iconfont {
  color: #ffffff;
  text-align: left;
}








