body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a71c21 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #e43f3f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a71c21 !important;
  border-color: #a71c21 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5d1012 !important;
  border-color: #5d1012 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5d1012 !important;
  border-color: #5d1012 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ca0c0c !important;
  border-color: #ca0c0c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #780707 !important;
  border-color: #780707 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #780707 !important;
  border-color: #780707 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a71c21;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5d1012 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a71c21 !important;
  border-color: #a71c21 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ca0c0c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #780707 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca0c0c !important;
  border-color: #ca0c0c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a71c21 !important;
}
.text-secondary {
  color: #ca0c0c !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #e43f3f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #500d10 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6a0606 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a61717 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a71c21;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e43f3f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a71c21;
  border-color: #a71c21;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a71c21;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e45e63;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a71c21 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #a71c21;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a71c21;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a71c21;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a71c21;
  border-bottom-color: #a71c21;
}
.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: #a71c21 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ca0c0c !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='%23a71c21' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v4eL1rhmQj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4eL1rhmQj nav.navbar {
  position: fixed;
}
.cid-v4eL1rhmQj .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-v4eL1rhmQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4eL1rhmQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4eL1rhmQj .dropdown-item:hover,
.cid-v4eL1rhmQj .dropdown-item:focus {
  background: #a71c21 !important;
  color: white !important;
}
.cid-v4eL1rhmQj .dropdown-item:hover span {
  color: white;
}
.cid-v4eL1rhmQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4eL1rhmQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4eL1rhmQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4eL1rhmQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4eL1rhmQj .nav-link {
  position: relative;
}
.cid-v4eL1rhmQj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4eL1rhmQj .container {
    flex-wrap: wrap;
  }
}
.cid-v4eL1rhmQj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4eL1rhmQj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4eL1rhmQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4eL1rhmQj .dropdown-menu,
.cid-v4eL1rhmQj .navbar.opened {
  background: #e3d9c6 !important;
}
.cid-v4eL1rhmQj .nav-item:focus,
.cid-v4eL1rhmQj .nav-link:focus {
  outline: none;
}
.cid-v4eL1rhmQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4eL1rhmQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4eL1rhmQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4eL1rhmQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4eL1rhmQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4eL1rhmQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4eL1rhmQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3d9c6;
}
.cid-v4eL1rhmQj .navbar.opened {
  transition: all 0.3s;
}
.cid-v4eL1rhmQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4eL1rhmQj .navbar .navbar-logo img {
  width: auto;
}
.cid-v4eL1rhmQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4eL1rhmQj .navbar.collapsed {
  justify-content: center;
}
.cid-v4eL1rhmQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4eL1rhmQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4eL1rhmQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-v4eL1rhmQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4eL1rhmQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4eL1rhmQj .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-v4eL1rhmQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4eL1rhmQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4eL1rhmQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4eL1rhmQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4eL1rhmQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4eL1rhmQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4eL1rhmQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4eL1rhmQj .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-v4eL1rhmQj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4eL1rhmQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4eL1rhmQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4eL1rhmQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4eL1rhmQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4eL1rhmQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4eL1rhmQj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4eL1rhmQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4eL1rhmQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4eL1rhmQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4eL1rhmQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4eL1rhmQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4eL1rhmQj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4eL1rhmQj .dropdown-item.active,
.cid-v4eL1rhmQj .dropdown-item:active {
  background-color: transparent;
}
.cid-v4eL1rhmQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4eL1rhmQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4eL1rhmQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4eL1rhmQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3d9c6;
}
.cid-v4eL1rhmQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4eL1rhmQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4eL1rhmQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4eL1rhmQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4eL1rhmQj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4eL1rhmQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v4eL1rhmQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4eL1rhmQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4eL1rhmQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4eL1rhmQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4eL1rhmQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4eL1rhmQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4eL1rhmQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4eL1rhmQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4eL1rhmQj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4eL1rhmQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4eL1rhmQj .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-v4eL1rhmQj .navbar {
    height: 70px;
  }
  .cid-v4eL1rhmQj .navbar.opened {
    height: auto;
  }
  .cid-v4eL1rhmQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vp2H0HcDPC {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/carrusel2.gif");
}
.cid-vp2H0HcDPC .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-vp2H0HcDPC .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vp2H0HcDPC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vp2H0HcDPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp2H0HcDPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp2H0HcDPC .mbr-section-title {
  text-align: right;
}
.cid-vp2H0HcDPC .mbr-section-subtitle,
.cid-vp2H0HcDPC .underline {
  text-align: right;
}
.cid-u0rVL008um {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-u0rVL008um .mbr-section-title {
  color: #ffffff;
}
.cid-u0rVL008um .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vp2RvkUEUU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d9c779;
}
.cid-vp2RvkUEUU img,
.cid-vp2RvkUEUU .item-img {
  width: 100%;
}
.cid-vp2RvkUEUU .item:focus,
.cid-vp2RvkUEUU span:focus {
  outline: none;
}
.cid-vp2RvkUEUU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vp2RvkUEUU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vp2RvkUEUU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vp2RvkUEUU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vp2RvkUEUU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vp2RvkUEUU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vp2RvkUEUU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vp2RvkUEUU .mbr-section-title {
  color: #232323;
}
.cid-vp2RvkUEUU .mbr-text,
.cid-vp2RvkUEUU .mbr-section-btn {
  text-align: center;
}
.cid-vp2RvkUEUU .item-title {
  text-align: left;
}
.cid-vp2RvkUEUU .item-subtitle {
  text-align: center;
}
.cid-vp73TpxOr0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vp73TpxOr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp73TpxOr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp73TpxOr0 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vp73TpxOr0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vp73TpxOr0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vp73TpxOr0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vp73TpxOr0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vp73TpxOr0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vp73TpxOr0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vp73TpxOr0 .card-title {
  color: #be1212;
}
.cid-vp2URrntP6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vp2URrntP6 .mbr-section-title {
  color: #ffffff;
}
.cid-vp2URrntP6 .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-v54IPoC0mC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3d9c6;
}
.cid-v54IPoC0mC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a71c21;
  margin-bottom: 2rem;
}
.cid-v54IPoC0mC .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-v54IPoC0mC .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v54IPoC0mC .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v54IPoC0mC .mbr-section-title {
  color: #be1212;
  text-align: left;
}
.cid-v54IPoC0mC .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-v54IPoC0mC .card-title {
  color: #353535;
}
.cid-v54IPoC0mC .mbr-text {
  color: #353535;
}
.cid-v52nZPlt3T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-v52nZPlt3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52nZPlt3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v52nZPlt3T .media-container-row {
  justify-content: space-between;
}
.cid-v52nZPlt3T .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v52nZPlt3T .text-content {
    max-width: none;
  }
}
.cid-v52nZPlt3T .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v52nZPlt3T .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v52nZPlt3T .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v52nZPlt3T .icons {
    justify-content: center !important;
  }
  .cid-v52nZPlt3T .text-content * {
    text-align: center;
  }
}
.cid-v52nZPlt3T .mbr-section-title {
  color: #ffffff;
}
.cid-v52nZPlt3T P {
  color: #ffffff;
}
.cid-votheFNlGq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-votheFNlGq nav.navbar {
  position: fixed;
}
.cid-votheFNlGq .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-votheFNlGq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-votheFNlGq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-votheFNlGq .dropdown-item:hover,
.cid-votheFNlGq .dropdown-item:focus {
  background: #a71c21 !important;
  color: white !important;
}
.cid-votheFNlGq .dropdown-item:hover span {
  color: white;
}
.cid-votheFNlGq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-votheFNlGq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-votheFNlGq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-votheFNlGq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-votheFNlGq .nav-link {
  position: relative;
}
.cid-votheFNlGq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-votheFNlGq .container {
    flex-wrap: wrap;
  }
}
.cid-votheFNlGq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-votheFNlGq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-votheFNlGq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-votheFNlGq .dropdown-menu,
.cid-votheFNlGq .navbar.opened {
  background: #e3d9c6 !important;
}
.cid-votheFNlGq .nav-item:focus,
.cid-votheFNlGq .nav-link:focus {
  outline: none;
}
.cid-votheFNlGq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-votheFNlGq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-votheFNlGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-votheFNlGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-votheFNlGq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-votheFNlGq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-votheFNlGq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3d9c6;
}
.cid-votheFNlGq .navbar.opened {
  transition: all 0.3s;
}
.cid-votheFNlGq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-votheFNlGq .navbar .navbar-logo img {
  width: auto;
}
.cid-votheFNlGq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-votheFNlGq .navbar.collapsed {
  justify-content: center;
}
.cid-votheFNlGq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-votheFNlGq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-votheFNlGq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-votheFNlGq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-votheFNlGq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-votheFNlGq .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-votheFNlGq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-votheFNlGq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-votheFNlGq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-votheFNlGq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-votheFNlGq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-votheFNlGq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-votheFNlGq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-votheFNlGq .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-votheFNlGq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-votheFNlGq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-votheFNlGq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-votheFNlGq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-votheFNlGq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-votheFNlGq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-votheFNlGq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-votheFNlGq .navbar.navbar-short {
  min-height: 60px;
}
.cid-votheFNlGq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-votheFNlGq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-votheFNlGq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-votheFNlGq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-votheFNlGq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-votheFNlGq .dropdown-item.active,
.cid-votheFNlGq .dropdown-item:active {
  background-color: transparent;
}
.cid-votheFNlGq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-votheFNlGq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-votheFNlGq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-votheFNlGq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3d9c6;
}
.cid-votheFNlGq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-votheFNlGq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-votheFNlGq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-votheFNlGq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-votheFNlGq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-votheFNlGq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-votheFNlGq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-votheFNlGq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-votheFNlGq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-votheFNlGq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-votheFNlGq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-votheFNlGq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-votheFNlGq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-votheFNlGq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-votheFNlGq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-votheFNlGq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-votheFNlGq .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-votheFNlGq .navbar {
    height: 70px;
  }
  .cid-votheFNlGq .navbar.opened {
    height: auto;
  }
  .cid-votheFNlGq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vp75iEiHRj {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/carrusel2.gif");
}
.cid-vp75iEiHRj .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-vp75iEiHRj .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vp75iEiHRj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vp75iEiHRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp75iEiHRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp75iEiHRj .mbr-section-title {
  text-align: right;
}
.cid-vp75iEiHRj .mbr-section-subtitle,
.cid-vp75iEiHRj .underline {
  text-align: right;
}
.cid-votheJxrem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9c779;
}
.cid-votheJxrem .mbr-fallback-image.disabled {
  display: none;
}
.cid-votheJxrem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-votheJxrem .content-wrapper {
  background: #d9c779;
}
@media (max-width: 991px) {
  .cid-votheJxrem .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-votheJxrem .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-votheJxrem .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-votheJxrem .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-votheJxrem .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-votheJxrem .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-votheJxrem .card-title {
  color: #be1212;
}
.cid-voti1toPyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9c779;
}
.cid-voti1toPyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voti1toPyD .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-voti1toPyD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voti1toPyD .row {
  flex-direction: row-reverse;
}
.cid-voti1toPyD img {
  width: 100%;
}
.cid-votkj8AKxe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #d9c779;
}
.cid-vpekDRY7ca {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vpekDRY7ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpekDRY7ca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpekDRY7ca .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vpekDRY7ca .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpekDRY7ca .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vpekDRY7ca .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vpekDRY7ca .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vpekDRY7ca .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vpekDRY7ca .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vpekDRY7ca .card-title {
  color: #be1212;
}
.cid-votliwZS1O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9c779;
}
.cid-votliwZS1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-votliwZS1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-votliwZS1O .content-wrapper {
  background: #d9c779;
}
@media (max-width: 991px) {
  .cid-votliwZS1O .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-votliwZS1O .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-votliwZS1O .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-votliwZS1O .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-votliwZS1O .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-votliwZS1O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-votliwZS1O .card-title {
  color: #be1212;
}
.cid-votheLabi5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-votheLabi5 .mbr-section-title {
  color: #ffffff;
}
.cid-votheLabi5 .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-votheLPzY8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e7e0cd;
}
.cid-votheLPzY8 img,
.cid-votheLPzY8 .item-img {
  width: 100%;
}
.cid-votheLPzY8 .item:focus,
.cid-votheLPzY8 span:focus {
  outline: none;
}
.cid-votheLPzY8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-votheLPzY8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-votheLPzY8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-votheLPzY8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-votheLPzY8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-votheLPzY8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-votheLPzY8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-votheLPzY8 .mbr-section-title {
  color: #be1212;
}
.cid-votheLPzY8 .mbr-text,
.cid-votheLPzY8 .mbr-section-btn {
  text-align: center;
}
.cid-votheLPzY8 .item-title {
  text-align: center;
}
.cid-votheLPzY8 .item-subtitle {
  text-align: center;
}
.cid-votheLPzY8 .mbr-section-subtitle {
  text-align: justify;
}
.cid-voxA9O7YrN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fondo-vintage-1024x768.jpg");
}
.cid-voxA9O7YrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voxA9O7YrN .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-voxA9O7YrN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voxA9O7YrN .row {
  flex-direction: row-reverse;
}
.cid-voxA9O7YrN img {
  width: 100%;
}
.cid-voxA9O7YrN .mbr-text {
  color: #ebebeb;
}
.cid-vothePwkc3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3d9c6;
}
.cid-vothePwkc3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a71c21;
  margin-bottom: 2rem;
}
.cid-vothePwkc3 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vothePwkc3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vothePwkc3 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vothePwkc3 .mbr-section-title {
  color: #be1212;
  text-align: left;
}
.cid-vothePwkc3 .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-vothePwkc3 .card-title {
  color: #353535;
}
.cid-vothePwkc3 .mbr-text {
  color: #353535;
}
.cid-votheRnGxr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-votheRnGxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-votheRnGxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-votheRnGxr .media-container-row {
  justify-content: space-between;
}
.cid-votheRnGxr .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-votheRnGxr .text-content {
    max-width: none;
  }
}
.cid-votheRnGxr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-votheRnGxr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-votheRnGxr .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-votheRnGxr .icons {
    justify-content: center !important;
  }
  .cid-votheRnGxr .text-content * {
    text-align: center;
  }
}
.cid-votheRnGxr .mbr-section-title {
  color: #ffffff;
}
.cid-votheRnGxr P {
  color: #ffffff;
}
.cid-voxSTweyWm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voxSTweyWm nav.navbar {
  position: fixed;
}
.cid-voxSTweyWm .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-voxSTweyWm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voxSTweyWm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voxSTweyWm .dropdown-item:hover,
.cid-voxSTweyWm .dropdown-item:focus {
  background: #a71c21 !important;
  color: white !important;
}
.cid-voxSTweyWm .dropdown-item:hover span {
  color: white;
}
.cid-voxSTweyWm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voxSTweyWm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voxSTweyWm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voxSTweyWm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voxSTweyWm .nav-link {
  position: relative;
}
.cid-voxSTweyWm .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voxSTweyWm .container {
    flex-wrap: wrap;
  }
}
.cid-voxSTweyWm .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voxSTweyWm .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voxSTweyWm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voxSTweyWm .dropdown-menu,
.cid-voxSTweyWm .navbar.opened {
  background: #e3d9c6 !important;
}
.cid-voxSTweyWm .nav-item:focus,
.cid-voxSTweyWm .nav-link:focus {
  outline: none;
}
.cid-voxSTweyWm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voxSTweyWm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voxSTweyWm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voxSTweyWm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voxSTweyWm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voxSTweyWm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voxSTweyWm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3d9c6;
}
.cid-voxSTweyWm .navbar.opened {
  transition: all 0.3s;
}
.cid-voxSTweyWm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voxSTweyWm .navbar .navbar-logo img {
  width: auto;
}
.cid-voxSTweyWm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voxSTweyWm .navbar.collapsed {
  justify-content: center;
}
.cid-voxSTweyWm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voxSTweyWm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voxSTweyWm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-voxSTweyWm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voxSTweyWm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voxSTweyWm .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-voxSTweyWm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voxSTweyWm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voxSTweyWm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voxSTweyWm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voxSTweyWm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voxSTweyWm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voxSTweyWm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voxSTweyWm .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-voxSTweyWm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voxSTweyWm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voxSTweyWm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voxSTweyWm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voxSTweyWm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voxSTweyWm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voxSTweyWm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voxSTweyWm .navbar.navbar-short {
  min-height: 60px;
}
.cid-voxSTweyWm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voxSTweyWm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voxSTweyWm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voxSTweyWm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voxSTweyWm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voxSTweyWm .dropdown-item.active,
.cid-voxSTweyWm .dropdown-item:active {
  background-color: transparent;
}
.cid-voxSTweyWm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voxSTweyWm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voxSTweyWm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voxSTweyWm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3d9c6;
}
.cid-voxSTweyWm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voxSTweyWm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voxSTweyWm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voxSTweyWm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voxSTweyWm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voxSTweyWm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-voxSTweyWm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voxSTweyWm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voxSTweyWm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voxSTweyWm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voxSTweyWm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voxSTweyWm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voxSTweyWm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voxSTweyWm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voxSTweyWm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voxSTweyWm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voxSTweyWm .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-voxSTweyWm .navbar {
    height: 70px;
  }
  .cid-voxSTweyWm .navbar.opened {
    height: auto;
  }
  .cid-voxSTweyWm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vp8ekTeNWo {
  background-image: url("../../../assets/images/patrimonio-2016-em-1854x1022.jpeg");
}
.cid-vp8ekTeNWo .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-vp8ekTeNWo .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vp8ekTeNWo .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vp8ekTeNWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp8ekTeNWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voxSTAlN4Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-voxSTAlN4Z .mbr-section-title {
  color: #ffffff;
}
.cid-voxSTAlN4Z .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-voxUtVCd9M {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-voxUtVCd9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-voxUtVCd9M .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-voxUtVCd9M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voxUtVCd9M img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voxUtVCd9M .text-wrapper {
    padding: 2rem;
  }
}
.cid-voxY4yjuWy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0cfae;
}
.cid-voxY4yjuWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voxY4yjuWy .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-voxY4yjuWy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-voxY4yjuWy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-voxY4yjuWy .text-wrapper {
    padding: 2rem;
  }
}
.cid-voxSTD9kpG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3d9c6;
}
.cid-voxSTD9kpG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a71c21;
  margin-bottom: 2rem;
}
.cid-voxSTD9kpG .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-voxSTD9kpG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voxSTD9kpG .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-voxSTD9kpG .mbr-section-title {
  color: #be1212;
  text-align: left;
}
.cid-voxSTD9kpG .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-voxSTD9kpG .card-title {
  color: #353535;
}
.cid-voxSTD9kpG .mbr-text {
  color: #353535;
}
.cid-voxSTEGnZ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-voxSTEGnZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voxSTEGnZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voxSTEGnZ8 .media-container-row {
  justify-content: space-between;
}
.cid-voxSTEGnZ8 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-voxSTEGnZ8 .text-content {
    max-width: none;
  }
}
.cid-voxSTEGnZ8 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-voxSTEGnZ8 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-voxSTEGnZ8 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-voxSTEGnZ8 .icons {
    justify-content: center !important;
  }
  .cid-voxSTEGnZ8 .text-content * {
    text-align: center;
  }
}
.cid-voxSTEGnZ8 .mbr-section-title {
  color: #ffffff;
}
.cid-voxSTEGnZ8 P {
  color: #ffffff;
}
.cid-voyLjxNuzM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-voyLjxNuzM nav.navbar {
  position: fixed;
}
.cid-voyLjxNuzM .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-voyLjxNuzM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-voyLjxNuzM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-voyLjxNuzM .dropdown-item:hover,
.cid-voyLjxNuzM .dropdown-item:focus {
  background: #a71c21 !important;
  color: white !important;
}
.cid-voyLjxNuzM .dropdown-item:hover span {
  color: white;
}
.cid-voyLjxNuzM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-voyLjxNuzM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-voyLjxNuzM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-voyLjxNuzM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-voyLjxNuzM .nav-link {
  position: relative;
}
.cid-voyLjxNuzM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voyLjxNuzM .container {
    flex-wrap: wrap;
  }
}
.cid-voyLjxNuzM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-voyLjxNuzM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-voyLjxNuzM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-voyLjxNuzM .dropdown-menu,
.cid-voyLjxNuzM .navbar.opened {
  background: #e3d9c6 !important;
}
.cid-voyLjxNuzM .nav-item:focus,
.cid-voyLjxNuzM .nav-link:focus {
  outline: none;
}
.cid-voyLjxNuzM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-voyLjxNuzM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-voyLjxNuzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-voyLjxNuzM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-voyLjxNuzM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-voyLjxNuzM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-voyLjxNuzM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3d9c6;
}
.cid-voyLjxNuzM .navbar.opened {
  transition: all 0.3s;
}
.cid-voyLjxNuzM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-voyLjxNuzM .navbar .navbar-logo img {
  width: auto;
}
.cid-voyLjxNuzM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-voyLjxNuzM .navbar.collapsed {
  justify-content: center;
}
.cid-voyLjxNuzM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-voyLjxNuzM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-voyLjxNuzM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-voyLjxNuzM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-voyLjxNuzM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-voyLjxNuzM .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-voyLjxNuzM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-voyLjxNuzM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-voyLjxNuzM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-voyLjxNuzM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-voyLjxNuzM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-voyLjxNuzM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-voyLjxNuzM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-voyLjxNuzM .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-voyLjxNuzM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-voyLjxNuzM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-voyLjxNuzM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-voyLjxNuzM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-voyLjxNuzM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-voyLjxNuzM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-voyLjxNuzM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-voyLjxNuzM .navbar.navbar-short {
  min-height: 60px;
}
.cid-voyLjxNuzM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-voyLjxNuzM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-voyLjxNuzM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-voyLjxNuzM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-voyLjxNuzM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-voyLjxNuzM .dropdown-item.active,
.cid-voyLjxNuzM .dropdown-item:active {
  background-color: transparent;
}
.cid-voyLjxNuzM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-voyLjxNuzM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-voyLjxNuzM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-voyLjxNuzM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3d9c6;
}
.cid-voyLjxNuzM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-voyLjxNuzM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-voyLjxNuzM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-voyLjxNuzM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-voyLjxNuzM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-voyLjxNuzM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-voyLjxNuzM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-voyLjxNuzM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voyLjxNuzM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-voyLjxNuzM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-voyLjxNuzM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voyLjxNuzM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-voyLjxNuzM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-voyLjxNuzM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-voyLjxNuzM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-voyLjxNuzM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-voyLjxNuzM .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-voyLjxNuzM .navbar {
    height: 70px;
  }
  .cid-voyLjxNuzM .navbar.opened {
    height: auto;
  }
  .cid-voyLjxNuzM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-voyMO68OoD {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/c1-5-1580x915.png");
}
.cid-voyMO68OoD .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-voyMO68OoD .mbr-arrow i {
  color: #ffffff !important;
}
.cid-voyMO68OoD .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-voyMO68OoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voyMO68OoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voyLjwzp30 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-voyLjwzp30 .mbr-section-title {
  color: #ffffff;
}
.cid-voyLjwzp30 .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vpjA2x4z5q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vpjA2x4z5q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpjA2x4z5q .item {
    margin-bottom: 1rem;
  }
}
.cid-vpjA2x4z5q .item-wrapper {
  position: relative;
}
.cid-vpjA2x4z5q .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vpjA2x4z5q .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vpjA2x4z5q .carousel-control,
.cid-vpjA2x4z5q .close {
  background: #1b1b1b;
}
.cid-vpjA2x4z5q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vpjA2x4z5q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vpjA2x4z5q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vpjA2x4z5q .carousel-control-next span {
  margin-left: 5px;
}
.cid-vpjA2x4z5q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vpjA2x4z5q .close::before {
  content: '\e91a';
}
.cid-vpjA2x4z5q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vpjA2x4z5q .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpjA2x4z5q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpjA2x4z5q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpjA2x4z5q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vpjA2x4z5q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vpjA2x4z5q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vpjA2x4z5q .carousel-indicators li.active,
.cid-vpjA2x4z5q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vpjA2x4z5q .carousel-indicators li::after,
.cid-vpjA2x4z5q .carousel-indicators li::before {
  content: none;
}
.cid-vpjA2x4z5q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpjA2x4z5q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vpjA2x4z5q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpjA2x4z5q .carousel-indicators {
    display: none;
  }
}
.cid-vpjA2x4z5q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vpjA2x4z5q .carousel-inner > .active {
  display: block;
}
.cid-vpjA2x4z5q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpjA2x4z5q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpjA2x4z5q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vpjA2x4z5q .carousel-control,
  .cid-vpjA2x4z5q .carousel-indicators,
  .cid-vpjA2x4z5q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vpjA2x4z5q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vpjA2x4z5q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vpjA2x4z5q .carousel-indicators .active,
