body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 0.6rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.96rem;
}
.display-5 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #5d3516 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #ff3366 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b69b74 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5d3516 !important;
  border-color: #5d3516 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1f1207 !important;
  border-color: #1f1207 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f1207 !important;
  border-color: #1f1207 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b0602;
  color: #0b0602;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #5d3516;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5d3516;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d3516 !important;
  border-color: #5d3516 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #149dcc;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff3366;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff3366;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f7ed4a;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7ed4a;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #879a9f;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #879a9f;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b69b74;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b69b74;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #5d3516 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #ff3366 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b69b74 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b0602 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc0033 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #816843 !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: #ff3366;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b69b74;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5d3516;
  border-color: #5d3516;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5d3516;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c4702e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2d7c8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5d3516;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5d3516;
  color: #ffffff;
}
.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: #5d3516;
  border-bottom-color: #5d3516;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5d3516 !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: #149dcc !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='%235d3516' %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-rArWEFjSdi .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 100px;
}
.cid-rArWEFjSdi .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rArWEFjSdi a {
  font-style: normal;
}
.cid-rArWEFjSdi a .link:hover {
  color: inherit!important;
}
.cid-rArWEFjSdi .dropdown-item:active {
  background: #ffffff;
}
.cid-rArWEFjSdi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rArWEFjSdi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rArWEFjSdi .nav-item:focus,
.cid-rArWEFjSdi .nav-link:focus {
  outline: none;
}
.cid-rArWEFjSdi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rArWEFjSdi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rArWEFjSdi .menu-logo {
  margin-right: auto;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rArWEFjSdi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rArWEFjSdi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rArWEFjSdi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rArWEFjSdi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-rArWEFjSdi button.navbar-toggler:focus {
  outline: none;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d3516;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rArWEFjSdi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rArWEFjSdi .collapsed .btn {
  display: -webkit-flex;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rArWEFjSdi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rArWEFjSdi .collapsed button.navbar-toggler {
  display: block;
}
.cid-rArWEFjSdi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rArWEFjSdi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rArWEFjSdi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rArWEFjSdi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rArWEFjSdi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rArWEFjSdi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rArWEFjSdi .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rArWEFjSdi img {
    height: 3.8rem !important;
  }
  .cid-rArWEFjSdi .btn {
    display: -webkit-flex;
  }
  .cid-rArWEFjSdi button.navbar-toggler {
    display: block;
  }
  .cid-rArWEFjSdi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rArWEFjSdi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rArWEFjSdi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing,
  .cid-rArWEFjSdi .navbar-collapse.show {
    display: block !important;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-nav,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-buttons,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rArWEFjSdi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rArWEFjSdi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rArWEFjSdi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rArWEFjSdi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rArWEFjSdi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rArWEFjSdi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rArWEFjSdi .nav-link,
.cid-rArWEFjSdi .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-rArWEFjSdi .nav-link:hover,
.cid-rArWEFjSdi .dropdown-item:hover {
  color: #5d3516 !important;
  border-color: #5d3516;
}
.cid-sIpvd0UJHC {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #eae8e4;
}
.cid-sIpvd0UJHC .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-sIpvd0UJHC .wrapper {
  position: relative;
}
.cid-sIpvd0UJHC .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sIpvd0UJHC .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sIpvd0UJHC .mbr-iconfont {
  font-size: 1.8rem;
  color: #e76c0c;
}
.cid-sIpvd0UJHC .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sIpvd0UJHC .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sIpvd0UJHC .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sIpvd0UJHC .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sIpvd0UJHC .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sIpvd0UJHC .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sIpvd0UJHC .img2 {
    width: 400px;
  }
  .cid-sIpvd0UJHC .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sIpvd0UJHC .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sIpvd0UJHC .img2 {
    width: 400px;
  }
  .cid-sIpvd0UJHC .img1 {
    padding-right: 4rem;
  }
  .cid-sIpvd0UJHC .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sIpvd0UJHC .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sIpvd0UJHC .img2 {
    width: 200px;
  }
  .cid-sIpvd0UJHC .container-fluid {
    padding: 0 1rem;
  }
  .cid-sIpvd0UJHC .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sIpvd0UJHC H1 {
  color: #e76c0c;
}
.cid-sIpvd0UJHC .mbr-text,
.cid-sIpvd0UJHC .mbr-section-btn {
  color: #5d3516;
}
.cid-sIpvd0UJHC H2 {
  color: #e76c0c;
}
.cid-sN1PZduRcK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9ebfba;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sN1PZduRcK .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-sN1PZduRcK .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #073b4c;
}
.cid-sN1PZduRcK .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-sN1PZduRcK .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-sN1PZduRcK .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-sN1PZduRcK .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-sN1PZduRcK .mbr-gallery-filter ul {
  display: block;
}
.cid-sN1PZduRcK .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-sN1PZduRcK .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sN1PZduRcK .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sN1PZduRcK .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-sN1PZduRcK .mbr-gallery-row {
  margin-top: 50px;
}
.cid-sN1PZduRcK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sN1PZduRcK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-sN1PZduRcK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-sN1PZduRcK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sN1PZduRcK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-sN1PZduRcK .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-sN1PZduRcK .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-sN1PZduRcK .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-sN1PZduRcK .mbr-gallery-item > div img,
.cid-sN1PZduRcK .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-sN1PZduRcK .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-sN1PZduRcK .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-sN1PZduRcK .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sN1PZduRcK .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sN1PZduRcK .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-sN1PZduRcK .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sN1PZduRcK .mbr-section-title {
    text-align: center;
  }
  .cid-sN1PZduRcK .image {
    top: auto;
    height: 420px;
  }
  .cid-sN1PZduRcK .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-sN1PZduRcK .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-sN1PZduRcK .mbr-gallery-item > div img,
  .cid-sN1PZduRcK .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-sN1PZduRcK .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-sN1PZduRcK .image {
    height: 290px;
  }
}
.cid-sN1PZduRcK .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sIpBApuhc8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f4f0;
}
.cid-sIpBApuhc8 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sIpBApuhc8 .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-sIpBApuhc8 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sIpBApuhc8 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sIpBApuhc8 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sIpBApuhc8 .title {
  max-width: 800px;
  margin: auto;
}
.cid-sIpBApuhc8 .text-wrap {
  padding: 0 1rem;
}
.cid-sIpBApuhc8 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sIpBApuhc8 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sIpBApuhc8 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sIpBApuhc8 .card-block:hover img {
  transform: scale(1.1);
}
.cid-sIpBApuhc8 H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sIpBApuhc8 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sQgmftTV8E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b2ccd2;
}
.cid-sQgmftTV8E .mbr-overlay {
  padding: 0;
  background: #b2ccd2;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-sQgmftTV8E img,
.cid-sQgmftTV8E .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sQgmftTV8E .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #073b4c;
}
.cid-sQgmftTV8E .mbr-section-title {
  margin-bottom: 60px;
  color: #6a3649;
}
.cid-sQgmftTV8E .item:focus,
.cid-sQgmftTV8E span:focus {
  outline: none;
}
.cid-sQgmftTV8E .item {
  cursor: pointer;
}
.cid-sQgmftTV8E .item-title {
  letter-spacing: 2.54px;
  color: #6a3649;
}
.cid-sQgmftTV8E .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sQgmftTV8E .item:not(:last-child) {
  margin-bottom: 30px;
}
.cid-sQgmftTV8E .item-subtitle {
  color: #6a3649;
}
.cid-sQgmftTV8E .mbr-text,
.cid-sQgmftTV8E .mbr-section-btn {
  color: #073b4c;
  text-align: left;
}
.cid-sIpEadO54Q {
  background-image: url("../../../assets/images/costa-vicentina-copia-2000x700.jpg");
}
.cid-sN1ZoLDNkZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #3a4a38;
}
.cid-sN1ZoLDNkZ .title__block {
  margin-bottom: 110px;
}
.cid-sN1ZoLDNkZ .mbr-section-title {
  display: inline-block;
  margin-bottom: 34px;
  color: #f9f295;
  text-align: left;
}
.cid-sN1ZoLDNkZ .bgColor:nth-child(1) .card__content {
  background-color: rgba(93, 53, 22, 0.2);
}
.cid-sN1ZoLDNkZ .bgColor:nth-child(2) .card__content {
  background-color: rgba(20, 157, 204, 0.5);
}
.cid-sN1ZoLDNkZ .bgColor:nth-child(3) .card__content {
  background-color: rgba(255, 51, 102, 0.5);
}
.cid-sN1ZoLDNkZ .bgColor:nth-child(4) .card__content {
  background-color: rgba(182, 155, 116, 0.5);
}
.cid-sN1ZoLDNkZ .bgColor:nth-child(5) .card__content {
  background-color: rgba(135, 154, 159, 0.5);
}
.cid-sN1ZoLDNkZ .bgColor:nth-child(6) .card__content {
  background-color: rgba(247, 237, 74, 0.5);
}
.cid-sN1ZoLDNkZ .card__wrap {
  margin-bottom: 100px;
}
.cid-sN1ZoLDNkZ .card__block {
  position: relative;
  margin-bottom: 26px;
}
.cid-sN1ZoLDNkZ .image {
  position: relative;
  height: 450px;
  transition: all .3s ease;
}
.cid-sN1ZoLDNkZ .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-sN1ZoLDNkZ .card__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px 0;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.cid-sN1ZoLDNkZ .card__title {
  margin-bottom: 15px;
}
.cid-sN1ZoLDNkZ .card__text {
  margin-bottom: 0;
}
.cid-sN1ZoLDNkZ .card__name {
  margin-bottom: 8px;
  transition: all .3s ease;
  color: #f9f295;
  text-align: center;
}
.cid-sN1ZoLDNkZ .card__descr {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sN1ZoLDNkZ .title__block {
    margin-bottom: 75px;
  }
  .cid-sN1ZoLDNkZ .mbr-section-title.figure:before {
    top: -73px;
    right: -30px;
    width: 75px;
    height: 70px;
  }
  .cid-sN1ZoLDNkZ .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-sN1ZoLDNkZ .card__wrap {
    margin-bottom: 75px;
  }
}
.cid-sN1ZoLDNkZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sIpKR1mG8o {
  padding-top: 600px;
  background-image: url("../../../assets/images/shutterstock-1054558727-2000x1334.jpg");
}
.cid-sIpKXVUC3S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sIpKXVUC3S img {
  width: 90%;
}
.cid-sIpKXVUC3S .mbr-text,
.cid-sIpKXVUC3S .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sIpKXVUC3S img {
    width: 100%;
  }
  .cid-sIpKXVUC3S .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sIpKXVUC3S H3 {
  color: #b69b74;
}
.cid-sIpKXVUC3S H1 {
  color: #5d3516;
}
.cid-sMcW14Blwa {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #e76c0c;
}
.cid-sMcW14Blwa .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sMcW14Blwa .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sMcW14Blwa .btn {
  margin: 0px !important;
}
.cid-sMcW14Blwa .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMcW14Blwa .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMcW14Blwa .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sMcW14Blwa .carousel-item .wrap-img {
  text-align: center;
}
.cid-sMcW14Blwa .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sMcW14Blwa .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sMcW14Blwa .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sMcW14Blwa .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #efefef;
  display: inline-block;
  border: 4px solid #efefef;
}
.cid-sMcW14Blwa .carousel-indicators li.active {
  border-color: #e0e0e0;
}
@media (max-width: 768px) {
  .cid-sMcW14Blwa .second-col {
    padding-top: 2rem;
  }
}
.cid-sMcW14Blwa .mbr-section-subtitle,
.cid-sMcW14Blwa .mbr-section-btn {
  color: #f7f4f0;
}
.cid-sQgUC36Nul {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e76c0c;
}
.cid-sQgUC36Nul .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-sQgUC36Nul .title {
  max-width: 800px;
  margin: auto;
}
.cid-sQgUC36Nul .text-wrap {
  padding: 0 1rem;
}
.cid-sQgUC36Nul .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sQgUC36Nul .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sQgUC36Nul .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sQgUC36Nul .card-block:hover img {
  transform: scale(1.1);
}
.cid-sQgUC36Nul .card {
  padding: 0;
}
.cid-sQgUC36Nul .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sQgUC36Nul .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-sQgUC36Nul .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-sQgUC36Nul H4 {
  color: #e76c0c;
}
@media (max-width: 992px) {
  .cid-sQgUC36Nul .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-sQgUC36Nul .mbr-text,
.cid-sQgUC36Nul .link-wrap {
  color: #e76c0c;
}
.cid-sIpP6HnQEi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-sIpP6HnQEi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIpP6HnQEi h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-sIpP6HnQEi .form-check-inline {
    margin-right: 2rem;
  }
  .cid-sIpP6HnQEi .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-sIpP6HnQEi .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-sIpP6HnQEi .col,
  .cid-sIpP6HnQEi .col-lg-6 {
    max-width: 48%;
  }
  .cid-sIpP6HnQEi .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-sIpP6HnQEi .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-sIpP6HnQEi .form-group {
    margin-bottom: 0rem;
  }
}
.cid-sIpP6HnQEi label {
  margin-bottom: 0;
}
.cid-sIpP6HnQEi .form-row {
  justify-content: space-between;
}
.cid-sIpP6HnQEi .form-control,
.cid-sIpP6HnQEi .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sIpP6HnQEi .form-control:focus,
.cid-sIpP6HnQEi .field-input:focus {
  color: #343434 !important;
}
.cid-sIpP6HnQEi .form-control:hover,
.cid-sIpP6HnQEi .field-input:hover {
  color: #343434 !important;
}
.cid-sIpP6HnQEi .form-control input::-webkit-input-placeholder,
.cid-sIpP6HnQEi .field-input input::-webkit-input-placeholder,
.cid-sIpP6HnQEi .form-control textarea::-webkit-input-placeholder,
.cid-sIpP6HnQEi .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-sIpP6HnQEi .form-control input:-moz-placeholder,
.cid-sIpP6HnQEi .field-input input:-moz-placeholder,
.cid-sIpP6HnQEi .form-control textarea:-moz-placeholder,
.cid-sIpP6HnQEi .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-sIpP6HnQEi .form-control:hover,
.cid-sIpP6HnQEi .field-input:hover,
.cid-sIpP6HnQEi .form-control:focus,
.cid-sIpP6HnQEi .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sIpP6HnQEi .form-control:hover input::-webkit-input-placeholder,
.cid-sIpP6HnQEi .field-input:hover input::-webkit-input-placeholder,
.cid-sIpP6HnQEi .form-control:focus input::-webkit-input-placeholder,
.cid-sIpP6HnQEi .field-input:focus input::-webkit-input-placeholder,
.cid-sIpP6HnQEi .form-control:hover textarea::-webkit-input-placeholder,
.cid-sIpP6HnQEi .field-input:hover textarea::-webkit-input-placeholder,
.cid-sIpP6HnQEi .form-control:focus textarea::-webkit-input-placeholder,
.cid-sIpP6HnQEi .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sIpP6HnQEi .form-control:hover input:-moz-placeholder,
.cid-sIpP6HnQEi .field-input:hover input:-moz-placeholder,
.cid-sIpP6HnQEi .form-control:focus input:-moz-placeholder,
.cid-sIpP6HnQEi .field-input:focus input:-moz-placeholder,
.cid-sIpP6HnQEi .form-control:hover textarea:-moz-placeholder,
.cid-sIpP6HnQEi .field-input:hover textarea:-moz-placeholder,
.cid-sIpP6HnQEi .form-control:focus textarea:-moz-placeholder,
.cid-sIpP6HnQEi .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sIpP6HnQEi .jq-number__spin:hover,
.cid-sIpP6HnQEi .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sIpP6HnQEi .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sIpP6HnQEi .jq-selectbox li,
.cid-sIpP6HnQEi .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sIpP6HnQEi .jq-selectbox li:hover,
.cid-sIpP6HnQEi .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sIpP6HnQEi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sIpP6HnQEi .jq-number__spin.minus:hover:after,
.cid-sIpP6HnQEi .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sIpP6HnQEi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sIpP6HnQEi .jq-number__spin.minus:after,
.cid-sIpP6HnQEi .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sIpP6HnQEi input::-webkit-clear-button {
  display: none;
}
.cid-sIpP6HnQEi input::-webkit-inner-spin-button {
  display: none;
}
.cid-sIpP6HnQEi input::-webkit-outer-spin-button {
  display: none;
}
.cid-sIpP6HnQEi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sIpP6HnQEi H5 {
  text-align: center;
  color: #5d3516;
}
.cid-sIpP6HnQEi P {
  text-align: center;
  color: #5d3516;
}
.cid-sIpP6HnQEi LABEL {
  color: #767676;
}
.cid-sIpP6HnQEi H4 {
  color: #9c9485;
}
.cid-sIpO7lQbnL {
  padding-top: 240px;
  background-image: url("../../../assets/images/portugal2020-1-2000x596.jpg");
}
.cid-sI8wc3atX9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #967c61;
}
.cid-sI8wc3atX9 .google-map {
  height: 20rem;
  position: relative;
}
.cid-sI8wc3atX9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sI8wc3atX9 .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-sI8wc3atX9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sI8wc3atX9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sI8wc3atX9 .mbr-section-title {
  color: #efeeef;
}
.cid-sI8s0MLt6E {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #4f4943;
}
.cid-sI8s0MLt6E .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-sI8s0MLt6E .navbar-logo {
  width: 80px;
  margin-bottom: 80px;
}
.cid-sI8s0MLt6E .mbr-text {
  color: #444;
}
.cid-sI8s0MLt6E h5 {
  margin-bottom: 0;
}
.cid-sI8s0MLt6E .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sI8s0MLt6E .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sI8s0MLt6E .tips {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  margin: 0px;
  object-fit: cover;
  display: inline;
}
.logos {
  width: 250px;
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
}
.cid-sI8s0MLt6E .socicon {
  font-size: 1.3rem;
  background: #967c61;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sI8s0MLt6E .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sI8s0MLt6E .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sI8s0MLt6E .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sI8s0MLt6E .social-list a:hover {
  opacity: 0.4;
}
.cid-sI8s0MLt6E .media-container-row > div {
  padding: 0px;
}
.cid-sI8s0MLt6E .text2 {
  color: #bbbbbb;
  text-align: left;
}
.cid-sI8s0MLt6E .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-sI8s0MLt6E .group-title SPAN {
  color: #ffffff;
}
.cid-sI8s0MLt6E .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sI8s0MLt6E .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sI8s0MLt6E .social-list,
  .cid-sI8s0MLt6E .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sI8s0MLt6E h3 {
    margin-bottom: 10px;
  }
  .cid-sI8s0MLt6E .navbar-brand {
    text-align: center;
  }
}
.cid-sI8s0MLt6E .links SPAN {
  color: #9e9e9e;
}
.cid-sI8s0MLt6E .links,
.cid-sI8s0MLt6E .navbar-brand {
  color: #bbbbbb;
}
.cid-t0ezc3Lujm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 100px;
}
.cid-t0ezc3Lujm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t0ezc3Lujm a {
  font-style: normal;
}
.cid-t0ezc3Lujm a .link:hover {
  color: inherit!important;
}
.cid-t0ezc3Lujm .dropdown-item:active {
  background: #ffffff;
}
.cid-t0ezc3Lujm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t0ezc3Lujm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t0ezc3Lujm .nav-item:focus,
.cid-t0ezc3Lujm .nav-link:focus {
  outline: none;
}
.cid-t0ezc3Lujm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t0ezc3Lujm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t0ezc3Lujm .menu-logo {
  margin-right: auto;
}
.cid-t0ezc3Lujm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0ezc3Lujm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t0ezc3Lujm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t0ezc3Lujm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t0ezc3Lujm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t0ezc3Lujm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t0ezc3Lujm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t0ezc3Lujm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t0ezc3Lujm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t0ezc3Lujm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0ezc3Lujm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t0ezc3Lujm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t0ezc3Lujm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t0ezc3Lujm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0ezc3Lujm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t0ezc3Lujm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0ezc3Lujm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t0ezc3Lujm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t0ezc3Lujm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t0ezc3Lujm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t0ezc3Lujm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t0ezc3Lujm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t0ezc3Lujm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t0ezc3Lujm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-t0ezc3Lujm button.navbar-toggler:focus {
  outline: none;
}
.cid-t0ezc3Lujm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d3516;
}
.cid-t0ezc3Lujm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0ezc3Lujm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0ezc3Lujm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0ezc3Lujm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0ezc3Lujm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0ezc3Lujm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0ezc3Lujm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0ezc3Lujm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0ezc3Lujm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t0ezc3Lujm .collapsed .btn {
  display: -webkit-flex;
}
.cid-t0ezc3Lujm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t0ezc3Lujm .collapsed .navbar-collapse.collapsing,
.cid-t0ezc3Lujm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t0ezc3Lujm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t0ezc3Lujm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t0ezc3Lujm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t0ezc3Lujm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t0ezc3Lujm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t0ezc3Lujm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t0ezc3Lujm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t0ezc3Lujm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t0ezc3Lujm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t0ezc3Lujm .collapsed button.navbar-toggler {
  display: block;
}
.cid-t0ezc3Lujm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t0ezc3Lujm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t0ezc3Lujm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t0ezc3Lujm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t0ezc3Lujm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t0ezc3Lujm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t0ezc3Lujm .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t0ezc3Lujm img {
    height: 3.8rem !important;
  }
  .cid-t0ezc3Lujm .btn {
    display: -webkit-flex;
  }
  .cid-t0ezc3Lujm button.navbar-toggler {
    display: block;
  }
  .cid-t0ezc3Lujm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t0ezc3Lujm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t0ezc3Lujm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t0ezc3Lujm .navbar-collapse.collapsing,
  .cid-t0ezc3Lujm .navbar-collapse.show {
    display: block !important;
  }
  .cid-t0ezc3Lujm .navbar-collapse.collapsing .navbar-nav,
  .cid-t0ezc3Lujm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t0ezc3Lujm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t0ezc3Lujm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t0ezc3Lujm .navbar-collapse.collapsing .navbar-buttons,
  .cid-t0ezc3Lujm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t0ezc3Lujm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t0ezc3Lujm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t0ezc3Lujm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t0ezc3Lujm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t0ezc3Lujm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t0ezc3Lujm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t0ezc3Lujm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t0ezc3Lujm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t0ezc3Lujm .nav-link,
