.miminhos {
  font-family: 'Rochester', serif;
  font-size: 22px;
 /* text-shadow: 4px 4px 4px #000;	*/
}


.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #6ab353 !important;
}
.bg-success {
  background-color: #ffb5b5 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #377424 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6ab353 !important;
  border-color: #6ab353 !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: #467a36 !important;
  border-color: #467a36 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #467a36 !important;
  border-color: #467a36 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #ffb5b5 !important;
  border-color: #ffb5b5 !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: #ff5e5e !important;
  border-color: #ff5e5e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff5e5e !important;
  border-color: #ff5e5e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #377424 !important;
  border-color: #377424 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #18320f !important;
  border-color: #18320f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #18320f !important;
  border-color: #18320f !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: #6ab353;
  color: #6ab353;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #467a36 !important;
  background-color: transparent!important;
  border-color: #467a36 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6ab353 !important;
  border-color: #6ab353 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #ffb5b5;
  color: #ffb5b5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff5e5e !important;
  background-color: transparent!important;
  border-color: #ff5e5e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb5b5 !important;
  border-color: #ffb5b5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #377424;
  color: #377424;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #18320f !important;
  background-color: transparent!important;
  border-color: #18320f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #377424 !important;
  border-color: #377424 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6ab353 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #ffb5b5 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #377424 !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: #406f31 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff4f4f !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: #12260c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6ab353;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #377424;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6ab353;
  border-color: #6ab353;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6ab353;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7daab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #6cc84f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #6ab353 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6ab353;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6ab353;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6ab353;
}
.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: #6ab353;
  border-bottom-color: #6ab353;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #6ab353 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236ab353' %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-sdCckN2hN5 {
  z-index: 1000;
  width: 100%;
}
.cid-sdCckN2hN5 nav.navbar {
  position: fixed;
}
.cid-sdCckN2hN5 .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-sdCckN2hN5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdCckN2hN5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdCckN2hN5 .dropdown-item:hover,
.cid-sdCckN2hN5 .dropdown-item:focus {
  background: #6ab353 !important;
  color: white !important;
}
.cid-sdCckN2hN5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdCckN2hN5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdCckN2hN5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sdCckN2hN5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdCckN2hN5 .nav-link {
  position: relative;
}
.cid-sdCckN2hN5 .container {
  display: flex;
  margin: auto;
}
.cid-sdCckN2hN5 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sdCckN2hN5 .dropdown-menu,
.cid-sdCckN2hN5 .navbar.opened {
  background: #b69056 !important;
}
.cid-sdCckN2hN5 .nav-item:focus,
.cid-sdCckN2hN5 .nav-link:focus {
  outline: none;
}
.cid-sdCckN2hN5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdCckN2hN5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdCckN2hN5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sdCckN2hN5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdCckN2hN5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdCckN2hN5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdCckN2hN5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(182, 144, 86, 0.4);
}
.cid-sdCckN2hN5 .navbar.opened {
  transition: all 0.3s;
}
.cid-sdCckN2hN5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sdCckN2hN5 .navbar .navbar-logo img {
  width: auto;
}
.cid-sdCckN2hN5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdCckN2hN5 .navbar.collapsed {
  justify-content: center;
}
.cid-sdCckN2hN5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdCckN2hN5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdCckN2hN5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sdCckN2hN5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdCckN2hN5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdCckN2hN5 .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-sdCckN2hN5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdCckN2hN5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sdCckN2hN5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sdCckN2hN5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdCckN2hN5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdCckN2hN5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdCckN2hN5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdCckN2hN5 .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-sdCckN2hN5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdCckN2hN5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdCckN2hN5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdCckN2hN5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdCckN2hN5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdCckN2hN5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sdCckN2hN5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdCckN2hN5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdCckN2hN5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sdCckN2hN5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdCckN2hN5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdCckN2hN5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdCckN2hN5 .dropdown-item.active,
.cid-sdCckN2hN5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdCckN2hN5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdCckN2hN5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdCckN2hN5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdCckN2hN5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b69056;
}
.cid-sdCckN2hN5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdCckN2hN5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdCckN2hN5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdCckN2hN5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdCckN2hN5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sdCckN2hN5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sdCckN2hN5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdCckN2hN5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdCckN2hN5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdCckN2hN5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdCckN2hN5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdCckN2hN5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdCckN2hN5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdCckN2hN5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdCckN2hN5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdCckN2hN5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdCckN2hN5 .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-sdCckN2hN5 .navbar {
    height: 70px;
  }
  .cid-sdCckN2hN5 .navbar.opened {
    height: auto;
  }
  .cid-sdCckN2hN5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spMafOZ4zy {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-spMafOZ4zy .carousel {
  width: 100%;
}
.cid-spMafOZ4zy .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-spMafOZ4zy .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-spMafOZ4zy .mbr-overlay {
  z-index: 1;
}
.cid-spMafOZ4zy .carousel-caption {
  bottom: 40px;
}
.cid-spMafOZ4zy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-spMafOZ4zy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-spMafOZ4zy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-spMafOZ4zy .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-spMafOZ4zy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-spMafOZ4zy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-spMafOZ4zy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spMafOZ4zy .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-spMafOZ4zy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spMafOZ4zy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-spMafOZ4zy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spMafOZ4zy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spMafOZ4zy .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-spMafOZ4zy .carousel-indicators li.active,
.cid-spMafOZ4zy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spMafOZ4zy .carousel-indicators li::after,
.cid-spMafOZ4zy .carousel-indicators li::before {
  content: none;
}
.cid-spMafOZ4zy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-spMafOZ4zy .carousel-indicators {
    display: none !important;
  }
}
.cid-spMafOZ4zy H5 {
  color: #ffffff;
  text-align: left;
}
.cid-spMafOZ4zy P {
  text-align: left;
}
.cid-st5ITtlZxg {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f5f1f1;
}
.cid-st5ITtlZxg img,
.cid-st5ITtlZxg .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-st5ITtlZxg .item:focus,
.cid-st5ITtlZxg span:focus {
  outline: none;
}
.cid-st5ITtlZxg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-st5ITtlZxg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-st5ITtlZxg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-st5ITtlZxg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-st5ITtlZxg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-st5ITtlZxg .mbr-section-title {
  color: #232323;
}
.cid-st5ITtlZxg .mbr-text,
.cid-st5ITtlZxg .mbr-section-btn {
  text-align: left;
}
.cid-st5ITtlZxg .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-st5ITtlZxg .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-st5ITtlZxg .mbr-section-subtitle {
  color: #888888;
}
.cid-swclNrmzpN {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/03-casa-opt-960x640.jpg");
}
.cid-swclNrmzpN .icon-wrapper {
  margin: auto;
  background-color: #b69056;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-swclNrmzpN .icon-wrapper span {
  margin-left: 10px;
}
.cid-swclNrmzpN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-swclNrmzpN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-swclNrmzpN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-swclNrmzpN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swclNrmzpN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swclNrmzpN H1 {
  color: #ffffff;
}
.cid-swclNrmzpN .mbr-text,
.cid-swclNrmzpN .mbr-media {
  color: #fafafa;
}
.cid-swFtbV2TNz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-swFtbV2TNz .container {
    max-width: 1400px;
  }
}
.cid-swFtbV2TNz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-swFtbV2TNz .card-wrapper {
  margin-top: 3rem;
}
.cid-swFtbV2TNz .row {
  justify-content: center;
}
.cid-swFtbV2TNz .card-text {
  color: #6e6e6e;
}
.cid-st5xZLlkDS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-st5xZLlkDS img,
.cid-st5xZLlkDS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-st5xZLlkDS .item:focus,
.cid-st5xZLlkDS span:focus {
  outline: none;
}
.cid-st5xZLlkDS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-st5xZLlkDS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-st5xZLlkDS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-st5xZLlkDS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-st5xZLlkDS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-st5xZLlkDS .mbr-section-title {
  color: #232323;
}
.cid-st5xZLlkDS .mbr-text,
.cid-st5xZLlkDS .mbr-section-btn {
  text-align: left;
  color: #888888;
}
.cid-st5xZLlkDS .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-st5xZLlkDS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-st5xZLlkDS .mbr-section-subtitle {
  color: #888888;
}
.cid-st5jzWqDd6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f1f1;
}
.cid-st5jzWqDd6 img,
.cid-st5jzWqDd6 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-st5jzWqDd6 .item:focus,
.cid-st5jzWqDd6 span:focus {
  outline: none;
}
.cid-st5jzWqDd6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-st5jzWqDd6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-st5jzWqDd6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-st5jzWqDd6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-st5jzWqDd6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-st5jzWqDd6 .mbr-section-title {
  color: #232323;
}
.cid-st5jzWqDd6 .mbr-text,
.cid-st5jzWqDd6 .mbr-section-btn {
  text-align: left;
}
.cid-st5jzWqDd6 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-st5jzWqDd6 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-st5jzWqDd6 .mbr-section-subtitle {
  color: #888888;
}
.cid-soVvSFe255 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-soVvSFe255 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-soVvSFe255 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-soVvSFe255 .text-wrapper {
    padding: 2rem;
  }
}
.cid-soVvSFe255 .mbr-section-title {
  text-align: left;
}
.cid-soVvSFe255 .mbr-text {
  text-align: left;
  color: #888888;
}
.cid-st5u2el0w1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-st5u2el0w1 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-st5u2el0w1 .card {
    margin-bottom: 2rem!important;
  }
  .cid-st5u2el0w1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-st5u2el0w1 .link-wrap {
    align-items: center;
  }
}
.cid-st5u2el0w1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-st5u2el0w1 .mbr-text,
.cid-st5u2el0w1 .link-wrap,
.cid-st5u2el0w1 .mbr-section-btn {
  color: #888888;
}
.cid-stl92LYs7B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/02-local-2000x1251.jpg");
}
.cid-stl92LYs7B .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-stl92LYs7B .icon-box {
  background: #f5f1f1;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-stl92LYs7B .mbr-iconfont {
  font-size: 2rem;
  color: #876060;
}
@media (max-width: 991px) {
  .cid-stl92LYs7B .card {
    margin-bottom: 2rem;
  }
  .cid-stl92LYs7B .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-stl92LYs7B .icon-text {
  color: #ffffff;
}
.cid-stl92LYs7B .card-title,
.cid-stl92LYs7B .card-box {
  color: #ffffff;
}
.cid-stl92LYs7B .icon-title {
  color: #ffffff;
}
.cid-svfO3qfzDA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-svfO3qfzDA .item {
  padding-bottom: 2rem;
}
.cid-svfO3qfzDA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-svfO3qfzDA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-svfO3qfzDA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-svfO3qfzDA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-svfO3qfzDA .carousel-control,
.cid-svfO3qfzDA .close {
  background: #1b1b1b;
}
.cid-svfO3qfzDA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-svfO3qfzDA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-svfO3qfzDA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-svfO3qfzDA .carousel-control-next span {
  margin-left: 5px;
}
.cid-svfO3qfzDA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-svfO3qfzDA .close::before {
  content: '\e91a';
}
.cid-svfO3qfzDA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-svfO3qfzDA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svfO3qfzDA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svfO3qfzDA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-svfO3qfzDA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-svfO3qfzDA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-svfO3qfzDA .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-svfO3qfzDA .carousel-indicators li.active,
.cid-svfO3qfzDA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-svfO3qfzDA .carousel-indicators li::after,
.cid-svfO3qfzDA .carousel-indicators li::before {
  content: none;
}
.cid-svfO3qfzDA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-svfO3qfzDA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-svfO3qfzDA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-svfO3qfzDA .carousel-indicators {
    display: none;
  }
}
.cid-svfO3qfzDA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-svfO3qfzDA .carousel-inner > .active {
  display: block;
}
.cid-svfO3qfzDA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svfO3qfzDA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svfO3qfzDA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-svfO3qfzDA .carousel-control,
  .cid-svfO3qfzDA .carousel-indicators,
  .cid-svfO3qfzDA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-svfO3qfzDA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-svfO3qfzDA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svfO3qfzDA .carousel-indicators .active,
