body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 5.9rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.44rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.72rem;
    font-size: calc( 2.715rem + (5.9 - 2.715) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.715rem + (5.9 - 2.715) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e6c8ab !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #3ab54a !important;
}
.bg-warning {
  background-color: #f6ff0f !important;
}
.bg-danger {
  background-color: #00afe8 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
  color: #714821 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #714821 !important;
  background-color: #d4a170 !important;
  border-color: #d4a170 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #714821 !important;
  background-color: #d4a170 !important;
  border-color: #d4a170 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #3ab54a !important;
  border-color: #3ab54a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #277b32 !important;
  border-color: #277b32 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #277b32 !important;
  border-color: #277b32 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f6ff0f !important;
  border-color: #f6ff0f !important;
  color: #0e0f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #0e0f00 !important;
  background-color: #bac200 !important;
  border-color: #bac200 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0e0f00 !important;
  background-color: #bac200 !important;
  border-color: #bac200 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #00afe8 !important;
  border-color: #00afe8 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #00759c !important;
  border-color: #00759c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00759c !important;
  border-color: #00759c !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #cf955c !important;
  color: #cf955c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #714821 !important;
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #714821 !important;
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #21682a !important;
  color: #21682a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #3ab54a !important;
  border-color: #3ab54a !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3ab54a !important;
  border-color: #3ab54a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #a2a800 !important;
  color: #a2a800 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #0e0f00 !important;
  background-color: #f6ff0f !important;
  border-color: #f6ff0f !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0e0f00 !important;
  background-color: #f6ff0f !important;
  border-color: #f6ff0f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #006282 !important;
  color: #006282 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #00afe8 !important;
  border-color: #00afe8 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00afe8 !important;
  border-color: #00afe8 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e6c8ab !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #3ab54a !important;
}
.text-warning {
  color: #f6ff0f !important;
}
.text-danger {
  color: #00afe8 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cf955c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #21682a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a2a800 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #006282 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3ab54a;
}
.alert-warning {
  background-color: #f6ff0f;
}
.alert-danger {
  background-color: #00afe8;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e6c8ab;
  border-color: #e6c8ab;
  color: #845527;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e6c8ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #92dc9c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #feffdb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b5edff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e6c8ab;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e6c8ab;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e6c8ab;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6c8ab;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e6c8ab;
  border-bottom-color: #e6c8ab;
}
.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: #e6c8ab !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333333 !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%;
}
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='%23e6c8ab' %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;
}
.cid-rzMj9prxNq .nav-item:focus,
.cid-rzMj9prxNq .nav-link:focus {
  outline: none;
}
.cid-rzMj9prxNq a.nav-link:focus {
  color: #f6ff00 !important;
}
.cid-rzMj9prxNq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-rzMj9prxNq .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-rzMj9prxNq .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rzMj9prxNq .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rzMj9prxNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMj9prxNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rzMj9prxNq .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rzMj9prxNq .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMj9prxNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rzMj9prxNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzMj9prxNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMj9prxNq .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMj9prxNq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMj9prxNq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rzMj9prxNq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rzMj9prxNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzMj9prxNq .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-rzMj9prxNq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMj9prxNq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMj9prxNq .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMj9prxNq .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rzMj9prxNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rzMj9prxNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMj9prxNq .dropdown-item.active,
.cid-rzMj9prxNq .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMj9prxNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMj9prxNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMj9prxNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMj9prxNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rzMj9prxNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rzMj9prxNq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMj9prxNq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMj9prxNq .navbar-buttons {
  text-align: center;
}
.cid-rzMj9prxNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMj9prxNq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMj9prxNq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rzMj9prxNq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMj9prxNq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rzMj9prxNq .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-rzMj9prxNq .nav-link:hover,
.cid-rzMj9prxNq .icons-menu .mbr-iconfont:hover {
  color: #f6ff00 !important;
}
.cid-rzMj9prxNq .dropdown-item:hover {
  color: #709faf !important;
}
.cid-rzMj9prxNq .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f6ff00;
  transition: width 0.3s ease-in;
}
.cid-rzMj9prxNq .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rzMj9prxNq .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rzMj9prxNq .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-rzMj9prxNq .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rzMj9prxNq .dropdown-menu {
    top: 100%;
  }
  .cid-rzMj9prxNq .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-rzMj9prxNq .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-rzMj9prxNq .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rzMj9prxNq .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uRjzMCamMz {
  display: flex;
  background-image: url("../../../assets/images/471857473-122190556934137743-6903231311155253163-n-cleanup.jpg-2000x1126.jpg");
}
.cid-uRjzMCamMz .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-uRjzMCamMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjzMCamMz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uRjzMCamMz .line {
    margin-bottom: 10rem;
  }
}
.cid-uRjzMCamMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjzMCamMz p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uRjzMCamMz {
    align-items: center;
  }
  .cid-uRjzMCamMz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRjzMCamMz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRjzMCamMz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRjzMCamMz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRjzMCamMz .content-wrap {
    width: 100%;
  }
}
.cid-uRjzMCamMz .mbr-section-subtitle,
.cid-uRjzMCamMz .line {
  color: #ffffff;
}
.cid-uRjzMCamMz .mbr-text,
.cid-uRjzMCamMz .mbr-section-btn {
  text-align: left;
}
.cid-uRjzMCamMz .mbr-section-title {
  color: #fa7e26;
  text-align: right;
}
.cid-uRjzMCamMz .mbr-section-title DIV {
  text-align: left;
}
.cid-uRjzMCamMz .highlighted-text {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.cid-rzMjemu9Q2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f1f4e9;
}
.cid-rzMjemu9Q2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMjemu9Q2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMjemu9Q2 .title {
    width: 100% !important;
  }
}
.cid-uRiD50YH4J {
  background-color: #fffcee;
}
.cid-uRiD50YH4J .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uRiD50YH4J .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRiD50YH4J .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRiD50YH4J .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uRiD50YH4J .image-element {
    padding-left: 0;
  }
}
.cid-uRiD50YH4J .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uRiD50YH4J .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uRiD50YH4J .brown {
  color: #c19b76;
}
.cid-uRiD50YH4J .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRiD50YH4J .paragraphs-wrapper .first-paragraph,
.cid-uRiD50YH4J .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uRiD50YH4J .image-element {
    padding-top: 1rem;
  }
  .cid-uRiD50YH4J .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRiD50YH4J .paragraphs-wrapper .first-paragraph,
  .cid-uRiD50YH4J .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uRiD50YH4J .first-paragraph,
  .cid-uRiD50YH4J .second-paragraph {
    width: 50%;
  }
  .cid-uRiD50YH4J .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uRiD50YH4J .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uRiD50YH4J .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uRiD50YH4J .mbr-section-title,
  .cid-uRiD50YH4J .mbr-section-btn {
    text-align: left;
  }
}
.cid-uRiD50YH4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRiD50YH4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRiD50YH4J .mbr-section-title {
  color: #000000;
}
.cid-uRiD50YH4J .mbr-text,
.cid-uRiD50YH4J .mbr-section-btn {
  color: #000000;
}
.cid-uRiHItcPEK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
  overflow: hidden;
}
.cid-uRiHItcPEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRiHItcPEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRiHItcPEK .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uRiHItcPEK .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uRiHItcPEK .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uRiHItcPEK .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uRiHItcPEK .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uRiHItcPEK .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uRiHItcPEK .mbr-section-head {
  width: 100%;
}
.cid-uRiHItcPEK .mbr-section-title {
  color: #d8b56b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRiHItcPEK .mbr-section-title {
    text-align: center;
  }
}
.cid-uRiHItcPEK .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRiHItcPEK .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uRiHItcPEK .card-row {
  align-items: stretch;
}
.cid-uRiHItcPEK .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uRiHItcPEK .card {
    margin-top: 30px;
  }
}
.cid-uRiHItcPEK .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e6c8ab, #fffcee);
}
@media (max-width: 1199px) {
  .cid-uRiHItcPEK .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uRiHItcPEK .card-wrapper {
    padding: 20px;
  }
}
.cid-uRiHItcPEK .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uRiHItcPEK .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-uRiHItcPEK .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-uRiHItcPEK .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-uRiHItcPEK .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-uRiHItcPEK .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #e6c8ab, #84582e);
  opacity: 0;
  transition: .5s all;
}
.cid-uRiHItcPEK .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-uRiHItcPEK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uRiHItcPEK .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uRiHItcPEK .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #d8b56b;
}
.cid-uRiHItcPEK .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRiHItcPEK .card-title {
    margin-bottom: 15px;
  }
}
.cid-uRiHItcPEK .card-text {
  color: #000000;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: center;
}
.cid-uRiHItcPEK .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-uRiHItcPEK .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-rzMjugMQ3z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f4e9;
}
.cid-rzMjugMQ3z .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rzMjugMQ3z .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rzMjugMQ3z .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-rzMjugMQ3z .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rzMjugMQ3z .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMjugMQ3z .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzMjugMQ3z .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMjugMQ3z .image-element {
    padding: 0 15px;
  }
  .cid-rzMjugMQ3z .text-element {
    padding: 2rem 1rem;
  }
  .cid-rzMjugMQ3z .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-rzMjugMQ3z .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-rzMjugMQ3z .mbr-text,