.cid-t0ezc3Lujm .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-t0ezc3Lujm .nav-link:hover,
.cid-t0ezc3Lujm .dropdown-item:hover {
  color: #5d3516 !important;
  border-color: #5d3516;
}
.cid-t0ezc4cuXL {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #eae8e4;
}
.cid-t0ezc4cuXL .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-t0ezc4cuXL .wrapper {
  position: relative;
}
.cid-t0ezc4cuXL .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-t0ezc4cuXL .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-t0ezc4cuXL .mbr-iconfont {
  font-size: 1.8rem;
  color: #e76c0c;
}
.cid-t0ezc4cuXL .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-t0ezc4cuXL .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-t0ezc4cuXL .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-t0ezc4cuXL .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-t0ezc4cuXL .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-t0ezc4cuXL .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-t0ezc4cuXL .img2 {
    width: 400px;
  }
  .cid-t0ezc4cuXL .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-t0ezc4cuXL .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t0ezc4cuXL .img2 {
    width: 400px;
  }
  .cid-t0ezc4cuXL .img1 {
    padding-right: 4rem;
  }
  .cid-t0ezc4cuXL .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0ezc4cuXL .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-t0ezc4cuXL .img2 {
    width: 200px;
  }
  .cid-t0ezc4cuXL .container-fluid {
    padding: 0 1rem;
  }
  .cid-t0ezc4cuXL .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-t0ezc4cuXL H1 {
  color: #e76c0c;
}
.cid-t0ezc4cuXL .mbr-text,
.cid-t0ezc4cuXL .mbr-section-btn {
  color: #5d3516;
}
.cid-t0ezc4cuXL H2 {
  color: #e76c0c;
  text-align: center;
}
.cid-t0ezc4z14x {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9ebfba;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t0ezc4z14x .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t0ezc4z14x .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #073b4c;
}
.cid-t0ezc4z14x .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-t0ezc4z14x .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-t0ezc4z14x .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-t0ezc4z14x .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-t0ezc4z14x .mbr-gallery-filter ul {
  display: block;
}
.cid-t0ezc4z14x .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-t0ezc4z14x .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-t0ezc4z14x .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-t0ezc4z14x .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-t0ezc4z14x .mbr-gallery-row {
  margin-top: 50px;
}
.cid-t0ezc4z14x .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t0ezc4z14x .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-t0ezc4z14x .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-t0ezc4z14x .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t0ezc4z14x .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-t0ezc4z14x .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-t0ezc4z14x .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-t0ezc4z14x .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-t0ezc4z14x .mbr-gallery-item > div img,
.cid-t0ezc4z14x .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-t0ezc4z14x .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-t0ezc4z14x .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-t0ezc4z14x .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-t0ezc4z14x .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-t0ezc4z14x .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-t0ezc4z14x .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t0ezc4z14x .mbr-section-title {
    text-align: center;
  }
  .cid-t0ezc4z14x .image {
    top: auto;
    height: 420px;
  }
  .cid-t0ezc4z14x .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-t0ezc4z14x .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-t0ezc4z14x .mbr-gallery-item > div img,
  .cid-t0ezc4z14x .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-t0ezc4z14x .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-t0ezc4z14x .image {
    height: 290px;
  }
}
.cid-t0ezc4z14x .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-t0ezc4V5vq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f4f0;
}
.cid-t0ezc4V5vq .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-t0ezc4V5vq .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-t0ezc4V5vq .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-t0ezc4V5vq .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-t0ezc4V5vq .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-t0ezc4V5vq .title {
  max-width: 800px;
  margin: auto;
}
.cid-t0ezc4V5vq .text-wrap {
  padding: 0 1rem;
}
.cid-t0ezc4V5vq .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-t0ezc4V5vq .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-t0ezc4V5vq .link:hover:before {
  margin-right: -0.4rem;
}
.cid-t0ezc4V5vq .card-block:hover img {
  transform: scale(1.1);
}
.cid-t0ezc4V5vq H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-t0ezc4V5vq .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-t0ezc5oTUt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b2ccd2;
}
.cid-t0ezc5oTUt .mbr-overlay {
  padding: 0;
  background: #b2ccd2;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-t0ezc5oTUt img,
.cid-t0ezc5oTUt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0ezc5oTUt .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #073b4c;
}
.cid-t0ezc5oTUt .mbr-section-title {
  margin-bottom: 60px;
  color: #6a3649;
}
.cid-t0ezc5oTUt .item:focus,
.cid-t0ezc5oTUt span:focus {
  outline: none;
}
.cid-t0ezc5oTUt .item {
  cursor: pointer;
}
.cid-t0ezc5oTUt .item-title {
  letter-spacing: 2.54px;
  color: #6a3649;
}
.cid-t0ezc5oTUt .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0ezc5oTUt .item:not(:last-child) {
  margin-bottom: 30px;
}
.cid-t0ezc5oTUt .item-subtitle {
  color: #6a3649;
}
.cid-t0ezc5oTUt .mbr-text,
.cid-t0ezc5oTUt .mbr-section-btn {
  color: #073b4c;
  text-align: left;
}
.cid-t0ezc60dM4 {
  background-image: url("../../../assets/images/costa-vicentina-copia-2000x700.jpg");
}
.cid-t0ezc6gjyz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #3a4a38;
}
.cid-t0ezc6gjyz .title__block {
  margin-bottom: 110px;
}
.cid-t0ezc6gjyz .mbr-section-title {
  display: inline-block;
  margin-bottom: 34px;
  color: #f9f295;
  text-align: left;
}
.cid-t0ezc6gjyz .bgColor:nth-child(1) .card__content {
  background-color: rgba(93, 53, 22, 0.2);
}
.cid-t0ezc6gjyz .bgColor:nth-child(2) .card__content {
  background-color: rgba(20, 157, 204, 0.5);
}
.cid-t0ezc6gjyz .bgColor:nth-child(3) .card__content {
  background-color: rgba(255, 51, 102, 0.5);
}
.cid-t0ezc6gjyz .bgColor:nth-child(4) .card__content {
  background-color: rgba(182, 155, 116, 0.5);
}
.cid-t0ezc6gjyz .bgColor:nth-child(5) .card__content {
  background-color: rgba(135, 154, 159, 0.5);
}
.cid-t0ezc6gjyz .bgColor:nth-child(6) .card__content {
  background-color: rgba(247, 237, 74, 0.5);
}
.cid-t0ezc6gjyz .card__wrap {
  margin-bottom: 100px;
}
.cid-t0ezc6gjyz .card__block {
  position: relative;
  margin-bottom: 26px;
}
.cid-t0ezc6gjyz .image {
  position: relative;
  height: 450px;
  transition: all .3s ease;
}
.cid-t0ezc6gjyz .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-t0ezc6gjyz .card__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px 0;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.cid-t0ezc6gjyz .card__title {
  margin-bottom: 15px;
}
.cid-t0ezc6gjyz .card__text {
  margin-bottom: 0;
}
.cid-t0ezc6gjyz .card__name {
  margin-bottom: 8px;
  transition: all .3s ease;
  color: #f9f295;
  text-align: center;
}
.cid-t0ezc6gjyz .card__descr {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0ezc6gjyz .title__block {
    margin-bottom: 75px;
  }
  .cid-t0ezc6gjyz .mbr-section-title.figure:before {
    top: -73px;
    right: -30px;
    width: 75px;
    height: 70px;
  }
  .cid-t0ezc6gjyz .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-t0ezc6gjyz .card__wrap {
    margin-bottom: 75px;
  }
}
.cid-t0ezc6gjyz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t0ezc70w50 {
  padding-top: 600px;
  background-image: url("../../../assets/images/shutterstock-1054558727-2000x1334.jpg");
}
.cid-t0ezc7cVtK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-t0ezc7cVtK img {
  width: 90%;
}
.cid-t0ezc7cVtK .mbr-text,
.cid-t0ezc7cVtK .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-t0ezc7cVtK img {
    width: 100%;
  }
  .cid-t0ezc7cVtK .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-t0ezc7cVtK H3 {
  color: #b69b74;
}
.cid-t0ezc7cVtK H1 {
  color: #5d3516;
}
.cid-t0ezc7pDdU {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #e76c0c;
}
.cid-t0ezc7pDdU .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-t0ezc7pDdU .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-t0ezc7pDdU .btn {
  margin: 0px !important;
}
.cid-t0ezc7pDdU .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0ezc7pDdU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0ezc7pDdU .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t0ezc7pDdU .carousel-item .wrap-img {
  text-align: center;
}
.cid-t0ezc7pDdU .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-t0ezc7pDdU .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-t0ezc7pDdU .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-t0ezc7pDdU .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #efefef;
  display: inline-block;
  border: 4px solid #efefef;
}
.cid-t0ezc7pDdU .carousel-indicators li.active {
  border-color: #e0e0e0;
}
@media (max-width: 768px) {
  .cid-t0ezc7pDdU .second-col {
    padding-top: 2rem;
  }
}
.cid-t0ezc7pDdU .mbr-section-subtitle,
.cid-t0ezc7pDdU .mbr-section-btn {
  color: #f7f4f0;
}
.cid-t0ezc7Negt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e76c0c;
}
.cid-t0ezc7Negt .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-t0ezc7Negt .title {
  max-width: 800px;
  margin: auto;
}
.cid-t0ezc7Negt .text-wrap {
  padding: 0 1rem;
}
.cid-t0ezc7Negt .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-t0ezc7Negt .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-t0ezc7Negt .link:hover:before {
  margin-right: -0.4rem;
}
.cid-t0ezc7Negt .card-block:hover img {
  transform: scale(1.1);
}
.cid-t0ezc7Negt .card {
  padding: 0;
}
.cid-t0ezc7Negt .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-t0ezc7Negt .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-t0ezc7Negt .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-t0ezc7Negt H4 {
  color: #e76c0c;
}
@media (max-width: 992px) {
  .cid-t0ezc7Negt .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-t0ezc7Negt .mbr-text,
.cid-t0ezc7Negt .link-wrap {
  color: #e76c0c;
}
.cid-t0ezc85ZOQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-t0ezc85ZOQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t0ezc85ZOQ h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-t0ezc85ZOQ .form-check-inline {
    margin-right: 2rem;
  }
  .cid-t0ezc85ZOQ .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-t0ezc85ZOQ .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-t0ezc85ZOQ .col,
  .cid-t0ezc85ZOQ .col-lg-6 {
    max-width: 48%;
  }
  .cid-t0ezc85ZOQ .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-t0ezc85ZOQ .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-t0ezc85ZOQ .form-group {
    margin-bottom: 0rem;
  }
}
.cid-t0ezc85ZOQ label {
  margin-bottom: 0;
}
.cid-t0ezc85ZOQ .form-row {
  justify-content: space-between;
}
.cid-t0ezc85ZOQ .form-control,
.cid-t0ezc85ZOQ .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0ezc85ZOQ .form-control:focus,
.cid-t0ezc85ZOQ .field-input:focus {
  color: #343434 !important;
}
.cid-t0ezc85ZOQ .form-control:hover,
.cid-t0ezc85ZOQ .field-input:hover {
  color: #343434 !important;
}
.cid-t0ezc85ZOQ .form-control input::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .field-input input::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .form-control textarea::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-t0ezc85ZOQ .form-control input:-moz-placeholder,
.cid-t0ezc85ZOQ .field-input input:-moz-placeholder,
.cid-t0ezc85ZOQ .form-control textarea:-moz-placeholder,
.cid-t0ezc85ZOQ .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-t0ezc85ZOQ .form-control:hover,
.cid-t0ezc85ZOQ .field-input:hover,
.cid-t0ezc85ZOQ .form-control:focus,
.cid-t0ezc85ZOQ .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0ezc85ZOQ .form-control:hover input::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .field-input:hover input::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .form-control:focus input::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .field-input:focus input::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .form-control:hover textarea::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .field-input:hover textarea::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .form-control:focus textarea::-webkit-input-placeholder,
.cid-t0ezc85ZOQ .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t0ezc85ZOQ .form-control:hover input:-moz-placeholder,
.cid-t0ezc85ZOQ .field-input:hover input:-moz-placeholder,
.cid-t0ezc85ZOQ .form-control:focus input:-moz-placeholder,
.cid-t0ezc85ZOQ .field-input:focus input:-moz-placeholder,
.cid-t0ezc85ZOQ .form-control:hover textarea:-moz-placeholder,
.cid-t0ezc85ZOQ .field-input:hover textarea:-moz-placeholder,
.cid-t0ezc85ZOQ .form-control:focus textarea:-moz-placeholder,
.cid-t0ezc85ZOQ .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-t0ezc85ZOQ .jq-number__spin:hover,
.cid-t0ezc85ZOQ .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0ezc85ZOQ .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0ezc85ZOQ .jq-selectbox li,
.cid-t0ezc85ZOQ .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-t0ezc85ZOQ .jq-selectbox li:hover,
.cid-t0ezc85ZOQ .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-t0ezc85ZOQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t0ezc85ZOQ .jq-number__spin.minus:hover:after,
.cid-t0ezc85ZOQ .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-t0ezc85ZOQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t0ezc85ZOQ .jq-number__spin.minus:after,
.cid-t0ezc85ZOQ .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-t0ezc85ZOQ input::-webkit-clear-button {
  display: none;
}
.cid-t0ezc85ZOQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-t0ezc85ZOQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-t0ezc85ZOQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t0ezc85ZOQ H5 {
  text-align: center;
  color: #5d3516;
}
.cid-t0ezc85ZOQ P {
  text-align: center;
  color: #5d3516;
}
.cid-t0ezc85ZOQ LABEL {
  color: #767676;
}
.cid-t0ezc85ZOQ H4 {
  color: #9c9485;
}
.cid-t0ezc8nL6m {
  padding-top: 240px;
  background-image: url("../../../assets/images/portugal2020-1-2000x596.jpg");
}
.cid-t0ezc8zwQl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #967c61;
}
.cid-t0ezc8zwQl .google-map {
  height: 20rem;
  position: relative;
}
.cid-t0ezc8zwQl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0ezc8zwQl .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-t0ezc8zwQl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0ezc8zwQl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0ezc8zwQl .mbr-section-title {
  color: #efeeef;
}
.cid-t0ezc95EO8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #4f4943;
}
.cid-t0ezc95EO8 .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-t0ezc95EO8 .navbar-logo {
  width: 80px;
  margin-bottom: 80px;
}
.cid-t0ezc95EO8 .mbr-text {
  color: #444;
}
.cid-t0ezc95EO8 h5 {
  margin-bottom: 0;
}
.cid-t0ezc95EO8 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-t0ezc95EO8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0ezc95EO8 .tips {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  margin: 0px;
  object-fit: cover;
  display: inline;
}
.cid-t0ezc95EO8 .socicon {
  font-size: 1.3rem;
  background: #967c61;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0ezc95EO8 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t0ezc95EO8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t0ezc95EO8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t0ezc95EO8 .social-list a:hover {
  opacity: 0.4;
}
.cid-t0ezc95EO8 .media-container-row > div {
  padding: 0px;
}
.cid-t0ezc95EO8 .text2 {
  color: #bbbbbb;
  text-align: left;
}
.cid-t0ezc95EO8 .group-title {
  text-align: left;
  color: #4f4943;
}
.cid-t0ezc95EO8 .group-title SPAN {
  color: #ffffff;
}
.cid-t0ezc95EO8 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-t0ezc95EO8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t0ezc95EO8 .social-list,
  .cid-t0ezc95EO8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t0ezc95EO8 h3 {
    margin-bottom: 10px;
  }
  .cid-t0ezc95EO8 .navbar-brand {
    text-align: center;
  }
}
.cid-t0ezc95EO8 .links SPAN {
  color: #9e9e9e;
}
.cid-t0ezc95EO8 .links,
.cid-t0ezc95EO8 .navbar-brand {
  color: #bbbbbb;
}
.cid-t0eIyWeJpD .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 100px;
}
.cid-t0eIyWeJpD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t0eIyWeJpD a {
  font-style: normal;
}
.cid-t0eIyWeJpD a .link:hover {
  color: inherit!important;
}
.cid-t0eIyWeJpD .dropdown-item:active {
  background: #ffffff;
}
.cid-t0eIyWeJpD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t0eIyWeJpD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t0eIyWeJpD .nav-item:focus,
.cid-t0eIyWeJpD .nav-link:focus {
  outline: none;
}
.cid-t0eIyWeJpD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t0eIyWeJpD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t0eIyWeJpD .menu-logo {
  margin-right: auto;
}
.cid-t0eIyWeJpD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0eIyWeJpD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t0eIyWeJpD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t0eIyWeJpD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t0eIyWeJpD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t0eIyWeJpD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t0eIyWeJpD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t0eIyWeJpD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t0eIyWeJpD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t0eIyWeJpD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0eIyWeJpD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t0eIyWeJpD .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t0eIyWeJpD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t0eIyWeJpD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0eIyWeJpD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t0eIyWeJpD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0eIyWeJpD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t0eIyWeJpD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t0eIyWeJpD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t0eIyWeJpD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t0eIyWeJpD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t0eIyWeJpD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t0eIyWeJpD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t0eIyWeJpD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-t0eIyWeJpD button.navbar-toggler:focus {
  outline: none;
}
.cid-t0eIyWeJpD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d3516;
}
.cid-t0eIyWeJpD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0eIyWeJpD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0eIyWeJpD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0eIyWeJpD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0eIyWeJpD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0eIyWeJpD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0eIyWeJpD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0eIyWeJpD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0eIyWeJpD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t0eIyWeJpD .collapsed .btn {
  display: -webkit-flex;
}
.cid-t0eIyWeJpD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t0eIyWeJpD .collapsed .navbar-collapse.collapsing,
.cid-t0eIyWeJpD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t0eIyWeJpD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t0eIyWeJpD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t0eIyWeJpD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t0eIyWeJpD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t0eIyWeJpD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t0eIyWeJpD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t0eIyWeJpD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t0eIyWeJpD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t0eIyWeJpD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t0eIyWeJpD .collapsed button.navbar-toggler {
  display: block;
}
.cid-t0eIyWeJpD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t0eIyWeJpD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t0eIyWeJpD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t0eIyWeJpD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t0eIyWeJpD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t0eIyWeJpD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-t0eIyWeJpD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t0eIyWeJpD img {
    height: 3.8rem !important;
  }
  .cid-t0eIyWeJpD .btn {
    display: -webkit-flex;
  }
  .cid-t0eIyWeJpD button.navbar-toggler {
    display: block;
  }
  .cid-t0eIyWeJpD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t0eIyWeJpD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t0eIyWeJpD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t0eIyWeJpD .navbar-collapse.collapsing,
  .cid-t0eIyWeJpD .navbar-collapse.show {
    display: block !important;
  }
  .cid-t0eIyWeJpD .navbar-collapse.collapsing .navbar-nav,
  .cid-t0eIyWeJpD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t0eIyWeJpD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t0eIyWeJpD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t0eIyWeJpD .navbar-collapse.collapsing .navbar-buttons,
  .cid-t0eIyWeJpD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t0eIyWeJpD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t0eIyWeJpD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t0eIyWeJpD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t0eIyWeJpD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t0eIyWeJpD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t0eIyWeJpD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t0eIyWeJpD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t0eIyWeJpD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t0eIyWeJpD .nav-link,
