body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: #00318c !important;
}
.bg-success {
  background-color: #007716 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00318c !important;
  border-color: #00318c !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: #001335 !important;
  border-color: #001335 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001335 !important;
  border-color: #001335 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #820f0f !important;
  border-color: #820f0f !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: #340606 !important;
  border-color: #340606 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #340606 !important;
  border-color: #340606 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #007716 !important;
  border-color: #007716 !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: #002006 !important;
  border-color: #002006 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #002006 !important;
  border-color: #002006 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00318c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001335 !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: #00318c !important;
  border-color: #00318c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #820f0f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #340606 !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: #820f0f !important;
  border-color: #820f0f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #007716;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002006 !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: #007716 !important;
  border-color: #007716 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00318c !important;
}
.text-secondary {
  color: #820f0f !important;
}
.text-success {
  color: #007716 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000d26 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #270404 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #001103 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #00318c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00318c;
  border-color: #00318c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00318c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0d61ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00f72e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00318c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #00318c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00318c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00318c;
}
.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: #00318c;
  border-bottom-color: #00318c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #00318c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #820f0f !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='%2300318c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tInOYh2Lch {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tInOYh2Lch nav.navbar {
  position: fixed;
}
.cid-tInOYh2Lch .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-tInOYh2Lch .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tInOYh2Lch .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tInOYh2Lch .dropdown-item:hover,
.cid-tInOYh2Lch .dropdown-item:focus {
  background: #00318c !important;
  color: white !important;
}
.cid-tInOYh2Lch .dropdown-item:hover span {
  color: white;
}
.cid-tInOYh2Lch .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tInOYh2Lch .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tInOYh2Lch .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tInOYh2Lch .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tInOYh2Lch .nav-link {
  position: relative;
}
.cid-tInOYh2Lch .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tInOYh2Lch .container {
    flex-wrap: wrap;
  }
}
.cid-tInOYh2Lch .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tInOYh2Lch .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tInOYh2Lch .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tInOYh2Lch .dropdown-menu,
.cid-tInOYh2Lch .navbar.opened {
  background: #ffffff !important;
}
.cid-tInOYh2Lch .nav-item:focus,
.cid-tInOYh2Lch .nav-link:focus {
  outline: none;
}
.cid-tInOYh2Lch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tInOYh2Lch .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tInOYh2Lch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tInOYh2Lch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tInOYh2Lch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tInOYh2Lch .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tInOYh2Lch .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tInOYh2Lch .navbar.opened {
  transition: all 0.3s;
}
.cid-tInOYh2Lch .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tInOYh2Lch .navbar .navbar-logo img {
  width: auto;
}
.cid-tInOYh2Lch .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tInOYh2Lch .navbar.collapsed {
  justify-content: center;
}
.cid-tInOYh2Lch .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tInOYh2Lch .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tInOYh2Lch .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tInOYh2Lch .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tInOYh2Lch .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tInOYh2Lch .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-tInOYh2Lch .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tInOYh2Lch .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tInOYh2Lch .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tInOYh2Lch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tInOYh2Lch .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tInOYh2Lch .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tInOYh2Lch .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tInOYh2Lch .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-tInOYh2Lch .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tInOYh2Lch .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tInOYh2Lch .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tInOYh2Lch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tInOYh2Lch .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tInOYh2Lch .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tInOYh2Lch .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tInOYh2Lch .navbar.navbar-short {
  min-height: 60px;
}
.cid-tInOYh2Lch .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tInOYh2Lch .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tInOYh2Lch .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-tInOYh2Lch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tInOYh2Lch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tInOYh2Lch .dropdown-item.active,
.cid-tInOYh2Lch .dropdown-item:active {
  background-color: transparent;
}
.cid-tInOYh2Lch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tInOYh2Lch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tInOYh2Lch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tInOYh2Lch .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tInOYh2Lch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tInOYh2Lch .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tInOYh2Lch ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tInOYh2Lch .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tInOYh2Lch button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tInOYh2Lch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tInOYh2Lch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tInOYh2Lch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tInOYh2Lch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tInOYh2Lch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tInOYh2Lch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tInOYh2Lch nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tInOYh2Lch nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tInOYh2Lch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tInOYh2Lch .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tInOYh2Lch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tInOYh2Lch .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-tInOYh2Lch .navbar {
    height: 70px;
  }
  .cid-tInOYh2Lch .navbar.opened {
    height: auto;
  }
  .cid-tInOYh2Lch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIFHeAFXUt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tIFHeAFXUt .carousel {
  height: 800px;
}
.cid-tIFHeAFXUt .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tIFHeAFXUt .carousel-item,
.cid-tIFHeAFXUt .carousel-inner {
  height: 100%;
}
.cid-tIFHeAFXUt .carousel-caption {
  bottom: 40px;
}
.cid-tIFHeAFXUt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tIFHeAFXUt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tIFHeAFXUt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tIFHeAFXUt .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tIFHeAFXUt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tIFHeAFXUt .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tIFHeAFXUt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tIFHeAFXUt .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-tIFHeAFXUt .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIFHeAFXUt .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIFHeAFXUt .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIFHeAFXUt .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tIFHeAFXUt .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-tIFHeAFXUt .carousel-indicators li.active,
.cid-tIFHeAFXUt .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIFHeAFXUt .carousel-indicators li::after,
.cid-tIFHeAFXUt .carousel-indicators li::before {
  content: none;
}
.cid-tIFHeAFXUt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIFHeAFXUt .carousel-indicators {
    display: none !important;
  }
}
.cid-tIFHeAFXUt P {
  text-align: left;
}
.cid-tIFHeAFXUt H5 {
  text-align: left;
}
.cid-tIFOkuEE4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tInT8NwF6m {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tInT8NwF6m img,
.cid-tInT8NwF6m .item-img {
  width: 100%;
}
.cid-tInT8NwF6m .item:focus,
.cid-tInT8NwF6m span:focus {
  outline: none;
}
.cid-tInT8NwF6m .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tInT8NwF6m .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tInT8NwF6m .item {
  padding: 0;
  margin: 0;
}
.cid-tInT8NwF6m .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00318c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tInT8NwF6m .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tInT8NwF6m .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tInT8NwF6m .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tInT8NwF6m .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tInT8NwF6m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tInT8NwF6m .mbr-section-title {
  color: #232323;
}
.cid-tInT8NwF6m .mbr-text,
.cid-tInT8NwF6m .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tInT8NwF6m .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tInT8NwF6m .item-subtitle {
  text-align: center;
}
.cid-tIo2GzA4H7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/portugues-cacambas-galeria-1.webp");
}
.cid-tIo2GzA4H7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIo2GzA4H7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIo2GzA4H7 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tIo2GzA4H7 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tIo2GzA4H7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIo2GzA4H7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tIo2GzA4H7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tIo2GzA4H7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tIo2GzA4H7 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tIo2GzA4H7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tIo2GzA4H7 .card-title {
  color: #00318c;
}
.cid-tIo6A8VXz4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIo6A8VXz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIo6A8VXz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIo6A8VXz4 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tIo6A8VXz4 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tIo6A8VXz4 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tIo6A8VXz4 [class^="socicon-"]:before,
.cid-tIo6A8VXz4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tIo73nS7MT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00318c;
}
.cid-tIo73nS7MT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tIo73nS7MT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tIo73nS7MT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tIo73nS7MT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tIo73nS7MT .mbr-section-title {
  color: #ffffff;
}
.cid-tIo73nS7MT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIo7rRBcBA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tIo7rRBcBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIo7rRBcBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIo7rRBcBA .google-map {
  height: 30rem;
  position: relative;
}
.cid-tIo7rRBcBA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIo7rRBcBA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIo7rRBcBA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIo7rRBcBA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIoghSU1SR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tIoghSU1SR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIoghSU1SR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIoghSU1SR .mbr-section-title {
  color: #bbbbbb;
}
.cid-tIoghSU1SR .mbr-section-subtitle {
  color: #232323;
}
.cid-tIo88xpYQI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tIo88xpYQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIo88xpYQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIo88xpYQI .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tIo88xpYQI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tIo88xpYQI .row {
    text-align: center;
  }
  .cid-tIo88xpYQI .row > div {
    margin: auto;
  }
  .cid-tIo88xpYQI .social-row {
    justify-content: center;
  }
}
.cid-tIo88xpYQI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tIo88xpYQI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tIo88xpYQI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tIo88xpYQI .list {
    margin-bottom: 0rem;
  }
}
.cid-tIo88xpYQI .mbr-text {
  color: #bbbbbb;
}
.cid-tIo88xpYQI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tIo88xpYQI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tIo88xpYQI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tIogLCiAVe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIogLCiAVe nav.navbar {
  position: fixed;
}
.cid-tIogLCiAVe .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-tIogLCiAVe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIogLCiAVe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIogLCiAVe .dropdown-item:hover,
.cid-tIogLCiAVe .dropdown-item:focus {
  background: #00318c !important;
  color: white !important;
}
.cid-tIogLCiAVe .dropdown-item:hover span {
  color: white;
}
.cid-tIogLCiAVe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIogLCiAVe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIogLCiAVe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIogLCiAVe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIogLCiAVe .nav-link {
  position: relative;
}
.cid-tIogLCiAVe .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tIogLCiAVe .container {
    flex-wrap: wrap;
  }
}
.cid-tIogLCiAVe .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tIogLCiAVe .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tIogLCiAVe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tIogLCiAVe .dropdown-menu,
.cid-tIogLCiAVe .navbar.opened {
  background: #ffffff !important;
}
.cid-tIogLCiAVe .nav-item:focus,
.cid-tIogLCiAVe .nav-link:focus {
  outline: none;
}
.cid-tIogLCiAVe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIogLCiAVe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIogLCiAVe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIogLCiAVe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIogLCiAVe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIogLCiAVe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIogLCiAVe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tIogLCiAVe .navbar.opened {
  transition: all 0.3s;
}
.cid-tIogLCiAVe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIogLCiAVe .navbar .navbar-logo img {
  width: auto;
}
.cid-tIogLCiAVe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tIogLCiAVe .navbar.collapsed {
  justify-content: center;
}
.cid-tIogLCiAVe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIogLCiAVe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIogLCiAVe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tIogLCiAVe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIogLCiAVe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIogLCiAVe .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-tIogLCiAVe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIogLCiAVe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIogLCiAVe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tIogLCiAVe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tIogLCiAVe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tIogLCiAVe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tIogLCiAVe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tIogLCiAVe .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-tIogLCiAVe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tIogLCiAVe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tIogLCiAVe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tIogLCiAVe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tIogLCiAVe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tIogLCiAVe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tIogLCiAVe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tIogLCiAVe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tIogLCiAVe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIogLCiAVe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tIogLCiAVe .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-tIogLCiAVe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIogLCiAVe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIogLCiAVe .dropdown-item.active,
.cid-tIogLCiAVe .dropdown-item:active {
  background-color: transparent;
}
.cid-tIogLCiAVe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIogLCiAVe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIogLCiAVe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIogLCiAVe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tIogLCiAVe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIogLCiAVe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIogLCiAVe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIogLCiAVe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIogLCiAVe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIogLCiAVe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tIogLCiAVe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIogLCiAVe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIogLCiAVe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIogLCiAVe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIogLCiAVe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIogLCiAVe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIogLCiAVe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIogLCiAVe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIogLCiAVe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIogLCiAVe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIogLCiAVe .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-tIogLCiAVe .navbar {
    height: 70px;
  }
  .cid-tIogLCiAVe .navbar.opened {
    height: auto;
  }
  .cid-tIogLCiAVe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ2Obc8B6i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tJ2Obc8B6i .carousel {
  height: 800px;
}
.cid-tJ2Obc8B6i .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJ2Obc8B6i .carousel-item,
.cid-tJ2Obc8B6i .carousel-inner {
  height: 100%;
}
.cid-tJ2Obc8B6i .carousel-caption {
  bottom: 40px;
}
.cid-tJ2Obc8B6i .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tJ2Obc8B6i .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tJ2Obc8B6i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tJ2Obc8B6i .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tJ2Obc8B6i .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tJ2Obc8B6i .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tJ2Obc8B6i .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tJ2Obc8B6i .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-tJ2Obc8B6i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJ2Obc8B6i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2Obc8B6i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJ2Obc8B6i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tJ2Obc8B6i .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-tJ2Obc8B6i .carousel-indicators li.active,
.cid-tJ2Obc8B6i .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJ2Obc8B6i .carousel-indicators li::after,
.cid-tJ2Obc8B6i .carousel-indicators li::before {
  content: none;
}
.cid-tJ2Obc8B6i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJ2Obc8B6i .carousel-indicators {
    display: none !important;
  }
}
.cid-tJ2Obc8B6i P {
  text-align: left;
}
.cid-tJ2Obc8B6i H5 {
  text-align: left;
}
.cid-tIFP4mChDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIogLDDxxh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/portugues-cacambas-galeria-1.webp");
}
.cid-tIogLDDxxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIogLDDxxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIogLDDxxh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tIogLDDxxh .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tIogLDDxxh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIogLDDxxh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tIogLDDxxh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tIogLDDxxh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tIogLDDxxh .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tIogLDDxxh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tIogLDDxxh .card-title {
  color: #00318c;
}
.cid-tIogLDbPaf {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tIogLDbPaf img,
.cid-tIogLDbPaf .item-img {
  width: 100%;
}
.cid-tIogLDbPaf .item:focus,
.cid-tIogLDbPaf span:focus {
  outline: none;
}
.cid-tIogLDbPaf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIogLDbPaf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tIogLDbPaf .item {
  padding: 0;
  margin: 0;
}
.cid-tIogLDbPaf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00318c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIogLDbPaf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tIogLDbPaf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIogLDbPaf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tIogLDbPaf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tIogLDbPaf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIogLDbPaf .mbr-section-title {
  color: #232323;
}
.cid-tIogLDbPaf .mbr-text,
.cid-tIogLDbPaf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tIogLDbPaf .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tIogLDbPaf .item-subtitle {
  text-align: center;
}
.cid-tIogLE08X7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIogLE08X7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIogLE08X7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIogLE08X7 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tIogLE08X7 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tIogLE08X7 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tIogLE08X7 [class^="socicon-"]:before,
.cid-tIogLE08X7 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tIogLEsVaB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00318c;
}
.cid-tIogLEsVaB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tIogLEsVaB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tIogLEsVaB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tIogLEsVaB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tIogLEsVaB .mbr-section-title {
  color: #ffffff;
}
.cid-tIogLEsVaB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tIogLF9JDy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tIogLF9JDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIogLF9JDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIogLF9JDy .google-map {
  height: 30rem;
  position: relative;
}
.cid-tIogLF9JDy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tIogLF9JDy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIogLF9JDy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIogLF9JDy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIogLFFbLr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tIogLFFbLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIogLFFbLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIogLFFbLr .mbr-section-title {
  color: #bbbbbb;
}
.cid-tIogLFFbLr .mbr-section-subtitle {
  color: #232323;
}
.cid-tIogLGmiVa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tIogLGmiVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIogLGmiVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIogLGmiVa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tIogLGmiVa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tIogLGmiVa .row {
    text-align: center;
  }
  .cid-tIogLGmiVa .row > div {
    margin: auto;
  }
  .cid-tIogLGmiVa .social-row {
    justify-content: center;
  }
}
.cid-tIogLGmiVa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tIogLGmiVa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tIogLGmiVa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tIogLGmiVa .list {
    margin-bottom: 0rem;
  }
}
.cid-tIogLGmiVa .mbr-text {
  color: #bbbbbb;
}
.cid-tIogLGmiVa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tIogLGmiVa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tIogLGmiVa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6myh87Ckf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6myh87Ckf nav.navbar {
  position: fixed;
}
.cid-u6myh87Ckf .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-u6myh87Ckf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6myh87Ckf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6myh87Ckf .dropdown-item:hover,
.cid-u6myh87Ckf .dropdown-item:focus {
  background: #00318c !important;
  color: white !important;
}
.cid-u6myh87Ckf .dropdown-item:hover span {
  color: white;
}
.cid-u6myh87Ckf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6myh87Ckf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6myh87Ckf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6myh87Ckf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6myh87Ckf .nav-link {
  position: relative;
}
.cid-u6myh87Ckf .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6myh87Ckf .container {
    flex-wrap: wrap;
  }
}
.cid-u6myh87Ckf .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6myh87Ckf .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6myh87Ckf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6myh87Ckf .dropdown-menu,
.cid-u6myh87Ckf .navbar.opened {
  background: #ffffff !important;
}
.cid-u6myh87Ckf .nav-item:focus,
.cid-u6myh87Ckf .nav-link:focus {
  outline: none;
}
.cid-u6myh87Ckf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6myh87Ckf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6myh87Ckf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6myh87Ckf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6myh87Ckf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6myh87Ckf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6myh87Ckf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6myh87Ckf .navbar.opened {
  transition: all 0.3s;
}
.cid-u6myh87Ckf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6myh87Ckf .navbar .navbar-logo img {
  width: auto;
}
.cid-u6myh87Ckf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6myh87Ckf .navbar.collapsed {
  justify-content: center;
}
.cid-u6myh87Ckf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6myh87Ckf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6myh87Ckf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u6myh87Ckf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6myh87Ckf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6myh87Ckf .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-u6myh87Ckf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6myh87Ckf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6myh87Ckf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6myh87Ckf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6myh87Ckf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6myh87Ckf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6myh87Ckf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6myh87Ckf .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-u6myh87Ckf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6myh87Ckf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6myh87Ckf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6myh87Ckf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6myh87Ckf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6myh87Ckf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6myh87Ckf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6myh87Ckf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6myh87Ckf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6myh87Ckf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6myh87Ckf .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-u6myh87Ckf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6myh87Ckf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6myh87Ckf .dropdown-item.active,
.cid-u6myh87Ckf .dropdown-item:active {
  background-color: transparent;
}
.cid-u6myh87Ckf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6myh87Ckf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6myh87Ckf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6myh87Ckf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6myh87Ckf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6myh87Ckf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6myh87Ckf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6myh87Ckf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6myh87Ckf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6myh87Ckf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6myh87Ckf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6myh87Ckf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6myh87Ckf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6myh87Ckf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6myh87Ckf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6myh87Ckf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6myh87Ckf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6myh87Ckf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6myh87Ckf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6myh87Ckf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6myh87Ckf .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-u6myh87Ckf .navbar {
    height: 70px;
  }
  .cid-u6myh87Ckf .navbar.opened {
    height: auto;
  }
  .cid-u6myh87Ckf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6myh8uv2h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u6myh8uv2h .carousel {
  height: 800px;
}
.cid-u6myh8uv2h .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6myh8uv2h .carousel-item,
.cid-u6myh8uv2h .carousel-inner {
  height: 100%;
}
.cid-u6myh8uv2h .carousel-caption {
  bottom: 40px;
}
.cid-u6myh8uv2h .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u6myh8uv2h .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u6myh8uv2h .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u6myh8uv2h .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u6myh8uv2h .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u6myh8uv2h .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u6myh8uv2h .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u6myh8uv2h .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-u6myh8uv2h .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6myh8uv2h .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6myh8uv2h .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6myh8uv2h .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u6myh8uv2h .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-u6myh8uv2h .carousel-indicators li.active,
.cid-u6myh8uv2h .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6myh8uv2h .carousel-indicators li::after,
.cid-u6myh8uv2h .carousel-indicators li::before {
  content: none;
}
.cid-u6myh8uv2h .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6myh8uv2h .carousel-indicators {
    display: none !important;
  }
}
.cid-u6myh8uv2h P {
  text-align: left;
}
.cid-u6myh8uv2h H5 {
  text-align: left;
}
.cid-u6myh96nuB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6myh9h4vL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/portugues-cacambas-galeria-1.webp");
}
.cid-u6myh9h4vL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myh9h4vL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myh9h4vL .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u6myh9h4vL .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u6myh9h4vL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6myh9h4vL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6myh9h4vL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6myh9h4vL .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u6myh9h4vL .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6myh9h4vL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6myh9h4vL .card-title {
  color: #00318c;
}
.cid-u6myh9ylaG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6myh9ylaG img,
.cid-u6myh9ylaG .item-img {
  width: 100%;
}
.cid-u6myh9ylaG .item:focus,
.cid-u6myh9ylaG span:focus {
  outline: none;
}
.cid-u6myh9ylaG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6myh9ylaG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6myh9ylaG .item {
  padding: 0;
  margin: 0;
}
.cid-u6myh9ylaG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00318c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6myh9ylaG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6myh9ylaG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6myh9ylaG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6myh9ylaG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6myh9ylaG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6myh9ylaG .mbr-section-title {
  color: #232323;
}
.cid-u6myh9ylaG .mbr-text,
.cid-u6myh9ylaG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6myh9ylaG .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6myh9ylaG .item-subtitle {
  text-align: center;
}
.cid-u6myh9Wz2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6myh9Wz2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myh9Wz2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myh9Wz2z .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u6myh9Wz2z .bg-instagram:hover {
  background: #bd005c;
}
.cid-u6myh9Wz2z .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u6myh9Wz2z [class^="socicon-"]:before,
.cid-u6myh9Wz2z [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u6myhalHkc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00318c;
}
.cid-u6myhalHkc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6myhalHkc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u6myhalHkc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u6myhalHkc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u6myhalHkc .mbr-section-title {
  color: #ffffff;
}
.cid-u6myhalHkc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6myhaAxRV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u6myhaAxRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myhaAxRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myhaAxRV .google-map {
  height: 30rem;
  position: relative;
}
.cid-u6myhaAxRV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u6myhaAxRV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u6myhaAxRV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u6myhaAxRV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u6myhaXt0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6myhaXt0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myhaXt0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myhaXt0Y .mbr-section-title {
  color: #bbbbbb;
}
.cid-u6myhaXt0Y .mbr-section-subtitle {
  color: #232323;
}
.cid-u6myhbuem4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6myhbuem4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myhbuem4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myhbuem4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6myhbuem4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u6myhbuem4 .row {
    text-align: center;
  }
  .cid-u6myhbuem4 .row > div {
    margin: auto;
  }
  .cid-u6myhbuem4 .social-row {
    justify-content: center;
  }
}
.cid-u6myhbuem4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6myhbuem4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6myhbuem4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6myhbuem4 .list {
    margin-bottom: 0rem;
  }
}
.cid-u6myhbuem4 .mbr-text {
  color: #bbbbbb;
}
.cid-u6myhbuem4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6myhbuem4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6myhbuem4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6mypAmLBq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6mypAmLBq nav.navbar {
  position: fixed;
}
.cid-u6mypAmLBq .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-u6mypAmLBq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6mypAmLBq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6mypAmLBq .dropdown-item:hover,
.cid-u6mypAmLBq .dropdown-item:focus {
  background: #00318c !important;
  color: white !important;
}
.cid-u6mypAmLBq .dropdown-item:hover span {
  color: white;
}
.cid-u6mypAmLBq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6mypAmLBq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6mypAmLBq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6mypAmLBq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6mypAmLBq .nav-link {
  position: relative;
}
.cid-u6mypAmLBq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6mypAmLBq .container {
    flex-wrap: wrap;
  }
}
.cid-u6mypAmLBq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6mypAmLBq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6mypAmLBq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6mypAmLBq .dropdown-menu,
.cid-u6mypAmLBq .navbar.opened {
  background: #ffffff !important;
}
.cid-u6mypAmLBq .nav-item:focus,
.cid-u6mypAmLBq .nav-link:focus {
  outline: none;
}
.cid-u6mypAmLBq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6mypAmLBq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6mypAmLBq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6mypAmLBq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6mypAmLBq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6mypAmLBq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6mypAmLBq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6mypAmLBq .navbar.opened {
  transition: all 0.3s;
}
.cid-u6mypAmLBq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6mypAmLBq .navbar .navbar-logo img {
  width: auto;
}
.cid-u6mypAmLBq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6mypAmLBq .navbar.collapsed {
  justify-content: center;
}
.cid-u6mypAmLBq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6mypAmLBq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6mypAmLBq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u6mypAmLBq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6mypAmLBq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6mypAmLBq .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-u6mypAmLBq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6mypAmLBq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6mypAmLBq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6mypAmLBq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6mypAmLBq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6mypAmLBq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6mypAmLBq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6mypAmLBq .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-u6mypAmLBq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6mypAmLBq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6mypAmLBq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6mypAmLBq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6mypAmLBq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6mypAmLBq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6mypAmLBq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6mypAmLBq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6mypAmLBq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6mypAmLBq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6mypAmLBq .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-u6mypAmLBq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6mypAmLBq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6mypAmLBq .dropdown-item.active,
.cid-u6mypAmLBq .dropdown-item:active {
  background-color: transparent;
}
.cid-u6mypAmLBq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6mypAmLBq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6mypAmLBq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6mypAmLBq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6mypAmLBq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6mypAmLBq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6mypAmLBq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6mypAmLBq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6mypAmLBq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6mypAmLBq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6mypAmLBq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6mypAmLBq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6mypAmLBq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6mypAmLBq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6mypAmLBq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6mypAmLBq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6mypAmLBq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6mypAmLBq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6mypAmLBq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6mypAmLBq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6mypAmLBq .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-u6mypAmLBq .navbar {
    height: 70px;
  }
  .cid-u6mypAmLBq .navbar.opened {
    height: auto;
  }
  .cid-u6mypAmLBq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6mypASfAj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u6mypASfAj .carousel {
  height: 800px;
}
.cid-u6mypASfAj .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6mypASfAj .carousel-item,
.cid-u6mypASfAj .carousel-inner {
  height: 100%;
}
.cid-u6mypASfAj .carousel-caption {
  bottom: 40px;
}
.cid-u6mypASfAj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u6mypASfAj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u6mypASfAj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u6mypASfAj .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u6mypASfAj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u6mypASfAj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u6mypASfAj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u6mypASfAj .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-u6mypASfAj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6mypASfAj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6mypASfAj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6mypASfAj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u6mypASfAj .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-u6mypASfAj .carousel-indicators li.active,
.cid-u6mypASfAj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6mypASfAj .carousel-indicators li::after,
.cid-u6mypASfAj .carousel-indicators li::before {
  content: none;
}
.cid-u6mypASfAj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6mypASfAj .carousel-indicators {
    display: none !important;
  }
}
.cid-u6mypASfAj P {
  text-align: left;
}
.cid-u6mypASfAj H5 {
  text-align: left;
}
.cid-u6mypBr54o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6mypBYhlo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/portugues-cacambas-galeria-1.webp");
}
.cid-u6mypBYhlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mypBYhlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mypBYhlo .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u6mypBYhlo .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u6mypBYhlo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6mypBYhlo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6mypBYhlo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6mypBYhlo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u6mypBYhlo .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6mypBYhlo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6mypBYhlo .card-title {
  color: #00318c;
}
.cid-u6mypCe26K {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6mypCe26K img,
.cid-u6mypCe26K .item-img {
  width: 100%;
}
.cid-u6mypCe26K .item:focus,
.cid-u6mypCe26K span:focus {
  outline: none;
}
.cid-u6mypCe26K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6mypCe26K .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6mypCe26K .item {
  padding: 0;
  margin: 0;
}
.cid-u6mypCe26K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00318c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6mypCe26K .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6mypCe26K .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6mypCe26K .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6mypCe26K .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6mypCe26K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6mypCe26K .mbr-section-title {
  color: #232323;
}
.cid-u6mypCe26K .mbr-text,
.cid-u6mypCe26K .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6mypCe26K .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6mypCe26K .item-subtitle {
  text-align: center;
}
.cid-u6mypCC0fX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6mypCC0fX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mypCC0fX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mypCC0fX .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u6mypCC0fX .bg-instagram:hover {
  background: #bd005c;
}
.cid-u6mypCC0fX .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u6mypCC0fX [class^="socicon-"]:before,
.cid-u6mypCC0fX [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u6mypD1pRL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00318c;
}
.cid-u6mypD1pRL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6mypD1pRL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u6mypD1pRL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u6mypD1pRL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u6mypD1pRL .mbr-section-title {
  color: #ffffff;
}
.cid-u6mypD1pRL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6mypDjBWd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u6mypDjBWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mypDjBWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mypDjBWd .google-map {
  height: 30rem;
  position: relative;
}
.cid-u6mypDjBWd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u6mypDjBWd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u6mypDjBWd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u6mypDjBWd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u6mypDBahK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6mypDBahK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mypDBahK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mypDBahK .mbr-section-title {
  color: #bbbbbb;
}
.cid-u6mypDBahK .mbr-section-subtitle {
  color: #232323;
}
.cid-u6mypDQCtd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6mypDQCtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mypDQCtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mypDQCtd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6mypDQCtd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u6mypDQCtd .row {
    text-align: center;
  }
  .cid-u6mypDQCtd .row > div {
    margin: auto;
  }
  .cid-u6mypDQCtd .social-row {
    justify-content: center;
  }
}
.cid-u6mypDQCtd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6mypDQCtd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6mypDQCtd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6mypDQCtd .list {
    margin-bottom: 0rem;
  }
}
.cid-u6mypDQCtd .mbr-text {
  color: #bbbbbb;
}
.cid-u6mypDQCtd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6mypDQCtd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6mypDQCtd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6myDSb05v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6myDSb05v nav.navbar {
  position: fixed;
}
.cid-u6myDSb05v .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-u6myDSb05v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6myDSb05v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6myDSb05v .dropdown-item:hover,
.cid-u6myDSb05v .dropdown-item:focus {
  background: #00318c !important;
  color: white !important;
}
.cid-u6myDSb05v .dropdown-item:hover span {
  color: white;
}
.cid-u6myDSb05v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6myDSb05v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6myDSb05v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6myDSb05v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6myDSb05v .nav-link {
  position: relative;
}
.cid-u6myDSb05v .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6myDSb05v .container {
    flex-wrap: wrap;
  }
}
.cid-u6myDSb05v .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6myDSb05v .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6myDSb05v .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6myDSb05v .dropdown-menu,
.cid-u6myDSb05v .navbar.opened {
  background: #ffffff !important;
}
.cid-u6myDSb05v .nav-item:focus,
.cid-u6myDSb05v .nav-link:focus {
  outline: none;
}
.cid-u6myDSb05v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6myDSb05v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6myDSb05v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6myDSb05v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6myDSb05v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6myDSb05v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6myDSb05v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6myDSb05v .navbar.opened {
  transition: all 0.3s;
}
.cid-u6myDSb05v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6myDSb05v .navbar .navbar-logo img {
  width: auto;
}
.cid-u6myDSb05v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6myDSb05v .navbar.collapsed {
  justify-content: center;
}
.cid-u6myDSb05v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6myDSb05v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6myDSb05v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u6myDSb05v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6myDSb05v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6myDSb05v .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-u6myDSb05v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6myDSb05v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6myDSb05v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6myDSb05v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6myDSb05v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6myDSb05v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6myDSb05v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6myDSb05v .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-u6myDSb05v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6myDSb05v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6myDSb05v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6myDSb05v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6myDSb05v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6myDSb05v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6myDSb05v .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6myDSb05v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6myDSb05v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6myDSb05v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6myDSb05v .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-u6myDSb05v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6myDSb05v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6myDSb05v .dropdown-item.active,
.cid-u6myDSb05v .dropdown-item:active {
  background-color: transparent;
}
.cid-u6myDSb05v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6myDSb05v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6myDSb05v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6myDSb05v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6myDSb05v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6myDSb05v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6myDSb05v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6myDSb05v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6myDSb05v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6myDSb05v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6myDSb05v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6myDSb05v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6myDSb05v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6myDSb05v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6myDSb05v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6myDSb05v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6myDSb05v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6myDSb05v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6myDSb05v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6myDSb05v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6myDSb05v .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-u6myDSb05v .navbar {
    height: 70px;
  }
  .cid-u6myDSb05v .navbar.opened {
    height: auto;
  }
  .cid-u6myDSb05v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6myDSvtx7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u6myDSvtx7 .carousel {
  height: 800px;
}
.cid-u6myDSvtx7 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6myDSvtx7 .carousel-item,
.cid-u6myDSvtx7 .carousel-inner {
  height: 100%;
}
.cid-u6myDSvtx7 .carousel-caption {
  bottom: 40px;
}
.cid-u6myDSvtx7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u6myDSvtx7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u6myDSvtx7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u6myDSvtx7 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u6myDSvtx7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u6myDSvtx7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u6myDSvtx7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u6myDSvtx7 .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-u6myDSvtx7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6myDSvtx7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6myDSvtx7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6myDSvtx7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u6myDSvtx7 .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-u6myDSvtx7 .carousel-indicators li.active,
.cid-u6myDSvtx7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6myDSvtx7 .carousel-indicators li::after,
.cid-u6myDSvtx7 .carousel-indicators li::before {
  content: none;
}
.cid-u6myDSvtx7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6myDSvtx7 .carousel-indicators {
    display: none !important;
  }
}
.cid-u6myDSvtx7 P {
  text-align: left;
}
.cid-u6myDSvtx7 H5 {
  text-align: left;
}
.cid-u6myDSUrjs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6myDT2ekW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/portugues-cacambas-galeria-1.webp");
}
.cid-u6myDT2ekW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myDT2ekW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myDT2ekW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u6myDT2ekW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u6myDT2ekW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6myDT2ekW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6myDT2ekW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6myDT2ekW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u6myDT2ekW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6myDT2ekW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6myDT2ekW .card-title {
  color: #00318c;
}
.cid-u6myDTjaXh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6myDTjaXh img,
.cid-u6myDTjaXh .item-img {
  width: 100%;
}
.cid-u6myDTjaXh .item:focus,
.cid-u6myDTjaXh span:focus {
  outline: none;
}
.cid-u6myDTjaXh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6myDTjaXh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6myDTjaXh .item {
  padding: 0;
  margin: 0;
}
.cid-u6myDTjaXh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00318c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6myDTjaXh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6myDTjaXh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6myDTjaXh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6myDTjaXh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6myDTjaXh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6myDTjaXh .mbr-section-title {
  color: #232323;
}
.cid-u6myDTjaXh .mbr-text,
.cid-u6myDTjaXh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6myDTjaXh .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6myDTjaXh .item-subtitle {
  text-align: center;
}
.cid-u6myDTDYIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6myDTDYIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myDTDYIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myDTDYIp .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u6myDTDYIp .bg-instagram:hover {
  background: #bd005c;
}
.cid-u6myDTDYIp .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u6myDTDYIp [class^="socicon-"]:before,
.cid-u6myDTDYIp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u6myDU4Iiy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00318c;
}
.cid-u6myDU4Iiy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6myDU4Iiy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u6myDU4Iiy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u6myDU4Iiy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u6myDU4Iiy .mbr-section-title {
  color: #ffffff;
}
.cid-u6myDU4Iiy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6myDUj3jK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u6myDUj3jK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myDUj3jK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myDUj3jK .google-map {
  height: 30rem;
  position: relative;
}
.cid-u6myDUj3jK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u6myDUj3jK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u6myDUj3jK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u6myDUj3jK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u6myDUB3jQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6myDUB3jQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myDUB3jQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myDUB3jQ .mbr-section-title {
  color: #bbbbbb;
}
.cid-u6myDUB3jQ .mbr-section-subtitle {
  color: #232323;
}
.cid-u6myDUQtwF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6myDUQtwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myDUQtwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myDUQtwF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6myDUQtwF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u6myDUQtwF .row {
    text-align: center;
  }
  .cid-u6myDUQtwF .row > div {
    margin: auto;
  }
  .cid-u6myDUQtwF .social-row {
    justify-content: center;
  }
}
.cid-u6myDUQtwF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6myDUQtwF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6myDUQtwF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6myDUQtwF .list {
    margin-bottom: 0rem;
  }
}
.cid-u6myDUQtwF .mbr-text {
  color: #bbbbbb;
}
.cid-u6myDUQtwF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6myDUQtwF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6myDUQtwF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6myS9wz72 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6myS9wz72 nav.navbar {
  position: fixed;
}
.cid-u6myS9wz72 .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-u6myS9wz72 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6myS9wz72 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6myS9wz72 .dropdown-item:hover,
.cid-u6myS9wz72 .dropdown-item:focus {
  background: #00318c !important;
  color: white !important;
}
.cid-u6myS9wz72 .dropdown-item:hover span {
  color: white;
}
.cid-u6myS9wz72 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6myS9wz72 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6myS9wz72 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6myS9wz72 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6myS9wz72 .nav-link {
  position: relative;
}
.cid-u6myS9wz72 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6myS9wz72 .container {
    flex-wrap: wrap;
  }
}
.cid-u6myS9wz72 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6myS9wz72 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6myS9wz72 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6myS9wz72 .dropdown-menu,
.cid-u6myS9wz72 .navbar.opened {
  background: #ffffff !important;
}
.cid-u6myS9wz72 .nav-item:focus,
.cid-u6myS9wz72 .nav-link:focus {
  outline: none;
}
.cid-u6myS9wz72 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6myS9wz72 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6myS9wz72 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6myS9wz72 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6myS9wz72 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6myS9wz72 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6myS9wz72 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6myS9wz72 .navbar.opened {
  transition: all 0.3s;
}
.cid-u6myS9wz72 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6myS9wz72 .navbar .navbar-logo img {
  width: auto;
}
.cid-u6myS9wz72 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6myS9wz72 .navbar.collapsed {
  justify-content: center;
}
.cid-u6myS9wz72 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6myS9wz72 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6myS9wz72 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u6myS9wz72 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6myS9wz72 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6myS9wz72 .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-u6myS9wz72 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6myS9wz72 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6myS9wz72 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6myS9wz72 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6myS9wz72 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6myS9wz72 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6myS9wz72 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6myS9wz72 .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-u6myS9wz72 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6myS9wz72 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6myS9wz72 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6myS9wz72 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6myS9wz72 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6myS9wz72 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6myS9wz72 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6myS9wz72 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6myS9wz72 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6myS9wz72 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6myS9wz72 .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-u6myS9wz72 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6myS9wz72 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6myS9wz72 .dropdown-item.active,
.cid-u6myS9wz72 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6myS9wz72 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6myS9wz72 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6myS9wz72 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6myS9wz72 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6myS9wz72 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6myS9wz72 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6myS9wz72 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6myS9wz72 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6myS9wz72 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6myS9wz72 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6myS9wz72 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6myS9wz72 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6myS9wz72 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6myS9wz72 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6myS9wz72 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6myS9wz72 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6myS9wz72 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6myS9wz72 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6myS9wz72 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6myS9wz72 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6myS9wz72 .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-u6myS9wz72 .navbar {
    height: 70px;
  }
  .cid-u6myS9wz72 .navbar.opened {
    height: auto;
  }
  .cid-u6myS9wz72 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6myS9Xc5G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u6myS9Xc5G .carousel {
  height: 800px;
}
.cid-u6myS9Xc5G .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6myS9Xc5G .carousel-item,
.cid-u6myS9Xc5G .carousel-inner {
  height: 100%;
}
.cid-u6myS9Xc5G .carousel-caption {
  bottom: 40px;
}
.cid-u6myS9Xc5G .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u6myS9Xc5G .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u6myS9Xc5G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u6myS9Xc5G .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u6myS9Xc5G .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u6myS9Xc5G .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u6myS9Xc5G .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u6myS9Xc5G .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-u6myS9Xc5G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6myS9Xc5G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6myS9Xc5G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6myS9Xc5G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u6myS9Xc5G .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-u6myS9Xc5G .carousel-indicators li.active,
.cid-u6myS9Xc5G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6myS9Xc5G .carousel-indicators li::after,
.cid-u6myS9Xc5G .carousel-indicators li::before {
  content: none;
}
.cid-u6myS9Xc5G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6myS9Xc5G .carousel-indicators {
    display: none !important;
  }
}
.cid-u6myS9Xc5G P {
  text-align: left;
}
.cid-u6myS9Xc5G H5 {
  text-align: left;
}
.cid-u6mySaItq3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6mySaTGG7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/portugues-cacambas-galeria-1.webp");
}
.cid-u6mySaTGG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mySaTGG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mySaTGG7 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u6mySaTGG7 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u6mySaTGG7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6mySaTGG7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6mySaTGG7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6mySaTGG7 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u6mySaTGG7 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6mySaTGG7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6mySaTGG7 .card-title {
  color: #00318c;
}
.cid-u6mySbajK2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6mySbajK2 img,
.cid-u6mySbajK2 .item-img {
  width: 100%;
}
.cid-u6mySbajK2 .item:focus,
.cid-u6mySbajK2 span:focus {
  outline: none;
}
.cid-u6mySbajK2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6mySbajK2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6mySbajK2 .item {
  padding: 0;
  margin: 0;
}
.cid-u6mySbajK2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00318c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6mySbajK2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6mySbajK2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6mySbajK2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6mySbajK2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6mySbajK2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6mySbajK2 .mbr-section-title {
  color: #232323;
}
.cid-u6mySbajK2 .mbr-text,
.cid-u6mySbajK2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6mySbajK2 .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6mySbajK2 .item-subtitle {
  text-align: center;
}
.cid-u6mySbzomU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6mySbzomU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mySbzomU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mySbzomU .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u6mySbzomU .bg-instagram:hover {
  background: #bd005c;
}
.cid-u6mySbzomU .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u6mySbzomU [class^="socicon-"]:before,
.cid-u6mySbzomU [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u6mySbYJs3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00318c;
}
.cid-u6mySbYJs3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6mySbYJs3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u6mySbYJs3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u6mySbYJs3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u6mySbYJs3 .mbr-section-title {
  color: #ffffff;
}
.cid-u6mySbYJs3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6myScdk6S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u6myScdk6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myScdk6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myScdk6S .google-map {
  height: 30rem;
  position: relative;
}
.cid-u6myScdk6S .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u6myScdk6S .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u6myScdk6S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u6myScdk6S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u6myScvBqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6myScvBqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myScvBqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myScvBqD .mbr-section-title {
  color: #bbbbbb;
}
.cid-u6myScvBqD .mbr-section-subtitle {
  color: #232323;
}
.cid-u6myScQBOs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6myScQBOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6myScQBOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6myScQBOs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6myScQBOs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u6myScQBOs .row {
    text-align: center;
  }
  .cid-u6myScQBOs .row > div {
    margin: auto;
  }
  .cid-u6myScQBOs .social-row {
    justify-content: center;
  }
}
.cid-u6myScQBOs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6myScQBOs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6myScQBOs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6myScQBOs .list {
    margin-bottom: 0rem;
  }
}
.cid-u6myScQBOs .mbr-text {
  color: #bbbbbb;
}
.cid-u6myScQBOs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6myScQBOs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6myScQBOs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6mz7T1up8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6mz7T1up8 nav.navbar {
  position: fixed;
}
.cid-u6mz7T1up8 .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-u6mz7T1up8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6mz7T1up8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6mz7T1up8 .dropdown-item:hover,
.cid-u6mz7T1up8 .dropdown-item:focus {
  background: #00318c !important;
  color: white !important;
}
.cid-u6mz7T1up8 .dropdown-item:hover span {
  color: white;
}
.cid-u6mz7T1up8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6mz7T1up8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6mz7T1up8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6mz7T1up8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6mz7T1up8 .nav-link {
  position: relative;
}
.cid-u6mz7T1up8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6mz7T1up8 .container {
    flex-wrap: wrap;
  }
}
.cid-u6mz7T1up8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6mz7T1up8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6mz7T1up8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6mz7T1up8 .dropdown-menu,
.cid-u6mz7T1up8 .navbar.opened {
  background: #ffffff !important;
}
.cid-u6mz7T1up8 .nav-item:focus,
.cid-u6mz7T1up8 .nav-link:focus {
  outline: none;
}
.cid-u6mz7T1up8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6mz7T1up8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6mz7T1up8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6mz7T1up8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6mz7T1up8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6mz7T1up8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6mz7T1up8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6mz7T1up8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u6mz7T1up8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6mz7T1up8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u6mz7T1up8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6mz7T1up8 .navbar.collapsed {
  justify-content: center;
}
.cid-u6mz7T1up8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6mz7T1up8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6mz7T1up8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u6mz7T1up8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6mz7T1up8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6mz7T1up8 .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-u6mz7T1up8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6mz7T1up8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6mz7T1up8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6mz7T1up8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6mz7T1up8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6mz7T1up8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6mz7T1up8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6mz7T1up8 .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-u6mz7T1up8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6mz7T1up8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6mz7T1up8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6mz7T1up8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6mz7T1up8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6mz7T1up8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6mz7T1up8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6mz7T1up8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6mz7T1up8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6mz7T1up8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6mz7T1up8 .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-u6mz7T1up8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6mz7T1up8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6mz7T1up8 .dropdown-item.active,
.cid-u6mz7T1up8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6mz7T1up8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6mz7T1up8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6mz7T1up8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6mz7T1up8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6mz7T1up8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6mz7T1up8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6mz7T1up8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6mz7T1up8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6mz7T1up8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6mz7T1up8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6mz7T1up8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6mz7T1up8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6mz7T1up8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6mz7T1up8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6mz7T1up8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6mz7T1up8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6mz7T1up8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6mz7T1up8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6mz7T1up8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6mz7T1up8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6mz7T1up8 .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-u6mz7T1up8 .navbar {
    height: 70px;
  }
  .cid-u6mz7T1up8 .navbar.opened {
    height: auto;
  }
  .cid-u6mz7T1up8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6mz7Tn5Qv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u6mz7Tn5Qv .carousel {
  height: 800px;
}
.cid-u6mz7Tn5Qv .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6mz7Tn5Qv .carousel-item,
.cid-u6mz7Tn5Qv .carousel-inner {
  height: 100%;
}
.cid-u6mz7Tn5Qv .carousel-caption {
  bottom: 40px;
}
.cid-u6mz7Tn5Qv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u6mz7Tn5Qv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u6mz7Tn5Qv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u6mz7Tn5Qv .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u6mz7Tn5Qv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u6mz7Tn5Qv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u6mz7Tn5Qv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u6mz7Tn5Qv .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-u6mz7Tn5Qv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6mz7Tn5Qv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6mz7Tn5Qv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6mz7Tn5Qv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u6mz7Tn5Qv .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-u6mz7Tn5Qv .carousel-indicators li.active,
.cid-u6mz7Tn5Qv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6mz7Tn5Qv .carousel-indicators li::after,
.cid-u6mz7Tn5Qv .carousel-indicators li::before {
  content: none;
}
.cid-u6mz7Tn5Qv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6mz7Tn5Qv .carousel-indicators {
    display: none !important;
  }
}
.cid-u6mz7Tn5Qv P {
  text-align: left;
}
.cid-u6mz7Tn5Qv H5 {
  text-align: left;
}
.cid-u6mz7TXXKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6mz7U5xMi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/portugues-cacambas-galeria-1.webp");
}
.cid-u6mz7U5xMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mz7U5xMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mz7U5xMi .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u6mz7U5xMi .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u6mz7U5xMi .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6mz7U5xMi .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6mz7U5xMi .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6mz7U5xMi .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u6mz7U5xMi .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6mz7U5xMi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6mz7U5xMi .card-title {
  color: #00318c;
}
.cid-u6mz7UnqKO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6mz7UnqKO img,
.cid-u6mz7UnqKO .item-img {
  width: 100%;
}
.cid-u6mz7UnqKO .item:focus,
.cid-u6mz7UnqKO span:focus {
  outline: none;
}
.cid-u6mz7UnqKO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6mz7UnqKO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6mz7UnqKO .item {
  padding: 0;
  margin: 0;
}
.cid-u6mz7UnqKO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00318c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6mz7UnqKO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6mz7UnqKO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6mz7UnqKO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6mz7UnqKO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6mz7UnqKO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6mz7UnqKO .mbr-section-title {
  color: #232323;
}
.cid-u6mz7UnqKO .mbr-text,
.cid-u6mz7UnqKO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6mz7UnqKO .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6mz7UnqKO .item-subtitle {
  text-align: center;
}
.cid-u6mz7UKfFB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6mz7UKfFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mz7UKfFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mz7UKfFB .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u6mz7UKfFB .bg-instagram:hover {
  background: #bd005c;
}
.cid-u6mz7UKfFB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u6mz7UKfFB [class^="socicon-"]:before,
.cid-u6mz7UKfFB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u6mz7Vahdf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00318c;
}
.cid-u6mz7Vahdf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6mz7Vahdf form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u6mz7Vahdf form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u6mz7Vahdf form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u6mz7Vahdf .mbr-section-title {
  color: #ffffff;
}
.cid-u6mz7Vahdf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6mz7VqnkR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u6mz7VqnkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mz7VqnkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mz7VqnkR .google-map {
  height: 30rem;
  position: relative;
}
.cid-u6mz7VqnkR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u6mz7VqnkR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u6mz7VqnkR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u6mz7VqnkR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u6mz7VJmsf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6mz7VJmsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mz7VJmsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mz7VJmsf .mbr-section-title {
  color: #bbbbbb;
}
.cid-u6mz7VJmsf .mbr-section-subtitle {
  color: #232323;
}
.cid-u6mz7W2DLQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6mz7W2DLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mz7W2DLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mz7W2DLQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6mz7W2DLQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u6mz7W2DLQ .row {
    text-align: center;
  }
  .cid-u6mz7W2DLQ .row > div {
    margin: auto;
  }
  .cid-u6mz7W2DLQ .social-row {
    justify-content: center;
  }
}
.cid-u6mz7W2DLQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6mz7W2DLQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6mz7W2DLQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6mz7W2DLQ .list {
    margin-bottom: 0rem;
  }
}
.cid-u6mz7W2DLQ .mbr-text {
  color: #bbbbbb;
}
.cid-u6mz7W2DLQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6mz7W2DLQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6mz7W2DLQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6mzkAAMU1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6mzkAAMU1 nav.navbar {
  position: fixed;
}
.cid-u6mzkAAMU1 .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-u6mzkAAMU1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6mzkAAMU1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6mzkAAMU1 .dropdown-item:hover,
.cid-u6mzkAAMU1 .dropdown-item:focus {
  background: #00318c !important;
  color: white !important;
}
.cid-u6mzkAAMU1 .dropdown-item:hover span {
  color: white;
}
.cid-u6mzkAAMU1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6mzkAAMU1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6mzkAAMU1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6mzkAAMU1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6mzkAAMU1 .nav-link {
  position: relative;
}
.cid-u6mzkAAMU1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6mzkAAMU1 .container {
    flex-wrap: wrap;
  }
}
.cid-u6mzkAAMU1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6mzkAAMU1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6mzkAAMU1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6mzkAAMU1 .dropdown-menu,
.cid-u6mzkAAMU1 .navbar.opened {
  background: #ffffff !important;
}
.cid-u6mzkAAMU1 .nav-item:focus,
.cid-u6mzkAAMU1 .nav-link:focus {
  outline: none;
}
.cid-u6mzkAAMU1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6mzkAAMU1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6mzkAAMU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6mzkAAMU1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6mzkAAMU1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6mzkAAMU1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6mzkAAMU1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6mzkAAMU1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u6mzkAAMU1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6mzkAAMU1 .navbar .navbar-logo img {
  width: auto;
}
.cid-u6mzkAAMU1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6mzkAAMU1 .navbar.collapsed {
  justify-content: center;
}
.cid-u6mzkAAMU1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6mzkAAMU1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6mzkAAMU1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u6mzkAAMU1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6mzkAAMU1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6mzkAAMU1 .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-u6mzkAAMU1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6mzkAAMU1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6mzkAAMU1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6mzkAAMU1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6mzkAAMU1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6mzkAAMU1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6mzkAAMU1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6mzkAAMU1 .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-u6mzkAAMU1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6mzkAAMU1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6mzkAAMU1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6mzkAAMU1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6mzkAAMU1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6mzkAAMU1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6mzkAAMU1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6mzkAAMU1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6mzkAAMU1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6mzkAAMU1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6mzkAAMU1 .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-u6mzkAAMU1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6mzkAAMU1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6mzkAAMU1 .dropdown-item.active,
.cid-u6mzkAAMU1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6mzkAAMU1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6mzkAAMU1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6mzkAAMU1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6mzkAAMU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6mzkAAMU1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6mzkAAMU1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6mzkAAMU1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6mzkAAMU1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6mzkAAMU1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6mzkAAMU1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6mzkAAMU1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6mzkAAMU1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6mzkAAMU1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6mzkAAMU1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6mzkAAMU1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6mzkAAMU1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6mzkAAMU1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6mzkAAMU1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6mzkAAMU1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6mzkAAMU1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6mzkAAMU1 .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-u6mzkAAMU1 .navbar {
    height: 70px;
  }
  .cid-u6mzkAAMU1 .navbar.opened {
    height: auto;
  }
  .cid-u6mzkAAMU1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6mzkB1wTF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u6mzkB1wTF .carousel {
  height: 800px;
}
.cid-u6mzkB1wTF .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6mzkB1wTF .carousel-item,
.cid-u6mzkB1wTF .carousel-inner {
  height: 100%;
}
.cid-u6mzkB1wTF .carousel-caption {
  bottom: 40px;
}
.cid-u6mzkB1wTF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u6mzkB1wTF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u6mzkB1wTF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u6mzkB1wTF .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u6mzkB1wTF .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u6mzkB1wTF .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u6mzkB1wTF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u6mzkB1wTF .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-u6mzkB1wTF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6mzkB1wTF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6mzkB1wTF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6mzkB1wTF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u6mzkB1wTF .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-u6mzkB1wTF .carousel-indicators li.active,
.cid-u6mzkB1wTF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6mzkB1wTF .carousel-indicators li::after,
.cid-u6mzkB1wTF .carousel-indicators li::before {
  content: none;
}
.cid-u6mzkB1wTF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6mzkB1wTF .carousel-indicators {
    display: none !important;
  }
}
.cid-u6mzkB1wTF P {
  text-align: left;
}
.cid-u6mzkB1wTF H5 {
  text-align: left;
}
.cid-u6mzkBuTuP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6mzkBF2Sf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/portugues-cacambas-galeria-1.webp");
}
.cid-u6mzkBF2Sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mzkBF2Sf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mzkBF2Sf .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u6mzkBF2Sf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u6mzkBF2Sf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6mzkBF2Sf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6mzkBF2Sf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6mzkBF2Sf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u6mzkBF2Sf .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6mzkBF2Sf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6mzkBF2Sf .card-title {
  color: #00318c;
}
.cid-u6mzkBVpuR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6mzkBVpuR img,
.cid-u6mzkBVpuR .item-img {
  width: 100%;
}
.cid-u6mzkBVpuR .item:focus,
.cid-u6mzkBVpuR span:focus {
  outline: none;
}
.cid-u6mzkBVpuR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6mzkBVpuR .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6mzkBVpuR .item {
  padding: 0;
  margin: 0;
}
.cid-u6mzkBVpuR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #00318c;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6mzkBVpuR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6mzkBVpuR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6mzkBVpuR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6mzkBVpuR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6mzkBVpuR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6mzkBVpuR .mbr-section-title {
  color: #232323;
}
.cid-u6mzkBVpuR .mbr-text,
.cid-u6mzkBVpuR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6mzkBVpuR .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6mzkBVpuR .item-subtitle {
  text-align: center;
}
.cid-u6mzkCkJb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6mzkCkJb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mzkCkJb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mzkCkJb8 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-u6mzkCkJb8 .bg-instagram:hover {
  background: #bd005c;
}
.cid-u6mzkCkJb8 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-u6mzkCkJb8 [class^="socicon-"]:before,
.cid-u6mzkCkJb8 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-u6mzkCGq43 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00318c;
}
.cid-u6mzkCGq43 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6mzkCGq43 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u6mzkCGq43 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u6mzkCGq43 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u6mzkCGq43 .mbr-section-title {
  color: #ffffff;
}
.cid-u6mzkCGq43 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6mzkCZvDB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u6mzkCZvDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mzkCZvDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mzkCZvDB .google-map {
  height: 30rem;
  position: relative;
}
.cid-u6mzkCZvDB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u6mzkCZvDB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u6mzkCZvDB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u6mzkCZvDB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u6mzkDgLNZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u6mzkDgLNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mzkDgLNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mzkDgLNZ .mbr-section-title {
  color: #bbbbbb;
}
.cid-u6mzkDgLNZ .mbr-section-subtitle {
  color: #232323;
}
.cid-u6mzkDxkRW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6mzkDxkRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6mzkDxkRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6mzkDxkRW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u6mzkDxkRW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u6mzkDxkRW .row {
    text-align: center;
  }
  .cid-u6mzkDxkRW .row > div {
    margin: auto;
  }
  .cid-u6mzkDxkRW .social-row {
    justify-content: center;
  }
}
.cid-u6mzkDxkRW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6mzkDxkRW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6mzkDxkRW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6mzkDxkRW .list {
    margin-bottom: 0rem;
  }
}
.cid-u6mzkDxkRW .mbr-text {
  color: #bbbbbb;
}
.cid-u6mzkDxkRW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u6mzkDxkRW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u6mzkDxkRW div > *:last-child {
    margin-top: 0 !important;
  }
}
