body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  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: #da7e3c !important;
}
.bg-success {
  background-color: #34375c !important;
}
.bg-info {
  background-color: #da7e3c !important;
}
.bg-warning {
  background-color: #34375c !important;
}
.bg-danger {
  background-color: #da7e3c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #da7e3c !important;
  border-color: #da7e3c !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: #a1551f !important;
  border-color: #a1551f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a1551f !important;
  border-color: #a1551f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #da7e3c !important;
  border-color: #da7e3c !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: #a1551f !important;
  border-color: #a1551f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a1551f !important;
  border-color: #a1551f !important;
}
.btn-info,
.btn-info:active {
  background-color: #da7e3c !important;
  border-color: #da7e3c !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: #a1551f !important;
  border-color: #a1551f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a1551f !important;
  border-color: #a1551f !important;
}
.btn-success,
.btn-success:active {
  background-color: #34375c !important;
  border-color: #34375c !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: #151625 !important;
  border-color: #151625 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #151625 !important;
  border-color: #151625 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #34375c !important;
  border-color: #34375c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #151625 !important;
  border-color: #151625 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #151625 !important;
  border-color: #151625 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #da7e3c !important;
  border-color: #da7e3c !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: #a1551f !important;
  border-color: #a1551f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a1551f !important;
  border-color: #a1551f !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: #da7e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a1551f !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: #da7e3c !important;
  border-color: #da7e3c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #da7e3c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a1551f !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: #da7e3c !important;
  border-color: #da7e3c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #da7e3c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a1551f !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: #da7e3c !important;
  border-color: #da7e3c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #34375c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #151625 !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: #34375c !important;
  border-color: #34375c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #34375c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #151625 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #34375c !important;
  border-color: #34375c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #da7e3c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a1551f !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: #da7e3c !important;
  border-color: #da7e3c !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: #da7e3c !important;
}
.text-secondary {
  color: #da7e3c !important;
}
.text-success {
  color: #34375c !important;
}
.text-info {
  color: #da7e3c !important;
}
.text-warning {
  color: #34375c !important;
}
.text-danger {
  color: #da7e3c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #944e1c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #944e1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0f101b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #944e1c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0f101b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #944e1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #da7e3c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #da7e3c;
}
.alert-warning {
  background-color: #34375c;
}
.alert-danger {
  background-color: #da7e3c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #da7e3c;
  border-color: #da7e3c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #da7e3c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbefe7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #676ca9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbefe7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #676ca9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbefe7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bellota Text', display;
  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: #da7e3c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  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: #da7e3c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #da7e3c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #da7e3c;
}
.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: #da7e3c;
  border-bottom-color: #da7e3c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #da7e3c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #da7e3c !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='%23da7e3c' %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-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #da7e3c !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #34375c !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(52, 55, 92, 0.9);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #34375c;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da7e3c;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqd2DmXZ0e {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-vqd2DmXZ0e .carousel {
  width: 100%;
}
.cid-vqd2DmXZ0e .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-vqd2DmXZ0e .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-vqd2DmXZ0e .carousel-caption {
  bottom: 40px;
  z-index: 1;
}
.cid-vqd2DmXZ0e .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vqd2DmXZ0e .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vqd2DmXZ0e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vqd2DmXZ0e .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vqd2DmXZ0e .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vqd2DmXZ0e .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vqd2DmXZ0e .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vqd2DmXZ0e .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vqd2DmXZ0e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vqd2DmXZ0e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vqd2DmXZ0e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vqd2DmXZ0e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vqd2DmXZ0e .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-vqd2DmXZ0e .carousel-indicators li.active,
.cid-vqd2DmXZ0e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vqd2DmXZ0e .carousel-indicators li::after,
.cid-vqd2DmXZ0e .carousel-indicators li::before {
  content: none;
}
.cid-vqd2DmXZ0e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vqd2DmXZ0e .carousel-indicators {
    display: none !important;
  }
}
.cid-vqGcqVak5D {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqGcqVak5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqGcqVak5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqGcqVak5D .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqGcqVak5D .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqGcqVak5D .mbr-iconfont {
  font-size: 3rem;
  color: #34375c;
  padding-right: 2rem;
}
.cid-vqGcqVak5D .content-head {
  max-width: 800px;
}
.cid-vqGcqVak5D .mbr-section-title {
  color: #000000;
}
.cid-vqGcqVak5D .mbr-section-subtitle {
  color: #000000;
}
.cid-vqGcqVak5D .card-title {
  color: #000000;
}
.cid-vqGcZoac6f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqGcZoac6f .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vqGcZoac6f .social-row .soc-item {
  margin: 8px;
}
.cid-vqGcZoac6f .social-row .soc-item a:hover .mbr-iconfont,
.cid-vqGcZoac6f .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #da7e3c;
}
.cid-vqGcZoac6f .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #34375c;
  transition: all 0.3s ease-in-out;
}
.cid-vqGcZoac6f .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vqGcZoac6f .mbr-section-title {
  color: #ffffff;
}
.cid-vqGcZoac6f .mbr-section-title,
.cid-vqGcZoac6f .social-list {
  color: #000000;
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #34375c;
  overflow: hidden;
}
.cid-vqJ94m59Bn {
  z-index: 1000;
  width: 100%;
}
.cid-vqJ94m59Bn nav.navbar {
  position: fixed;
}
.cid-vqJ94m59Bn .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-vqJ94m59Bn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqJ94m59Bn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqJ94m59Bn .dropdown-item:hover,
.cid-vqJ94m59Bn .dropdown-item:focus {
  background: #da7e3c !important;
  color: white !important;
}
.cid-vqJ94m59Bn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqJ94m59Bn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqJ94m59Bn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqJ94m59Bn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqJ94m59Bn .nav-link {
  position: relative;
}
.cid-vqJ94m59Bn .container {
  display: flex;
  margin: auto;
}
.cid-vqJ94m59Bn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqJ94m59Bn .dropdown-menu,
.cid-vqJ94m59Bn .navbar.opened {
  background: #34375c !important;
}
.cid-vqJ94m59Bn .nav-item:focus,
.cid-vqJ94m59Bn .nav-link:focus {
  outline: none;
}
.cid-vqJ94m59Bn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqJ94m59Bn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqJ94m59Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqJ94m59Bn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqJ94m59Bn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqJ94m59Bn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqJ94m59Bn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(52, 55, 92, 0.9);
}
.cid-vqJ94m59Bn .navbar.opened {
  transition: all 0.3s;
}
.cid-vqJ94m59Bn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqJ94m59Bn .navbar .navbar-logo img {
  width: auto;
}
.cid-vqJ94m59Bn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqJ94m59Bn .navbar.collapsed {
  justify-content: center;
}
.cid-vqJ94m59Bn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqJ94m59Bn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqJ94m59Bn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vqJ94m59Bn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqJ94m59Bn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqJ94m59Bn .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-vqJ94m59Bn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqJ94m59Bn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqJ94m59Bn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqJ94m59Bn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqJ94m59Bn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqJ94m59Bn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqJ94m59Bn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqJ94m59Bn .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-vqJ94m59Bn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqJ94m59Bn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqJ94m59Bn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqJ94m59Bn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqJ94m59Bn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqJ94m59Bn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqJ94m59Bn .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqJ94m59Bn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqJ94m59Bn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqJ94m59Bn .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-vqJ94m59Bn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqJ94m59Bn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqJ94m59Bn .dropdown-item.active,
.cid-vqJ94m59Bn .dropdown-item:active {
  background-color: transparent;
}
.cid-vqJ94m59Bn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqJ94m59Bn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqJ94m59Bn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqJ94m59Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #34375c;
}
.cid-vqJ94m59Bn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqJ94m59Bn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqJ94m59Bn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqJ94m59Bn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqJ94m59Bn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqJ94m59Bn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da7e3c;
}
.cid-vqJ94m59Bn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqJ94m59Bn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJ94m59Bn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJ94m59Bn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqJ94m59Bn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJ94m59Bn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqJ94m59Bn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqJ94m59Bn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJ94m59Bn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqJ94m59Bn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqJ94m59Bn .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-vqJ94m59Bn .navbar {
    height: 70px;
  }
  .cid-vqJ94m59Bn .navbar.opened {
    height: auto;
  }
  .cid-vqJ94m59Bn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqJ94nuK26 {
  background-image: url("../../../assets/images/sobre-2-1920x1271.jpg");
}
.cid-vqJ94nuK26 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vqJ94nuK26 .mbr-text,
.cid-vqJ94nuK26 .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-vqJ94nuK26 .mbr-section-subtitle {
  text-align: center;
}
.cid-vqJ94s246m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJ94s246m .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vqJ94s246m .social-row .soc-item {
  margin: 8px;
}
.cid-vqJ94s246m .social-row .soc-item a:hover .mbr-iconfont,
.cid-vqJ94s246m .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #da7e3c;
}
.cid-vqJ94s246m .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #34375c;
  transition: all 0.3s ease-in-out;
}
.cid-vqJ94s246m .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vqJ94s246m .mbr-section-title {
  color: #ffffff;
}
.cid-vqJ94s246m .mbr-section-title,
.cid-vqJ94s246m .social-list {
  color: #000000;
}
.cid-vqJ94sYynB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #34375c;
  overflow: hidden;
}
.cid-vqJ9doxQaR {
  z-index: 1000;
  width: 100%;
}
.cid-vqJ9doxQaR nav.navbar {
  position: fixed;
}
.cid-vqJ9doxQaR .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-vqJ9doxQaR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqJ9doxQaR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqJ9doxQaR .dropdown-item:hover,
.cid-vqJ9doxQaR .dropdown-item:focus {
  background: #da7e3c !important;
  color: white !important;
}
.cid-vqJ9doxQaR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqJ9doxQaR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqJ9doxQaR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqJ9doxQaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqJ9doxQaR .nav-link {
  position: relative;
}
.cid-vqJ9doxQaR .container {
  display: flex;
  margin: auto;
}
.cid-vqJ9doxQaR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqJ9doxQaR .dropdown-menu,
.cid-vqJ9doxQaR .navbar.opened {
  background: #34375c !important;
}
.cid-vqJ9doxQaR .nav-item:focus,
.cid-vqJ9doxQaR .nav-link:focus {
  outline: none;
}
.cid-vqJ9doxQaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqJ9doxQaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqJ9doxQaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqJ9doxQaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqJ9doxQaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqJ9doxQaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqJ9doxQaR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(52, 55, 92, 0.9);
}
.cid-vqJ9doxQaR .navbar.opened {
  transition: all 0.3s;
}
.cid-vqJ9doxQaR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqJ9doxQaR .navbar .navbar-logo img {
  width: auto;
}
.cid-vqJ9doxQaR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqJ9doxQaR .navbar.collapsed {
  justify-content: center;
}
.cid-vqJ9doxQaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqJ9doxQaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqJ9doxQaR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vqJ9doxQaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqJ9doxQaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqJ9doxQaR .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-vqJ9doxQaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqJ9doxQaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqJ9doxQaR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqJ9doxQaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqJ9doxQaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqJ9doxQaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqJ9doxQaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqJ9doxQaR .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-vqJ9doxQaR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqJ9doxQaR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqJ9doxQaR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqJ9doxQaR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqJ9doxQaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqJ9doxQaR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqJ9doxQaR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqJ9doxQaR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqJ9doxQaR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqJ9doxQaR .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-vqJ9doxQaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqJ9doxQaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqJ9doxQaR .dropdown-item.active,
.cid-vqJ9doxQaR .dropdown-item:active {
  background-color: transparent;
}
.cid-vqJ9doxQaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqJ9doxQaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqJ9doxQaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqJ9doxQaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #34375c;
}
.cid-vqJ9doxQaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqJ9doxQaR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqJ9doxQaR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqJ9doxQaR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqJ9doxQaR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqJ9doxQaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da7e3c;
}
.cid-vqJ9doxQaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqJ9doxQaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJ9doxQaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJ9doxQaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqJ9doxQaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJ9doxQaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqJ9doxQaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqJ9doxQaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJ9doxQaR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqJ9doxQaR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqJ9doxQaR .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-vqJ9doxQaR .navbar {
    height: 70px;
  }
  .cid-vqJ9doxQaR .navbar.opened {
    height: auto;
  }
  .cid-vqJ9doxQaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqJ9dqmX0b {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/paginas-2-1920x1271.jpg");
}
.cid-vqJ9dqmX0b .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJ9dqmX0b .mbr-text,
.cid-vqJ9dqmX0b .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vqJ9dqmX0b .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vqJ9dtJIsA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vqJ9dtJIsA .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vqJ9dtJIsA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vqJ9dtJIsA .mbr-iconfont {
  font-size: 4rem;
  color: #34375c;
  padding-right: 1.5rem;
}
.cid-vqJ9duzqRd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJ9duzqRd .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vqJ9duzqRd .social-row .soc-item {
  margin: 8px;
}
.cid-vqJ9duzqRd .social-row .soc-item a:hover .mbr-iconfont,
.cid-vqJ9duzqRd .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #da7e3c;
}
.cid-vqJ9duzqRd .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #34375c;
  transition: all 0.3s ease-in-out;
}
.cid-vqJ9duzqRd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vqJ9duzqRd .mbr-section-title {
  color: #ffffff;
}
.cid-vqJ9duzqRd .mbr-section-title,
.cid-vqJ9duzqRd .social-list {
  color: #000000;
}
.cid-vqJ9dvBdEx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #34375c;
  overflow: hidden;
}
.cid-vqJ9n8rIPY {
  z-index: 1000;
  width: 100%;
}
.cid-vqJ9n8rIPY nav.navbar {
  position: fixed;
}
.cid-vqJ9n8rIPY .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-vqJ9n8rIPY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqJ9n8rIPY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqJ9n8rIPY .dropdown-item:hover,
.cid-vqJ9n8rIPY .dropdown-item:focus {
  background: #da7e3c !important;
  color: white !important;
}
.cid-vqJ9n8rIPY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqJ9n8rIPY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqJ9n8rIPY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqJ9n8rIPY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqJ9n8rIPY .nav-link {
  position: relative;
}
.cid-vqJ9n8rIPY .container {
  display: flex;
  margin: auto;
}
.cid-vqJ9n8rIPY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqJ9n8rIPY .dropdown-menu,
.cid-vqJ9n8rIPY .navbar.opened {
  background: #34375c !important;
}
.cid-vqJ9n8rIPY .nav-item:focus,
.cid-vqJ9n8rIPY .nav-link:focus {
  outline: none;
}
.cid-vqJ9n8rIPY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqJ9n8rIPY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqJ9n8rIPY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqJ9n8rIPY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqJ9n8rIPY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqJ9n8rIPY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqJ9n8rIPY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(52, 55, 92, 0.9);
}
.cid-vqJ9n8rIPY .navbar.opened {
  transition: all 0.3s;
}
.cid-vqJ9n8rIPY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqJ9n8rIPY .navbar .navbar-logo img {
  width: auto;
}
.cid-vqJ9n8rIPY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqJ9n8rIPY .navbar.collapsed {
  justify-content: center;
}
.cid-vqJ9n8rIPY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqJ9n8rIPY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqJ9n8rIPY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vqJ9n8rIPY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqJ9n8rIPY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqJ9n8rIPY .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-vqJ9n8rIPY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqJ9n8rIPY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqJ9n8rIPY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqJ9n8rIPY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqJ9n8rIPY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqJ9n8rIPY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqJ9n8rIPY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqJ9n8rIPY .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-vqJ9n8rIPY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqJ9n8rIPY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqJ9n8rIPY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqJ9n8rIPY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqJ9n8rIPY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqJ9n8rIPY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqJ9n8rIPY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqJ9n8rIPY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqJ9n8rIPY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqJ9n8rIPY .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-vqJ9n8rIPY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqJ9n8rIPY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqJ9n8rIPY .dropdown-item.active,
.cid-vqJ9n8rIPY .dropdown-item:active {
  background-color: transparent;
}
.cid-vqJ9n8rIPY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqJ9n8rIPY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqJ9n8rIPY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqJ9n8rIPY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #34375c;
}
.cid-vqJ9n8rIPY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqJ9n8rIPY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqJ9n8rIPY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqJ9n8rIPY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqJ9n8rIPY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqJ9n8rIPY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da7e3c;
}
.cid-vqJ9n8rIPY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqJ9n8rIPY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJ9n8rIPY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJ9n8rIPY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqJ9n8rIPY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJ9n8rIPY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqJ9n8rIPY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqJ9n8rIPY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJ9n8rIPY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqJ9n8rIPY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqJ9n8rIPY .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-vqJ9n8rIPY .navbar {
    height: 70px;
  }
  .cid-vqJ9n8rIPY .navbar.opened {
    height: auto;
  }
  .cid-vqJ9n8rIPY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqJ9nafkz2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/paginas-2-1920x1271.jpg");
}
.cid-vqJ9nafkz2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJ9nafkz2 .mbr-text,
.cid-vqJ9nafkz2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vqJ9nafkz2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vqJ9naGxEf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJ9naGxEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJ9naGxEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJ9naGxEf .mbr-section-title {
  color: #000000;
}
.cid-vqJ9naGxEf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJtysusJ5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqJtysusJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJtysusJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJtysusJ5 .mbr-section-title {
  color: #000000;
}
.cid-vqJtysusJ5 .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJ9nbRbLI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJ9nbRbLI img,
.cid-vqJ9nbRbLI .item-img {
  width: 100%;
}
.cid-vqJ9nbRbLI .item:focus,
.cid-vqJ9nbRbLI span:focus {
  outline: none;
}
.cid-vqJ9nbRbLI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJ9nbRbLI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJ9nbRbLI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJ9nbRbLI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJ9nbRbLI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJ9nbRbLI .mbr-section-title {
  color: #000000;
}
.cid-vqJ9nbRbLI .mbr-text,
.cid-vqJ9nbRbLI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJ9nbRbLI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJ9nbRbLI .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJ9nbRbLI .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJuG5gODL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJuG5gODL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJuG5gODL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJuG5gODL .mbr-section-title {
  color: #000000;
}
.cid-vqJuG5gODL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJvqdNVL5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqJvqdNVL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJvqdNVL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJvqdNVL5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqJvqdNVL5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqJvqdNVL5 .mbr-iconfont {
  font-size: 3rem;
  color: #34375c;
  padding-right: 2rem;
}
.cid-vqJvqdNVL5 .content-head {
  max-width: 800px;
}
.cid-vqJvqdNVL5 .mbr-section-title {
  color: #000000;
}
.cid-vqJvqdNVL5 .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJvqdNVL5 .card-title {
  color: #000000;
}
.cid-vqJxYAiSyh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJxYAiSyh img,
.cid-vqJxYAiSyh .item-img {
  width: 100%;
}
.cid-vqJxYAiSyh .item:focus,
.cid-vqJxYAiSyh span:focus {
  outline: none;
}
.cid-vqJxYAiSyh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJxYAiSyh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJxYAiSyh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJxYAiSyh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJxYAiSyh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJxYAiSyh .mbr-section-title {
  color: #000000;
}
.cid-vqJxYAiSyh .mbr-text,
.cid-vqJxYAiSyh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJxYAiSyh .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJxYAiSyh .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJxYAiSyh .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJzweDxWA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJzweDxWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJzweDxWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJzweDxWA .mbr-section-title {
  color: #000000;
}
.cid-vqJzweDxWA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJA4qh5gA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqJA4qh5gA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJA4qh5gA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJA4qh5gA .mbr-section-title {
  color: #000000;
}
.cid-vqJA4qh5gA .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJzDZsPnV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJzDZsPnV img,
.cid-vqJzDZsPnV .item-img {
  width: 100%;
}
.cid-vqJzDZsPnV .item:focus,
.cid-vqJzDZsPnV span:focus {
  outline: none;
}
.cid-vqJzDZsPnV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJzDZsPnV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJzDZsPnV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJzDZsPnV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJzDZsPnV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJzDZsPnV .mbr-section-title {
  color: #000000;
}
.cid-vqJzDZsPnV .mbr-text,
.cid-vqJzDZsPnV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJzDZsPnV .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJzDZsPnV .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJzDZsPnV .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJARNxwId {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJARNxwId .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJARNxwId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJARNxwId .mbr-section-title {
  color: #000000;
}
.cid-vqJARNxwId .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJBjczdjn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqJBjczdjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJBjczdjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJBjczdjn .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqJBjczdjn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqJBjczdjn .mbr-iconfont {
  font-size: 3rem;
  color: #34375c;
  padding-right: 2rem;
}
.cid-vqJBjczdjn .content-head {
  max-width: 800px;
}
.cid-vqJBjczdjn .mbr-section-title {
  color: #000000;
}
.cid-vqJBjczdjn .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJBjczdjn .card-title {
  color: #000000;
}
.cid-vqJBZ7uWFI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJBZ7uWFI img,
.cid-vqJBZ7uWFI .item-img {
  width: 100%;
}
.cid-vqJBZ7uWFI .item:focus,
.cid-vqJBZ7uWFI span:focus {
  outline: none;
}
.cid-vqJBZ7uWFI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJBZ7uWFI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJBZ7uWFI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJBZ7uWFI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJBZ7uWFI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJBZ7uWFI .mbr-section-title {
  color: #000000;
}
.cid-vqJBZ7uWFI .mbr-text,
.cid-vqJBZ7uWFI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJBZ7uWFI .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJBZ7uWFI .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJBZ7uWFI .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJColuLKi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJColuLKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJColuLKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJColuLKi .mbr-section-title {
  color: #000000;
}
.cid-vqJColuLKi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJCAZtjbS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqJCAZtjbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJCAZtjbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJCAZtjbS .mbr-section-title {
  color: #000000;
}
.cid-vqJCAZtjbS .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJCJ0UVLJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJCJ0UVLJ img,
.cid-vqJCJ0UVLJ .item-img {
  width: 100%;
}
.cid-vqJCJ0UVLJ .item:focus,
.cid-vqJCJ0UVLJ span:focus {
  outline: none;
}
.cid-vqJCJ0UVLJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJCJ0UVLJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJCJ0UVLJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJCJ0UVLJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJCJ0UVLJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJCJ0UVLJ .mbr-section-title {
  color: #000000;
}
.cid-vqJCJ0UVLJ .mbr-text,
.cid-vqJCJ0UVLJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJCJ0UVLJ .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJCJ0UVLJ .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJCJ0UVLJ .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJsAbuQa4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJsAbuQa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJsAbuQa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJsAbuQa4 .mbr-section-title {
  color: #000000;
}
.cid-vqJsAbuQa4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJsDN5Tba {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqJsDN5Tba .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJsDN5Tba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJsDN5Tba .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqJsDN5Tba .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqJsDN5Tba .mbr-iconfont {
  font-size: 3rem;
  color: #34375c;
  padding-right: 2rem;
}
.cid-vqJsDN5Tba .content-head {
  max-width: 800px;
}
.cid-vqJsDN5Tba .mbr-section-title {
  color: #000000;
}
.cid-vqJsDN5Tba .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJsDN5Tba .card-title {
  color: #000000;
}
.cid-vqJsGFszlB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJsGFszlB img,
.cid-vqJsGFszlB .item-img {
  width: 100%;
}
.cid-vqJsGFszlB .item:focus,
.cid-vqJsGFszlB span:focus {
  outline: none;
}
.cid-vqJsGFszlB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJsGFszlB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJsGFszlB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJsGFszlB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJsGFszlB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJsGFszlB .mbr-section-title {
  color: #000000;
}
.cid-vqJsGFszlB .mbr-text,
.cid-vqJsGFszlB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJsGFszlB .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJsGFszlB .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJsGFszlB .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJ9ne7KuJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJ9ne7KuJ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vqJ9ne7KuJ .social-row .soc-item {
  margin: 8px;
}
.cid-vqJ9ne7KuJ .social-row .soc-item a:hover .mbr-iconfont,
.cid-vqJ9ne7KuJ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #da7e3c;
}
.cid-vqJ9ne7KuJ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #34375c;
  transition: all 0.3s ease-in-out;
}
.cid-vqJ9ne7KuJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vqJ9ne7KuJ .mbr-section-title {
  color: #ffffff;
}
.cid-vqJ9ne7KuJ .mbr-section-title,
.cid-vqJ9ne7KuJ .social-list {
  color: #000000;
}
.cid-vqJ9nf5hmk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #34375c;
  overflow: hidden;
}
.cid-vqJIZdvStr {
  z-index: 1000;
  width: 100%;
}
.cid-vqJIZdvStr nav.navbar {
  position: fixed;
}
.cid-vqJIZdvStr .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-vqJIZdvStr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqJIZdvStr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqJIZdvStr .dropdown-item:hover,
.cid-vqJIZdvStr .dropdown-item:focus {
  background: #da7e3c !important;
  color: white !important;
}
.cid-vqJIZdvStr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqJIZdvStr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqJIZdvStr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqJIZdvStr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqJIZdvStr .nav-link {
  position: relative;
}
.cid-vqJIZdvStr .container {
  display: flex;
  margin: auto;
}
.cid-vqJIZdvStr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqJIZdvStr .dropdown-menu,
.cid-vqJIZdvStr .navbar.opened {
  background: #34375c !important;
}
.cid-vqJIZdvStr .nav-item:focus,
.cid-vqJIZdvStr .nav-link:focus {
  outline: none;
}
.cid-vqJIZdvStr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqJIZdvStr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqJIZdvStr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqJIZdvStr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqJIZdvStr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqJIZdvStr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqJIZdvStr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(52, 55, 92, 0.9);
}
.cid-vqJIZdvStr .navbar.opened {
  transition: all 0.3s;
}
.cid-vqJIZdvStr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqJIZdvStr .navbar .navbar-logo img {
  width: auto;
}
.cid-vqJIZdvStr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqJIZdvStr .navbar.collapsed {
  justify-content: center;
}
.cid-vqJIZdvStr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqJIZdvStr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqJIZdvStr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vqJIZdvStr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqJIZdvStr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqJIZdvStr .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-vqJIZdvStr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqJIZdvStr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqJIZdvStr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqJIZdvStr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqJIZdvStr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqJIZdvStr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqJIZdvStr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqJIZdvStr .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-vqJIZdvStr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqJIZdvStr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqJIZdvStr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqJIZdvStr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqJIZdvStr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqJIZdvStr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqJIZdvStr .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqJIZdvStr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqJIZdvStr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqJIZdvStr .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-vqJIZdvStr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqJIZdvStr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqJIZdvStr .dropdown-item.active,
.cid-vqJIZdvStr .dropdown-item:active {
  background-color: transparent;
}
.cid-vqJIZdvStr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqJIZdvStr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqJIZdvStr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqJIZdvStr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #34375c;
}
.cid-vqJIZdvStr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqJIZdvStr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqJIZdvStr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqJIZdvStr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqJIZdvStr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqJIZdvStr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da7e3c;
}
.cid-vqJIZdvStr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqJIZdvStr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJIZdvStr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJIZdvStr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqJIZdvStr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJIZdvStr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqJIZdvStr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqJIZdvStr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJIZdvStr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqJIZdvStr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqJIZdvStr .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-vqJIZdvStr .navbar {
    height: 70px;
  }
  .cid-vqJIZdvStr .navbar.opened {
    height: auto;
  }
  .cid-vqJIZdvStr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqJIZe291Z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/paginas-2-1920x1271.jpg");
}
.cid-vqJIZe291Z .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJIZe291Z .mbr-text,
.cid-vqJIZe291Z .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vqJIZe291Z .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vqJIZiQAU6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJIZiQAU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJIZiQAU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJIZiQAU6 .mbr-section-title {
  color: #000000;
}
.cid-vqJIZiQAU6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJIZjbQN5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqJIZjbQN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJIZjbQN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJIZjbQN5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqJIZjbQN5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqJIZjbQN5 .mbr-iconfont {
  font-size: 3rem;
  color: #34375c;
  padding-right: 2rem;
}
.cid-vqJIZjbQN5 .content-head {
  max-width: 800px;
}
.cid-vqJIZjbQN5 .mbr-section-title {
  color: #000000;
}
.cid-vqJIZjbQN5 .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJIZjbQN5 .card-title {
  color: #000000;
}
.cid-vqJIZjCRGq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJIZjCRGq img,
.cid-vqJIZjCRGq .item-img {
  width: 100%;
}
.cid-vqJIZjCRGq .item:focus,
.cid-vqJIZjCRGq span:focus {
  outline: none;
}
.cid-vqJIZjCRGq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJIZjCRGq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJIZjCRGq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJIZjCRGq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJIZjCRGq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJIZjCRGq .mbr-section-title {
  color: #000000;
}
.cid-vqJIZjCRGq .mbr-text,
.cid-vqJIZjCRGq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJIZjCRGq .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJIZjCRGq .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJIZjCRGq .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJKQY7pUA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJKQY7pUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJKQY7pUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJKQY7pUA .mbr-section-title {
  color: #000000;
}
.cid-vqJKQY7pUA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJKT6LiLV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqJKT6LiLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJKT6LiLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJKT6LiLV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqJKT6LiLV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqJKT6LiLV .mbr-iconfont {
  font-size: 3rem;
  color: #34375c;
  padding-right: 2rem;
}
.cid-vqJKT6LiLV .content-head {
  max-width: 800px;
}
.cid-vqJKT6LiLV .mbr-section-title {
  color: #000000;
}
.cid-vqJKT6LiLV .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJKT6LiLV .card-title {
  color: #000000;
}
.cid-vqJKVkSQbm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJKVkSQbm img,
.cid-vqJKVkSQbm .item-img {
  width: 100%;
}
.cid-vqJKVkSQbm .item:focus,
.cid-vqJKVkSQbm span:focus {
  outline: none;
}
.cid-vqJKVkSQbm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJKVkSQbm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJKVkSQbm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJKVkSQbm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJKVkSQbm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJKVkSQbm .mbr-section-title {
  color: #000000;
}
.cid-vqJKVkSQbm .mbr-text,
.cid-vqJKVkSQbm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJKVkSQbm .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJKVkSQbm .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJKVkSQbm .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJIZpxDKJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJIZpxDKJ .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vqJIZpxDKJ .social-row .soc-item {
  margin: 8px;
}
.cid-vqJIZpxDKJ .social-row .soc-item a:hover .mbr-iconfont,
.cid-vqJIZpxDKJ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #da7e3c;
}
.cid-vqJIZpxDKJ .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #34375c;
  transition: all 0.3s ease-in-out;
}
.cid-vqJIZpxDKJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vqJIZpxDKJ .mbr-section-title {
  color: #ffffff;
}
.cid-vqJIZpxDKJ .mbr-section-title,
.cid-vqJIZpxDKJ .social-list {
  color: #000000;
}
.cid-vqJIZqjXCj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #34375c;
  overflow: hidden;
}
.cid-vqJMcjTUB5 {
  z-index: 1000;
  width: 100%;
}
.cid-vqJMcjTUB5 nav.navbar {
  position: fixed;
}
.cid-vqJMcjTUB5 .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-vqJMcjTUB5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vqJMcjTUB5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vqJMcjTUB5 .dropdown-item:hover,
.cid-vqJMcjTUB5 .dropdown-item:focus {
  background: #da7e3c !important;
  color: white !important;
}
.cid-vqJMcjTUB5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqJMcjTUB5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqJMcjTUB5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqJMcjTUB5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqJMcjTUB5 .nav-link {
  position: relative;
}
.cid-vqJMcjTUB5 .container {
  display: flex;
  margin: auto;
}
.cid-vqJMcjTUB5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqJMcjTUB5 .dropdown-menu,
.cid-vqJMcjTUB5 .navbar.opened {
  background: #34375c !important;
}
.cid-vqJMcjTUB5 .nav-item:focus,
.cid-vqJMcjTUB5 .nav-link:focus {
  outline: none;
}
.cid-vqJMcjTUB5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqJMcjTUB5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqJMcjTUB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqJMcjTUB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqJMcjTUB5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqJMcjTUB5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqJMcjTUB5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(52, 55, 92, 0.9);
}
.cid-vqJMcjTUB5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vqJMcjTUB5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqJMcjTUB5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vqJMcjTUB5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqJMcjTUB5 .navbar.collapsed {
  justify-content: center;
}
.cid-vqJMcjTUB5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqJMcjTUB5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqJMcjTUB5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-vqJMcjTUB5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqJMcjTUB5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqJMcjTUB5 .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-vqJMcjTUB5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqJMcjTUB5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqJMcjTUB5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqJMcjTUB5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqJMcjTUB5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqJMcjTUB5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqJMcjTUB5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqJMcjTUB5 .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-vqJMcjTUB5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqJMcjTUB5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqJMcjTUB5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqJMcjTUB5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vqJMcjTUB5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqJMcjTUB5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqJMcjTUB5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vqJMcjTUB5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vqJMcjTUB5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vqJMcjTUB5 .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-vqJMcjTUB5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqJMcjTUB5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqJMcjTUB5 .dropdown-item.active,
.cid-vqJMcjTUB5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vqJMcjTUB5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqJMcjTUB5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqJMcjTUB5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqJMcjTUB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #34375c;
}
.cid-vqJMcjTUB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vqJMcjTUB5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqJMcjTUB5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqJMcjTUB5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vqJMcjTUB5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqJMcjTUB5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da7e3c;
}
.cid-vqJMcjTUB5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqJMcjTUB5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJMcjTUB5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqJMcjTUB5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqJMcjTUB5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJMcjTUB5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqJMcjTUB5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqJMcjTUB5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqJMcjTUB5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqJMcjTUB5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqJMcjTUB5 .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-vqJMcjTUB5 .navbar {
    height: 70px;
  }
  .cid-vqJMcjTUB5 .navbar.opened {
    height: auto;
  }
  .cid-vqJMcjTUB5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqJMckrvSa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/paginas-2-1920x1271.jpg");
}
.cid-vqJMckrvSa .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMckrvSa .mbr-text,
.cid-vqJMckrvSa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vqJMckrvSa .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vqJMcqsD8l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJMcqsD8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJMcqsD8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJMcqsD8l .mbr-section-title {
  color: #000000;
}
.cid-vqJMcqsD8l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJYsQGv6q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqJYsQGv6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJYsQGv6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJYsQGv6q .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqJYsQGv6q .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqJYsQGv6q .mbr-iconfont {
  font-size: 3rem;
  color: #34375c;
  padding-right: 2rem;
}
.cid-vqJYsQGv6q .content-head {
  max-width: 800px;
}
.cid-vqJYsQGv6q .mbr-section-title {
  color: #000000;
}
.cid-vqJYsQGv6q .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJYsQGv6q .card-title {
  color: #000000;
}
.cid-vqJMcrcKUg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJMcrcKUg img,
.cid-vqJMcrcKUg .item-img {
  width: 100%;
}
.cid-vqJMcrcKUg .item:focus,
.cid-vqJMcrcKUg span:focus {
  outline: none;
}
.cid-vqJMcrcKUg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJMcrcKUg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJMcrcKUg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJMcrcKUg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJMcrcKUg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJMcrcKUg .mbr-section-title {
  color: #000000;
}
.cid-vqJMcrcKUg .mbr-text,
.cid-vqJMcrcKUg .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMcrcKUg .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMcrcKUg .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMcrcKUg .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJMcrEFDM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJMcrEFDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJMcrEFDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJMcrEFDM .mbr-section-title {
  color: #000000;
}
.cid-vqJMcrEFDM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJPLQfxQN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqJPLQfxQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJPLQfxQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJPLQfxQN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqJPLQfxQN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqJPLQfxQN .mbr-iconfont {
  font-size: 3rem;
  color: #34375c;
  padding-right: 2rem;
}
.cid-vqJPLQfxQN .content-head {
  max-width: 800px;
}
.cid-vqJPLQfxQN .mbr-section-title {
  color: #000000;
}
.cid-vqJPLQfxQN .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJPLQfxQN .card-title {
  color: #000000;
}
.cid-vqJMcsMP89 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJMcsMP89 img,
.cid-vqJMcsMP89 .item-img {
  width: 100%;
}
.cid-vqJMcsMP89 .item:focus,
.cid-vqJMcsMP89 span:focus {
  outline: none;
}
.cid-vqJMcsMP89 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJMcsMP89 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJMcsMP89 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJMcsMP89 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJMcsMP89 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJMcsMP89 .mbr-section-title {
  color: #000000;
}
.cid-vqJMcsMP89 .mbr-text,
.cid-vqJMcsMP89 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMcsMP89 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMcsMP89 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMcsMP89 .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJMcpcZpp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJMcpcZpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJMcpcZpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJMcpcZpp .mbr-section-title {
  color: #000000;
}
.cid-vqJMcpcZpp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqJMcpxOgg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqJMcpxOgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqJMcpxOgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqJMcpxOgg .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqJMcpxOgg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vqJMcpxOgg .mbr-iconfont {
  font-size: 3rem;
  color: #34375c;
  padding-right: 2rem;
}
.cid-vqJMcpxOgg .content-head {
  max-width: 800px;
}
.cid-vqJMcpxOgg .mbr-section-title {
  color: #000000;
}
.cid-vqJMcpxOgg .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJMcpxOgg .card-title {
  color: #000000;
}
.cid-vqJMcpYVxe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-vqJMcpYVxe img,
.cid-vqJMcpYVxe .item-img {
  width: 100%;
}
.cid-vqJMcpYVxe .item:focus,
.cid-vqJMcpYVxe span:focus {
  outline: none;
}
.cid-vqJMcpYVxe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vqJMcpYVxe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #34375c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vqJMcpYVxe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqJMcpYVxe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vqJMcpYVxe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vqJMcpYVxe .mbr-section-title {
  color: #000000;
}
.cid-vqJMcpYVxe .mbr-text,
.cid-vqJMcpYVxe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMcpYVxe .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMcpYVxe .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vqJMcpYVxe .mbr-section-subtitle {
  color: #000000;
}
.cid-vqJMctEqql {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #34375c;
}
.cid-vqJMctEqql .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vqJMctEqql .social-row .soc-item {
  margin: 8px;
}
.cid-vqJMctEqql .social-row .soc-item a:hover .mbr-iconfont,
.cid-vqJMctEqql .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #da7e3c;
}
.cid-vqJMctEqql .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #34375c;
  transition: all 0.3s ease-in-out;
}
.cid-vqJMctEqql .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vqJMctEqql .mbr-section-title {
  color: #ffffff;
}
.cid-vqJMctEqql .mbr-section-title,
.cid-vqJMctEqql .social-list {
  color: #000000;
}
.cid-vqJMcurQqz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #34375c;
  overflow: hidden;
}