.cid-vpjA2x4z5q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vpjA2x4z5q .carousel-indicators .active {
  background: #fff;
}
.cid-vpjA2x4z5q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vpjA2x4z5q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vpjA2x4z5q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vpjA2x4z5q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vpjA2x4z5q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vpjA2x4z5q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vpjA2x4z5q .carousel {
  width: 100%;
}
.cid-vpjA2x4z5q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vpjA2x4z5q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vpjA2x4z5q .modal.fade .modal-dialog,
.cid-vpjA2x4z5q .modal.in .modal-dialog {
  transform: none;
}
.cid-vpjA2x4z5q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vpjA2x4z5q .content-head {
  max-width: 800px;
}
.cid-vpjA2x4z5q .item-wrapper a {
  display: block !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpjA2x4z5q .item-wrapper img {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpjA2x4z5q .icon-wrapper {
  display: none !important;
}
.cid-voyXbpgzEl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-voyXbpgzEl .mbr-section-title {
  color: #ffffff;
}
.cid-voyXbpgzEl .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vpjDPOrgTo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vpjDPOrgTo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpjDPOrgTo .item {
    margin-bottom: 1rem;
  }
}
.cid-vpjDPOrgTo .item-wrapper {
  position: relative;
}
.cid-vpjDPOrgTo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vpjDPOrgTo .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vpjDPOrgTo .carousel-control,
.cid-vpjDPOrgTo .close {
  background: #1b1b1b;
}
.cid-vpjDPOrgTo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vpjDPOrgTo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vpjDPOrgTo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vpjDPOrgTo .carousel-control-next span {
  margin-left: 5px;
}
.cid-vpjDPOrgTo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vpjDPOrgTo .close::before {
  content: '\e91a';
}
.cid-vpjDPOrgTo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vpjDPOrgTo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpjDPOrgTo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpjDPOrgTo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpjDPOrgTo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vpjDPOrgTo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vpjDPOrgTo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vpjDPOrgTo .carousel-indicators li.active,
.cid-vpjDPOrgTo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vpjDPOrgTo .carousel-indicators li::after,
.cid-vpjDPOrgTo .carousel-indicators li::before {
  content: none;
}
.cid-vpjDPOrgTo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpjDPOrgTo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vpjDPOrgTo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpjDPOrgTo .carousel-indicators {
    display: none;
  }
}
.cid-vpjDPOrgTo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vpjDPOrgTo .carousel-inner > .active {
  display: block;
}
.cid-vpjDPOrgTo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpjDPOrgTo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpjDPOrgTo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vpjDPOrgTo .carousel-control,
  .cid-vpjDPOrgTo .carousel-indicators,
  .cid-vpjDPOrgTo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vpjDPOrgTo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vpjDPOrgTo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vpjDPOrgTo .carousel-indicators .active,