.cid-svfO3qfzDA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-svfO3qfzDA .carousel-indicators .active {
  background: #fff;
}
.cid-svfO3qfzDA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-svfO3qfzDA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-svfO3qfzDA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-svfO3qfzDA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-svfO3qfzDA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-svfO3qfzDA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-svfO3qfzDA .carousel {
  width: 100%;
}
.cid-svfO3qfzDA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-svfO3qfzDA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-svfO3qfzDA .modal.fade .modal-dialog,
.cid-svfO3qfzDA .modal.in .modal-dialog {
  transform: none;
}
.cid-svfO3qfzDA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-svfO3qfzDA H6 {
  text-align: center;
}
.cid-swhBcZHEfd {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #dfd8ce;
}
.cid-swhBcZHEfd img,
.cid-swhBcZHEfd .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-swhBcZHEfd .item:focus,
.cid-swhBcZHEfd span:focus {
  outline: none;
}
.cid-swhBcZHEfd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-swhBcZHEfd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-swhBcZHEfd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-swhBcZHEfd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-swhBcZHEfd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-swhBcZHEfd .mbr-section-title {
  color: #232323;
}
.cid-swhBcZHEfd .mbr-text,
.cid-swhBcZHEfd .mbr-section-btn {
  text-align: left;
}
.cid-swhBcZHEfd .item-title {
  text-align: left;
}
.cid-swhBcZHEfd .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sdCrVnogy8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sdCrVnogy8 .content {
    text-align: center;
  }
  .cid-sdCrVnogy8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdCrVnogy8 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sdCrVnogy8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sdCrVnogy8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sdCrVnogy8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sdCrVnogy8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sdCrVnogy8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sdCrVnogy8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sdCrVnogy8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sdCrVnogy8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdCrVnogy8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sdCrVnogy8 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sdCrVnogy8 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sdCrVnogy8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdCrVnogy8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdCrVnogy8 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sdHq1p6eNI {
  z-index: 1000;
  width: 100%;
}
.cid-sdHq1p6eNI nav.navbar {
  position: fixed;
}
.cid-sdHq1p6eNI .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-sdHq1p6eNI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdHq1p6eNI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdHq1p6eNI .dropdown-item:hover,
.cid-sdHq1p6eNI .dropdown-item:focus {
  background: #6ab353 !important;
  color: white !important;
}
.cid-sdHq1p6eNI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdHq1p6eNI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdHq1p6eNI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sdHq1p6eNI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdHq1p6eNI .nav-link {
  position: relative;
}
.cid-sdHq1p6eNI .container {
  display: flex;
  margin: auto;
}
.cid-sdHq1p6eNI .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sdHq1p6eNI .dropdown-menu,
.cid-sdHq1p6eNI .navbar.opened {
  background: #b69056 !important;
}
.cid-sdHq1p6eNI .nav-item:focus,
.cid-sdHq1p6eNI .nav-link:focus {
  outline: none;
}
.cid-sdHq1p6eNI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdHq1p6eNI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdHq1p6eNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sdHq1p6eNI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdHq1p6eNI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdHq1p6eNI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdHq1p6eNI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(182, 144, 86, 0.4);
}
.cid-sdHq1p6eNI .navbar.opened {
  transition: all 0.3s;
}
.cid-sdHq1p6eNI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sdHq1p6eNI .navbar .navbar-logo img {
  width: auto;
}
.cid-sdHq1p6eNI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdHq1p6eNI .navbar.collapsed {
  justify-content: center;
}
.cid-sdHq1p6eNI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdHq1p6eNI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdHq1p6eNI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sdHq1p6eNI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdHq1p6eNI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdHq1p6eNI .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-sdHq1p6eNI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdHq1p6eNI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sdHq1p6eNI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sdHq1p6eNI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdHq1p6eNI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdHq1p6eNI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdHq1p6eNI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdHq1p6eNI .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-sdHq1p6eNI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdHq1p6eNI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdHq1p6eNI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdHq1p6eNI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdHq1p6eNI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdHq1p6eNI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sdHq1p6eNI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdHq1p6eNI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdHq1p6eNI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sdHq1p6eNI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdHq1p6eNI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdHq1p6eNI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdHq1p6eNI .dropdown-item.active,
.cid-sdHq1p6eNI .dropdown-item:active {
  background-color: transparent;
}
.cid-sdHq1p6eNI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdHq1p6eNI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdHq1p6eNI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdHq1p6eNI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b69056;
}
.cid-sdHq1p6eNI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdHq1p6eNI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdHq1p6eNI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdHq1p6eNI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdHq1p6eNI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sdHq1p6eNI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sdHq1p6eNI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdHq1p6eNI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdHq1p6eNI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdHq1p6eNI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdHq1p6eNI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdHq1p6eNI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdHq1p6eNI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdHq1p6eNI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdHq1p6eNI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdHq1p6eNI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdHq1p6eNI .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-sdHq1p6eNI .navbar {
    height: 70px;
  }
  .cid-sdHq1p6eNI .navbar.opened {
    height: auto;
  }
  .cid-sdHq1p6eNI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqkKQp5bbL {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqkKQp5bbL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sqkKQp5bbL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sqkKQp5bbL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sdHrt2JchB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f1f1;
}
.cid-sdHrt2JchB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sdHrt2JchB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sdHrt2JchB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sdHrt2JchB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sdHq1v6RVT {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sdHq1v6RVT .content {
    text-align: center;
  }
  .cid-sdHq1v6RVT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdHq1v6RVT .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sdHq1v6RVT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sdHq1v6RVT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sdHq1v6RVT .google-map {
  height: 25rem;
  position: relative;
}
.cid-sdHq1v6RVT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sdHq1v6RVT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sdHq1v6RVT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sdHq1v6RVT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sdHq1v6RVT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdHq1v6RVT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sdHq1v6RVT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sdHq1v6RVT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sdHq1v6RVT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdHq1v6RVT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdHq1v6RVT .list {
  list-style-type: none;
  padding: 0;
}
.cid-spSKZCV7iv {
  z-index: 1000;
  width: 100%;
}
.cid-spSKZCV7iv nav.navbar {
  position: fixed;
}
.cid-spSKZCV7iv .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-spSKZCV7iv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spSKZCV7iv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spSKZCV7iv .dropdown-item:hover,
.cid-spSKZCV7iv .dropdown-item:focus {
  background: #6ab353 !important;
  color: white !important;
}
.cid-spSKZCV7iv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spSKZCV7iv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spSKZCV7iv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spSKZCV7iv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spSKZCV7iv .nav-link {
  position: relative;
}
.cid-spSKZCV7iv .container {
  display: flex;
  margin: auto;
}
.cid-spSKZCV7iv .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spSKZCV7iv .dropdown-menu,
.cid-spSKZCV7iv .navbar.opened {
  background: #b69056 !important;
}
.cid-spSKZCV7iv .nav-item:focus,
.cid-spSKZCV7iv .nav-link:focus {
  outline: none;
}
.cid-spSKZCV7iv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spSKZCV7iv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spSKZCV7iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spSKZCV7iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spSKZCV7iv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spSKZCV7iv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spSKZCV7iv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(182, 144, 86, 0.4);
}
.cid-spSKZCV7iv .navbar.opened {
  transition: all 0.3s;
}
.cid-spSKZCV7iv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spSKZCV7iv .navbar .navbar-logo img {
  width: auto;
}
.cid-spSKZCV7iv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spSKZCV7iv .navbar.collapsed {
  justify-content: center;
}
.cid-spSKZCV7iv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spSKZCV7iv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spSKZCV7iv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-spSKZCV7iv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spSKZCV7iv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spSKZCV7iv .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-spSKZCV7iv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spSKZCV7iv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spSKZCV7iv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spSKZCV7iv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spSKZCV7iv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spSKZCV7iv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spSKZCV7iv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spSKZCV7iv .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-spSKZCV7iv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spSKZCV7iv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spSKZCV7iv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spSKZCV7iv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spSKZCV7iv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spSKZCV7iv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spSKZCV7iv .navbar.navbar-short {
  min-height: 60px;
}
.cid-spSKZCV7iv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spSKZCV7iv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spSKZCV7iv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spSKZCV7iv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spSKZCV7iv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spSKZCV7iv .dropdown-item.active,
.cid-spSKZCV7iv .dropdown-item:active {
  background-color: transparent;
}
.cid-spSKZCV7iv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spSKZCV7iv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spSKZCV7iv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spSKZCV7iv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b69056;
}
.cid-spSKZCV7iv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spSKZCV7iv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spSKZCV7iv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spSKZCV7iv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spSKZCV7iv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spSKZCV7iv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spSKZCV7iv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spSKZCV7iv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spSKZCV7iv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spSKZCV7iv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spSKZCV7iv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spSKZCV7iv .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-spSKZCV7iv .navbar {
    height: 70px;
  }
  .cid-spSKZCV7iv .navbar.opened {
    height: auto;
  }
  .cid-spSKZCV7iv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spSKZE4vEb {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/piscina-banner-opt-1980x1485.jpeg");
}
.cid-spSKZE4vEb .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-spSKZE4vEb .mbr-section-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-swnVPJL13p {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swnVPJL13p .item {
  padding-bottom: 2rem;
}
.cid-swnVPJL13p .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swnVPJL13p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swnVPJL13p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swnVPJL13p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swnVPJL13p .carousel-control,
.cid-swnVPJL13p .close {
  background: #1b1b1b;
}
.cid-swnVPJL13p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swnVPJL13p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swnVPJL13p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swnVPJL13p .carousel-control-next span {
  margin-left: 5px;
}
.cid-swnVPJL13p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swnVPJL13p .close::before {
  content: '\e91a';
}
.cid-swnVPJL13p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swnVPJL13p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swnVPJL13p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swnVPJL13p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swnVPJL13p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swnVPJL13p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swnVPJL13p .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-swnVPJL13p .carousel-indicators li.active,
.cid-swnVPJL13p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swnVPJL13p .carousel-indicators li::after,
.cid-swnVPJL13p .carousel-indicators li::before {
  content: none;
}
.cid-swnVPJL13p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swnVPJL13p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swnVPJL13p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swnVPJL13p .carousel-indicators {
    display: none;
  }
}
.cid-swnVPJL13p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swnVPJL13p .carousel-inner > .active {
  display: block;
}
.cid-swnVPJL13p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swnVPJL13p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swnVPJL13p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swnVPJL13p .carousel-control,
  .cid-swnVPJL13p .carousel-indicators,
  .cid-swnVPJL13p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swnVPJL13p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swnVPJL13p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swnVPJL13p .carousel-indicators .active,