.cid-rzMjugMQ3z .mbr-section-btn {
  color: #000000;
}
.cid-rzMjugMQ3z .mbr-section-title {
  color: #84582e;
}
.cid-uRiMEdmgTq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/431121813-122134409198137743-5651874122787342365-n.jpg-1439x810.jpg");
}
@media (max-width: 767px) {
  .cid-uRiMEdmgTq .first-col {
    padding-bottom: 1rem;
  }
}
.cid-uRiMEdmgTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRiMEdmgTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRiNar1TMg {
  background-color: #f1f4e9;
}
.cid-uRiNar1TMg .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uRiNar1TMg .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uRiNar1TMg .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRiNar1TMg .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRiNar1TMg .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uRiNar1TMg .image-element {
    padding-right: 0;
  }
}
.cid-uRiNar1TMg .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uRiNar1TMg .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uRiNar1TMg .brown {
  color: #c19b76;
}
.cid-uRiNar1TMg .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRiNar1TMg .paragraphs-wrapper .first-paragraph,
.cid-uRiNar1TMg .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uRiNar1TMg .image-element {
    padding-bottom: 1rem;
  }
  .cid-uRiNar1TMg .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uRiNar1TMg .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRiNar1TMg .paragraphs-wrapper .first-paragraph,
  .cid-uRiNar1TMg .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uRiNar1TMg .first-paragraph,
  .cid-uRiNar1TMg .second-paragraph {
    width: 50%;
  }
  .cid-uRiNar1TMg .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uRiNar1TMg .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uRiNar1TMg .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uRiNar1TMg .mbr-section-title,
  .cid-uRiNar1TMg .mbr-section-btn {
    text-align: left;
  }
}
.cid-uRiNar1TMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRiNar1TMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRiNar1TMg .mbr-section-title {
  color: #000000;
}
.cid-uRiNar1TMg .mbr-text,
.cid-uRiNar1TMg .mbr-section-btn {
  color: #000000;
}
.cid-uRiOrtMPDJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f4e9;
}
.cid-uRiOrtMPDJ .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-uRiOrtMPDJ .card .card-img span {
  color: #3ab54a;
  font-size: 45px;
}
.cid-uRiOrtMPDJ .card .card-title {
  letter-spacing: 1px;
}
.cid-uRiOrtMPDJ .mbr-text,
.cid-uRiOrtMPDJ .card-title {
  color: #878787;
}
.cid-uRiOrtMPDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRiOrtMPDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRiOrtMPDJ .mbr-text,
.cid-uRiOrtMPDJ .link {
  color: #000000;
}
.cid-uRiOrtMPDJ .card-title,
.cid-uRiOrtMPDJ .card-img {
  color: #000000;
}
.cid-uRcN9JRaIa {
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 1;
  background-image: url("../../../assets/images/431121813-122134409198137743-5651874122787342365-n.jpg-1439x810.jpg");
}
.cid-uRcN9JRaIa .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRcN9JRaIa .mbr-text {
  margin: 0;
}
.cid-uRcN9JRaIa .check-in-input,
.cid-uRcN9JRaIa .check-out-input,
.cid-uRcN9JRaIa .guests .date-col span {
  cursor: pointer;
}
.cid-uRcN9JRaIa .input-wrap {
  background: #fcfcfc;
}
.cid-uRcN9JRaIa .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-uRcN9JRaIa .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-uRcN9JRaIa .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-uRcN9JRaIa .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-uRcN9JRaIa .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-uRcN9JRaIa .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-uRcN9JRaIa .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRcN9JRaIa .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-uRcN9JRaIa .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-uRcN9JRaIa .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-uRcN9JRaIa .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-uRcN9JRaIa .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-uRcN9JRaIa .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 991px) {
  .cid-uRcN9JRaIa .media-container-column {
    text-align: center;
  }
  .cid-uRcN9JRaIa .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uRcN9JRaIa .datepicker {
    left: 10% !important;
  }
}
.cid-uRcN9JRaIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcN9JRaIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcN9JRaIa form input[name="nome"],
.cid-uRcN9JRaIa form input[name="contacto"],
.cid-uRcN9JRaIa form select[name="casa"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  background: #fcfcfc;
}
.cid-uRcN9JRaIa form select[name="casa"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cid-uRcN9JRaIa form input[name="email-pessoal"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  background: #fcfcfc;
  font-size: 16px;
}
.cid-uRcMiFSspg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uRcMiFSspg .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uRcMiFSspg .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRcMiFSspg .title {
    width: 100% !important;
  }
}
.cid-uRcMjM4mdK {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uRagQQR1fc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f1f4e9;
}
.cid-uRagQQR1fc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uRagQQR1fc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRagQQR1fc .title {
    width: 100% !important;
  }
}
.cid-uRadMfWUwm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f4e9;
}
.cid-uRadMfWUwm .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-uRadMfWUwm .card .card-img span {
  color: #3ab54a;
  font-size: 45px;
}
.cid-uRadMfWUwm .card .card-title {
  letter-spacing: 1px;
}
.cid-uRadMfWUwm .mbr-text,
.cid-uRadMfWUwm .card-title {
  color: #878787;
}
.cid-uRadMfWUwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRadMfWUwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRadMfWUwm .mbr-text,
.cid-uRadMfWUwm .link {
  color: #000000;
}
.cid-uRadMfWUwm .card-title,
.cid-uRadMfWUwm .card-img {
  color: #000000;
}
.cid-uRdFTjcSoE P {
  color: #1281fc;
}
.cid-uRdFTjcSoE DIV {
  color: #ffffff;
}
.cid-uRdFTjcSoE H10 {
  color: #034e75;
}
.cid-uRdFTjcSoE .hidden {
  display: none;
}
.cid-uRdFTjcSoE .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uRdFTjcSoE .icon-bar a {
  display: block;
  text-align: center;
  padding: 1px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uRdFTjcSoE .icon-bar a:hover {
  background-color: #000000;
}
.cid-uRdFTjcSoE .flag {
  background: transparent;
}
.cid-uRdFTjcSoE .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uRdFTjcSoE .nav-right {
  float: left !important;
  position: relative;
}
.cid-uRdFTjcSoE #google_translate_element {
  display: none;
}
.cid-uRdFTjcSoE .goog-te-banner {
  display: none;
}
.cid-uRdFTjcSoE .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uRdFTjcSoE .goog-te-spinner-pos {
  display: none !important;
}
.cid-uRdFTjcSoE body {
  top: 0px !important;
}
.cid-uRdFTjcSoE body body {
  top: 0 !important;
}
.cid-uRdFTjcSoE body .goog-te-banner-frame {
  display: none !important;
}
.cid-uRdFTjcSoE .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uRdFTjcSoE .goog-tooltip {
  display: none !important;
}
.cid-uRdFTjcSoE .goog-tooltip:hover {
  display: none !important;
}
.cid-uRdFTjcSoE .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uRdFTjcSoE #goog-gt-tt,
.cid-uRdFTjcSoE .goog-te-balloon-frame {
  display: none !important;
}
.cid-uRdFTjcSoE #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uRdFTjcSoE .goog-logo-link {
  display: none !important;
}
.cid-uRdFTjcSoE .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uRdFTjcSoE div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uRdFTjcSoE div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uRcIt7QPdW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uRcIt7QPdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIt7QPdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uRcIt7QPdW .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uRcIt7QPdW .items-wrapper .card {
  padding: 0 32px;
}
.cid-uRcIt7QPdW .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRcIt7QPdW .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap:hover,
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRcIt7QPdW .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRcIt7QPdW .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uRcIt7QPdW .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uRcIt7QPdW .mbr-desc {
  color: #ffffff;
}
.cid-uRcIt7QPdW .mbr-text,
.cid-uRcIt7QPdW .text-wrapper {
  color: #9aa0a6;
}
.cid-uRcIt7QPdW .list {
  color: #9aa0a6;
}
.cid-uRcIt7QPdW .list,
.cid-uRcIt7QPdW .item-wrap {
  color: #000000;
}
.cid-uRcIt7QPdW .mbr-desc,
.cid-uRcIt7QPdW .content-wrapper {
  color: #111111;
}
.cid-uRcIt7QPdW .mbr-text,
.cid-uRcIt7QPdW .mbr-section-btn {
  color: #111111;
}
.cid-uRcIt7QPdW P {
  color: #111111;
}
.cid-uRajd4wWsH .nav-item:focus,
.cid-uRajd4wWsH .nav-link:focus {
  outline: none;
}
.cid-uRajd4wWsH a.nav-link:focus {
  color: #f6ff00 !important;
}
.cid-uRajd4wWsH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uRajd4wWsH .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uRajd4wWsH .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uRajd4wWsH .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uRajd4wWsH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRajd4wWsH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRajd4wWsH .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uRajd4wWsH .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uRajd4wWsH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRajd4wWsH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRajd4wWsH .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uRajd4wWsH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRajd4wWsH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRajd4wWsH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRajd4wWsH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uRajd4wWsH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uRajd4wWsH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRajd4wWsH .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uRajd4wWsH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uRajd4wWsH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRajd4wWsH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRajd4wWsH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRajd4wWsH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRajd4wWsH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRajd4wWsH .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uRajd4wWsH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uRajd4wWsH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uRajd4wWsH .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uRajd4wWsH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRajd4wWsH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRajd4wWsH .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRajd4wWsH .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uRajd4wWsH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uRajd4wWsH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRajd4wWsH .dropdown-item.active,
.cid-uRajd4wWsH .dropdown-item:active {
  background-color: transparent;
}
.cid-uRajd4wWsH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRajd4wWsH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRajd4wWsH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRajd4wWsH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uRajd4wWsH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uRajd4wWsH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRajd4wWsH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRajd4wWsH .navbar-buttons {
  text-align: center;
}
.cid-uRajd4wWsH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRajd4wWsH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRajd4wWsH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRajd4wWsH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRajd4wWsH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRajd4wWsH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRajd4wWsH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRajd4wWsH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRajd4wWsH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRajd4wWsH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRajd4wWsH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uRajd4wWsH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uRajd4wWsH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRajd4wWsH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uRajd4wWsH .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uRajd4wWsH .nav-link:hover,
.cid-uRajd4wWsH .icons-menu .mbr-iconfont:hover {
  color: #f6ff00 !important;
}
.cid-uRajd4wWsH .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uRajd4wWsH .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f6ff00;
  transition: width 0.3s ease-in;
}
.cid-uRajd4wWsH .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uRajd4wWsH .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uRajd4wWsH .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uRajd4wWsH .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uRajd4wWsH .dropdown-menu {
    top: 100%;
  }
  .cid-uRajd4wWsH .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uRajd4wWsH .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uRajd4wWsH .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uRajd4wWsH .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uRajd5c0Xv {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/img-2096-cleanup.webp");
}
.cid-uRajd5c0Xv .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-uRajd5c0Xv .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uRajd5c0Xv .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRamghp5yB {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #efefef;
}
.cid-uRamghp5yB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uRamghp5yB .mbr-section-title,
.cid-uRamghp5yB .mbr-section-subtitle,
.cid-uRamghp5yB .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRamghp5yB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRamghp5yB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRamghp5yB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRamghp5yB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRamghp5yB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uRamghp5yB .icon-focus {
  display: none;
}
.cid-uRamghp5yB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uRamghp5yB ul {
  font-size: 0;
}
.cid-uRamghp5yB .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uRamghp5yB .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uRamghp5yB .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uRamghp5yB .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uRamghp5yB .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uRamghp5yB .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uRamghp5yB .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uRamghp5yB .btn:hover {
  background: transparent !important;
}
.cid-uRamghp5yB .btn:hover:before {
  background: transparent !important;
}
.cid-uRamghp5yB .btn:before {
  background-color: transparent !important;
}
.cid-uRamghp5yB .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uRamghp5yB .mbr-section-title {
  color: #a2784f;
}
.cid-uRamghp5yB .mbr-section-subtitle,
.cid-uRamghp5yB .underline {
  color: #000000;
}
.cid-uRajd60JR2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRajd60JR2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uRajd60JR2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRajd60JR2 .title {
    width: 100% !important;
  }
}
.cid-uRcX3d0EFZ {
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 1;
  background-image: url("../../../assets/images/431121813-122134409198137743-5651874122787342365-n.jpg-1439x810.jpg");
}
.cid-uRcX3d0EFZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRcX3d0EFZ .mbr-text {
  margin: 0;
}
.cid-uRcX3d0EFZ .check-in-input,
.cid-uRcX3d0EFZ .check-out-input,
.cid-uRcX3d0EFZ .guests .date-col span {
  cursor: pointer;
}
.cid-uRcX3d0EFZ .input-wrap {
  background: #fcfcfc;
}
.cid-uRcX3d0EFZ .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-uRcX3d0EFZ .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-uRcX3d0EFZ .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-uRcX3d0EFZ .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-uRcX3d0EFZ .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-uRcX3d0EFZ .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-uRcX3d0EFZ .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRcX3d0EFZ .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-uRcX3d0EFZ .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-uRcX3d0EFZ .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-uRcX3d0EFZ .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-uRcX3d0EFZ .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-uRcX3d0EFZ .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 991px) {
  .cid-uRcX3d0EFZ .media-container-column {
    text-align: center;
  }
  .cid-uRcX3d0EFZ .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uRcX3d0EFZ .datepicker {
    left: 10% !important;
  }
}
.cid-uRcX3d0EFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcX3d0EFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcX3d0EFZ form input[name="nome"],
.cid-uRcX3d0EFZ form input[name="contacto"],
.cid-uRcX3d0EFZ form select[name="casa"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  background: #fcfcfc;
}
.cid-uRcX3d0EFZ form select[name="casa"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cid-uRcX3d0EFZ form input[name="email-pessoal"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  background: #fcfcfc;
  font-size: 16px;
}
.cid-uRcIt7QPdW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uRcIt7QPdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIt7QPdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uRcIt7QPdW .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uRcIt7QPdW .items-wrapper .card {
  padding: 0 32px;
}
.cid-uRcIt7QPdW .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRcIt7QPdW .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap:hover,
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRcIt7QPdW .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRcIt7QPdW .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uRcIt7QPdW .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uRcIt7QPdW .mbr-desc {
  color: #ffffff;
}
.cid-uRcIt7QPdW .mbr-text,
.cid-uRcIt7QPdW .text-wrapper {
  color: #9aa0a6;
}
.cid-uRcIt7QPdW .list {
  color: #9aa0a6;
}
.cid-uRcIt7QPdW .list,
.cid-uRcIt7QPdW .item-wrap {
  color: #000000;
}
.cid-uRcIt7QPdW .mbr-desc,
.cid-uRcIt7QPdW .content-wrapper {
  color: #111111;
}
.cid-uRcIt7QPdW .mbr-text,
.cid-uRcIt7QPdW .mbr-section-btn {
  color: #111111;
}
.cid-uRcIt7QPdW P {
  color: #111111;
}
.cid-uRcC4dRH9d .nav-item:focus,
.cid-uRcC4dRH9d .nav-link:focus {
  outline: none;
}
.cid-uRcC4dRH9d a.nav-link:focus {
  color: #f6ff00 !important;
}
.cid-uRcC4dRH9d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uRcC4dRH9d .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uRcC4dRH9d .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uRcC4dRH9d .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uRcC4dRH9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRcC4dRH9d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRcC4dRH9d .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uRcC4dRH9d .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uRcC4dRH9d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRcC4dRH9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRcC4dRH9d .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uRcC4dRH9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRcC4dRH9d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRcC4dRH9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRcC4dRH9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uRcC4dRH9d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uRcC4dRH9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRcC4dRH9d .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uRcC4dRH9d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uRcC4dRH9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRcC4dRH9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRcC4dRH9d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRcC4dRH9d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRcC4dRH9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRcC4dRH9d .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uRcC4dRH9d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uRcC4dRH9d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uRcC4dRH9d .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uRcC4dRH9d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRcC4dRH9d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRcC4dRH9d .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRcC4dRH9d .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uRcC4dRH9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uRcC4dRH9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRcC4dRH9d .dropdown-item.active,
.cid-uRcC4dRH9d .dropdown-item:active {
  background-color: transparent;
}
.cid-uRcC4dRH9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRcC4dRH9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRcC4dRH9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRcC4dRH9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uRcC4dRH9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uRcC4dRH9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRcC4dRH9d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRcC4dRH9d .navbar-buttons {
  text-align: center;
}
.cid-uRcC4dRH9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRcC4dRH9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRcC4dRH9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRcC4dRH9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRcC4dRH9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRcC4dRH9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRcC4dRH9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRcC4dRH9d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRcC4dRH9d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRcC4dRH9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRcC4dRH9d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uRcC4dRH9d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uRcC4dRH9d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRcC4dRH9d .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uRcC4dRH9d .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uRcC4dRH9d .nav-link:hover,
.cid-uRcC4dRH9d .icons-menu .mbr-iconfont:hover {
  color: #f6ff00 !important;
}
.cid-uRcC4dRH9d .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uRcC4dRH9d .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f6ff00;
  transition: width 0.3s ease-in;
}
.cid-uRcC4dRH9d .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uRcC4dRH9d .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uRcC4dRH9d .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uRcC4dRH9d .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uRcC4dRH9d .dropdown-menu {
    top: 100%;
  }
  .cid-uRcC4dRH9d .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uRcC4dRH9d .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uRcC4dRH9d .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uRcC4dRH9d .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uRcC4eqJHe {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/azores-2580225-1920.jpg-1920x1080.jpg");
}
.cid-uRcC4eqJHe .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-uRcC4eqJHe .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uRcC4eqJHe .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRcFZL5t4Z {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fffcee;
}
.cid-uRcFZL5t4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcFZL5t4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcFZL5t4Z .card-wrapper {
  position: relative;
  padding: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRcFZL5t4Z .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-uRcFZL5t4Z .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: visible;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper {
  position: relative;
  padding: 64px;
  width: 50%;
  pointer-events: visible;
  overflow: hidden;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper {
    width: 55%;
    padding: 32px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper {
    width: 100%;
    padding: 24px;
  }
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
@media (max-width: 992px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group {
    margin-bottom: 12px !important;
  }
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin: 12px 0 12px 0;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: none !important;
  background-color: #e5e5e5;
  text-align: center;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #63635d;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #63635d;
  border-color: #63635d;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap {
  width: 30%;
  padding: 48px;
  height: fit-content;
  pointer-events: visible;
  position: relative;
  overflow: hidden;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #efef51;
}
@media (max-width: 1440px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap {
    width: 35%;
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap {
    width: 100%;
    padding: 24px;
  }
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRcFZL5t4Z .card-wrapper .content-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRcFZL5t4Z .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uRcFZL5t4Z .mbr-text,
.cid-uRcFZL5t4Z .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uRcFZL5t4Z .card-title {
  color: #000000;
}
.cid-uRcFZL5t4Z .card-text {
  color: #000000;
}
.cid-uRcFZL5t4Z label {
  color: #2c2c26;
}
.cid-uRcFZL5t4Z .mbr-section-btn {
  text-align: center;
}
.cid-uRjuvcDaxx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffcee;
}
.cid-uRjuvcDaxx .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uRjuvcDaxx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uRjuvcDaxx .container {
    padding: 0 20px;
  }
}
.cid-uRjuvcDaxx .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uRjuvcDaxx .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uRjuvcDaxx .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRjuvcDaxx .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uRjuvcDaxx .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uRjuvcDaxx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRjuvcDaxx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRjuvcDaxx .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uRjuvcDaxx .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uRjuvcDaxx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRjuvcDaxx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRjuvcDaxx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRjuvcDaxx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRjuvcDaxx iframe {
  border-radius: 20px !important;
}
.cid-uRcXcpce8T {
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 1;
  background-image: url("../../../assets/images/431121813-122134409198137743-5651874122787342365-n.jpg-1439x810.jpg");
}
.cid-uRcXcpce8T .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRcXcpce8T .mbr-text {
  margin: 0;
}
.cid-uRcXcpce8T .check-in-input,
.cid-uRcXcpce8T .check-out-input,
.cid-uRcXcpce8T .guests .date-col span {
  cursor: pointer;
}
.cid-uRcXcpce8T .input-wrap {
  background: #fcfcfc;
}
.cid-uRcXcpce8T .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-uRcXcpce8T .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-uRcXcpce8T .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-uRcXcpce8T .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-uRcXcpce8T .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-uRcXcpce8T .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-uRcXcpce8T .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRcXcpce8T .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-uRcXcpce8T .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-uRcXcpce8T .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-uRcXcpce8T .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-uRcXcpce8T .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-uRcXcpce8T .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 991px) {
  .cid-uRcXcpce8T .media-container-column {
    text-align: center;
  }
  .cid-uRcXcpce8T .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uRcXcpce8T .datepicker {
    left: 10% !important;
  }
}
.cid-uRcXcpce8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcXcpce8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcXcpce8T form input[name="nome"],
.cid-uRcXcpce8T form input[name="contacto"],
.cid-uRcXcpce8T form select[name="casa"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  background: #fcfcfc;
}
.cid-uRcXcpce8T form select[name="casa"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cid-uRcXcpce8T form input[name="email-pessoal"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  background: #fcfcfc;
  font-size: 16px;
}
.cid-uRcIt7QPdW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uRcIt7QPdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRcIt7QPdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uRcIt7QPdW .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uRcIt7QPdW .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uRcIt7QPdW .items-wrapper .card {
  padding: 0 32px;
}
.cid-uRcIt7QPdW .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRcIt7QPdW .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap:hover,
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRcIt7QPdW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRcIt7QPdW .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRcIt7QPdW .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRcIt7QPdW .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRcIt7QPdW .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uRcIt7QPdW .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uRcIt7QPdW .mbr-desc {
  color: #ffffff;
}
.cid-uRcIt7QPdW .mbr-text,
.cid-uRcIt7QPdW .text-wrapper {
  color: #9aa0a6;
}
.cid-uRcIt7QPdW .list {
  color: #9aa0a6;
}
.cid-uRcIt7QPdW .list,
.cid-uRcIt7QPdW .item-wrap {
  color: #000000;
}
.cid-uRcIt7QPdW .mbr-desc,
.cid-uRcIt7QPdW .content-wrapper {
  color: #111111;
}
.cid-uRcIt7QPdW .mbr-text,
.cid-uRcIt7QPdW .mbr-section-btn {
  color: #111111;
}
.cid-uRcIt7QPdW P {
  color: #111111;
}
.cid-uRdxG1zmhh .nav-item:focus,
.cid-uRdxG1zmhh .nav-link:focus {
  outline: none;
}
.cid-uRdxG1zmhh a.nav-link:focus {
  color: #f6ff00 !important;
}
.cid-uRdxG1zmhh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uRdxG1zmhh .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uRdxG1zmhh .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uRdxG1zmhh .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uRdxG1zmhh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdxG1zmhh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRdxG1zmhh .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uRdxG1zmhh .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uRdxG1zmhh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRdxG1zmhh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdxG1zmhh .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uRdxG1zmhh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdxG1zmhh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRdxG1zmhh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdxG1zmhh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uRdxG1zmhh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uRdxG1zmhh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdxG1zmhh .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uRdxG1zmhh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uRdxG1zmhh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdxG1zmhh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdxG1zmhh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRdxG1zmhh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRdxG1zmhh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRdxG1zmhh .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uRdxG1zmhh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uRdxG1zmhh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uRdxG1zmhh .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uRdxG1zmhh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRdxG1zmhh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRdxG1zmhh .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRdxG1zmhh .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uRdxG1zmhh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uRdxG1zmhh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdxG1zmhh .dropdown-item.active,
.cid-uRdxG1zmhh .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdxG1zmhh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdxG1zmhh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdxG1zmhh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdxG1zmhh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uRdxG1zmhh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uRdxG1zmhh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdxG1zmhh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRdxG1zmhh .navbar-buttons {
  text-align: center;
}
.cid-uRdxG1zmhh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdxG1zmhh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRdxG1zmhh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRdxG1zmhh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRdxG1zmhh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRdxG1zmhh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRdxG1zmhh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRdxG1zmhh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRdxG1zmhh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRdxG1zmhh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRdxG1zmhh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uRdxG1zmhh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uRdxG1zmhh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRdxG1zmhh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uRdxG1zmhh .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uRdxG1zmhh .nav-link:hover,
.cid-uRdxG1zmhh .icons-menu .mbr-iconfont:hover {
  color: #f6ff00 !important;
}
.cid-uRdxG1zmhh .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uRdxG1zmhh .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f6ff00;
  transition: width 0.3s ease-in;
}
.cid-uRdxG1zmhh .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uRdxG1zmhh .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uRdxG1zmhh .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uRdxG1zmhh .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uRdxG1zmhh .dropdown-menu {
    top: 100%;
  }
  .cid-uRdxG1zmhh .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uRdxG1zmhh .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uRdxG1zmhh .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uRdxG1zmhh .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uRdxG2eto2 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/cps-quarto-verde-4.jpg-2000x1333.jpg");
}
.cid-uRdxG2eto2 .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-uRdxG2eto2 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uRdxG2eto2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRdzCsQ3mw {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fffcee;
}
.cid-uRdzCsQ3mw .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRdzCsQ3mw .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRdzCsQ3mw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e6c8ab;
}
.cid-uRdzCsQ3mw .svg-top .st0 {
  fill: #fffcee;
}
@media (max-width: 992px) {
  .cid-uRdzCsQ3mw .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uRdzCsQ3mw .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uRdzCsQ3mw .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uRdzCsQ3mw .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRdzCsQ3mw .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uRdzCsQ3mw .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uRdzCsQ3mw .card-title,
.cid-uRdzCsQ3mw .social-row {
  color: #1a449a;
}
.cid-uRdzCsQ3mw .mbr-role,
.cid-uRdzCsQ3mw .social-row {
  color: #1a449a;
}
.cid-uRdzCsQ3mw .card-text,
.cid-uRdzCsQ3mw .mbr-section-btn,
.cid-uRdzCsQ3mw .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uRdzCsQ3mw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRdzCsQ3mw .card-title,
.cid-uRdzCsQ3mw .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uRdzCsQ3mw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRdxG51zRE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uRdxG51zRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdxG51zRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdxG51zRE .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRdxG51zRE .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uRdxG51zRE .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRdxG51zRE .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRdxG51zRE .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRdxG51zRE .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRdxG51zRE .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRdxG51zRE .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uRdxG51zRE .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uRdxG51zRE .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRdxG51zRE .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRdxG51zRE .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uRdxG51zRE .items-wrapper .card {
  padding: 0 32px;
}
.cid-uRdxG51zRE .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRdxG51zRE .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRdxG51zRE .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRdxG51zRE .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRdxG51zRE .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRdxG51zRE .list-wrapper .list .item-wrap:hover,
.cid-uRdxG51zRE .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRdxG51zRE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRdxG51zRE .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRdxG51zRE .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRdxG51zRE .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRdxG51zRE .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uRdxG51zRE .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uRdxG51zRE .mbr-desc {
  color: #ffffff;
}
.cid-uRdxG51zRE .mbr-text,
.cid-uRdxG51zRE .text-wrapper {
  color: #9aa0a6;
}
.cid-uRdxG51zRE .list {
  color: #9aa0a6;
}
.cid-uRdxG51zRE .list,
.cid-uRdxG51zRE .item-wrap {
  color: #000000;
}
.cid-uRdxG51zRE .mbr-desc,
.cid-uRdxG51zRE .content-wrapper {
  color: #111111;
}
.cid-uRdxG51zRE .mbr-text,
.cid-uRdxG51zRE .mbr-section-btn {
  color: #111111;
}
.cid-uRdxG51zRE P {
  color: #111111;
}
.cid-uRdAnTTdIu .nav-item:focus,
.cid-uRdAnTTdIu .nav-link:focus {
  outline: none;
}
.cid-uRdAnTTdIu a.nav-link:focus {
  color: #f6ff00 !important;
}
.cid-uRdAnTTdIu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uRdAnTTdIu .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uRdAnTTdIu .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uRdAnTTdIu .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uRdAnTTdIu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRdAnTTdIu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRdAnTTdIu .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uRdAnTTdIu .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uRdAnTTdIu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRdAnTTdIu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRdAnTTdIu .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uRdAnTTdIu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRdAnTTdIu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRdAnTTdIu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRdAnTTdIu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uRdAnTTdIu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uRdAnTTdIu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRdAnTTdIu .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uRdAnTTdIu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uRdAnTTdIu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRdAnTTdIu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRdAnTTdIu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRdAnTTdIu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRdAnTTdIu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRdAnTTdIu .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uRdAnTTdIu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uRdAnTTdIu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uRdAnTTdIu .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uRdAnTTdIu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRdAnTTdIu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRdAnTTdIu .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRdAnTTdIu .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uRdAnTTdIu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uRdAnTTdIu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRdAnTTdIu .dropdown-item.active,
.cid-uRdAnTTdIu .dropdown-item:active {
  background-color: transparent;
}
.cid-uRdAnTTdIu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRdAnTTdIu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRdAnTTdIu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRdAnTTdIu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uRdAnTTdIu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uRdAnTTdIu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRdAnTTdIu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRdAnTTdIu .navbar-buttons {
  text-align: center;
}
.cid-uRdAnTTdIu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRdAnTTdIu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRdAnTTdIu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRdAnTTdIu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRdAnTTdIu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRdAnTTdIu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRdAnTTdIu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRdAnTTdIu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRdAnTTdIu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRdAnTTdIu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRdAnTTdIu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uRdAnTTdIu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uRdAnTTdIu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRdAnTTdIu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uRdAnTTdIu .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uRdAnTTdIu .nav-link:hover,
.cid-uRdAnTTdIu .icons-menu .mbr-iconfont:hover {
  color: #f6ff00 !important;
}
.cid-uRdAnTTdIu .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uRdAnTTdIu .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f6ff00;
  transition: width 0.3s ease-in;
}
.cid-uRdAnTTdIu .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uRdAnTTdIu .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uRdAnTTdIu .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uRdAnTTdIu .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uRdAnTTdIu .dropdown-menu {
    top: 100%;
  }
  .cid-uRdAnTTdIu .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uRdAnTTdIu .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uRdAnTTdIu .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uRdAnTTdIu .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uRdAnUuR0l {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/cps-quarto-verde-4.jpg-2000x1333.jpg");
}
.cid-uRdAnUuR0l .mbr-arrow {
  background: #709faf !important;
  opacity: .7;
}
.cid-uRdAnUuR0l .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uRdAnUuR0l .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRdAnURKSW {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fffcee;
}
.cid-uRdAnURKSW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRdAnURKSW .team-card:hover {
  transform: translateY(-10px);
}
.cid-uRdAnURKSW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #e6c8ab;
}
.cid-uRdAnURKSW .svg-top .st0 {
  fill: #fffcee;
}
@media (max-width: 992px) {
  .cid-uRdAnURKSW .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uRdAnURKSW .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uRdAnURKSW .image-wrap img {
  height: 100%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uRdAnURKSW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRdAnURKSW .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uRdAnURKSW .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uRdAnURKSW .card-title,
.cid-uRdAnURKSW .social-row {
  color: #1a449a;
}
.cid-uRdAnURKSW .mbr-role,
.cid-uRdAnURKSW .social-row {
  color: #1a449a;
}
.cid-uRdAnURKSW .card-text,
.cid-uRdAnURKSW .mbr-section-btn,
.cid-uRdAnURKSW .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uRdAnURKSW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRdAnURKSW .card-title,
.cid-uRdAnURKSW .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uRdAnURKSW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uRdAnVFSui {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uRdAnVFSui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdAnVFSui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdAnVFSui .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRdAnVFSui .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uRdAnVFSui .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRdAnVFSui .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRdAnVFSui .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRdAnVFSui .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRdAnVFSui .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRdAnVFSui .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uRdAnVFSui .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uRdAnVFSui .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRdAnVFSui .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRdAnVFSui .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uRdAnVFSui .items-wrapper .card {
  padding: 0 32px;
}
.cid-uRdAnVFSui .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRdAnVFSui .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRdAnVFSui .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRdAnVFSui .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRdAnVFSui .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRdAnVFSui .list-wrapper .list .item-wrap:hover,
.cid-uRdAnVFSui .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRdAnVFSui .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRdAnVFSui .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRdAnVFSui .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRdAnVFSui .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRdAnVFSui .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uRdAnVFSui .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uRdAnVFSui .mbr-desc {
  color: #ffffff;
}
.cid-uRdAnVFSui .mbr-text,
.cid-uRdAnVFSui .text-wrapper {
  color: #9aa0a6;
}
.cid-uRdAnVFSui .list {
  color: #9aa0a6;
}
.cid-uRdAnVFSui .list,
.cid-uRdAnVFSui .item-wrap {
  color: #000000;
}
.cid-uRdAnVFSui .mbr-desc,
.cid-uRdAnVFSui .content-wrapper {
  color: #111111;
}
.cid-uRdAnVFSui .mbr-text,
.cid-uRdAnVFSui .mbr-section-btn {
  color: #111111;
}
.cid-uRdAnVFSui P {
  color: #111111;
}
.cid-uRjk21561p .nav-item:focus,
.cid-uRjk21561p .nav-link:focus {
  outline: none;
}
.cid-uRjk21561p a.nav-link:focus {
  color: #f6ff00 !important;
}
.cid-uRjk21561p .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-uRjk21561p .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-uRjk21561p .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uRjk21561p .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uRjk21561p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRjk21561p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uRjk21561p .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uRjk21561p .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uRjk21561p .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRjk21561p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRjk21561p .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uRjk21561p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRjk21561p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRjk21561p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRjk21561p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uRjk21561p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uRjk21561p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRjk21561p .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uRjk21561p .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uRjk21561p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRjk21561p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRjk21561p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRjk21561p .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRjk21561p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRjk21561p .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uRjk21561p .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uRjk21561p .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uRjk21561p .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-uRjk21561p .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRjk21561p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRjk21561p .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRjk21561p .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uRjk21561p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uRjk21561p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRjk21561p .dropdown-item.active,
.cid-uRjk21561p .dropdown-item:active {
  background-color: transparent;
}
.cid-uRjk21561p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRjk21561p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRjk21561p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRjk21561p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uRjk21561p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uRjk21561p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRjk21561p ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRjk21561p .navbar-buttons {
  text-align: center;
}
.cid-uRjk21561p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRjk21561p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRjk21561p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRjk21561p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRjk21561p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRjk21561p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRjk21561p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRjk21561p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRjk21561p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRjk21561p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRjk21561p .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uRjk21561p a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uRjk21561p .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRjk21561p .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uRjk21561p .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-uRjk21561p .nav-link:hover,
.cid-uRjk21561p .icons-menu .mbr-iconfont:hover {
  color: #f6ff00 !important;
}
.cid-uRjk21561p .dropdown-item:hover {
  color: #709faf !important;
}
.cid-uRjk21561p .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f6ff00;
  transition: width 0.3s ease-in;
}
.cid-uRjk21561p .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uRjk21561p .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uRjk21561p .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uRjk21561p .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uRjk21561p .dropdown-menu {
    top: 100%;
  }
  .cid-uRjk21561p .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-uRjk21561p .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-uRjk21561p .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uRjk21561p .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uRjk20iZFJ {
  background-image: url("../../../assets/images/471857473-122190556934137743-6903231311155253163-n-cleanup.jpg-2000x1126.jpg");
}
.cid-uRjk20iZFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjk20iZFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjk20iZFJ .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uRjk20iZFJ .content-wrapper {
    margin-top: 0;
  }
}
.cid-uRjk20iZFJ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #109621);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uRjk20iZFJ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uRjk20iZFJ .mbr-section-title {
  color: #ffffff;
}
.cid-uRjk20iZFJ .mbr-text {
  color: #ffffff;
}
.cid-uRjk20iZFJ .mbr-section-title,
.cid-uRjk20iZFJ .mbr-section-btn {
  color: #0c5b47;
}
.cid-uRjk21IByf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f1f4e9;
}
.cid-uRjk21IByf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uRjk21IByf .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjk21IByf .title {
    width: 100% !important;
  }
}
.cid-uRjk221iRl {
  background-color: #fffcee;
}
.cid-uRjk221iRl .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uRjk221iRl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRjk221iRl .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRjk221iRl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uRjk221iRl .image-element {
    padding-left: 0;
  }
}
.cid-uRjk221iRl .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uRjk221iRl .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uRjk221iRl .brown {
  color: #c19b76;
}
.cid-uRjk221iRl .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRjk221iRl .paragraphs-wrapper .first-paragraph,
.cid-uRjk221iRl .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uRjk221iRl .image-element {
    padding-top: 1rem;
  }
  .cid-uRjk221iRl .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRjk221iRl .paragraphs-wrapper .first-paragraph,
  .cid-uRjk221iRl .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uRjk221iRl .first-paragraph,
  .cid-uRjk221iRl .second-paragraph {
    width: 50%;
  }
  .cid-uRjk221iRl .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uRjk221iRl .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uRjk221iRl .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjk221iRl .mbr-section-title,
  .cid-uRjk221iRl .mbr-section-btn {
    text-align: left;
  }
}
.cid-uRjk221iRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjk221iRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjk221iRl .mbr-section-title {
  color: #000000;
}
.cid-uRjk221iRl .mbr-text,
.cid-uRjk221iRl .mbr-section-btn {
  color: #000000;
}
.cid-uRjk22u0Fw {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
  overflow: hidden;
}
.cid-uRjk22u0Fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjk22u0Fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjk22u0Fw .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uRjk22u0Fw .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uRjk22u0Fw .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uRjk22u0Fw .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uRjk22u0Fw .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uRjk22u0Fw .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uRjk22u0Fw .mbr-section-head {
  width: 100%;
}
.cid-uRjk22u0Fw .mbr-section-title {
  color: #d8b56b;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRjk22u0Fw .mbr-section-title {
    text-align: center;
  }
}
.cid-uRjk22u0Fw .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRjk22u0Fw .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uRjk22u0Fw .card-row {
  align-items: stretch;
}
.cid-uRjk22u0Fw .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uRjk22u0Fw .card {
    margin-top: 30px;
  }
}
.cid-uRjk22u0Fw .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e6c8ab, #fffcee);
}
@media (max-width: 1199px) {
  .cid-uRjk22u0Fw .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uRjk22u0Fw .card-wrapper {
    padding: 20px;
  }
}
.cid-uRjk22u0Fw .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uRjk22u0Fw .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-uRjk22u0Fw .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-uRjk22u0Fw .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-uRjk22u0Fw .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-uRjk22u0Fw .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #e6c8ab, #84582e);
  opacity: 0;
  transition: .5s all;
}
.cid-uRjk22u0Fw .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-uRjk22u0Fw .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uRjk22u0Fw .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uRjk22u0Fw .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #d8b56b;
}
.cid-uRjk22u0Fw .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uRjk22u0Fw .card-title {
    margin-bottom: 15px;
  }
}
.cid-uRjk22u0Fw .card-text {
  color: #000000;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: center;
}
.cid-uRjk22u0Fw .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-uRjk22u0Fw .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-uRjk23fs4P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f4e9;
}
.cid-uRjk23fs4P .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uRjk23fs4P .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uRjk23fs4P .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uRjk23fs4P .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uRjk23fs4P .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uRjk23fs4P .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRjk23fs4P .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjk23fs4P .image-element {
    padding: 0 15px;
  }
  .cid-uRjk23fs4P .text-element {
    padding: 2rem 1rem;
  }
  .cid-uRjk23fs4P .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uRjk23fs4P .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uRjk23fs4P .mbr-text,