.cid-vpjDPOrgTo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vpjDPOrgTo .carousel-indicators .active {
  background: #fff;
}
.cid-vpjDPOrgTo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vpjDPOrgTo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vpjDPOrgTo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vpjDPOrgTo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vpjDPOrgTo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vpjDPOrgTo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vpjDPOrgTo .carousel {
  width: 100%;
}
.cid-vpjDPOrgTo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vpjDPOrgTo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vpjDPOrgTo .modal.fade .modal-dialog,
.cid-vpjDPOrgTo .modal.in .modal-dialog {
  transform: none;
}
.cid-vpjDPOrgTo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vpjDPOrgTo .content-head {
  max-width: 800px;
}
.cid-vpjDPOrgTo .item-wrapper a {
  display: block !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpjDPOrgTo .item-wrapper img {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpjDPOrgTo .icon-wrapper {
  display: none !important;
}
.cid-vp7J3sjYB5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vp7J3sjYB5 .mbr-section-title {
  color: #ffffff;
}
.cid-vp7J3sjYB5 .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vpjSVJrOEx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vpjSVJrOEx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpjSVJrOEx .item {
    margin-bottom: 1rem;
  }
}
.cid-vpjSVJrOEx .item-wrapper {
  position: relative;
}
.cid-vpjSVJrOEx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vpjSVJrOEx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vpjSVJrOEx .carousel-control,
.cid-vpjSVJrOEx .close {
  background: #1b1b1b;
}
.cid-vpjSVJrOEx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vpjSVJrOEx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vpjSVJrOEx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vpjSVJrOEx .carousel-control-next span {
  margin-left: 5px;
}
.cid-vpjSVJrOEx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vpjSVJrOEx .close::before {
  content: '\e91a';
}
.cid-vpjSVJrOEx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vpjSVJrOEx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpjSVJrOEx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpjSVJrOEx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpjSVJrOEx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vpjSVJrOEx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vpjSVJrOEx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vpjSVJrOEx .carousel-indicators li.active,
.cid-vpjSVJrOEx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vpjSVJrOEx .carousel-indicators li::after,
.cid-vpjSVJrOEx .carousel-indicators li::before {
  content: none;
}
.cid-vpjSVJrOEx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpjSVJrOEx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vpjSVJrOEx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpjSVJrOEx .carousel-indicators {
    display: none;
  }
}
.cid-vpjSVJrOEx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vpjSVJrOEx .carousel-inner > .active {
  display: block;
}
.cid-vpjSVJrOEx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpjSVJrOEx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpjSVJrOEx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vpjSVJrOEx .carousel-control,
  .cid-vpjSVJrOEx .carousel-indicators,
  .cid-vpjSVJrOEx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vpjSVJrOEx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vpjSVJrOEx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vpjSVJrOEx .carousel-indicators .active,