.cid-swnVPJL13p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swnVPJL13p .carousel-indicators .active {
  background: #fff;
}
.cid-swnVPJL13p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swnVPJL13p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swnVPJL13p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swnVPJL13p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swnVPJL13p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swnVPJL13p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swnVPJL13p .carousel {
  width: 100%;
}
.cid-swnVPJL13p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swnVPJL13p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swnVPJL13p .modal.fade .modal-dialog,
.cid-swnVPJL13p .modal.in .modal-dialog {
  transform: none;
}
.cid-swnVPJL13p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swnVPJL13p H6 {
  text-align: center;
  color: #838383;
}
.cid-swnVTo28Cl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-swnVTo28Cl .item {
  padding-bottom: 2rem;
}
.cid-swnVTo28Cl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swnVTo28Cl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swnVTo28Cl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swnVTo28Cl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swnVTo28Cl .carousel-control,
.cid-swnVTo28Cl .close {
  background: #1b1b1b;
}
.cid-swnVTo28Cl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swnVTo28Cl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swnVTo28Cl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swnVTo28Cl .carousel-control-next span {
  margin-left: 5px;
}
.cid-swnVTo28Cl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swnVTo28Cl .close::before {
  content: '\e91a';
}
.cid-swnVTo28Cl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swnVTo28Cl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swnVTo28Cl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swnVTo28Cl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swnVTo28Cl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swnVTo28Cl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swnVTo28Cl .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-swnVTo28Cl .carousel-indicators li.active,
.cid-swnVTo28Cl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swnVTo28Cl .carousel-indicators li::after,
.cid-swnVTo28Cl .carousel-indicators li::before {
  content: none;
}
.cid-swnVTo28Cl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swnVTo28Cl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swnVTo28Cl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swnVTo28Cl .carousel-indicators {
    display: none;
  }
}
.cid-swnVTo28Cl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swnVTo28Cl .carousel-inner > .active {
  display: block;
}
.cid-swnVTo28Cl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swnVTo28Cl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swnVTo28Cl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swnVTo28Cl .carousel-control,
  .cid-swnVTo28Cl .carousel-indicators,
  .cid-swnVTo28Cl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swnVTo28Cl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swnVTo28Cl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swnVTo28Cl .carousel-indicators .active,