.cid-uRjk23fs4P .mbr-section-btn {
  color: #000000;
}
.cid-uRjk23fs4P .mbr-section-title {
  color: #84582e;
}
.cid-uRjk23EI7w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/431121813-122134409198137743-5651874122787342365-n.jpg-1439x810.jpg");
}
@media (max-width: 767px) {
  .cid-uRjk23EI7w .first-col {
    padding-bottom: 1rem;
  }
}
.cid-uRjk23EI7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjk23EI7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjk240ZNb {
  background-color: #f1f4e9;
}
.cid-uRjk240ZNb .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uRjk240ZNb .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uRjk240ZNb .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRjk240ZNb .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRjk240ZNb .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uRjk240ZNb .image-element {
    padding-right: 0;
  }
}
.cid-uRjk240ZNb .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uRjk240ZNb .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uRjk240ZNb .brown {
  color: #c19b76;
}
.cid-uRjk240ZNb .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRjk240ZNb .paragraphs-wrapper .first-paragraph,
.cid-uRjk240ZNb .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uRjk240ZNb .image-element {
    padding-bottom: 1rem;
  }
  .cid-uRjk240ZNb .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uRjk240ZNb .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uRjk240ZNb .paragraphs-wrapper .first-paragraph,
  .cid-uRjk240ZNb .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uRjk240ZNb .first-paragraph,
  .cid-uRjk240ZNb .second-paragraph {
    width: 50%;
  }
  .cid-uRjk240ZNb .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-uRjk240ZNb .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-uRjk240ZNb .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uRjk240ZNb .mbr-section-title,
  .cid-uRjk240ZNb .mbr-section-btn {
    text-align: left;
  }
}
.cid-uRjk240ZNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjk240ZNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjk240ZNb .mbr-section-title {
  color: #000000;
}
.cid-uRjk240ZNb .mbr-text,
.cid-uRjk240ZNb .mbr-section-btn {
  color: #000000;
}
.cid-uRjk24rnnj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f4e9;
}
.cid-uRjk24rnnj .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-uRjk24rnnj .card .card-img span {
  color: #3ab54a;
  font-size: 45px;
}
.cid-uRjk24rnnj .card .card-title {
  letter-spacing: 1px;
}
.cid-uRjk24rnnj .mbr-text,
.cid-uRjk24rnnj .card-title {
  color: #878787;
}
.cid-uRjk24rnnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjk24rnnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjk24rnnj .mbr-text,
.cid-uRjk24rnnj .link {
  color: #000000;
}
.cid-uRjk24rnnj .card-title,
.cid-uRjk24rnnj .card-img {
  color: #000000;
}
.cid-uRjk256wyP {
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 1;
  background-image: url("../../../assets/images/431121813-122134409198137743-5651874122787342365-n.jpg-1439x810.jpg");
}
.cid-uRjk256wyP .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uRjk256wyP .mbr-text {
  margin: 0;
}
.cid-uRjk256wyP .check-in-input,
.cid-uRjk256wyP .check-out-input,
.cid-uRjk256wyP .guests .date-col span {
  cursor: pointer;
}
.cid-uRjk256wyP .input-wrap {
  background: #fcfcfc;
}
.cid-uRjk256wyP .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-uRjk256wyP .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-uRjk256wyP .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-uRjk256wyP .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-uRjk256wyP .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-uRjk256wyP .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-uRjk256wyP .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRjk256wyP .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-uRjk256wyP .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-uRjk256wyP .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-uRjk256wyP .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-uRjk256wyP .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-uRjk256wyP .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 991px) {
  .cid-uRjk256wyP .media-container-column {
    text-align: center;
  }
  .cid-uRjk256wyP .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uRjk256wyP .datepicker {
    left: 10% !important;
  }
}
.cid-uRjk256wyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjk256wyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjk256wyP form input[name="nome"],
.cid-uRjk256wyP form input[name="contacto"],
.cid-uRjk256wyP form select[name="casa"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  background: #fcfcfc;
}
.cid-uRjk256wyP form select[name="casa"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cid-uRjk256wyP form input[name="email-pessoal"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
  background: #fcfcfc;
  font-size: 16px;
}
.cid-uRjk27IiZO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uRjk27IiZO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uRjk27IiZO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjk27IiZO .title {
    width: 100% !important;
  }
}
.cid-uRjk283x5M {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uRjk28mUZc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f1f4e9;
}
.cid-uRjk28mUZc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uRjk28mUZc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRjk28mUZc .title {
    width: 100% !important;
  }
}
.cid-uRjk28IHk0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f4e9;
}
.cid-uRjk28IHk0 .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-uRjk28IHk0 .card .card-img span {
  color: #3ab54a;
  font-size: 45px;
}
.cid-uRjk28IHk0 .card .card-title {
  letter-spacing: 1px;
}
.cid-uRjk28IHk0 .mbr-text,
.cid-uRjk28IHk0 .card-title {
  color: #878787;
}
.cid-uRjk28IHk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjk28IHk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjk28IHk0 .mbr-text,
.cid-uRjk28IHk0 .link {
  color: #000000;
}
.cid-uRjk28IHk0 .card-title,
.cid-uRjk28IHk0 .card-img {
  color: #000000;
}
.cid-uRjk29r1VA P {
  color: #1281fc;
}
.cid-uRjk29r1VA DIV {
  color: #ffffff;
}
.cid-uRjk29r1VA H10 {
  color: #034e75;
}
.cid-uRjk29r1VA .hidden {
  display: none;
}
.cid-uRjk29r1VA .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 11px;
}
.cid-uRjk29r1VA .icon-bar a {
  display: block;
  text-align: center;
  padding: 1px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 11px;
}
.cid-uRjk29r1VA .icon-bar a:hover {
  background-color: #000000;
}
.cid-uRjk29r1VA .flag {
  background: transparent;
}
.cid-uRjk29r1VA .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uRjk29r1VA .nav-right {
  float: left !important;
  position: relative;
}
.cid-uRjk29r1VA #google_translate_element {
  display: none;
}
.cid-uRjk29r1VA .goog-te-banner {
  display: none;
}
.cid-uRjk29r1VA .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uRjk29r1VA .goog-te-spinner-pos {
  display: none !important;
}
.cid-uRjk29r1VA body {
  top: 0px !important;
}
.cid-uRjk29r1VA body body {
  top: 0 !important;
}
.cid-uRjk29r1VA body .goog-te-banner-frame {
  display: none !important;
}
.cid-uRjk29r1VA .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uRjk29r1VA .goog-tooltip {
  display: none !important;
}
.cid-uRjk29r1VA .goog-tooltip:hover {
  display: none !important;
}
.cid-uRjk29r1VA .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uRjk29r1VA #goog-gt-tt,
.cid-uRjk29r1VA .goog-te-balloon-frame {
  display: none !important;
}
.cid-uRjk29r1VA #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uRjk29r1VA .goog-logo-link {
  display: none !important;
}
.cid-uRjk29r1VA .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uRjk29r1VA div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uRjk29r1VA div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uRjk29RSeB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #cfcfcf;
}
.cid-uRjk29RSeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRjk29RSeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRjk29RSeB .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRjk29RSeB .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uRjk29RSeB .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRjk29RSeB .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRjk29RSeB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRjk29RSeB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uRjk29RSeB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRjk29RSeB .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #436cb2;
  color: #ffffff;
}
.cid-uRjk29RSeB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uRjk29RSeB .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRjk29RSeB .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRjk29RSeB .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uRjk29RSeB .items-wrapper .card {
  padding: 0 32px;
}
.cid-uRjk29RSeB .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRjk29RSeB .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRjk29RSeB .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRjk29RSeB .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRjk29RSeB .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uRjk29RSeB .list-wrapper .list .item-wrap:hover,
.cid-uRjk29RSeB .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uRjk29RSeB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRjk29RSeB .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRjk29RSeB .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRjk29RSeB .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uRjk29RSeB .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uRjk29RSeB .mbr-copy {
  margin-bottom: 0;
  color: #111111;
  text-align: center;
}
.cid-uRjk29RSeB .mbr-desc {
  color: #ffffff;
}
.cid-uRjk29RSeB .mbr-text,
.cid-uRjk29RSeB .text-wrapper {
  color: #9aa0a6;
}
.cid-uRjk29RSeB .list {
  color: #9aa0a6;
}
.cid-uRjk29RSeB .list,
.cid-uRjk29RSeB .item-wrap {
  color: #000000;
}
.cid-uRjk29RSeB .mbr-desc,
.cid-uRjk29RSeB .content-wrapper {
  color: #111111;
}
.cid-uRjk29RSeB .mbr-text,
.cid-uRjk29RSeB .mbr-section-btn {
  color: #111111;
}
.cid-uRjk29RSeB P {
  color: #111111;
}