.cid-vpjSVJrOEx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vpjSVJrOEx .carousel-indicators .active {
  background: #fff;
}
.cid-vpjSVJrOEx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vpjSVJrOEx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vpjSVJrOEx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vpjSVJrOEx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vpjSVJrOEx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vpjSVJrOEx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vpjSVJrOEx .carousel {
  width: 100%;
}
.cid-vpjSVJrOEx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vpjSVJrOEx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vpjSVJrOEx .modal.fade .modal-dialog,
.cid-vpjSVJrOEx .modal.in .modal-dialog {
  transform: none;
}
.cid-vpjSVJrOEx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vpjSVJrOEx .content-head {
  max-width: 800px;
}
.cid-vpjSVJrOEx .item-wrapper a {
  display: block !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpjSVJrOEx .item-wrapper img {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpjSVJrOEx .icon-wrapper {
  display: none !important;
}
.cid-vpjZmHtIog {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vpjZmHtIog .mbr-section-title {
  color: #ffffff;
}
.cid-vpjZmHtIog .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vpjZBBqNX0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-vpjZBBqNX0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpjZBBqNX0 .item {
    margin-bottom: 1rem;
  }
}
.cid-vpjZBBqNX0 .item-wrapper {
  position: relative;
}
.cid-vpjZBBqNX0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vpjZBBqNX0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vpjZBBqNX0 .carousel-control,
.cid-vpjZBBqNX0 .close {
  background: #1b1b1b;
}
.cid-vpjZBBqNX0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vpjZBBqNX0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vpjZBBqNX0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vpjZBBqNX0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vpjZBBqNX0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vpjZBBqNX0 .close::before {
  content: '\e91a';
}
.cid-vpjZBBqNX0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vpjZBBqNX0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpjZBBqNX0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpjZBBqNX0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpjZBBqNX0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vpjZBBqNX0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vpjZBBqNX0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vpjZBBqNX0 .carousel-indicators li.active,
.cid-vpjZBBqNX0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vpjZBBqNX0 .carousel-indicators li::after,
.cid-vpjZBBqNX0 .carousel-indicators li::before {
  content: none;
}
.cid-vpjZBBqNX0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpjZBBqNX0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vpjZBBqNX0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpjZBBqNX0 .carousel-indicators {
    display: none;
  }
}
.cid-vpjZBBqNX0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vpjZBBqNX0 .carousel-inner > .active {
  display: block;
}
.cid-vpjZBBqNX0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpjZBBqNX0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpjZBBqNX0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vpjZBBqNX0 .carousel-control,
  .cid-vpjZBBqNX0 .carousel-indicators,
  .cid-vpjZBBqNX0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vpjZBBqNX0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vpjZBBqNX0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vpjZBBqNX0 .carousel-indicators .active,
.cid-vpjZBBqNX0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vpjZBBqNX0 .carousel-indicators .active {
  background: #fff;
}
.cid-vpjZBBqNX0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vpjZBBqNX0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vpjZBBqNX0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vpjZBBqNX0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vpjZBBqNX0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vpjZBBqNX0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vpjZBBqNX0 .carousel {
  width: 100%;
}
.cid-vpjZBBqNX0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vpjZBBqNX0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vpjZBBqNX0 .modal.fade .modal-dialog,
.cid-vpjZBBqNX0 .modal.in .modal-dialog {
  transform: none;
}
.cid-vpjZBBqNX0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vpjZBBqNX0 .content-head {
  max-width: 800px;
}
.cid-vpjZBBqNX0 .item-wrapper a {
  display: block !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpjZBBqNX0 .item-wrapper img {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpjZBBqNX0 .icon-wrapper {
  display: none !important;
}
.cid-vpk3QUWA4Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vpk3QUWA4Y .mbr-section-title {
  color: #ffffff;
}
.cid-vpk3QUWA4Y .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vpk6tVVplh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0cfae;
}
.cid-vpk6tVVplh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpk6tVVplh .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-vpk6tVVplh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpk6tVVplh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vpk6tVVplh .text-wrapper {
    padding: 2rem;
  }
}
.cid-vpk6tVVplh .mbr-section-title {
  color: #a71c21;
}
.cid-vpk9o0w4G6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vpk9o0w4G6 .mbr-section-title {
  color: #ffffff;
}
.cid-vpk9o0w4G6 .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vpkkvYasEy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vpkkvYasEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpkkvYasEy .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-vpkkvYasEy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpkkvYasEy .row {
  flex-direction: row-reverse;
}
.cid-vpkkvYasEy img {
  width: 100%;
}
.cid-vpkr1K3d04 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vpkr1K3d04 .mbr-section-title {
  color: #ffffff;
}
.cid-vpkr1K3d04 .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-voyLjBdG5H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3d9c6;
}
.cid-voyLjBdG5H .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a71c21;
  margin-bottom: 2rem;
}
.cid-voyLjBdG5H .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-voyLjBdG5H .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-voyLjBdG5H .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-voyLjBdG5H .mbr-section-title {
  color: #be1212;
  text-align: left;
}
.cid-voyLjBdG5H .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-voyLjBdG5H .card-title {
  color: #353535;
}
.cid-voyLjBdG5H .mbr-text {
  color: #353535;
}
.cid-voyLjBZJDc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-voyLjBZJDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-voyLjBZJDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voyLjBZJDc .media-container-row {
  justify-content: space-between;
}
.cid-voyLjBZJDc .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-voyLjBZJDc .text-content {
    max-width: none;
  }
}
.cid-voyLjBZJDc .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-voyLjBZJDc .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-voyLjBZJDc .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-voyLjBZJDc .icons {
    justify-content: center !important;
  }
  .cid-voyLjBZJDc .text-content * {
    text-align: center;
  }
}
.cid-voyLjBZJDc .mbr-section-title {
  color: #ffffff;
}
.cid-voyLjBZJDc P {
  color: #ffffff;
}
.cid-vp8fIIYR06 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vp8fIIYR06 nav.navbar {
  position: fixed;
}
.cid-vp8fIIYR06 .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-vp8fIIYR06 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vp8fIIYR06 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vp8fIIYR06 .dropdown-item:hover,
.cid-vp8fIIYR06 .dropdown-item:focus {
  background: #a71c21 !important;
  color: white !important;
}
.cid-vp8fIIYR06 .dropdown-item:hover span {
  color: white;
}
.cid-vp8fIIYR06 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vp8fIIYR06 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vp8fIIYR06 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vp8fIIYR06 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vp8fIIYR06 .nav-link {
  position: relative;
}
.cid-vp8fIIYR06 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vp8fIIYR06 .container {
    flex-wrap: wrap;
  }
}
.cid-vp8fIIYR06 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vp8fIIYR06 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vp8fIIYR06 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vp8fIIYR06 .dropdown-menu,
.cid-vp8fIIYR06 .navbar.opened {
  background: #e3d9c6 !important;
}
.cid-vp8fIIYR06 .nav-item:focus,
.cid-vp8fIIYR06 .nav-link:focus {
  outline: none;
}
.cid-vp8fIIYR06 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vp8fIIYR06 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vp8fIIYR06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vp8fIIYR06 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vp8fIIYR06 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vp8fIIYR06 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vp8fIIYR06 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3d9c6;
}
.cid-vp8fIIYR06 .navbar.opened {
  transition: all 0.3s;
}
.cid-vp8fIIYR06 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vp8fIIYR06 .navbar .navbar-logo img {
  width: auto;
}
.cid-vp8fIIYR06 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vp8fIIYR06 .navbar.collapsed {
  justify-content: center;
}
.cid-vp8fIIYR06 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vp8fIIYR06 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vp8fIIYR06 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-vp8fIIYR06 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vp8fIIYR06 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vp8fIIYR06 .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-vp8fIIYR06 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vp8fIIYR06 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vp8fIIYR06 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vp8fIIYR06 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vp8fIIYR06 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vp8fIIYR06 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vp8fIIYR06 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vp8fIIYR06 .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-vp8fIIYR06 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vp8fIIYR06 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vp8fIIYR06 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vp8fIIYR06 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vp8fIIYR06 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vp8fIIYR06 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vp8fIIYR06 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vp8fIIYR06 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vp8fIIYR06 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vp8fIIYR06 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vp8fIIYR06 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vp8fIIYR06 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vp8fIIYR06 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vp8fIIYR06 .dropdown-item.active,
.cid-vp8fIIYR06 .dropdown-item:active {
  background-color: transparent;
}
.cid-vp8fIIYR06 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vp8fIIYR06 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vp8fIIYR06 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vp8fIIYR06 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3d9c6;
}
.cid-vp8fIIYR06 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vp8fIIYR06 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vp8fIIYR06 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vp8fIIYR06 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vp8fIIYR06 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vp8fIIYR06 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vp8fIIYR06 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vp8fIIYR06 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vp8fIIYR06 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vp8fIIYR06 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vp8fIIYR06 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vp8fIIYR06 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vp8fIIYR06 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vp8fIIYR06 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vp8fIIYR06 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vp8fIIYR06 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vp8fIIYR06 .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-vp8fIIYR06 .navbar {
    height: 70px;
  }
  .cid-vp8fIIYR06 .navbar.opened {
    height: auto;
  }
  .cid-vp8fIIYR06 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vp8fIK47QG {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/c1-7-1580x915.png");
}
.cid-vp8fIK47QG .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-vp8fIK47QG .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vp8fIK47QG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vp8fIK47QG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp8fIK47QG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp8fIK47QG .mbr-section-title {
  text-align: right;
}
.cid-vp8fIOsiVk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vp8fIOsiVk .mbr-section-title {
  color: #ffffff;
}
.cid-vp8fIOsiVk .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vpcGhdYkcK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vpcGhdYkcK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpcGhdYkcK .item {
    margin-bottom: 1rem;
  }
}
.cid-vpcGhdYkcK .item-wrapper {
  position: relative;
}
.cid-vpcGhdYkcK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vpcGhdYkcK .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vpcGhdYkcK .carousel-control,
.cid-vpcGhdYkcK .close {
  background: #1b1b1b;
}
.cid-vpcGhdYkcK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vpcGhdYkcK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vpcGhdYkcK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vpcGhdYkcK .carousel-control-next span {
  margin-left: 5px;
}
.cid-vpcGhdYkcK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vpcGhdYkcK .close::before {
  content: '\e91a';
}
.cid-vpcGhdYkcK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vpcGhdYkcK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpcGhdYkcK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpcGhdYkcK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpcGhdYkcK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vpcGhdYkcK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vpcGhdYkcK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vpcGhdYkcK .carousel-indicators li.active,
.cid-vpcGhdYkcK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vpcGhdYkcK .carousel-indicators li::after,
.cid-vpcGhdYkcK .carousel-indicators li::before {
  content: none;
}
.cid-vpcGhdYkcK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpcGhdYkcK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vpcGhdYkcK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpcGhdYkcK .carousel-indicators {
    display: none;
  }
}
.cid-vpcGhdYkcK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vpcGhdYkcK .carousel-inner > .active {
  display: block;
}
.cid-vpcGhdYkcK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpcGhdYkcK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpcGhdYkcK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vpcGhdYkcK .carousel-control,
  .cid-vpcGhdYkcK .carousel-indicators,
  .cid-vpcGhdYkcK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vpcGhdYkcK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vpcGhdYkcK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vpcGhdYkcK .carousel-indicators .active,