.cid-swnVTo28Cl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swnVTo28Cl .carousel-indicators .active {
  background: #fff;
}
.cid-swnVTo28Cl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swnVTo28Cl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swnVTo28Cl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swnVTo28Cl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swnVTo28Cl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swnVTo28Cl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swnVTo28Cl .carousel {
  width: 100%;
}
.cid-swnVTo28Cl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swnVTo28Cl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swnVTo28Cl .modal.fade .modal-dialog,
.cid-swnVTo28Cl .modal.in .modal-dialog {
  transform: none;
}
.cid-swnVTo28Cl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swnVTo28Cl H6 {
  text-align: center;
  color: #838383;
}
.cid-swnXvOaAUf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swnXvOaAUf .item {
  padding-bottom: 2rem;
}
.cid-swnXvOaAUf .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swnXvOaAUf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swnXvOaAUf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swnXvOaAUf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swnXvOaAUf .carousel-control,
.cid-swnXvOaAUf .close {
  background: #1b1b1b;
}
.cid-swnXvOaAUf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swnXvOaAUf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swnXvOaAUf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swnXvOaAUf .carousel-control-next span {
  margin-left: 5px;
}
.cid-swnXvOaAUf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swnXvOaAUf .close::before {
  content: '\e91a';
}
.cid-swnXvOaAUf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swnXvOaAUf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swnXvOaAUf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swnXvOaAUf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swnXvOaAUf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swnXvOaAUf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swnXvOaAUf .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-swnXvOaAUf .carousel-indicators li.active,
.cid-swnXvOaAUf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swnXvOaAUf .carousel-indicators li::after,
.cid-swnXvOaAUf .carousel-indicators li::before {
  content: none;
}
.cid-swnXvOaAUf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swnXvOaAUf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swnXvOaAUf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swnXvOaAUf .carousel-indicators {
    display: none;
  }
}
.cid-swnXvOaAUf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swnXvOaAUf .carousel-inner > .active {
  display: block;
}
.cid-swnXvOaAUf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swnXvOaAUf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swnXvOaAUf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swnXvOaAUf .carousel-control,
  .cid-swnXvOaAUf .carousel-indicators,
  .cid-swnXvOaAUf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swnXvOaAUf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swnXvOaAUf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swnXvOaAUf .carousel-indicators .active,