.cid-t0eIyWeJpD .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-t0eIyWeJpD .nav-link:hover,
.cid-t0eIyWeJpD .dropdown-item:hover {
  color: #5d3516 !important;
  border-color: #5d3516;
}
.cid-t0eIyWEJn4 {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #eae8e4;
}
.cid-t0eIyWEJn4 .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-t0eIyWEJn4 .wrapper {
  position: relative;
}
.cid-t0eIyWEJn4 .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-t0eIyWEJn4 .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-t0eIyWEJn4 .mbr-iconfont {
  font-size: 1.8rem;
  color: #e76c0c;
}
.cid-t0eIyWEJn4 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-t0eIyWEJn4 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-t0eIyWEJn4 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-t0eIyWEJn4 .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-t0eIyWEJn4 .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-t0eIyWEJn4 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-t0eIyWEJn4 .img2 {
    width: 400px;
  }
  .cid-t0eIyWEJn4 .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-t0eIyWEJn4 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t0eIyWEJn4 .img2 {
    width: 400px;
  }
  .cid-t0eIyWEJn4 .img1 {
    padding-right: 4rem;
  }
  .cid-t0eIyWEJn4 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0eIyWEJn4 .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-t0eIyWEJn4 .img2 {
    width: 200px;
  }
  .cid-t0eIyWEJn4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-t0eIyWEJn4 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-t0eIyWEJn4 H1 {
  color: #e76c0c;
}
.cid-t0eIyWEJn4 .mbr-text,
.cid-t0eIyWEJn4 .mbr-section-btn {
  color: #5d3516;
}
.cid-t0eIyWEJn4 H2 {
  color: #e76c0c;
}
.cid-t0eIyX0hq0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9ebfba;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t0eIyX0hq0 .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-t0eIyX0hq0 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #073b4c;
}
.cid-t0eIyX0hq0 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-t0eIyX0hq0 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-t0eIyX0hq0 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-t0eIyX0hq0 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-t0eIyX0hq0 .mbr-gallery-filter ul {
  display: block;
}
.cid-t0eIyX0hq0 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-t0eIyX0hq0 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-t0eIyX0hq0 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-t0eIyX0hq0 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-t0eIyX0hq0 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-t0eIyX0hq0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t0eIyX0hq0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-t0eIyX0hq0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-t0eIyX0hq0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t0eIyX0hq0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-t0eIyX0hq0 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-t0eIyX0hq0 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-t0eIyX0hq0 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-t0eIyX0hq0 .mbr-gallery-item > div img,
.cid-t0eIyX0hq0 .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-t0eIyX0hq0 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-t0eIyX0hq0 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-t0eIyX0hq0 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-t0eIyX0hq0 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-t0eIyX0hq0 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-t0eIyX0hq0 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t0eIyX0hq0 .mbr-section-title {
    text-align: center;
  }
  .cid-t0eIyX0hq0 .image {
    top: auto;
    height: 420px;
  }
  .cid-t0eIyX0hq0 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-t0eIyX0hq0 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-t0eIyX0hq0 .mbr-gallery-item > div img,
  .cid-t0eIyX0hq0 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-t0eIyX0hq0 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-t0eIyX0hq0 .image {
    height: 290px;
  }
}
.cid-t0eIyX0hq0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-t0eIyXmB4V {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f4f0;
}
.cid-t0eIyXmB4V .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-t0eIyXmB4V .card {
  margin-bottom: 2.5rem;
  padding: 0;
}
.cid-t0eIyXmB4V .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-t0eIyXmB4V .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-t0eIyXmB4V .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-t0eIyXmB4V .title {
  max-width: 800px;
  margin: auto;
}
.cid-t0eIyXmB4V .text-wrap {
  padding: 0 1rem;
}
.cid-t0eIyXmB4V .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-t0eIyXmB4V .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-t0eIyXmB4V .link:hover:before {
  margin-right: -0.4rem;
}
.cid-t0eIyXmB4V .card-block:hover img {
  transform: scale(1.1);
}
.cid-t0eIyXmB4V H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-t0eIyXmB4V .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-t0eIyXJPXJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b2ccd2;
}
.cid-t0eIyXJPXJ .mbr-overlay {
  padding: 0;
  background: #b2ccd2;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-t0eIyXJPXJ img,
.cid-t0eIyXJPXJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t0eIyXJPXJ .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #073b4c;
}
.cid-t0eIyXJPXJ .mbr-section-title {
  margin-bottom: 60px;
  color: #6a3649;
}
.cid-t0eIyXJPXJ .item:focus,
.cid-t0eIyXJPXJ span:focus {
  outline: none;
}
.cid-t0eIyXJPXJ .item {
  cursor: pointer;
}
.cid-t0eIyXJPXJ .item-title {
  letter-spacing: 2.54px;
  color: #6a3649;
}
.cid-t0eIyXJPXJ .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0eIyXJPXJ .item:not(:last-child) {
  margin-bottom: 30px;
}
.cid-t0eIyXJPXJ .item-subtitle {
  color: #6a3649;
}
.cid-t0eIyXJPXJ .mbr-text,
.cid-t0eIyXJPXJ .mbr-section-btn {
  color: #073b4c;
  text-align: left;
}
.cid-t0eIyY98uo {
  background-image: url("../../../assets/images/costa-vicentina-copia-2000x700.jpg");
}
.cid-t0eIyYkw6q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #3a4a38;
}
.cid-t0eIyYkw6q .title__block {
  margin-bottom: 110px;
}
.cid-t0eIyYkw6q .mbr-section-title {
  display: inline-block;
  margin-bottom: 34px;
  color: #f9f295;
  text-align: left;
}
.cid-t0eIyYkw6q .bgColor:nth-child(1) .card__content {
  background-color: rgba(93, 53, 22, 0.2);
}
.cid-t0eIyYkw6q .bgColor:nth-child(2) .card__content {
  background-color: rgba(20, 157, 204, 0.5);
}
.cid-t0eIyYkw6q .bgColor:nth-child(3) .card__content {
  background-color: rgba(255, 51, 102, 0.5);
}
.cid-t0eIyYkw6q .bgColor:nth-child(4) .card__content {
  background-color: rgba(182, 155, 116, 0.5);
}
.cid-t0eIyYkw6q .bgColor:nth-child(5) .card__content {
  background-color: rgba(135, 154, 159, 0.5);
}
.cid-t0eIyYkw6q .bgColor:nth-child(6) .card__content {
  background-color: rgba(247, 237, 74, 0.5);
}
.cid-t0eIyYkw6q .card__wrap {
  margin-bottom: 100px;
}
.cid-t0eIyYkw6q .card__block {
  position: relative;
  margin-bottom: 26px;
}
.cid-t0eIyYkw6q .image {
  position: relative;
  height: 450px;
  transition: all .3s ease;
}
.cid-t0eIyYkw6q .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-t0eIyYkw6q .card__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px 0;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.cid-t0eIyYkw6q .card__title {
  margin-bottom: 15px;
}
.cid-t0eIyYkw6q .card__text {
  margin-bottom: 0;
}
.cid-t0eIyYkw6q .card__name {
  margin-bottom: 8px;
  transition: all .3s ease;
  color: #f9f295;
  text-align: center;
}
.cid-t0eIyYkw6q .card__descr {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0eIyYkw6q .title__block {
    margin-bottom: 75px;
  }
  .cid-t0eIyYkw6q .mbr-section-title.figure:before {
    top: -73px;
    right: -30px;
    width: 75px;
    height: 70px;
  }
  .cid-t0eIyYkw6q .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-t0eIyYkw6q .card__wrap {
    margin-bottom: 75px;
  }
}
.cid-t0eIyYkw6q .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-t0eIyYKIcU {
  padding-top: 600px;
  background-image: url("../../../assets/images/shutterstock-1054558727-2000x1334.jpg");
}
.cid-t0eIyYUBsS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-t0eIyYUBsS img {
  width: 90%;
}
.cid-t0eIyYUBsS .mbr-text,
.cid-t0eIyYUBsS .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-t0eIyYUBsS img {
    width: 100%;
  }
  .cid-t0eIyYUBsS .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-t0eIyYUBsS H3 {
  color: #b69b74;
}
.cid-t0eIyYUBsS H1 {
  color: #5d3516;
}
.cid-t0eIyZ6DMR {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #e76c0c;
}
.cid-t0eIyZ6DMR .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-t0eIyZ6DMR .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-t0eIyZ6DMR .btn {
  margin: 0px !important;
}
.cid-t0eIyZ6DMR .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0eIyZ6DMR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0eIyZ6DMR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t0eIyZ6DMR .carousel-item .wrap-img {
  text-align: center;
}
.cid-t0eIyZ6DMR .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-t0eIyZ6DMR .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-t0eIyZ6DMR .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-t0eIyZ6DMR .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #efefef;
  display: inline-block;
  border: 4px solid #efefef;
}
.cid-t0eIyZ6DMR .carousel-indicators li.active {
  border-color: #e0e0e0;
}
@media (max-width: 768px) {
  .cid-t0eIyZ6DMR .second-col {
    padding-top: 2rem;
  }
}
.cid-t0eIyZ6DMR .mbr-section-subtitle,
.cid-t0eIyZ6DMR .mbr-section-btn {
  color: #f7f4f0;
}
.cid-t0eIyZsf88 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e76c0c;
}
.cid-t0eIyZsf88 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-t0eIyZsf88 .title {
  max-width: 800px;
  margin: auto;
}
.cid-t0eIyZsf88 .text-wrap {
  padding: 0 1rem;
}
.cid-t0eIyZsf88 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-t0eIyZsf88 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-t0eIyZsf88 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-t0eIyZsf88 .card-block:hover img {
  transform: scale(1.1);
}
.cid-t0eIyZsf88 .card {
  padding: 0;
}
.cid-t0eIyZsf88 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-t0eIyZsf88 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-t0eIyZsf88 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-t0eIyZsf88 H4 {
  color: #e76c0c;
}
@media (max-width: 992px) {
  .cid-t0eIyZsf88 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-t0eIyZsf88 .mbr-text,
.cid-t0eIyZsf88 .link-wrap {
  color: #e76c0c;
}
.cid-t0eIyZLGKn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-t0eIyZLGKn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t0eIyZLGKn h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-t0eIyZLGKn .form-check-inline {
    margin-right: 2rem;
  }
  .cid-t0eIyZLGKn .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-t0eIyZLGKn .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-t0eIyZLGKn .col,
  .cid-t0eIyZLGKn .col-lg-6 {
    max-width: 48%;
  }
  .cid-t0eIyZLGKn .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-t0eIyZLGKn .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-t0eIyZLGKn .form-group {
    margin-bottom: 0rem;
  }
}
.cid-t0eIyZLGKn label {
  margin-bottom: 0;
}
.cid-t0eIyZLGKn .form-row {
  justify-content: space-between;
}
.cid-t0eIyZLGKn .form-control,
.cid-t0eIyZLGKn .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0eIyZLGKn .form-control:focus,
.cid-t0eIyZLGKn .field-input:focus {
  color: #343434 !important;
}
.cid-t0eIyZLGKn .form-control:hover,
.cid-t0eIyZLGKn .field-input:hover {
  color: #343434 !important;
}
.cid-t0eIyZLGKn .form-control input::-webkit-input-placeholder,
.cid-t0eIyZLGKn .field-input input::-webkit-input-placeholder,
.cid-t0eIyZLGKn .form-control textarea::-webkit-input-placeholder,
.cid-t0eIyZLGKn .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-t0eIyZLGKn .form-control input:-moz-placeholder,
.cid-t0eIyZLGKn .field-input input:-moz-placeholder,
.cid-t0eIyZLGKn .form-control textarea:-moz-placeholder,
.cid-t0eIyZLGKn .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-t0eIyZLGKn .form-control:hover,
.cid-t0eIyZLGKn .field-input:hover,
.cid-t0eIyZLGKn .form-control:focus,
.cid-t0eIyZLGKn .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0eIyZLGKn .form-control:hover input::-webkit-input-placeholder,
.cid-t0eIyZLGKn .field-input:hover input::-webkit-input-placeholder,
.cid-t0eIyZLGKn .form-control:focus input::-webkit-input-placeholder,
.cid-t0eIyZLGKn .field-input:focus input::-webkit-input-placeholder,
.cid-t0eIyZLGKn .form-control:hover textarea::-webkit-input-placeholder,
.cid-t0eIyZLGKn .field-input:hover textarea::-webkit-input-placeholder,
.cid-t0eIyZLGKn .form-control:focus textarea::-webkit-input-placeholder,
.cid-t0eIyZLGKn .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-t0eIyZLGKn .form-control:hover input:-moz-placeholder,
.cid-t0eIyZLGKn .field-input:hover input:-moz-placeholder,
.cid-t0eIyZLGKn .form-control:focus input:-moz-placeholder,
.cid-t0eIyZLGKn .field-input:focus input:-moz-placeholder,
.cid-t0eIyZLGKn .form-control:hover textarea:-moz-placeholder,
.cid-t0eIyZLGKn .field-input:hover textarea:-moz-placeholder,
.cid-t0eIyZLGKn .form-control:focus textarea:-moz-placeholder,
.cid-t0eIyZLGKn .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-t0eIyZLGKn .jq-number__spin:hover,
.cid-t0eIyZLGKn .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0eIyZLGKn .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0eIyZLGKn .jq-selectbox li,
.cid-t0eIyZLGKn .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-t0eIyZLGKn .jq-selectbox li:hover,
.cid-t0eIyZLGKn .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-t0eIyZLGKn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t0eIyZLGKn .jq-number__spin.minus:hover:after,
.cid-t0eIyZLGKn .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-t0eIyZLGKn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t0eIyZLGKn .jq-number__spin.minus:after,
.cid-t0eIyZLGKn .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-t0eIyZLGKn input::-webkit-clear-button {
  display: none;
}
.cid-t0eIyZLGKn input::-webkit-inner-spin-button {
  display: none;
}
.cid-t0eIyZLGKn input::-webkit-outer-spin-button {
  display: none;
}
.cid-t0eIyZLGKn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t0eIyZLGKn H5 {
  text-align: center;
  color: #5d3516;
}
.cid-t0eIyZLGKn P {
  text-align: center;
  color: #5d3516;
}
.cid-t0eIyZLGKn LABEL {
  color: #767676;
}
.cid-t0eIyZLGKn H4 {
  color: #9c9485;
}
.cid-t0eIz00Z1L {
  padding-top: 240px;
  background-image: url("../../../assets/images/portugal2020-1-2000x596.jpg");
}
.cid-t0eIz0bwya {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #967c61;
}
.cid-t0eIz0bwya .google-map {
  height: 20rem;
  position: relative;
}
.cid-t0eIz0bwya .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0eIz0bwya .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-t0eIz0bwya .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0eIz0bwya .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0eIz0bwya .mbr-section-title {
  color: #efeeef;
}
.cid-t0eIz0IoB8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #4f4943;
}
.cid-t0eIz0IoB8 .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-t0eIz0IoB8 .navbar-logo {
  width: 80px;
  margin-bottom: 80px;
}
.cid-t0eIz0IoB8 .mbr-text {
  color: #444;
}
.cid-t0eIz0IoB8 h5 {
  margin-bottom: 0;
}
.cid-t0eIz0IoB8 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-t0eIz0IoB8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0eIz0IoB8 .tips {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  margin: 0px;
  object-fit: cover;
  display: inline;
}
.cid-t0eIz0IoB8 .socicon {
  font-size: 1.3rem;
  background: #967c61;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0eIz0IoB8 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t0eIz0IoB8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-t0eIz0IoB8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-t0eIz0IoB8 .social-list a:hover {
  opacity: 0.4;
}
.cid-t0eIz0IoB8 .media-container-row > div {
  padding: 0px;
}
.cid-t0eIz0IoB8 .text2 {
  color: #bbbbbb;
  text-align: left;
}
.cid-t0eIz0IoB8 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-t0eIz0IoB8 .group-title SPAN {
  color: #ffffff;
}
.cid-t0eIz0IoB8 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-t0eIz0IoB8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-t0eIz0IoB8 .social-list,
  .cid-t0eIz0IoB8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-t0eIz0IoB8 h3 {
    margin-bottom: 10px;
  }
  .cid-t0eIz0IoB8 .navbar-brand {
    text-align: center;
  }
}
.cid-t0eIz0IoB8 .links SPAN {
  color: #9e9e9e;
}
.cid-t0eIz0IoB8 .links,
.cid-t0eIz0IoB8 .navbar-brand {
  color: #bbbbbb;
}


.alentejo-2020-holder{
  width: 100%;
  text-align: right;
  padding-right: 5rem;
}

.alentejo-2020-holder img{
  display: inline-block;
  margin-left: 15px;
  height: auto !important;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .navbar-toggleable-sm .menu-logo{
    flex: 1;
  }
  .navbar-toggleable-sm #navbarSupportedContent{
    flex: 2;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 1023px) {
  .alentejo-2020-holder{
    padding-right: 0rem;
    text-align: center;
  }
  .alentejo-2020-holder img{
    margin: 0 10px;
  }
}
