.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #25d366 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffd517 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4be083 !important;
  border-color: #4be083 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4be083 !important;
  border-color: #4be083 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd517 !important;
  border-color: #ffd517 !important;
  color: #171300 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffde4a !important;
  border-color: #ffde4a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #171300 !important;
  background-color: #ffde4a !important;
  border-color: #ffde4a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #25d366;
  color: #25d366;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #188942 !important;
  background-color: transparent !important;
  border-color: #188942 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd517;
  color: #ffd517;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bf9d00 !important;
  background-color: transparent !important;
  border-color: #bf9d00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #171300 !important;
  background-color: #ffd517 !important;
  border-color: #ffd517 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #25d366 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffd517 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #167c3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b09000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #25d366;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffd517;
}
.mbr-gallery-filter li.active .btn {
  background-color: #25d366;
  border-color: #25d366;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #25d366;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cef6dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffae3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #25d366 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #25d366;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #25d366;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #25d366;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #25d366;
  border-bottom-color: #25d366;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #25d366 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2325d366' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uPZ8S7dFzd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPZ8S7dFzd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPZ8S7dFzd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZ8S7dFzd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZ8S7dFzd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPZ8S7dFzd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPZ8S7dFzd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPZ8S7dFzd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPZ8S7dFzd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPZ8S7dFzd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .nav-item:focus,
.cid-uPZ8S7dFzd .nav-link:focus {
  outline: none;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZ8S7dFzd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZ8S7dFzd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.opened {
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZ8S7dFzd .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZ8S7dFzd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPZ8S7dFzd .navbar.collapsed {
  justify-content: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZ8S7dFzd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPZ8S7dFzd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar {
    min-height: 72px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZ8S7dFzd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZ8S7dFzd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPZ8S7dFzd .dropdown-item.active,
.cid-uPZ8S7dFzd .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZ8S7dFzd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPZ8S7dFzd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZ8S7dFzd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-buttons {
    text-align: left;
  }
}
.cid-uPZ8S7dFzd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd517;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd .navbar-dropdown {
  padding: 0;
  background-color: #232323 !important;
  position: fixed;
}
.cid-uPZ8S7dFzd .opacityScroll {
  background: rgba(35, 35, 35, 0) !important;
}
.cid-uPZ8S7dFzd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZ8S7dFzd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZ8S7dFzd .navbar {
    height: 70px;
  }
  .cid-uPZ8S7dFzd .navbar.opened {
    height: auto;
  }
  .cid-uPZ8S7dFzd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPZ8S7dFzd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPZ8S7dFzd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-brand {
    margin-right: auto;
  }
  .cid-uPZ8S7dFzd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPZ8ZmNImf {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uPZ8ZmNImf {
    align-items: flex-end;
  }
  .cid-uPZ8ZmNImf .row {
    justify-content: flex-start;
  }
  .cid-uPZ8ZmNImf .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uPZ8ZmNImf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uPZ8ZmNImf {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uPZ8ZmNImf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uPZ8ZmNImf .content-wrap {
    width: 100%;
  }
}
.cid-uPZ8ZmNImf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZ8ZmNImf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uPZ8ZmNImf .mbr-section-title,
.cid-uPZ8ZmNImf .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uPZ8ZmNImf .mbr-text,
.cid-uPZ8ZmNImf .mbr-section-btn {
  text-align: left;
}
.cid-uPZ8ZmNImf .mbr-section-title {
  color: #ffd517;
}
.cid-uPZ8ZmNImf .word-rotate-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  min-width: 130px;
  height: 2.5rem;
  top: -0.23em;
}
.cid-uPZ8ZmNImf .rotating-word {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s ease;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  text-shadow: 0 0 4px #ffd517, 0 0 10px #ffd517, 0 0 15px rgba(255, 213, 23, 0.6);
}
.cid-uPZ8ZmNImf .rotating-word.show {
  opacity: 1;
  transform: translateY(0);
}
.cid-uSsGPTEHwx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSsGPTEHwx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSsGPTEHwx .item {
    margin-bottom: 1rem;
  }
}
.cid-uSsGPTEHwx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uSsGPTEHwx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uSsGPTEHwx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uSsGPTEHwx .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uSsGPTEHwx .carousel-control,
.cid-uSsGPTEHwx .close {
  background: #1b1b1b;
}
.cid-uSsGPTEHwx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uSsGPTEHwx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uSsGPTEHwx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uSsGPTEHwx .carousel-control-next span {
  margin-left: 5px;
}
.cid-uSsGPTEHwx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uSsGPTEHwx .close::before {
  content: '\e91a';
}
.cid-uSsGPTEHwx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uSsGPTEHwx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uSsGPTEHwx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSsGPTEHwx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uSsGPTEHwx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uSsGPTEHwx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uSsGPTEHwx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uSsGPTEHwx .carousel-indicators li.active,
.cid-uSsGPTEHwx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uSsGPTEHwx .carousel-indicators li::after,
.cid-uSsGPTEHwx .carousel-indicators li::before {
  content: none;
}
.cid-uSsGPTEHwx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uSsGPTEHwx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uSsGPTEHwx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uSsGPTEHwx .carousel-indicators {
    display: none;
  }
}
.cid-uSsGPTEHwx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uSsGPTEHwx .carousel-inner > .active {
  display: block;
}
.cid-uSsGPTEHwx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uSsGPTEHwx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uSsGPTEHwx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uSsGPTEHwx .carousel-control,
  .cid-uSsGPTEHwx .carousel-indicators,
  .cid-uSsGPTEHwx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uSsGPTEHwx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uSsGPTEHwx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uSsGPTEHwx .img-grande {
    height: 250px !important;
  }
  .cid-uSsGPTEHwx .obra-hover img:not(.img-grande) {
    height: 180px !important;
  }
}
.cid-uSsGPTEHwx .carousel-indicators .active,
.cid-uSsGPTEHwx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uSsGPTEHwx .carousel-indicators .active {
  background: #fff;
}
.cid-uSsGPTEHwx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uSsGPTEHwx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uSsGPTEHwx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uSsGPTEHwx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uSsGPTEHwx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uSsGPTEHwx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uSsGPTEHwx .carousel {
  width: 100%;
}
.cid-uSsGPTEHwx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uSsGPTEHwx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uSsGPTEHwx .modal.fade .modal-dialog,
.cid-uSsGPTEHwx .modal.in .modal-dialog {
  transform: none;
}
.cid-uSsGPTEHwx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uSsGPTEHwx .content-head {
  max-width: 800px;
}
.cid-uSsGPTEHwx .custom-gallery-layout {
  align-items: stretch;
}
.cid-uSsGPTEHwx .custom-gallery-layout img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.cid-uSsGPTEHwx .img-grande {
  height: 400px !important;
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
  display: block;
}
.cid-uSsGPTEHwx .obra-item {
  cursor: pointer;
  position: relative;
  transition: none !important;
}
.cid-uSsGPTEHwx .obra-item:hover {
  transform: none !important;
  box-shadow: none !important;
}
.cid-uSsGPTEHwx .obra-hover {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
}
.cid-uSsGPTEHwx .obra-hover img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.cid-uSsGPTEHwx .obra-hover img:not(.img-grande) {
  height: 260px !important;
  object-fit: cover;
  object-position: center;
}
.cid-uSsGPTEHwx .obra-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 1rem;
  pointer-events: none;
}
.cid-uSsGPTEHwx .obra-icono {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fafafa;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #000;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.cid-uSsGPTEHwx .obra-texto {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.cid-uSsGPTEHwx .obra-hover:hover .obra-overlay {
  opacity: 0.45;
}
.cid-uSsGPTEHwx .obra-hover:hover img {
  transform: scale(1.05);
}
.cid-uSsGPTEHwx .obra-hover:hover .obra-icono,
.cid-uSsGPTEHwx .obra-hover:hover .obra-texto {
  opacity: 1;
}
.cid-uSsGPTEHwx H3 {
  color: #232323;
}
.cid-uSsGPTEHwx .custom-gallery-layout .d-flex.gap-4 > .flex-fill .obra-hover {
  height: 260px;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-uSsGPTEHwx .custom-gallery-layout .d-flex.gap-4 > .flex-fill .obra-hover img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 991.98px) {
  .cid-uSsGPTEHwx .custom-gallery-layout .d-flex.gap-4 > .flex-fill .obra-hover {
    height: 220px;
  }
  .cid-uSsGPTEHwx .custom-gallery-layout .img-grande {
    height: 300px !important;
  }
}
@media (max-width: 767.98px) {
  .cid-uSsGPTEHwx .custom-gallery-layout {
    --tile-mobile-h: 180px;
  }
  .cid-uSsGPTEHwx .custom-gallery-layout .obra-item .obra-hover {
    height: var(--tile-mobile-h) !important;
    overflow: hidden;
  }
  .cid-uSsGPTEHwx .custom-gallery-layout .obra-item .obra-hover img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    max-height: none !important;
  }
  .cid-uSsGPTEHwx .custom-gallery-layout .img-grande {
    height: var(--tile-mobile-h) !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    max-height: none !important;
  }
  .cid-uSsGPTEHwx .custom-gallery-layout .d-flex.gap-4 {
    flex-direction: column;
    gap: 12px;
  }
  .cid-uSsGPTEHwx .custom-gallery-layout .obra-item {
    margin-bottom: 12px;
  }
  .cid-uSsGPTEHwx .custom-gallery-layout .obra-item .obra-hover img,
  .cid-uSsGPTEHwx .custom-gallery-layout .img-grande {
    height: var(--tile-mobile-h) !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    max-height: none !important;
  }
}
.cid-uSsGPTEHwx .custom-gallery-layout .obra-item,
.cid-uSsGPTEHwx .custom-gallery-layout .obra-hover,
.cid-uSsGPTEHwx .custom-gallery-layout .obra-hover img,
.cid-uSsGPTEHwx .custom-gallery-layout .obra-overlay {
  border-radius: 10px !important;
}
.cid-uSsGPTEHwx .custom-gallery-layout .obra-hover {
  overflow: hidden !important;
}
.cid-uSsGPTEHwx .custom-gallery-layout .obra-overlay {
  inset: 0;
  background: black;
}
.cid-uSsGPTEHwx .custom-gallery-layout .obra-icono {
  border-radius: 50% !important;
}
.cid-uPZn01LaKW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uPZn01LaKW .row {
  flex-direction: row-reverse;
}
.cid-uPZn01LaKW .justify-content-center {
  align-items: center;
}
.cid-uPZn01LaKW .mbr-section-title {
  text-align: center;
}
.cid-uPZn01LaKW .mbr-text,
.cid-uPZn01LaKW .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uPZn01LaKW .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPZn01LaKW .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPZn01LaKW .item-wrapper {
    padding: 4rem;
  }
}
.cid-uSUR9cY2MT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/peusso-juan-cruz-paredes-59.jpg");
}
.cid-uSUR9cY2MT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUR9cY2MT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUR9cY2MT .media-wrap {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUR9cY2MT .row {
    text-align: center;
  }
  .cid-uSUR9cY2MT .row > div {
    margin: auto;
  }
  .cid-uSUR9cY2MT .social-row {
    justify-content: center;
  }
}
.cid-uSUR9cY2MT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSUR9cY2MT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 0rem;
  }
}
.cid-uSUR9cY2MT .mbr-text {
  color: #edefeb;
}
.cid-uSUR9cY2MT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSUR9cY2MT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSUR9cY2MT .item-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .row > .col-lg-3:nth-child(4) {
    padding-right: 0.5rem;
  }
}
.cid-uSUR9cY2MT .soc-item:hover {
  background-color: #ffffff33;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.cid-uPZ8S7dFzd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPZ8S7dFzd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPZ8S7dFzd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZ8S7dFzd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZ8S7dFzd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPZ8S7dFzd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPZ8S7dFzd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPZ8S7dFzd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPZ8S7dFzd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPZ8S7dFzd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .nav-item:focus,
.cid-uPZ8S7dFzd .nav-link:focus {
  outline: none;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZ8S7dFzd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZ8S7dFzd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.opened {
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZ8S7dFzd .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZ8S7dFzd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPZ8S7dFzd .navbar.collapsed {
  justify-content: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZ8S7dFzd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPZ8S7dFzd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar {
    min-height: 72px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZ8S7dFzd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZ8S7dFzd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPZ8S7dFzd .dropdown-item.active,
.cid-uPZ8S7dFzd .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZ8S7dFzd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPZ8S7dFzd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZ8S7dFzd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-buttons {
    text-align: left;
  }
}
.cid-uPZ8S7dFzd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd517;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd .navbar-dropdown {
  padding: 0;
  background-color: #232323 !important;
  position: fixed;
}
.cid-uPZ8S7dFzd .opacityScroll {
  background: rgba(35, 35, 35, 0) !important;
}
.cid-uPZ8S7dFzd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZ8S7dFzd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZ8S7dFzd .navbar {
    height: 70px;
  }
  .cid-uPZ8S7dFzd .navbar.opened {
    height: auto;
  }
  .cid-uPZ8S7dFzd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPZ8S7dFzd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPZ8S7dFzd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-brand {
    margin-right: auto;
  }
  .cid-uPZ8S7dFzd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSUR9cY2MT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/peusso-juan-cruz-paredes-59.jpg");
}
.cid-uSUR9cY2MT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUR9cY2MT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUR9cY2MT .media-wrap {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUR9cY2MT .row {
    text-align: center;
  }
  .cid-uSUR9cY2MT .row > div {
    margin: auto;
  }
  .cid-uSUR9cY2MT .social-row {
    justify-content: center;
  }
}
.cid-uSUR9cY2MT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSUR9cY2MT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 0rem;
  }
}
.cid-uSUR9cY2MT .mbr-text {
  color: #edefeb;
}
.cid-uSUR9cY2MT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSUR9cY2MT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSUR9cY2MT .item-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .row > .col-lg-3:nth-child(4) {
    padding-right: 0.5rem;
  }
}
.cid-uSUR9cY2MT .soc-item:hover {
  background-color: #ffffff33;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.cid-uPZ8S7dFzd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPZ8S7dFzd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPZ8S7dFzd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZ8S7dFzd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZ8S7dFzd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPZ8S7dFzd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPZ8S7dFzd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPZ8S7dFzd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPZ8S7dFzd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPZ8S7dFzd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .nav-item:focus,
.cid-uPZ8S7dFzd .nav-link:focus {
  outline: none;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZ8S7dFzd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZ8S7dFzd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.opened {
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZ8S7dFzd .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZ8S7dFzd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPZ8S7dFzd .navbar.collapsed {
  justify-content: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZ8S7dFzd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPZ8S7dFzd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar {
    min-height: 72px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZ8S7dFzd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZ8S7dFzd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPZ8S7dFzd .dropdown-item.active,
.cid-uPZ8S7dFzd .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZ8S7dFzd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPZ8S7dFzd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZ8S7dFzd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-buttons {
    text-align: left;
  }
}
.cid-uPZ8S7dFzd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd517;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd .navbar-dropdown {
  padding: 0;
  background-color: #232323 !important;
  position: fixed;
}
.cid-uPZ8S7dFzd .opacityScroll {
  background: rgba(35, 35, 35, 0) !important;
}
.cid-uPZ8S7dFzd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZ8S7dFzd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZ8S7dFzd .navbar {
    height: 70px;
  }
  .cid-uPZ8S7dFzd .navbar.opened {
    height: auto;
  }
  .cid-uPZ8S7dFzd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPZ8S7dFzd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPZ8S7dFzd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-brand {
    margin-right: auto;
  }
  .cid-uPZ8S7dFzd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXB3yBLiUv {
  display: flex;
  background-image: url("../../../assets/images/header-ext.webp");
  position: relative;
}
.cid-uXB3yBLiUv .mbr-overlay {
  background-color: #000000;
  opacity: 0.25;
}
@media (min-width: 768px) {
  .cid-uXB3yBLiUv {
    align-items: flex-end;
  }
  .cid-uXB3yBLiUv .row {
    justify-content: flex-start;
  }
  .cid-uXB3yBLiUv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXB3yBLiUv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uXB3yBLiUv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uXB3yBLiUv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXB3yBLiUv .content-wrap {
    width: 100%;
  }
}
.cid-uXB3yBLiUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXB3yBLiUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXB3yBLiUv .mbr-section-title,
.cid-uXB3yBLiUv .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uXB3yBLiUv .mbr-text,
.cid-uXB3yBLiUv .mbr-section-btn {
  text-align: left;
}
.cid-uXB3yBLiUv .mbr-section-title {
  color: #ffffff;
}
.cid-uXB3yBLiUv .particle-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  --timescale: 0.5s;
  z-index: 2;
}
.cid-uXB3yBLiUv .pt {
  display: block;
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(30% + (var(--y) * 1%));
  height: 50px;
  animation-name: moveUpDown;
  animation-duration: calc(var(--timescale) * var(--yt));
  animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: calc(-1s * var(--d, 0));
}
.cid-uXB3yBLiUv .pt strong {
  display: block;
  background: url("https://res.cloudinary.com/monson-productions/image/upload/v1645640126/glowey_yfdvor.png");
  background-size: contain;
  width: calc(0.1vw * var(--w));
  height: calc(0.1vw * var(--w));
  position: absolute;
  opacity: 0.75;
  animation-name: moveRightLeft, flicker;
  animation-duration: calc(var(--timescale) * var(--xt)), calc(2s * var(--xd));
  animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95), cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation-iteration-count: infinite, infinite;
  animation-direction: alternate, alternate;
  animation-delay: calc(-1s * var(--d, 0)), calc(-0.2s * var(--d, 0));
  filter: contrast(1.2) brightness(1.15) saturate(1.1) drop-shadow(0 0 4px rgba(255, 217, 23, 0.6));
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cid-uXB3yBLiUv .pt1 {
  --x: 50;
  --y: 0;
  --xt: 13;
  --yt: 12;
  --xd: 2;
  --yd: 2;
  --w: 25;
  --d: 1;
  --o: .9;
}
.cid-uXB3yBLiUv .pt2 {
  --x: 16;
  --y: 0;
  --xt: 17;
  --yt: 10;
  --xd: 3;
  --yd: 1;
  --w: 39;
  --d: 6;
  --o: .5;
}
.cid-uXB3yBLiUv .pt3 {
  --x: 16;
  --y: 0;
  --xt: 17;
  --yt: 10;
  --xd: 3;
  --yd: 3;
  --w: 28;
  --d: 4;
  --o: .9;
}
.cid-uXB3yBLiUv .pt4 {
  --x: 66;
  --y: 0;
  --xt: 11;
  --yt: 13;
  --xd: 3;
  --yd: 2;
  --w: 38;
  --d: 2;
  --o: .9;
}
.cid-uXB3yBLiUv .pt5 {
  --x: 56;
  --y: -3;
  --xt: 11;
  --yt: 10;
  --xd: 3;
  --yd: 1;
  --w: 58;
  --d: 0;
  --o: .9;
}
.cid-uXB3yBLiUv .pt6 {
  --x: 19;
  --y: 0;
  --xt: 17;
  --yt: 10;
  --xd: 3;
  --yd: 4;
  --w: 45;
  --d: 9;
  --o: .7;
}
.cid-uXB3yBLiUv .pt7 {
  --x: 49;
  --y: 0;
  --xt: 17;
  --yt: 10;
  --xd: 3;
  --yd: -4;
  --w: 65;
  --d: 2;
  --o: .6;
}
.cid-uXB3yBLiUv .pt8 {
  --x: 20;
  --y: 0;
  --xt: 13;
  --yt: 12;
  --xd: 2;
  --yd: 4;
  --w: 70;
  --d: 8;
  --o: .9;
}
@keyframes moveUpDown {
  100% {
    transform: translateY(calc(50% * var(--yd, 3)));
  }
}
@keyframes moveRightLeft {
  0% {
    transform: translateX(calc(-50% * var(--xd, 3)));
  }
  100% {
    transform: translateX(calc(50% * var(--xd, 3)));
  }
}
@keyframes flicker {
  0% {
    opacity: calc(var(--o, 1) - 0.1);
  }
  100% {
    opacity: calc(var(--o, 1) + 0.1);
  }
}
.cid-uXB3yBLiUv .header18 .mbr-overlay {
  z-index: 1;
}
.cid-uXB3yBLiUv .header18 .content-wrap {
  position: relative;
  z-index: 3;
}
.cid-uXB3zhVoyk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uXB3zhVoyk h6 {
  line-height: 1.2;
}
.cid-uXB3zhVoyk img,
.cid-uXB3zhVoyk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXB3zhVoyk .item:focus,
.cid-uXB3zhVoyk span:focus {
  outline: none;
}
.cid-uXB3zhVoyk .item-img a {
  cursor: pointer;
}
.cid-uXB3zhVoyk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uXB3zhVoyk .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uXB3zhVoyk .mbr-section-title {
  color: #000000;
}
.cid-uXB3zhVoyk .mbr-text,
.cid-uXB3zhVoyk .mbr-section-btn {
  color: #000000;
}
.cid-uXB3zhVoyk .item-title {
  color: #000000;
  text-align: center;
}
.cid-uXB3zhVoyk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uXB3zhVoyk .item-text {
  color: #000000;
  text-align: center;
}
.cid-uXB3zhVoyk .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uXB3zhVoyk .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uXB3zhVoyk #galeria-exterior .item .item-wrapper {
  border-radius: 12px !important;
  overflow: hidden;
}
.cid-uXB3zhVoyk #galeria-exterior .item-img {
  position: relative;
  aspect-ratio: 1;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 12px !important;
  overflow: hidden;
}
.cid-uXB3zhVoyk #galeria-exterior .item-img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}
.cid-uXB3zhVoyk #galeria-exterior .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: transform 0.4s ease;
  display: block;
}
.cid-uXB3zhVoyk #galeria-exterior .item-img .img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
  z-index: 1;
  pointer-events: none;
}
.cid-uXB3zhVoyk #galeria-exterior .item-img .img-title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease, bottom 0.4s ease;
  z-index: 2;
}
.cid-uXB3zhVoyk #galeria-exterior .item-img a:hover img {
  transform: scale(1.1);
}
.cid-uXB3zhVoyk #galeria-exterior .item-img a:hover .img-overlay {
  opacity: 1;
}
.cid-uXB3zhVoyk #galeria-exterior .item-img a:hover .img-title {
  opacity: 1;
  bottom: 20px;
}
.cid-uSUR9cY2MT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/peusso-juan-cruz-paredes-59.jpg");
}
.cid-uSUR9cY2MT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUR9cY2MT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUR9cY2MT .media-wrap {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUR9cY2MT .row {
    text-align: center;
  }
  .cid-uSUR9cY2MT .row > div {
    margin: auto;
  }
  .cid-uSUR9cY2MT .social-row {
    justify-content: center;
  }
}
.cid-uSUR9cY2MT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSUR9cY2MT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 0rem;
  }
}
.cid-uSUR9cY2MT .mbr-text {
  color: #edefeb;
}
.cid-uSUR9cY2MT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSUR9cY2MT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSUR9cY2MT .item-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .row > .col-lg-3:nth-child(4) {
    padding-right: 0.5rem;
  }
}
.cid-uSUR9cY2MT .soc-item:hover {
  background-color: #ffffff33;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.cid-uPZ8S7dFzd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPZ8S7dFzd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPZ8S7dFzd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZ8S7dFzd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZ8S7dFzd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPZ8S7dFzd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPZ8S7dFzd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPZ8S7dFzd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPZ8S7dFzd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPZ8S7dFzd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .nav-item:focus,
.cid-uPZ8S7dFzd .nav-link:focus {
  outline: none;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZ8S7dFzd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZ8S7dFzd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.opened {
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZ8S7dFzd .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZ8S7dFzd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPZ8S7dFzd .navbar.collapsed {
  justify-content: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZ8S7dFzd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPZ8S7dFzd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar {
    min-height: 72px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZ8S7dFzd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZ8S7dFzd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPZ8S7dFzd .dropdown-item.active,
.cid-uPZ8S7dFzd .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZ8S7dFzd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPZ8S7dFzd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZ8S7dFzd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-buttons {
    text-align: left;
  }
}
.cid-uPZ8S7dFzd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd517;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd .navbar-dropdown {
  padding: 0;
  background-color: #232323 !important;
  position: fixed;
}
.cid-uPZ8S7dFzd .opacityScroll {
  background: rgba(35, 35, 35, 0) !important;
}
.cid-uPZ8S7dFzd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZ8S7dFzd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZ8S7dFzd .navbar {
    height: 70px;
  }
  .cid-uPZ8S7dFzd .navbar.opened {
    height: auto;
  }
  .cid-uPZ8S7dFzd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPZ8S7dFzd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPZ8S7dFzd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-brand {
    margin-right: auto;
  }
  .cid-uPZ8S7dFzd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uXKpaDtadu {
  background-color: #232323;
}
.cid-uXKpaDtadu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXKpaDtadu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXKpaDtadu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXKpaDtadu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXKpaDtadu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXKpaDtadu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXKpaDtadu .mbr-section-title {
  color: #ffffff;
}
.cid-uXKpaDtadu .mbr-text,
.cid-uXKpaDtadu .mbr-section-btn {
  color: #ffffff;
}
.cid-uXKpaDtadu .article2 .img-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.cid-uXKpaDtadu .article2 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block ;
}
.cid-uXKpaDtadu .carousel-container {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.cid-uXKpaDtadu .carousel-main {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #232323;
}
.cid-uXKpaDtadu .carousel-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: cover;
  transition: transform 0.1s ease;
  opacity: 1;
}
.cid-uXKpaDtadu .carousel-img.fade-out {
  animation: fadeOut 0.15s ease-out forwards;
}
.cid-uXKpaDtadu .carousel-img.fade-in {
  animation: fadeIn 0.15s ease-in forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uXKpaDtadu .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 1rem 0.75rem;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 10;
  transition: background 0.3s ease;
}
.cid-uXKpaDtadu .carousel-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-uXKpaDtadu .carousel-prev {
  left: -1px;
  border-radius: 0 8px 8px 0;
}
.cid-uXKpaDtadu .carousel-next {
  right: -1px;
  border-radius: 8px 0 0 8px;
}
.cid-uXKpaDtadu .carousel-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.cid-uXKpaDtadu .carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.cid-uXKpaDtadu .carousel-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}
.cid-uXKpaDtadu .carousel-dot.active {
  background: white;
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .cid-uXKpaDtadu .carousel-btn {
    padding: 0.5rem 0.5rem;
    font-size: 1.2rem;
  }
  .cid-uXKpaDtadu .carousel-dot {
    width: 8px;
    height: 8px;
  }
}
.cid-uXKpaDtadu .thumbnail-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
  border-radius: 8px;
}
.cid-uXKpaDtadu .thumbnail-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.cid-uXKpaDtadu .thumbnail-item:hover .thumbnail-img {
  transform: none;
}
.cid-uXKpaDtadu .thumbnail-item:hover .thumbnail-label {
  opacity: 1;
  visibility: visible;
}
.cid-uXKpaDtadu .thumbnail-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: white;
  padding: 0.75rem 0.5rem 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  word-break: break-word;
  max-height: 60px;
  overflow: hidden;
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.cid-uSUR9cY2MT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/peusso-juan-cruz-paredes-59.jpg");
}
.cid-uSUR9cY2MT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUR9cY2MT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUR9cY2MT .media-wrap {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUR9cY2MT .row {
    text-align: center;
  }
  .cid-uSUR9cY2MT .row > div {
    margin: auto;
  }
  .cid-uSUR9cY2MT .social-row {
    justify-content: center;
  }
}
.cid-uSUR9cY2MT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSUR9cY2MT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 0rem;
  }
}
.cid-uSUR9cY2MT .mbr-text {
  color: #edefeb;
}
.cid-uSUR9cY2MT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSUR9cY2MT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSUR9cY2MT .item-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .row > .col-lg-3:nth-child(4) {
    padding-right: 0.5rem;
  }
}
.cid-uSUR9cY2MT .soc-item:hover {
  background-color: #ffffff33;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.cid-uZz05IxHzQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZz05IxHzQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZz05IxHzQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZz05IxHzQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZz05IxHzQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZz05IxHzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZz05IxHzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZz05IxHzQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uZz05IxHzQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uZz05IxHzQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZz05IxHzQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uZz05IxHzQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZz05IxHzQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZz05IxHzQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uZz05IxHzQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZz05IxHzQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uZz05IxHzQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uZz05IxHzQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZz05IxHzQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZz05IxHzQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZz05IxHzQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZz05IxHzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uZz05IxHzQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uZz05IxHzQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZz05IxHzQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZz05IxHzQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZz05IxHzQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  border-radius: 4px !important;
}
.cid-uZz05IxHzQ .nav-item:focus,
.cid-uZz05IxHzQ .nav-link:focus {
  outline: none;
}
.cid-uZz05IxHzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZz05IxHzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZz05IxHzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZz05IxHzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZz05IxHzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZz05IxHzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZz05IxHzQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZz05IxHzQ .navbar.opened {
  transition: all 0.25s;
}
.cid-uZz05IxHzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZz05IxHzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZz05IxHzQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZz05IxHzQ .navbar.collapsed {
  justify-content: center;
}
.cid-uZz05IxHzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZz05IxHzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZz05IxHzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uZz05IxHzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZz05IxHzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZz05IxHzQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZz05IxHzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZz05IxHzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZz05IxHzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZz05IxHzQ .navbar {
    min-height: 72px;
  }
  .cid-uZz05IxHzQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZz05IxHzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZz05IxHzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZz05IxHzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZz05IxHzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZz05IxHzQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZz05IxHzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZz05IxHzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZz05IxHzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZz05IxHzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZz05IxHzQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZz05IxHzQ .dropdown-item.active,