.cid-swnXvOaAUf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swnXvOaAUf .carousel-indicators .active {
  background: #fff;
}
.cid-swnXvOaAUf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swnXvOaAUf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swnXvOaAUf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swnXvOaAUf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swnXvOaAUf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swnXvOaAUf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swnXvOaAUf .carousel {
  width: 100%;
}
.cid-swnXvOaAUf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swnXvOaAUf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swnXvOaAUf .modal.fade .modal-dialog,
.cid-swnXvOaAUf .modal.in .modal-dialog {
  transform: none;
}
.cid-swnXvOaAUf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swnXvOaAUf H6 {
  text-align: center;
  color: #838383;
}
.cid-swnZskvyUG {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swnZskvyUG .item {
  padding-bottom: 2rem;
}
.cid-swnZskvyUG .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swnZskvyUG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swnZskvyUG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swnZskvyUG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swnZskvyUG .carousel-control,
.cid-swnZskvyUG .close {
  background: #1b1b1b;
}
.cid-swnZskvyUG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swnZskvyUG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swnZskvyUG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swnZskvyUG .carousel-control-next span {
  margin-left: 5px;
}
.cid-swnZskvyUG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swnZskvyUG .close::before {
  content: '\e91a';
}
.cid-swnZskvyUG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swnZskvyUG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swnZskvyUG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swnZskvyUG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swnZskvyUG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swnZskvyUG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swnZskvyUG .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-swnZskvyUG .carousel-indicators li.active,
.cid-swnZskvyUG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swnZskvyUG .carousel-indicators li::after,
.cid-swnZskvyUG .carousel-indicators li::before {
  content: none;
}
.cid-swnZskvyUG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swnZskvyUG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swnZskvyUG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swnZskvyUG .carousel-indicators {
    display: none;
  }
}
.cid-swnZskvyUG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swnZskvyUG .carousel-inner > .active {
  display: block;
}
.cid-swnZskvyUG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swnZskvyUG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swnZskvyUG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swnZskvyUG .carousel-control,
  .cid-swnZskvyUG .carousel-indicators,
  .cid-swnZskvyUG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swnZskvyUG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swnZskvyUG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swnZskvyUG .carousel-indicators .active,
.cid-swnZskvyUG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swnZskvyUG .carousel-indicators .active {
  background: #fff;
}
.cid-swnZskvyUG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swnZskvyUG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swnZskvyUG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swnZskvyUG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swnZskvyUG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swnZskvyUG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swnZskvyUG .carousel {
  width: 100%;
}
.cid-swnZskvyUG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swnZskvyUG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swnZskvyUG .modal.fade .modal-dialog,
.cid-swnZskvyUG .modal.in .modal-dialog {
  transform: none;
}
.cid-swnZskvyUG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swnZskvyUG H6 {
  text-align: center;
  color: #838383;
}
.cid-svIQIwIMwX {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/03-miminhos-opt-1-960x720.jpg");
}
.cid-svIQIwIMwX .mbr-section-title {
  color: #ffffff;
}
.cid-spSKZIR07u {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-spSKZIR07u .content {
    text-align: center;
  }
  .cid-spSKZIR07u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spSKZIR07u .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-spSKZIR07u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSKZIR07u .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-spSKZIR07u .google-map {
  height: 25rem;
  position: relative;
}
.cid-spSKZIR07u .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spSKZIR07u .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-spSKZIR07u .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spSKZIR07u .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spSKZIR07u .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spSKZIR07u .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-spSKZIR07u .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-spSKZIR07u .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-spSKZIR07u .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spSKZIR07u .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spSKZIR07u .list {
  list-style-type: none;
  padding: 0;
}
.cid-sqkpzuPdso {
  z-index: 1000;
  width: 100%;
}
.cid-sqkpzuPdso nav.navbar {
  position: fixed;
}
.cid-sqkpzuPdso .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-sqkpzuPdso .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqkpzuPdso .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqkpzuPdso .dropdown-item:hover,
.cid-sqkpzuPdso .dropdown-item:focus {
  background: #6ab353 !important;
  color: white !important;
}
.cid-sqkpzuPdso .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqkpzuPdso .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqkpzuPdso .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqkpzuPdso .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqkpzuPdso .nav-link {
  position: relative;
}
.cid-sqkpzuPdso .container {
  display: flex;
  margin: auto;
}
.cid-sqkpzuPdso .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqkpzuPdso .dropdown-menu,
.cid-sqkpzuPdso .navbar.opened {
  background: #b69056 !important;
}
.cid-sqkpzuPdso .nav-item:focus,
.cid-sqkpzuPdso .nav-link:focus {
  outline: none;
}
.cid-sqkpzuPdso .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqkpzuPdso .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqkpzuPdso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqkpzuPdso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqkpzuPdso .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqkpzuPdso .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqkpzuPdso .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(182, 144, 86, 0.4);
}
.cid-sqkpzuPdso .navbar.opened {
  transition: all 0.3s;
}
.cid-sqkpzuPdso .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqkpzuPdso .navbar .navbar-logo img {
  width: auto;
}
.cid-sqkpzuPdso .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqkpzuPdso .navbar.collapsed {
  justify-content: center;
}
.cid-sqkpzuPdso .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqkpzuPdso .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqkpzuPdso .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sqkpzuPdso .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqkpzuPdso .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqkpzuPdso .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-sqkpzuPdso .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqkpzuPdso .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqkpzuPdso .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqkpzuPdso .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqkpzuPdso .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqkpzuPdso .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqkpzuPdso .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqkpzuPdso .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-sqkpzuPdso .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqkpzuPdso .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqkpzuPdso .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqkpzuPdso .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqkpzuPdso .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqkpzuPdso .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqkpzuPdso .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqkpzuPdso .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqkpzuPdso .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqkpzuPdso .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqkpzuPdso .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqkpzuPdso .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqkpzuPdso .dropdown-item.active,
.cid-sqkpzuPdso .dropdown-item:active {
  background-color: transparent;
}
.cid-sqkpzuPdso .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqkpzuPdso .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqkpzuPdso .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqkpzuPdso .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b69056;
}
.cid-sqkpzuPdso .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqkpzuPdso .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqkpzuPdso ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqkpzuPdso .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqkpzuPdso button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqkpzuPdso button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sqkpzuPdso button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqkpzuPdso button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkpzuPdso button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkpzuPdso button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqkpzuPdso nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkpzuPdso nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqkpzuPdso nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqkpzuPdso nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkpzuPdso .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqkpzuPdso a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqkpzuPdso .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-sqkpzuPdso .navbar {
    height: 70px;
  }
  .cid-sqkpzuPdso .navbar.opened {
    height: auto;
  }
  .cid-sqkpzuPdso .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqkpzvYPZ2 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/10-barragem-no-vouga.jpg");
}
.cid-sqkpzvYPZ2 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sqkpzvYPZ2 .mbr-section-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-svxxKh0qlN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f8f5f5;
}
.cid-swifK5TVfL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swifK5TVfL .item {
  padding-bottom: 2rem;
}
.cid-swifK5TVfL .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swifK5TVfL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swifK5TVfL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swifK5TVfL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swifK5TVfL .carousel-control,
.cid-swifK5TVfL .close {
  background: #1b1b1b;
}
.cid-swifK5TVfL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swifK5TVfL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swifK5TVfL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swifK5TVfL .carousel-control-next span {
  margin-left: 5px;
}
.cid-swifK5TVfL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swifK5TVfL .close::before {
  content: '\e91a';
}
.cid-swifK5TVfL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swifK5TVfL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swifK5TVfL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swifK5TVfL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swifK5TVfL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swifK5TVfL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swifK5TVfL .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-swifK5TVfL .carousel-indicators li.active,
.cid-swifK5TVfL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swifK5TVfL .carousel-indicators li::after,
.cid-swifK5TVfL .carousel-indicators li::before {
  content: none;
}
.cid-swifK5TVfL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swifK5TVfL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swifK5TVfL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swifK5TVfL .carousel-indicators {
    display: none;
  }
}
.cid-swifK5TVfL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swifK5TVfL .carousel-inner > .active {
  display: block;
}
.cid-swifK5TVfL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swifK5TVfL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swifK5TVfL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swifK5TVfL .carousel-control,
  .cid-swifK5TVfL .carousel-indicators,
  .cid-swifK5TVfL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swifK5TVfL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swifK5TVfL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swifK5TVfL .carousel-indicators .active,