.cid-vpcGhdYkcK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vpcGhdYkcK .carousel-indicators .active {
  background: #fff;
}
.cid-vpcGhdYkcK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vpcGhdYkcK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vpcGhdYkcK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vpcGhdYkcK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vpcGhdYkcK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vpcGhdYkcK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vpcGhdYkcK .carousel {
  width: 100%;
}
.cid-vpcGhdYkcK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vpcGhdYkcK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vpcGhdYkcK .modal.fade .modal-dialog,
.cid-vpcGhdYkcK .modal.in .modal-dialog {
  transform: none;
}
.cid-vpcGhdYkcK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vpcGhdYkcK .content-head {
  max-width: 800px;
}
.cid-vpcGhdYkcK .item-wrapper a {
  display: block !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpcGhdYkcK .item-wrapper img {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpcGhdYkcK .icon-wrapper {
  display: none !important;
}
.cid-vp8fIL6kDU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vp8fIL6kDU .mbr-section-title {
  color: #ffffff;
}
.cid-vp8fIL6kDU .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vp8zBpmhCS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vp8zBpmhCS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vp8zBpmhCS .item {
    margin-bottom: 1rem;
  }
}
.cid-vp8zBpmhCS .item-wrapper {
  position: relative;
}
.cid-vp8zBpmhCS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vp8zBpmhCS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vp8zBpmhCS .carousel-control,
.cid-vp8zBpmhCS .close {
  background: #1b1b1b;
}
.cid-vp8zBpmhCS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vp8zBpmhCS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vp8zBpmhCS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vp8zBpmhCS .carousel-control-next span {
  margin-left: 5px;
}
.cid-vp8zBpmhCS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vp8zBpmhCS .close::before {
  content: '\e91a';
}
.cid-vp8zBpmhCS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vp8zBpmhCS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vp8zBpmhCS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vp8zBpmhCS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vp8zBpmhCS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vp8zBpmhCS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vp8zBpmhCS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vp8zBpmhCS .carousel-indicators li.active,
.cid-vp8zBpmhCS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vp8zBpmhCS .carousel-indicators li::after,
.cid-vp8zBpmhCS .carousel-indicators li::before {
  content: none;
}
.cid-vp8zBpmhCS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vp8zBpmhCS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vp8zBpmhCS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vp8zBpmhCS .carousel-indicators {
    display: none;
  }
}
.cid-vp8zBpmhCS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vp8zBpmhCS .carousel-inner > .active {
  display: block;
}
.cid-vp8zBpmhCS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vp8zBpmhCS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vp8zBpmhCS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vp8zBpmhCS .carousel-control,
  .cid-vp8zBpmhCS .carousel-indicators,
  .cid-vp8zBpmhCS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vp8zBpmhCS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vp8zBpmhCS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vp8zBpmhCS .carousel-indicators .active,