.cid-uZz05IxHzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZz05IxHzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZz05IxHzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZz05IxHzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZz05IxHzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uZz05IxHzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uZz05IxHzQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZz05IxHzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZz05IxHzQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZz05IxHzQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uZz05IxHzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZz05IxHzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd517;
}
.cid-uZz05IxHzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZz05IxHzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZz05IxHzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZz05IxHzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZz05IxHzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZz05IxHzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZz05IxHzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZz05IxHzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZz05IxHzQ .navbar-dropdown {
  padding: 0;
  background-color: #232323 !important;
  position: fixed;
}
.cid-uZz05IxHzQ .opacityScroll {
  background: rgba(35, 35, 35, 0) !important;
}
.cid-uZz05IxHzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZz05IxHzQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZz05IxHzQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZz05IxHzQ .navbar {
    height: 70px;
  }
  .cid-uZz05IxHzQ .navbar.opened {
    height: auto;
  }
  .cid-uZz05IxHzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZz05IxHzQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZz05IxHzQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZz05IxHzQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uZz05IxHzQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uZz05IxHzQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZz05IxHzQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZz05IxHzQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZz05IxHzQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZz05IxHzQ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uZz05IxHzQ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uZz05IxHzQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZz05IPiHT {
  display: flex;
  background-image: url("../../../assets/images/interior-1024x682.jpg");
  position: relative;
}
.cid-uZz05IPiHT .mbr-overlay {
  background-color: #000000;
  opacity: 0.25;
}
@media (min-width: 768px) {
  .cid-uZz05IPiHT {
    align-items: flex-end;
  }
  .cid-uZz05IPiHT .row {
    justify-content: flex-start;
  }
  .cid-uZz05IPiHT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZz05IPiHT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uZz05IPiHT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uZz05IPiHT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uZz05IPiHT .content-wrap {
    width: 100%;
  }
}
.cid-uZz05IPiHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZz05IPiHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZz05IPiHT .mbr-section-title,
.cid-uZz05IPiHT .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uZz05IPiHT .mbr-text,
.cid-uZz05IPiHT .mbr-section-btn {
  text-align: left;
}
.cid-uZz05IPiHT .mbr-section-title {
  color: #ffffff;
}
.cid-uZz05IPiHT .particle-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.cid-uZz05IPiHT .pt {
  display: block;
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  width: calc(var(--size) * 1px);
  height: calc(var(--size) * 1px);
  border-radius: 50%;
  animation-name: dustFloatVertical, dustFloatHorizontal, dustFade;
  animation-duration: calc(var(--vertical-duration) * 1s), calc(var(--horizontal-duration) * 1s), calc(var(--fade-duration) * 1s);
  animation-timing-function: ease-in-out, ease-in-out, ease-in-out;
  animation-iteration-count: infinite, infinite, infinite;
  animation-delay: calc(-1s * var(--delay, 0)), calc(-1s * var(--delay, 0)), calc(-1s * var(--delay, 0));
}
.cid-uZz05IPiHT .pt strong {
  display: none;
}
.cid-uZz05IPiHT .pt1 {
  --x: 15;
  --y: 20;
  --size: 4;
  --vertical-duration: 12;
  --horizontal-duration: 8;
  --fade-duration: 4;
  --delay: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt2 {
  --x: 75;
  --y: 35;
  --size: 3;
  --vertical-duration: 14;
  --horizontal-duration: 10;
  --fade-duration: 5;
  --delay: 1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt3 {
  --x: 85;
  --y: 15;
  --size: 2;
  --vertical-duration: 13;
  --horizontal-duration: 9;
  --fade-duration: 4.5;
  --delay: 0.5;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt4 {
  --x: 25;
  --y: 65;
  --size: 5;
  --vertical-duration: 15;
  --horizontal-duration: 11;
  --fade-duration: 5.5;
  --delay: 1.5;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt5 {
  --x: 60;
  --y: 50;
  --size: 3.6;
  --vertical-duration: 13.5;
  --horizontal-duration: 9.5;
  --fade-duration: 4.8;
  --delay: 0.8;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt6 {
  --x: 40;
  --y: 25;
  --size: 2.4;
  --vertical-duration: 12.5;
  --horizontal-duration: 8.5;
  --fade-duration: 4.2;
  --delay: 1.2;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt7 {
  --x: 70;
  --y: 70;
  --size: 3;
  --vertical-duration: 14.5;
  --horizontal-duration: 10.5;
  --fade-duration: 5;
  --delay: 0.3;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt8 {
  --x: 20;
  --y: 75;
  --size: 4;
  --vertical-duration: 13;
  --horizontal-duration: 8;
  --fade-duration: 4.5;
  --delay: 1.8;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt9 {
  --x: 50;
  --y: 10;
  --size: 3;
  --vertical-duration: 14;
  --horizontal-duration: 10;
  --fade-duration: 5;
  --delay: 0.2;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt10 {
  --x: 35;
  --y: 45;
  --size: 2.4;
  --vertical-duration: 12.5;
  --horizontal-duration: 8.5;
  --fade-duration: 4.2;
  --delay: 1.3;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt11 {
  --x: 65;
  --y: 30;
  --size: 4;
  --vertical-duration: 13.5;
  --horizontal-duration: 9.5;
  --fade-duration: 4.8;
  --delay: 0.6;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt12 {
  --x: 10;
  --y: 45;
  --size: 3;
  --vertical-duration: 14.5;
  --horizontal-duration: 10.5;
  --fade-duration: 5;
  --delay: 1.1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt13 {
  --x: 80;
  --y: 60;
  --size: 2;
  --vertical-duration: 13;
  --horizontal-duration: 9;
  --fade-duration: 4.5;
  --delay: 1.6;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt14 {
  --x: 45;
  --y: 80;
  --size: 3.6;
  --vertical-duration: 15;
  --horizontal-duration: 11;
  --fade-duration: 5.5;
  --delay: 0.9;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt15 {
  --x: 90;
  --y: 45;
  --size: 2.4;
  --vertical-duration: 12.5;
  --horizontal-duration: 8.5;
  --fade-duration: 4;
  --delay: 1.4;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt16 {
  --x: 30;
  --y: 55;
  --size: 4.4;
  --vertical-duration: 14;
  --horizontal-duration: 10;
  --fade-duration: 5;
  --delay: 0.7;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt17 {
  --x: 55;
  --y: 40;
  --size: 3.2;
  --vertical-duration: 13;
  --horizontal-duration: 9;
  --fade-duration: 4.5;
  --delay: 0.4;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt18 {
  --x: 5;
  --y: 30;
  --size: 2.6;
  --vertical-duration: 14;
  --horizontal-duration: 10;
  --fade-duration: 4.8;
  --delay: 1.7;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt19 {
  --x: 95;
  --y: 70;
  --size: 3.8;
  --vertical-duration: 15;
  --horizontal-duration: 11;
  --fade-duration: 5;
  --delay: 0.1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt20 {
  --x: 38;
  --y: 8;
  --size: 2.8;
  --vertical-duration: 13.5;
  --horizontal-duration: 9.5;
  --fade-duration: 4.3;
  --delay: 1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt21 {
  --x: 72;
  --y: 55;
  --size: 4.2;
  --vertical-duration: 14;
  --horizontal-duration: 10;
  --fade-duration: 5;
  --delay: 0.8;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt22 {
  --x: 12;
  --y: 62;
  --size: 3.4;
  --vertical-duration: 12.5;
  --horizontal-duration: 8.5;
  --fade-duration: 4.7;
  --delay: 1.5;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt23 {
  --x: 58;
  --y: 22;
  --size: 2.6;
  --vertical-duration: 13;
  --horizontal-duration: 9;
  --fade-duration: 4.4;
  --delay: 0.6;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt24 {
  --x: 78;
  --y: 38;
  --size: 3;
  --vertical-duration: 14.5;
  --horizontal-duration: 10.5;
  --fade-duration: 5.2;
  --delay: 1.2;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
}
.cid-uZz05IPiHT .pt25 {
  --x: 42;
  --y: 68;
  --size: 4.6;
  --vertical-duration: 15;
  --horizontal-duration: 11;
  --fade-duration: 5.5;
  --delay: 0.3;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
}
@keyframes dustFloatVertical {
  0%,
  100% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(-30px);
  }
  75% {
    transform: translateY(-60px);
  }
}
@keyframes dustFloatHorizontal {
  0%,
  100% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(30px);
  }
  40% {
    transform: translateX(15px);
  }
  60% {
    transform: translateX(-25px);
  }
  80% {
    transform: translateX(-10px);
  }
}
@keyframes dustFade {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
}
.cid-uZz05IPiHT .header18 .mbr-overlay {
  z-index: 1;
}
.cid-uZz05IPiHT .header18 .content-wrap {
  position: relative;
  z-index: 3;
}
.cid-uZz05J322b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uZz05J322b h6 {
  line-height: 1.2;
}
.cid-uZz05J322b img,
.cid-uZz05J322b .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZz05J322b .item:focus,
.cid-uZz05J322b span:focus {
  outline: none;
}
.cid-uZz05J322b .item-img a {
  cursor: pointer;
}
.cid-uZz05J322b .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uZz05J322b .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uZz05J322b .mbr-section-title {
  color: #000000;
}
.cid-uZz05J322b .mbr-text,
.cid-uZz05J322b .mbr-section-btn {
  color: #000000;
}
.cid-uZz05J322b .item-title {
  color: #000000;
  text-align: center;
}
.cid-uZz05J322b .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZz05J322b .item-text {
  color: #000000;
  text-align: center;
}
.cid-uZz05J322b .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uZz05J322b .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uZz05J322b #galeria-exterior .item .item-wrapper {
  border-radius: 12px !important;
  overflow: hidden;
}
.cid-uZz05J322b #galeria-exterior .item-img {
  position: relative;
  aspect-ratio: 1;
  max-width: 100%;
  margin-inline: auto;
  border-radius: 12px !important;
  overflow: hidden;
}
.cid-uZz05J322b #galeria-exterior .item-img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}
.cid-uZz05J322b #galeria-exterior .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: transform 0.4s ease;
  display: block;
}
.cid-uZz05J322b #galeria-exterior .item-img .img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
  z-index: 1;
  pointer-events: none;
}
.cid-uZz05J322b #galeria-exterior .item-img .img-title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease, bottom 0.4s ease;
  z-index: 2;
}
.cid-uZz05J322b #galeria-exterior .item-img a:hover img {
  transform: scale(1.1);
}
.cid-uZz05J322b #galeria-exterior .item-img a:hover .img-overlay {
  opacity: 1;
}
.cid-uZz05J322b #galeria-exterior .item-img a:hover .img-title {
  opacity: 1;
  bottom: 20px;
}
.cid-uZz05Je9Wh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/peusso-juan-cruz-paredes-59.jpg");
}
.cid-uZz05Je9Wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZz05Je9Wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZz05Je9Wh .media-wrap {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uZz05Je9Wh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZz05Je9Wh .row {
    text-align: center;
  }
  .cid-uZz05Je9Wh .row > div {
    margin: auto;
  }
  .cid-uZz05Je9Wh .social-row {
    justify-content: center;
  }
}
.cid-uZz05Je9Wh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZz05Je9Wh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uZz05Je9Wh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZz05Je9Wh .list {
    margin-bottom: 0rem;
  }
}
.cid-uZz05Je9Wh .mbr-text {
  color: #edefeb;
}
.cid-uZz05Je9Wh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uZz05Je9Wh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uZz05Je9Wh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uZz05Je9Wh .item-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .cid-uZz05Je9Wh .row > .col-lg-3:nth-child(4) {
    padding-right: 0.5rem;
  }
}
.cid-uZz05Je9Wh .soc-item:hover {
  background-color: #ffffff33;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.cid-uPZ8S7dFzd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPZ8S7dFzd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPZ8S7dFzd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZ8S7dFzd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZ8S7dFzd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPZ8S7dFzd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPZ8S7dFzd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPZ8S7dFzd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPZ8S7dFzd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPZ8S7dFzd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .nav-item:focus,
.cid-uPZ8S7dFzd .nav-link:focus {
  outline: none;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZ8S7dFzd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZ8S7dFzd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.opened {
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZ8S7dFzd .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZ8S7dFzd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPZ8S7dFzd .navbar.collapsed {
  justify-content: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZ8S7dFzd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPZ8S7dFzd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar {
    min-height: 72px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZ8S7dFzd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZ8S7dFzd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPZ8S7dFzd .dropdown-item.active,
.cid-uPZ8S7dFzd .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZ8S7dFzd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPZ8S7dFzd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZ8S7dFzd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-buttons {
    text-align: left;
  }
}
.cid-uPZ8S7dFzd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd517;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd .navbar-dropdown {
  padding: 0;
  background-color: #232323 !important;
  position: fixed;
}
.cid-uPZ8S7dFzd .opacityScroll {
  background: rgba(35, 35, 35, 0) !important;
}
.cid-uPZ8S7dFzd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZ8S7dFzd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZ8S7dFzd .navbar {
    height: 70px;
  }
  .cid-uPZ8S7dFzd .navbar.opened {
    height: auto;
  }
  .cid-uPZ8S7dFzd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPZ8S7dFzd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPZ8S7dFzd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-brand {
    margin-right: auto;
  }
  .cid-uPZ8S7dFzd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYAo9FBlQV {
  display: flex;
  background-image: url("../../../assets/images/frente-iluminar-noche-4.png");
}
.cid-uYAo9FBlQV .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uYAo9FBlQV {
    align-items: flex-end;
  }
  .cid-uYAo9FBlQV .row {
    justify-content: flex-start;
  }
  .cid-uYAo9FBlQV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYAo9FBlQV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uYAo9FBlQV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uYAo9FBlQV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uYAo9FBlQV .content-wrap {
    width: 100%;
  }
}
.cid-uYAo9FBlQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYAo9FBlQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYAo9FBlQV .mbr-section-title,
.cid-uYAo9FBlQV .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uYAo9FBlQV .mbr-text,
.cid-uYAo9FBlQV .mbr-section-btn {
  text-align: left;
}
.cid-uYAo9FBlQV .mbr-section-title {
  color: #ffffff;
}
.cid-v1rTtWhdI9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v1rTtWhdI9 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v1rTtWhdI9 .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1rTtWhdI9 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1rTtWhdI9 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v1rTtWhdI9 .card-title,
.cid-v1rTtWhdI9 .iconfont-wrapper {
  color: #000000;
}
.cid-v1rTtWhdI9 .card-text {
  color: #000000;
  text-align: center;
}
.cid-v1rTtWhdI9 .content-head {
  max-width: 800px;
}
.cid-v1rTtWhdI9 .mbr-section-title {
  color: #000000;
}
.cid-v1rTtWhdI9 .card-title,
.cid-v1rTtWhdI9 .img-wrapper {
  text-align: center;
}
.cid-v1rTtWhdI9 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uSUR9cY2MT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/peusso-juan-cruz-paredes-59.jpg");
}
.cid-uSUR9cY2MT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUR9cY2MT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUR9cY2MT .media-wrap {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUR9cY2MT .row {
    text-align: center;
  }
  .cid-uSUR9cY2MT .row > div {
    margin: auto;
  }
  .cid-uSUR9cY2MT .social-row {
    justify-content: center;
  }
}
.cid-uSUR9cY2MT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSUR9cY2MT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 0rem;
  }
}
.cid-uSUR9cY2MT .mbr-text {
  color: #edefeb;
}
.cid-uSUR9cY2MT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSUR9cY2MT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSUR9cY2MT .item-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .row > .col-lg-3:nth-child(4) {
    padding-right: 0.5rem;
  }
}
.cid-uSUR9cY2MT .soc-item:hover {
  background-color: #ffffff33;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.cid-uPZ8S7dFzd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uPZ8S7dFzd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPZ8S7dFzd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPZ8S7dFzd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZ8S7dFzd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZ8S7dFzd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPZ8S7dFzd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPZ8S7dFzd .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPZ8S7dFzd .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uPZ8S7dFzd .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPZ8S7dFzd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #232323;
  border-radius: 4px !important;
}
.cid-uPZ8S7dFzd .nav-item:focus,
.cid-uPZ8S7dFzd .nav-link:focus {
  outline: none;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZ8S7dFzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZ8S7dFzd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZ8S7dFzd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZ8S7dFzd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.opened {
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZ8S7dFzd .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZ8S7dFzd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uPZ8S7dFzd .navbar.collapsed {
  justify-content: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPZ8S7dFzd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPZ8S7dFzd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uPZ8S7dFzd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPZ8S7dFzd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPZ8S7dFzd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar {
    min-height: 72px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZ8S7dFzd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPZ8S7dFzd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZ8S7dFzd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ8S7dFzd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPZ8S7dFzd .dropdown-item.active,
.cid-uPZ8S7dFzd .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZ8S7dFzd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZ8S7dFzd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uPZ8S7dFzd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPZ8S7dFzd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZ8S7dFzd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .navbar-buttons {
    text-align: left;
  }
}
.cid-uPZ8S7dFzd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffd517;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ8S7dFzd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZ8S7dFzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ8S7dFzd .navbar-dropdown {
  padding: 0;
  background-color: #232323 !important;
  position: fixed;
}
.cid-uPZ8S7dFzd .opacityScroll {
  background: rgba(35, 35, 35, 0) !important;
}
.cid-uPZ8S7dFzd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZ8S7dFzd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPZ8S7dFzd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZ8S7dFzd .navbar {
    height: 70px;
  }
  .cid-uPZ8S7dFzd .navbar.opened {
    height: auto;
  }
  .cid-uPZ8S7dFzd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPZ8S7dFzd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPZ8S7dFzd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-brand {
    margin-right: auto;
  }
  .cid-uPZ8S7dFzd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #232323;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPZ8S7dFzd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPZ8S7dFzd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uPZ8S7dFzd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uPZ8S7dFzd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v0SzXFFmOC {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-v0SzXFFmOC .item:focus,
.cid-v0SzXFFmOC span:focus {
  outline: none;
}
.cid-v0SzXFFmOC .item {
  cursor: pointer;
}
.cid-v0SzXFFmOC .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v0SzXFFmOC .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v0SzXFFmOC .grid-container-1,
.cid-v0SzXFFmOC .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v0SzXFFmOC .grid-container-1,
  .cid-v0SzXFFmOC .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-v0SzXFFmOC .mbr-section-title {
  color: #ffffff;
}
.cid-v0SzXFFmOC .mbr-text,
.cid-v0SzXFFmOC .mbr-section-btn {
  color: #000000;
}
.cid-v0SzXFFmOC .content-head {
  max-width: 800px;
}
.cid-v0SzXFFmOC .container,
.cid-v0SzXFFmOC .container-fluid {
  overflow: hidden;
}
.cid-v0SzXFFmOC .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v0SzXFFmOC .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0SzXFFmOC .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0SzXFFmOC .grid-item img {
    min-width: 35vw;
  }
}
.cid-v0SzXFFmOC .grid-container-1,
.cid-v0SzXFFmOC .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v0SzXFFmOC .grid-container-1 {
  align-items: flex-end;
}
.cid-v0SzXFFmOC .grid-container-2 {
  align-items: flex-start;
}
.cid-uSUR9cY2MT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/peusso-juan-cruz-paredes-59.jpg");
}
.cid-uSUR9cY2MT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUR9cY2MT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSUR9cY2MT .media-wrap {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSUR9cY2MT .row {
    text-align: center;
  }
  .cid-uSUR9cY2MT .row > div {
    margin: auto;
  }
  .cid-uSUR9cY2MT .social-row {
    justify-content: center;
  }
}
.cid-uSUR9cY2MT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uSUR9cY2MT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .list {
    margin-bottom: 0rem;
  }
}
.cid-uSUR9cY2MT .mbr-text {
  color: #edefeb;
}
.cid-uSUR9cY2MT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uSUR9cY2MT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uSUR9cY2MT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSUR9cY2MT .item-wrap {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .cid-uSUR9cY2MT .row > .col-lg-3:nth-child(4) {
    padding-right: 0.5rem;
  }
}
.cid-uSUR9cY2MT .soc-item:hover {
  background-color: #ffffff33;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