.cid-swifK5TVfL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swifK5TVfL .carousel-indicators .active {
  background: #fff;
}
.cid-swifK5TVfL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swifK5TVfL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swifK5TVfL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swifK5TVfL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swifK5TVfL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swifK5TVfL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swifK5TVfL .carousel {
  width: 100%;
}
.cid-swifK5TVfL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swifK5TVfL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swifK5TVfL .modal.fade .modal-dialog,
.cid-swifK5TVfL .modal.in .modal-dialog {
  transform: none;
}
.cid-swifK5TVfL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swifK5TVfL H6 {
  text-align: center;
}
.cid-swifK5TVfL H4 {
  color: #888888;
}
.cid-swileAYYJA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swileAYYJA .item {
  padding-bottom: 2rem;
}
.cid-swileAYYJA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-swileAYYJA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-swileAYYJA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-swileAYYJA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-swileAYYJA .carousel-control,
.cid-swileAYYJA .close {
  background: #1b1b1b;
}
.cid-swileAYYJA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-swileAYYJA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-swileAYYJA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-swileAYYJA .carousel-control-next span {
  margin-left: 5px;
}
.cid-swileAYYJA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-swileAYYJA .close::before {
  content: '\e91a';
}
.cid-swileAYYJA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-swileAYYJA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-swileAYYJA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swileAYYJA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-swileAYYJA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swileAYYJA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-swileAYYJA .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-swileAYYJA .carousel-indicators li.active,
.cid-swileAYYJA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-swileAYYJA .carousel-indicators li::after,
.cid-swileAYYJA .carousel-indicators li::before {
  content: none;
}
.cid-swileAYYJA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-swileAYYJA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-swileAYYJA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-swileAYYJA .carousel-indicators {
    display: none;
  }
}
.cid-swileAYYJA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-swileAYYJA .carousel-inner > .active {
  display: block;
}
.cid-swileAYYJA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swileAYYJA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swileAYYJA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-swileAYYJA .carousel-control,
  .cid-swileAYYJA .carousel-indicators,
  .cid-swileAYYJA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-swileAYYJA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-swileAYYJA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swileAYYJA .carousel-indicators .active,