.cid-vp8zBpmhCS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vp8zBpmhCS .carousel-indicators .active {
  background: #fff;
}
.cid-vp8zBpmhCS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vp8zBpmhCS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vp8zBpmhCS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vp8zBpmhCS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vp8zBpmhCS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vp8zBpmhCS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vp8zBpmhCS .carousel {
  width: 100%;
}
.cid-vp8zBpmhCS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vp8zBpmhCS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vp8zBpmhCS .modal.fade .modal-dialog,
.cid-vp8zBpmhCS .modal.in .modal-dialog {
  transform: none;
}
.cid-vp8zBpmhCS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vp8zBpmhCS .content-head {
  max-width: 800px;
}
.cid-vp8zBpmhCS .item-wrapper a {
  display: block !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vp8zBpmhCS .item-wrapper img {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vp8zBpmhCS .icon-wrapper {
  display: none !important;
}
.cid-vp8fIRgTZc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vp8fIRgTZc .mbr-section-title {
  color: #ffffff;
}
.cid-vp8fIRgTZc .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vp8fIS60my {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d9c779;
}
.cid-vp8fIS60my img,
.cid-vp8fIS60my .item-img {
  width: 100%;
}
.cid-vp8fIS60my .item:focus,
.cid-vp8fIS60my span:focus {
  outline: none;
}
.cid-vp8fIS60my .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vp8fIS60my .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vp8fIS60my .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vp8fIS60my .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vp8fIS60my .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vp8fIS60my .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vp8fIS60my .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vp8fIS60my .mbr-section-title {
  color: #232323;
}
.cid-vp8fIS60my .mbr-text,
.cid-vp8fIS60my .mbr-section-btn {
  text-align: center;
}
.cid-vp8fIS60my .item-title {
  text-align: left;
}
.cid-vp8fIS60my .item-subtitle {
  text-align: center;
}
.cid-vp8fIUoJ0t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3d9c6;
}
.cid-vp8fIUoJ0t .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a71c21;
  margin-bottom: 2rem;
}
.cid-vp8fIUoJ0t .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vp8fIUoJ0t .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vp8fIUoJ0t .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vp8fIUoJ0t .mbr-section-title {
  color: #be1212;
  text-align: left;
}
.cid-vp8fIUoJ0t .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-vp8fIUoJ0t .card-title {
  color: #353535;
}
.cid-vp8fIUoJ0t .mbr-text {
  color: #353535;
}
.cid-vp8fIVmuO9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vp8fIVmuO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp8fIVmuO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp8fIVmuO9 .media-container-row {
  justify-content: space-between;
}
.cid-vp8fIVmuO9 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vp8fIVmuO9 .text-content {
    max-width: none;
  }
}
.cid-vp8fIVmuO9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vp8fIVmuO9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vp8fIVmuO9 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vp8fIVmuO9 .icons {
    justify-content: center !important;
  }
  .cid-vp8fIVmuO9 .text-content * {
    text-align: center;
  }
}
.cid-vp8fIVmuO9 .mbr-section-title {
  color: #ffffff;
}
.cid-vp8fIVmuO9 P {
  color: #ffffff;
}
.cid-vpchVGTfAS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vpchVGTfAS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vpchVGTfAS .item {
    margin-bottom: 1rem;
  }
}
.cid-vpchVGTfAS .item-wrapper {
  position: relative;
}
.cid-vpchVGTfAS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vpchVGTfAS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vpchVGTfAS .carousel-control,
.cid-vpchVGTfAS .close {
  background: #1b1b1b;
}
.cid-vpchVGTfAS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vpchVGTfAS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vpchVGTfAS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vpchVGTfAS .carousel-control-next span {
  margin-left: 5px;
}
.cid-vpchVGTfAS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vpchVGTfAS .close::before {
  content: '\e91a';
}
.cid-vpchVGTfAS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vpchVGTfAS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vpchVGTfAS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpchVGTfAS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vpchVGTfAS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vpchVGTfAS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vpchVGTfAS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vpchVGTfAS .carousel-indicators li.active,
.cid-vpchVGTfAS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vpchVGTfAS .carousel-indicators li::after,
.cid-vpchVGTfAS .carousel-indicators li::before {
  content: none;
}
.cid-vpchVGTfAS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vpchVGTfAS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vpchVGTfAS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vpchVGTfAS .carousel-indicators {
    display: none;
  }
}
.cid-vpchVGTfAS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vpchVGTfAS .carousel-inner > .active {
  display: block;
}
.cid-vpchVGTfAS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpchVGTfAS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpchVGTfAS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vpchVGTfAS .carousel-control,
  .cid-vpchVGTfAS .carousel-indicators,
  .cid-vpchVGTfAS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vpchVGTfAS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vpchVGTfAS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vpchVGTfAS .carousel-indicators .active,