.cid-swileAYYJA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-swileAYYJA .carousel-indicators .active {
  background: #fff;
}
.cid-swileAYYJA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-swileAYYJA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-swileAYYJA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-swileAYYJA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-swileAYYJA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-swileAYYJA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-swileAYYJA .carousel {
  width: 100%;
}
.cid-swileAYYJA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-swileAYYJA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-swileAYYJA .modal.fade .modal-dialog,
.cid-swileAYYJA .modal.in .modal-dialog {
  transform: none;
}
.cid-swileAYYJA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-swileAYYJA H6 {
  text-align: center;
}
.cid-swileAYYJA H4 {
  color: #888888;
}
.cid-sqkFPv7Cp8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sqkFPv7Cp8 .content-wrapper {
  background: #dfd8ce;
}
@media (max-width: 991px) {
  .cid-sqkFPv7Cp8 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sqkFPv7Cp8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqkFPv7Cp8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sqkFPv7Cp8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqkFPv7Cp8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sqkFPv7Cp8 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sqkFPv7Cp8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sqkpzBMOwQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b69056;
}
.cid-sqkpzBMOwQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sqkpzCmipQ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sqkpzCmipQ .content {
    text-align: center;
  }
  .cid-sqkpzCmipQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqkpzCmipQ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sqkpzCmipQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqkpzCmipQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqkpzCmipQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqkpzCmipQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqkpzCmipQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sqkpzCmipQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqkpzCmipQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqkpzCmipQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqkpzCmipQ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sqkpzCmipQ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqkpzCmipQ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqkpzCmipQ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqkpzCmipQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqkpzCmipQ .list {
  list-style-type: none;
  padding: 0;
}
.cid-sdCxpATaOj {
  z-index: 1000;
  width: 100%;
}
.cid-sdCxpATaOj nav.navbar {
  position: fixed;
}
.cid-sdCxpATaOj .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-sdCxpATaOj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sdCxpATaOj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sdCxpATaOj .dropdown-item:hover,
.cid-sdCxpATaOj .dropdown-item:focus {
  background: #6ab353 !important;
  color: white !important;
}
.cid-sdCxpATaOj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sdCxpATaOj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sdCxpATaOj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sdCxpATaOj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdCxpATaOj .nav-link {
  position: relative;
}
.cid-sdCxpATaOj .container {
  display: flex;
  margin: auto;
}
.cid-sdCxpATaOj .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sdCxpATaOj .dropdown-menu,
.cid-sdCxpATaOj .navbar.opened {
  background: #b69056 !important;
}
.cid-sdCxpATaOj .nav-item:focus,
.cid-sdCxpATaOj .nav-link:focus {
  outline: none;
}
.cid-sdCxpATaOj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sdCxpATaOj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdCxpATaOj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sdCxpATaOj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sdCxpATaOj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdCxpATaOj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdCxpATaOj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(182, 144, 86, 0.4);
}
.cid-sdCxpATaOj .navbar.opened {
  transition: all 0.3s;
}
.cid-sdCxpATaOj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sdCxpATaOj .navbar .navbar-logo img {
  width: auto;
}
.cid-sdCxpATaOj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdCxpATaOj .navbar.collapsed {
  justify-content: center;
}
.cid-sdCxpATaOj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdCxpATaOj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdCxpATaOj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-sdCxpATaOj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdCxpATaOj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdCxpATaOj .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-sdCxpATaOj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdCxpATaOj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sdCxpATaOj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sdCxpATaOj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdCxpATaOj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdCxpATaOj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdCxpATaOj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdCxpATaOj .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-sdCxpATaOj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sdCxpATaOj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdCxpATaOj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdCxpATaOj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdCxpATaOj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sdCxpATaOj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sdCxpATaOj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sdCxpATaOj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sdCxpATaOj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sdCxpATaOj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdCxpATaOj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdCxpATaOj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdCxpATaOj .dropdown-item.active,
.cid-sdCxpATaOj .dropdown-item:active {
  background-color: transparent;
}
.cid-sdCxpATaOj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdCxpATaOj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdCxpATaOj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdCxpATaOj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b69056;
}
.cid-sdCxpATaOj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdCxpATaOj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdCxpATaOj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdCxpATaOj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sdCxpATaOj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sdCxpATaOj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sdCxpATaOj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sdCxpATaOj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdCxpATaOj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sdCxpATaOj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sdCxpATaOj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdCxpATaOj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sdCxpATaOj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sdCxpATaOj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sdCxpATaOj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sdCxpATaOj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdCxpATaOj .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-sdCxpATaOj .navbar {
    height: 70px;
  }
  .cid-sdCxpATaOj .navbar.opened {
    height: auto;
  }
  .cid-sdCxpATaOj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sebqx0L9xM {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-alojamneto-1024x768.jpeg");
}
.cid-sebqx0L9xM .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sebqx0L9xM .mbr-section-subtitle {
  text-align: left;
  color: #f8f5f5;
}
.cid-svfUbzMyCy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-svfUbzMyCy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-svfUbzMyCy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-svfUbzMyCy .text-wrapper {
    padding: 2rem;
  }
}
.cid-svfUbzMyCy .mbr-text {
  color: #838383;
}
.cid-svfUqBmK17 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-svfUqBmK17 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-svfUqBmK17 .card {
    margin-bottom: 2rem!important;
  }
  .cid-svfUqBmK17 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-svfUqBmK17 .link-wrap {
    align-items: center;
  }
}
.cid-svfUqBmK17 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-svfUqBmK17 .mbr-text {
  color: #838383;
}
.cid-swFAFyJspY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-swFAFyJspY .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-swFAFyJspY .card {
    margin-bottom: 2rem!important;
  }
  .cid-swFAFyJspY .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-swFAFyJspY .link-wrap {
    align-items: center;
  }
}
.cid-swFAFyJspY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-swFAFyJspY .mbr-text {
  color: #838383;
}

/* politica*/
.cid-szY73aXgrg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-szY73aXgrg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6ab353;
  margin-left: 1rem;
}
.cid-szY73aXgrg .panel-group {
  border: none;
}
.cid-szY73aXgrg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-szY73aXgrg .panel-body,
.cid-szY73aXgrg .card-header {
  padding: 1rem;
  background: #4242420d;
}
.cid-szY73aXgrg .panel-title-edit {
  color: #000000;
}
.cid-szY73aXgrg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}



.cid-svg6FzU1h5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-svg6FzU1h5 .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-svg6FzU1h5 img,
.cid-svg6FzU1h5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-svg6FzU1h5 .item:focus,
.cid-svg6FzU1h5 span:focus {
  outline: none;
}
.cid-svg6FzU1h5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svg6FzU1h5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-svg6FzU1h5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svg6FzU1h5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-svg6FzU1h5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-svg6FzU1h5 .mbr-section-title {
  color: #232323;
}
.cid-svg6FzU1h5 .mbr-text,
.cid-svg6FzU1h5 .mbr-section-btn {
  text-align: left;
}
.cid-svg6FzU1h5 .item-title {
  text-align: left;
  color: #838383;
}
.cid-svg6FzU1h5 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-svg6FzU1h5 .mbr-section-subtitle {
  color: #353535;
}
.cid-svg6FzU1h5 .item-title DIV {
  text-align: left;
}
.cid-swi3pH1fa1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-swi3pH1fa1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-swi3pH1fa1 .icon-box {
  background: #b69056;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swi3pH1fa1 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-swi3pH1fa1 .card {
    margin-bottom: 2rem;
  }
  .cid-swi3pH1fa1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-svgaTbhndA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-svgaTbhndA .item {
  padding-bottom: 2rem;
}
.cid-svgaTbhndA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-svgaTbhndA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-svgaTbhndA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-svgaTbhndA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-svgaTbhndA .carousel-control,
.cid-svgaTbhndA .close {
  background: #1b1b1b;
}
.cid-svgaTbhndA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-svgaTbhndA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-svgaTbhndA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-svgaTbhndA .carousel-control-next span {
  margin-left: 5px;
}
.cid-svgaTbhndA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-svgaTbhndA .close::before {
  content: '\e91a';
}
.cid-svgaTbhndA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-svgaTbhndA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svgaTbhndA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svgaTbhndA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-svgaTbhndA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-svgaTbhndA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-svgaTbhndA .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-svgaTbhndA .carousel-indicators li.active,
.cid-svgaTbhndA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-svgaTbhndA .carousel-indicators li::after,
.cid-svgaTbhndA .carousel-indicators li::before {
  content: none;
}
.cid-svgaTbhndA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-svgaTbhndA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-svgaTbhndA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-svgaTbhndA .carousel-indicators {
    display: none;
  }
}
.cid-svgaTbhndA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-svgaTbhndA .carousel-inner > .active {
  display: block;
}
.cid-svgaTbhndA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svgaTbhndA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svgaTbhndA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-svgaTbhndA .carousel-control,
  .cid-svgaTbhndA .carousel-indicators,
  .cid-svgaTbhndA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-svgaTbhndA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-svgaTbhndA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svgaTbhndA .carousel-indicators .active,