.cid-vpchVGTfAS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vpchVGTfAS .carousel-indicators .active {
  background: #fff;
}
.cid-vpchVGTfAS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vpchVGTfAS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vpchVGTfAS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vpchVGTfAS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vpchVGTfAS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vpchVGTfAS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vpchVGTfAS .carousel {
  width: 100%;
}
.cid-vpchVGTfAS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vpchVGTfAS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vpchVGTfAS .modal.fade .modal-dialog,
.cid-vpchVGTfAS .modal.in .modal-dialog {
  transform: none;
}
.cid-vpchVGTfAS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vpchVGTfAS .content-head {
  max-width: 800px;
}
.cid-vpchVGTfAS .item-wrapper a {
  display: block !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpchVGTfAS .item-wrapper img {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.cid-vpchVGTfAS .icon-wrapper {
  display: none !important;
}
.cid-vpdMd9R7K6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vpdMd9R7K6 nav.navbar {
  position: fixed;
}
.cid-vpdMd9R7K6 .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-vpdMd9R7K6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vpdMd9R7K6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vpdMd9R7K6 .dropdown-item:hover,
.cid-vpdMd9R7K6 .dropdown-item:focus {
  background: #a71c21 !important;
  color: white !important;
}
.cid-vpdMd9R7K6 .dropdown-item:hover span {
  color: white;
}
.cid-vpdMd9R7K6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vpdMd9R7K6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vpdMd9R7K6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vpdMd9R7K6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vpdMd9R7K6 .nav-link {
  position: relative;
}
.cid-vpdMd9R7K6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vpdMd9R7K6 .container {
    flex-wrap: wrap;
  }
}
.cid-vpdMd9R7K6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vpdMd9R7K6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vpdMd9R7K6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpdMd9R7K6 .dropdown-menu,
.cid-vpdMd9R7K6 .navbar.opened {
  background: #e3d9c6 !important;
}
.cid-vpdMd9R7K6 .nav-item:focus,
.cid-vpdMd9R7K6 .nav-link:focus {
  outline: none;
}
.cid-vpdMd9R7K6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpdMd9R7K6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpdMd9R7K6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpdMd9R7K6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpdMd9R7K6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpdMd9R7K6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpdMd9R7K6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e3d9c6;
}
.cid-vpdMd9R7K6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vpdMd9R7K6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpdMd9R7K6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vpdMd9R7K6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vpdMd9R7K6 .navbar.collapsed {
  justify-content: center;
}
.cid-vpdMd9R7K6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpdMd9R7K6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpdMd9R7K6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-vpdMd9R7K6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpdMd9R7K6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpdMd9R7K6 .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-vpdMd9R7K6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpdMd9R7K6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpdMd9R7K6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vpdMd9R7K6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpdMd9R7K6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpdMd9R7K6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpdMd9R7K6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpdMd9R7K6 .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-vpdMd9R7K6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vpdMd9R7K6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vpdMd9R7K6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpdMd9R7K6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vpdMd9R7K6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpdMd9R7K6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpdMd9R7K6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vpdMd9R7K6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vpdMd9R7K6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vpdMd9R7K6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vpdMd9R7K6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpdMd9R7K6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpdMd9R7K6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpdMd9R7K6 .dropdown-item.active,
.cid-vpdMd9R7K6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vpdMd9R7K6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpdMd9R7K6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpdMd9R7K6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpdMd9R7K6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e3d9c6;
}
.cid-vpdMd9R7K6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vpdMd9R7K6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vpdMd9R7K6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpdMd9R7K6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vpdMd9R7K6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpdMd9R7K6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vpdMd9R7K6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpdMd9R7K6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpdMd9R7K6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpdMd9R7K6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpdMd9R7K6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpdMd9R7K6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpdMd9R7K6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpdMd9R7K6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpdMd9R7K6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vpdMd9R7K6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpdMd9R7K6 .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-vpdMd9R7K6 .navbar {
    height: 70px;
  }
  .cid-vpdMd9R7K6 .navbar.opened {
    height: auto;
  }
  .cid-vpdMd9R7K6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpdMdaQINo {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/5-1224x918.jpg");
}
.cid-vpdMdaQINo .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-vpdMdaQINo .mbr-arrow i {
  color: #ffffff !important;
}
.cid-vpdMdaQINo .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-vpdMdaQINo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpdMdaQINo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpdMdbLcIs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vpdMdbLcIs .mbr-section-title {
  color: #ffffff;
}
.cid-vpdMdbLcIs .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vpdNDPzql8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vpdNDPzql8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpdNDPzql8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vpdNDPzql8 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vpdNDPzql8 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vpdNDPzql8 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vpdNDPzql8 .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vpdNDPzql8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vpdNDPzql8 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vpe76t3GKi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e0cfae;
}
.cid-vpe76t3GKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpe76t3GKi .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-vpe76t3GKi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpe76t3GKi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vpe76t3GKi .text-wrapper {
    padding: 2rem;
  }
}
.cid-vpe76t3GKi .mbr-section-title {
  color: #a71c21;
}
.cid-vpe9Ebl53E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e0cfae;
}
.cid-vpe9Ebl53E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpe9Ebl53E .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-vpe9Ebl53E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpe9Ebl53E .row {
  flex-direction: row-reverse;
}
.cid-vpe9Ebl53E img {
  width: 100%;
}
.cid-vpeazbl2MU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vpeazbl2MU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpeazbl2MU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vpeazbl2MU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vpeazbl2MU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vpeazbl2MU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vpeazbl2MU .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-vpeazbl2MU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vpeazbl2MU .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vpdMdg9BL1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vpdMdg9BL1 .mbr-section-title {
  color: #ffffff;
}
.cid-vpdMdg9BL1 .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-vpdMdhzrgo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d9c779;
}
.cid-vpdMdhzrgo img,
.cid-vpdMdhzrgo .item-img {
  width: 100%;
}
.cid-vpdMdhzrgo .item:focus,
.cid-vpdMdhzrgo span:focus {
  outline: none;
}
.cid-vpdMdhzrgo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vpdMdhzrgo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vpdMdhzrgo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vpdMdhzrgo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpdMdhzrgo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vpdMdhzrgo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vpdMdhzrgo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpdMdhzrgo .mbr-section-title {
  color: #232323;
}
.cid-vpdMdhzrgo .mbr-text,
.cid-vpdMdhzrgo .mbr-section-btn {
  text-align: center;
}
.cid-vpdMdhzrgo .item-title {
  text-align: center;
}
.cid-vpdMdhzrgo .item-subtitle {
  text-align: center;
}
.cid-vpdMdp7rxB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e3d9c6;
}
.cid-vpdMdp7rxB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #a71c21;
  margin-bottom: 2rem;
}
.cid-vpdMdp7rxB .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-vpdMdp7rxB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpdMdp7rxB .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-vpdMdp7rxB .mbr-section-title {
  color: #be1212;
  text-align: left;
}
.cid-vpdMdp7rxB .mbr-section-subtitle {
  text-align: left;
  color: #353535;
}
.cid-vpdMdp7rxB .card-title {
  color: #353535;
}
.cid-vpdMdp7rxB .mbr-text {
  color: #353535;
}
.cid-vpdMdq4M1E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/tela-backgr-1063x311.jpg");
}
.cid-vpdMdq4M1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpdMdq4M1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpdMdq4M1E .media-container-row {
  justify-content: space-between;
}
.cid-vpdMdq4M1E .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vpdMdq4M1E .text-content {
    max-width: none;
  }
}
.cid-vpdMdq4M1E .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vpdMdq4M1E .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vpdMdq4M1E .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-vpdMdq4M1E .icons {
    justify-content: center !important;
  }
  .cid-vpdMdq4M1E .text-content * {
    text-align: center;
  }
}
.cid-vpdMdq4M1E .mbr-section-title {
  color: #ffffff;
}
.cid-vpdMdq4M1E P {
  color: #ffffff;
}