.cid-svgaTbhndA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-svgaTbhndA .carousel-indicators .active {
  background: #fff;
}
.cid-svgaTbhndA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-svgaTbhndA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-svgaTbhndA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-svgaTbhndA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-svgaTbhndA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-svgaTbhndA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-svgaTbhndA .carousel {
  width: 100%;
}
.cid-svgaTbhndA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-svgaTbhndA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-svgaTbhndA .modal.fade .modal-dialog,
.cid-svgaTbhndA .modal.in .modal-dialog {
  transform: none;
}
.cid-svgaTbhndA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-svgaTbhndA H6 {
  text-align: center;
}
.cid-svgaTbhndA H4 {
  color: #838383;
}
.cid-swnTr3qCB0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #b69056;
}
.cid-swnTr3qCB0 .mbr-text,
.cid-swnTr3qCB0 .mbr-section-btn {
  color: #232323;
}
.cid-swnTr3qCB0 .card-title,
.cid-swnTr3qCB0 .card-box {
  color: #ffffff;
}
.cid-swnTr3qCB0 .mbr-text,
.cid-swnTr3qCB0 .link-wrap {
  color: #ffffff;
}
.cid-sdCxpG1HHk {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sdCxpG1HHk .content {
    text-align: center;
  }
  .cid-sdCxpG1HHk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sdCxpG1HHk .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sdCxpG1HHk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sdCxpG1HHk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sdCxpG1HHk .google-map {
  height: 25rem;
  position: relative;
}
.cid-sdCxpG1HHk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sdCxpG1HHk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sdCxpG1HHk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sdCxpG1HHk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sdCxpG1HHk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdCxpG1HHk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sdCxpG1HHk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sdCxpG1HHk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sdCxpG1HHk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdCxpG1HHk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdCxpG1HHk .list {
  list-style-type: none;
  padding: 0;
}
.cid-spSKZCV7iv {
  z-index: 1000;
  width: 100%;
}
.cid-spSKZCV7iv nav.navbar {
  position: fixed;
}
.cid-spSKZCV7iv .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-spSKZCV7iv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-spSKZCV7iv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-spSKZCV7iv .dropdown-item:hover,
.cid-spSKZCV7iv .dropdown-item:focus {
  background: #6ab353 !important;
  color: white !important;
}
.cid-spSKZCV7iv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-spSKZCV7iv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-spSKZCV7iv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-spSKZCV7iv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-spSKZCV7iv .nav-link {
  position: relative;
}
.cid-spSKZCV7iv .container {
  display: flex;
  margin: auto;
}
.cid-spSKZCV7iv .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spSKZCV7iv .dropdown-menu,
.cid-spSKZCV7iv .navbar.opened {
  background: #b69056 !important;
}
.cid-spSKZCV7iv .nav-item:focus,
.cid-spSKZCV7iv .nav-link:focus {
  outline: none;
}
.cid-spSKZCV7iv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spSKZCV7iv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spSKZCV7iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spSKZCV7iv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spSKZCV7iv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spSKZCV7iv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spSKZCV7iv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(182, 144, 86, 0.4);
}
.cid-spSKZCV7iv .navbar.opened {
  transition: all 0.3s;
}
.cid-spSKZCV7iv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-spSKZCV7iv .navbar .navbar-logo img {
  width: auto;
}
.cid-spSKZCV7iv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spSKZCV7iv .navbar.collapsed {
  justify-content: center;
}
.cid-spSKZCV7iv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spSKZCV7iv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spSKZCV7iv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-spSKZCV7iv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spSKZCV7iv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spSKZCV7iv .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-spSKZCV7iv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spSKZCV7iv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spSKZCV7iv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spSKZCV7iv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spSKZCV7iv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spSKZCV7iv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spSKZCV7iv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spSKZCV7iv .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-spSKZCV7iv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spSKZCV7iv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spSKZCV7iv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spSKZCV7iv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spSKZCV7iv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spSKZCV7iv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spSKZCV7iv .navbar.navbar-short {
  min-height: 60px;
}
.cid-spSKZCV7iv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spSKZCV7iv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spSKZCV7iv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spSKZCV7iv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spSKZCV7iv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spSKZCV7iv .dropdown-item.active,
.cid-spSKZCV7iv .dropdown-item:active {
  background-color: transparent;
}
.cid-spSKZCV7iv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spSKZCV7iv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spSKZCV7iv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spSKZCV7iv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b69056;
}
.cid-spSKZCV7iv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spSKZCV7iv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spSKZCV7iv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spSKZCV7iv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spSKZCV7iv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spSKZCV7iv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spSKZCV7iv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spSKZCV7iv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spSKZCV7iv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spSKZCV7iv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spSKZCV7iv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spSKZCV7iv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-spSKZCV7iv .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-spSKZCV7iv .navbar {
    height: 70px;
  }
  .cid-spSKZCV7iv .navbar.opened {
    height: auto;
  }
  .cid-spSKZCV7iv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx8KBTXE4s {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-spSKZIR07u {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-spSKZIR07u .content {
    text-align: center;
  }
  .cid-spSKZIR07u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spSKZIR07u .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-spSKZIR07u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spSKZIR07u .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-spSKZIR07u .google-map {
  height: 25rem;
  position: relative;
}
.cid-spSKZIR07u .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spSKZIR07u .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-spSKZIR07u .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spSKZIR07u .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spSKZIR07u .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spSKZIR07u .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-spSKZIR07u .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-spSKZIR07u .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-spSKZIR07u .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spSKZIR07u .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spSKZIR07u .list {
  list-style-type: none;
  padding: 0;
}
