.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Signika', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Signika', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Karla', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Karla', sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.3125rem;
}
/* ---- 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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c2523c !important;
}
.bg-success {
  background-color: #eee8da !important;
}
.bg-info {
  background-color: #f8c5b2 !important;
}
.bg-warning {
  background-color: #812f1f !important;
}
.bg-danger {
  background-color: #a35b42 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c2523c !important;
  border-color: #c2523c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #803628 !important;
  border-color: #803628 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #803628 !important;
  border-color: #803628 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b66035 !important;
  border-color: #b66035 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #733d21 !important;
  border-color: #733d21 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #733d21 !important;
  border-color: #733d21 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f8c5b2 !important;
  border-color: #f8c5b2 !important;
  color: #9d350e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f18963 !important;
  border-color: #f18963 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #9d350e !important;
  background-color: #f18963 !important;
  border-color: #f18963 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eee8da !important;
  border-color: #eee8da !important;
  color: #8a733f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d3c39f !important;
  border-color: #d3c39f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #8a733f !important;
  background-color: #d3c39f !important;
  border-color: #d3c39f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #812f1f !important;
  border-color: #812f1f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3b160e !important;
  border-color: #3b160e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3b160e !important;
  border-color: #3b160e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a35b42 !important;
  border-color: #a35b42 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #653929 !important;
  border-color: #653929 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #653929 !important;
  border-color: #653929 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c2523c;
  color: #c2523c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #803628 !important;
  background-color: transparent !important;
  border-color: #803628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c2523c !important;
  border-color: #c2523c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b66035;
  color: #b66035;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #733d21 !important;
  background-color: transparent !important;
  border-color: #733d21 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b66035 !important;
  border-color: #b66035 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f8c5b2;
  color: #f8c5b2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f18963 !important;
  background-color: transparent !important;
  border-color: #f18963 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #9d350e !important;
  background-color: #f8c5b2 !important;
  border-color: #f8c5b2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eee8da;
  color: #eee8da;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d3c39f !important;
  background-color: transparent !important;
  border-color: #d3c39f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #8a733f !important;
  background-color: #eee8da !important;
  border-color: #eee8da !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #812f1f;
  color: #812f1f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3b160e !important;
  background-color: transparent !important;
  border-color: #3b160e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #812f1f !important;
  border-color: #812f1f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a35b42;
  color: #a35b42;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #653929 !important;
  background-color: transparent !important;
  border-color: #653929 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a35b42 !important;
  border-color: #a35b42 !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: #c2523c !important;
}
.text-secondary {
  color: #b66035 !important;
}
.text-success {
  color: #eee8da !important;
}
.text-info {
  color: #f8c5b2 !important;
}
.text-warning {
  color: #812f1f !important;
}
.text-danger {
  color: #a35b42 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #743124 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #67361e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cebd94 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f07f54 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2f110b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5a3225 !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: #c2523c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f8c5b2;
}
.alert-warning {
  background-color: #812f1f;
}
.alert-danger {
  background-color: #a35b42;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c2523c;
  border-color: #c2523c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c2523c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1a89d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d4624c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d3a292;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c2523c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c2523c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c2523c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c2523c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c2523c;
  border-bottom-color: #c2523c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c2523c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b66035 !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='%23c2523c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #f7f2ec !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .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-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoKTMRIjY6 .modal-body .close {
  background: #1b1b1b;
}
.cid-uoKTMRIjY6 .modal-body .close span {
  font-style: normal;
}
.cid-uoKTMRIjY6 .carousel-inner > .active,
.cid-uoKTMRIjY6 .carousel-inner > .next,
.cid-uoKTMRIjY6 .carousel-inner > .prev {
  display: flex;
}
.cid-uoKTMRIjY6 .carousel-control .icon-next,
.cid-uoKTMRIjY6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 10px;
  line-height: 27px;
}
.cid-uoKTMRIjY6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uoKTMRIjY6 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoKTMRIjY6 .boxed-slider {
  position: relative;
  padding: 13px 0;
}
.cid-uoKTMRIjY6 .boxed-slider > div {
  position: relative;
}
.cid-uoKTMRIjY6 .container img {
  width: 100%;
}
.cid-uoKTMRIjY6 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uoKTMRIjY6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uoKTMRIjY6 .mbr-table-cell {
  padding: 0;
}
.cid-uoKTMRIjY6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uoKTMRIjY6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uoKTMRIjY6 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uoKTMRIjY6 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uoKTMRIjY6 .carousel-item.active.right,
.cid-uoKTMRIjY6 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uoKTMRIjY6 .carousel-item.active.left,
.cid-uoKTMRIjY6 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uoKTMRIjY6 .carousel-item.active,
.cid-uoKTMRIjY6 .carousel-item.next.left,
.cid-uoKTMRIjY6 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 15px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
  z-index: 11;
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-control:hover {
  background-color: #c2523c;
}
@media (max-width: 767px) {
  .cid-uoKTMRIjY6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 10px;
  height: 10px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-indicators li.active,
.cid-uoKTMRIjY6 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #c2523c;
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-indicators li::after,
.cid-uoKTMRIjY6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uoKTMRIjY6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uoKTMRIjY6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uoKTMRIjY6 .mbr-slider > .container img {
  width: 100%;
}
.cid-uoKTMRIjY6 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uoKTMRIjY6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uoKTMRIjY6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoKTMRIjY6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uoKTMRIjY6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uoKTMRIjY6 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uoKTMRIjY6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uoKTMRIjY6 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uoKTMRIjY6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uoKTMRIjY6 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uoKTMRIjY6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uoKTMRIjY6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uoKTMRIjY6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uoKTMRIjY6 H2 {
  text-align: center;
}
.cid-uoKTMRIjY6 P {
  text-align: left;
}
.cid-uoMeODX2DG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoMeODX2DG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoMeODX2DG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoMeODX2DG .mbr-text,
.cid-uoMeODX2DG .mbr-section-btn {
  text-align: center;
  color: #491414;
}
.cid-uoMeODX2DG .mbr-section-title {
  text-align: center;
  color: #491414;
}
.cid-uoMeODX2DG .mbr-section-subtitle {
  text-align: center;
}
.cid-ux9JgqxeUZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux9JgqxeUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux9JgqxeUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux9JgqxeUZ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ux9JgqxeUZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ux9JgqxeUZ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-ux9JgqxeUZ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-ux9JgqxeUZ .item .item-wrapper {
  height: 100%;
}
.cid-ux9JgqxeUZ .item .item-wrapper:hover .item-img img,
.cid-ux9JgqxeUZ .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-ux9JgqxeUZ .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-ux9JgqxeUZ .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ux9JgqxeUZ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ux9JgqxeUZ .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-ux9JgqxeUZ .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-ux9JgqxeUZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ux9JgqxeUZ .item-title {
  color: #812f1f;
  text-align: center;
}
.cid-ux9JgqxeUZ .item-date {
  color: #000000;
  text-align: center;
}
.cid-uwBeiTCPVi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dra-pilar-chuquillanqui-banner3.webp");
}
.cid-uwBeiTCPVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwBeiTCPVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwBeiTCPVi .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uwBeiTCPVi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uwBeiTCPVi .container {
    padding: 0 26px;
  }
}
.cid-uwBeiTCPVi .row {
  justify-content: center;
}
.cid-uwBeiTCPVi .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uwBeiTCPVi .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uwBeiTCPVi .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uwBeiTCPVi .mbr-text,
.cid-uwBeiTCPVi .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uwBeiTCPVi .mbr-text,
.cid-uwBeiTCPVi .mbr-section-btn {
  text-align: center;
  color: #491414;
}
.cid-uw7eUSN3Dw {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uw7eUSN3Dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw7eUSN3Dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw7eUSN3Dw img {
  border-radius: 3rem;
}
.cid-uw7eUSN3Dw .row {
  flex-direction: row-reverse;
}
.cid-uw7eUSN3Dw .row {
  align-items: center;
}
.cid-uw7eUSN3Dw .mbr-section-title {
  color: #812f1f;
}
.cid-uw7eUSN3Dw .mbr-text,
.cid-uw7eUSN3Dw .mbr-section-btn {
  color: #491414;
}
.cid-uwCecAc3HR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwCecAc3HR .mbr-section-title {
  margin-bottom: 24px;
  color: #812f1f;
  text-align: center;
}
.cid-uwCecAc3HR .link-title {
  width: 100%;
  display: inline-block;
}
.cid-uwCecAc3HR .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-uwCecAc3HR .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  margin-bottom: 48px;
}
.cid-uwCecAc3HR .col-12.col-sm-6.col-lg-3:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-uwCecAc3HR .col-12.col-sm-6.col-lg-3:hover .mbr-iconfont,
.cid-uwCecAc3HR .col-12.col-sm-6.col-lg-3:hover .number,
.cid-uwCecAc3HR .col-12.col-sm-6.col-lg-3:hover .card-title {
  color: #f8c5b2 !important;
}
.cid-uwCecAc3HR .col-12.col-sm-6.col-lg-3:hover .inner {
  transform: scale(1.1);
}
.cid-uwCecAc3HR .card-title {
  transition: 0.35s;
  margin-bottom: 12px;
  color: #812f1f;
}
.cid-uwCecAc3HR .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 30px;
}
.cid-uwCecAc3HR .card-text {
  margin-bottom: 33px;
  color: #8c8c95;
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-uwCecAc3HR .card-wrapper {
    margin: 10px;
  }
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uwCecAc3HR .col-12:nth-child(3) {
    padding-top: 50px;
  }
  .cid-uwCecAc3HR .col-12:nth-child(4) {
    padding-top: 50px;
  }
  .cid-uwCecAc3HR .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-uwCecAc3HR .col-12 {
    padding-top: 50px;
  }
  .cid-uwCecAc3HR .col-12:first-child {
    padding-top: 0px;
  }
  .cid-uwCecAc3HR .wrap-img {
    margin-bottom: 30px;
  }
  .cid-uwCecAc3HR .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-uwCecAc3HR .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-uwCecAc3HR .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-uwCecAc3HR .episode {
  color: #ffffff;
}
.cid-uwCecAc3HR .img-title {
  color: #ffffff;
}
.cid-uwCecAc3HR .margin {
  margin-right: 14px;
}
.cid-uwCecAc3HR .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uwCecAc3HR .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uwCecAc3HR .title-block {
  padding-bottom: 30px;
  max-width: 493px;
  margin: auto;
}
.cid-uwCecAc3HR .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uwCecAc3HR .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-uwCecAc3HR .card-text,
.cid-uwCecAc3HR .link-title {
  color: #000000;
}
.cid-uwImmFCkcy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwImmFCkcy .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-uwImmFCkcy .mbr-section-title {
  color: #000000;
}
.cid-uwImmFCkcy .mbr-section-subtitle {
  color: #812f1f;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uwImmFCkcy .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uwImmFCkcy .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-uwImmFCkcy .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uwImmFCkcy .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uwImmFCkcy .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uwImmFCkcy .carousel {
    max-width: 100%;
  }
}
.cid-uwImmFCkcy .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uwImmFCkcy .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uwImmFCkcy .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uwImmFCkcy .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uwImmFCkcy .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffb692, #ffffff);
  box-shadow: 10px 10px 19px #ffe1d2, -10px -10px 19px #f8f2f0;
}
@media (max-width: 1199px) {
  .cid-uwImmFCkcy .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uwImmFCkcy .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uwImmFCkcy .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uwImmFCkcy .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uwImmFCkcy .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uwImmFCkcy .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uwImmFCkcy .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uwImmFCkcy .info-card-title {
  color: #812f1f;
  margin-bottom: 10px;
}
.cid-uwImmFCkcy .info-card-subtitle {
  color: #812f1f;
}
.cid-uwImmFCkcy .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-uwImmFCkcy .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uwImmFCkcy .card-description::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 5px;
  background: #812f1f;
  left: -43px;
  z-index: 9;
  top: 66px;
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .card-description::before {
    display: none;
  }
}
.cid-uwImmFCkcy .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffb692, #ffffff);
  box-shadow: 10px 10px 19px #ffe1d2, -10px -10px 19px #f8f2f0;
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uwImmFCkcy .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uwImmFCkcy .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #812f1f;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-uwImmFCkcy .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uwImmFCkcy .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uwImmFCkcy .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uwImmFCkcy .card-description-title {
  color: #812f1f;
  margin-bottom: 7px;
}
.cid-uwImmFCkcy .card-description-subtitle {
  color: #000000;
  margin-bottom: 0;
}
.cid-uwImmFCkcy .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #ffb692, #ffffff);
  box-shadow: 10px 10px 19px #ffe1d2, -10px -10px 19px #f8f2f0;
}
@media (max-width: 767px) {
  .cid-uwImmFCkcy .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uwImmFCkcy .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwImmFCkcy .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uwImmFCkcy .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ff014e;
}
.cid-uwImmFCkcy .card-description-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uwImmFCkcy .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uwImmFCkcy .absolute-icon-wrapper .mbr-iconfont {
  color: #812f1f;
  font-size: 99px;
}
.cid-uwImmFCkcy .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #ffb692, #ffffff) !important;
  box-shadow: 10px 10px 19px #ffe1d2, -10px -10px 19px #f8f2f0;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-uwImmFCkcy .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uwImmFCkcy .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uwImmFCkcy .carousel-control {
    display: none;
  }
}
.cid-uwImmFCkcy .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #c2523c !important;
  opacity: 1;
}
.cid-uwImmFCkcy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uwImmFCkcy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uwImmFCkcy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uwImmFCkcy .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-uwImmFCkcy .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #ffb692, #ffffff) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-uwImmFCkcy .carousel-indicators li.active,
.cid-uwImmFCkcy .carousel-indicators li:hover {
  opacity: 1;
  background: #c2523c !important;
}
.cid-uwImmFCkcy .carousel-indicators li::after,
.cid-uwImmFCkcy .carousel-indicators li::before {
  content: none;
}
.cid-uwImmFCkcy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uwImmFCkcy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uwCh3VfBxe {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uwCh3VfBxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwCh3VfBxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwCh3VfBxe .mbr-text,
.cid-uwCh3VfBxe .mbr-section-btn {
  text-align: center;
  color: #491414;
}
.cid-uwCh3VfBxe .mbr-section-title {
  text-align: center;
  color: #812f1f;
}
.cid-uwCh3VfBxe .mbr-section-subtitle {
  text-align: center;
}
.cid-uwChzQ7SGy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwChzQ7SGy .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-uwChzQ7SGy .card {
  margin-bottom: 2rem;
}
.cid-uwChzQ7SGy .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-uwChzQ7SGy .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-uwChzQ7SGy .btn {
  margin: .3rem;
}
.cid-uwChzQ7SGy .mbr-section-title {
  margin: 0;
}
.cid-uwChzQ7SGy .card-underline,
.cid-uwChzQ7SGy .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uwChzQ7SGy .card-underline .line,
.cid-uwChzQ7SGy .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uwChzQ7SGy .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-uwChzQ7SGy .card-underline .line {
  background: #ffbc00;
}
@media (max-width: 767px) {
  .cid-uwChzQ7SGy .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwChzQ7SGy .row-content {
    min-width: 100%;
  }
  .cid-uwChzQ7SGy .card {
    display: block;
  }
}
.cid-uwChzQ7SGy .mbr-section-title,
.cid-uwChzQ7SGy .underline {
  color: #812f1f;
}
.cid-uwChzQ7SGy .card-title,
.cid-uwChzQ7SGy .card-underline {
  color: #812f1f;
}
.cid-uwIx3UhAo3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a35b42;
}
.cid-uwIx3UhAo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwIx3UhAo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwIx3UhAo3 .mbr-text,
.cid-uwIx3UhAo3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uwIx3UhAo3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uwIx3UhAo3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uwIz1S4f4q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uwIz1S4f4q .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uwIz1S4f4q .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #b66035;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uwIz1S4f4q .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uwIz1S4f4q img,
.cid-uwIz1S4f4q .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-uwIz1S4f4q .item:focus,
.cid-uwIz1S4f4q span:focus {
  outline: none;
}
.cid-uwIz1S4f4q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uwIz1S4f4q .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uwIz1S4f4q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uwIz1S4f4q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwIz1S4f4q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uwIz1S4f4q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uwIz1S4f4q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uwIz1S4f4q .mbr-section-title {
  color: #812f1f;
}
.cid-uwIz1S4f4q .mbr-text,
.cid-uwIz1S4f4q .mbr-section-btn {
  text-align: center;
}
.cid-uwIz1S4f4q .item-title {
  text-align: center;
  color: #491414;
}
.cid-uwIz1S4f4q .item-subtitle {
  text-align: center;
}
.cid-toEnwKcUBk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uoMRBJ5yGZ {
  z-index: 1000;
  width: 100%;
}
.cid-uoMRBJ5yGZ nav.navbar {
  position: fixed;
}
.cid-uoMRBJ5yGZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoMRBJ5yGZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoMRBJ5yGZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoMRBJ5yGZ .dropdown-item:hover,
.cid-uoMRBJ5yGZ .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uoMRBJ5yGZ .dropdown-item:hover span {
  color: white;
}
.cid-uoMRBJ5yGZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoMRBJ5yGZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoMRBJ5yGZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoMRBJ5yGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoMRBJ5yGZ .nav-link {
  position: relative;
}
.cid-uoMRBJ5yGZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoMRBJ5yGZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uoMRBJ5yGZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoMRBJ5yGZ .dropdown-menu,
.cid-uoMRBJ5yGZ .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uoMRBJ5yGZ .nav-item:focus,
.cid-uoMRBJ5yGZ .nav-link:focus {
  outline: none;
}
.cid-uoMRBJ5yGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoMRBJ5yGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoMRBJ5yGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoMRBJ5yGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoMRBJ5yGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoMRBJ5yGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoMRBJ5yGZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uoMRBJ5yGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uoMRBJ5yGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoMRBJ5yGZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uoMRBJ5yGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoMRBJ5yGZ .navbar.collapsed {
  justify-content: center;
}
.cid-uoMRBJ5yGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoMRBJ5yGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoMRBJ5yGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoMRBJ5yGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoMRBJ5yGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoMRBJ5yGZ .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-uoMRBJ5yGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoMRBJ5yGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoMRBJ5yGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoMRBJ5yGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoMRBJ5yGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoMRBJ5yGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoMRBJ5yGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoMRBJ5yGZ .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-uoMRBJ5yGZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoMRBJ5yGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoMRBJ5yGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoMRBJ5yGZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoMRBJ5yGZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoMRBJ5yGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoMRBJ5yGZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoMRBJ5yGZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoMRBJ5yGZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoMRBJ5yGZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoMRBJ5yGZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoMRBJ5yGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoMRBJ5yGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoMRBJ5yGZ .dropdown-item.active,
.cid-uoMRBJ5yGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uoMRBJ5yGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoMRBJ5yGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoMRBJ5yGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoMRBJ5yGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uoMRBJ5yGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoMRBJ5yGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoMRBJ5yGZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoMRBJ5yGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoMRBJ5yGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoMRBJ5yGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoMRBJ5yGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoMRBJ5yGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoMRBJ5yGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoMRBJ5yGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoMRBJ5yGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoMRBJ5yGZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoMRBJ5yGZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoMRBJ5yGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoMRBJ5yGZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoMRBJ5yGZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoMRBJ5yGZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoMRBJ5yGZ .navbar {
    height: 70px;
  }
  .cid-uoMRBJ5yGZ .navbar.opened {
    height: auto;
  }
  .cid-uoMRBJ5yGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoSIdO4V8Q {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoSIdO4V8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSIdO4V8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoSIdO4V8Q .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uoSIdO4V8Q .container {
    padding: 0 24px;
  }
}
.cid-uoSIdO4V8Q .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uoSIdO4V8Q .content-wrapper {
    display: block;
  }
}
.cid-uoSIdO4V8Q .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uoSIdO4V8Q .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uoSIdO4V8Q .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uoSIdO4V8Q .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uoSIdO4V8Q .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoSIdO4V8Q .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uoSIdO4V8Q .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uoSIdO4V8Q .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uoSIdO4V8Q .content-wrapper .image-wrapper img {
  height: 90%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uoSIdO4V8Q .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uoSIdO4V8Q .mbr-section-title {
  color: #18212d;
}
.cid-uoSIdO4V8Q .mbr-desc {
  color: #18212d;
}
.cid-uoSIdO4V8Q .mbr-text {
  color: #000000;
}
.cid-uoSIdO4V8Q .mbr-section-title,
.cid-uoSIdO4V8Q .mbr-section-btn {
  color: #812f1f;
}
.cid-uoSIdO4V8Q .mbr-desc,
.cid-uoSIdO4V8Q .desc-wrapper {
  color: #000000;
}
.cid-uoSFke6fHq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uoSFke6fHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoSFke6fHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoSFke6fHq .container {
    padding: 0 24px;
  }
}
.cid-uoSFke6fHq .row {
  justify-content: center;
}
.cid-uoSFke6fHq .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uoSFke6fHq .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uoSFke6fHq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uoSFke6fHq .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uoSFke6fHq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoSFke6fHq .panel-group .card {
  border-radius: .75rem .75rem 0 0 !important;
  background-color: #f7f2ec;
  margin-top: -6px;
}
.cid-uoSFke6fHq .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uoSFke6fHq .panel-group .card:nth-child(2) {
  background-color: #eee8da;
}
.cid-uoSFke6fHq .panel-group .card:nth-child(3) {
  background-color: #f8c5b2;
}
.cid-uoSFke6fHq .panel-group .card:nth-child(4) {
  background-color: #d8e6f7;
}
.cid-uoSFke6fHq .panel-group .card:nth-child(5) {
  background-color: #f8f2f0;
}
.cid-uoSFke6fHq .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uoSFke6fHq .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uoSFke6fHq .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uoSFke6fHq .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uoSFke6fHq .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-uoSFke6fHq .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-uoSFke6fHq .panel-group .card .panel-collapse .panel-body .image-wrapper {
  width: 40%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uoSFke6fHq .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uoSFke6fHq .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uoSFke6fHq .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uoSFke6fHq .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-uoSFke6fHq .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-uoSFke6fHq .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-uoSFke6fHq .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uoSFke6fHq .mbr-text,
.cid-uoSFke6fHq .text-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uoSFke6fHq .mbr-title {
  color: #141414;
}
.cid-uoSFke6fHq .panel-desc {
  color: #141414;
}
.cid-uoSFke6fHq .panel-text {
  color: #141414;
}
.cid-uoWBaLdzzz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoWBaLdzzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWBaLdzzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoWBaLdzzz .mbr-section-subtitle {
  color: #491414;
}
.cid-uoWBaLdzzz .mbr-section-title {
  color: #812f1f;
}
.cid-uoTsh6YWSF {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoTsh6YWSF .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uoTsh6YWSF .card-wrapper {
  background-color: #f7f2ec;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
}
.cid-uoTsh6YWSF p {
  line-height: 2.5;
}
.cid-uoTsh6YWSF .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-uoTsh6YWSF .card-box {
    padding: 2rem 1rem;
  }
}
.cid-uoTsh6YWSF .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uoTsh6YWSF .image-wrapper img {
    transform: scale(1);
  }
}
.cid-uoTsh6YWSF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-uoTsh6YWSF .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #bbbbbb;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-uoTsh6YWSF .social-row .soc-item:hover {
  background-color: #f7d9c4;
}
.cid-uoTsh6YWSF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uoTsh6YWSF .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-uoTsh6YWSF .mbr-text,
.cid-uoTsh6YWSF .social-row {
  color: #000000;
}
.cid-uoTsh6YWSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoTsh6YWSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoTsh6YWSF .card-title {
  color: #812f1f;
}
.cid-uoMRBXeE9I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uoN2vn3xOM {
  z-index: 1000;
  width: 100%;
}
.cid-uoN2vn3xOM nav.navbar {
  position: fixed;
}
.cid-uoN2vn3xOM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN2vn3xOM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoN2vn3xOM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoN2vn3xOM .dropdown-item:hover,
.cid-uoN2vn3xOM .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uoN2vn3xOM .dropdown-item:hover span {
  color: white;
}
.cid-uoN2vn3xOM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoN2vn3xOM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoN2vn3xOM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoN2vn3xOM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoN2vn3xOM .nav-link {
  position: relative;
}
.cid-uoN2vn3xOM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoN2vn3xOM .container {
    flex-wrap: nowrap;
  }
}
.cid-uoN2vn3xOM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoN2vn3xOM .dropdown-menu,
.cid-uoN2vn3xOM .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uoN2vn3xOM .nav-item:focus,
.cid-uoN2vn3xOM .nav-link:focus {
  outline: none;
}
.cid-uoN2vn3xOM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoN2vn3xOM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoN2vn3xOM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoN2vn3xOM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN2vn3xOM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoN2vn3xOM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoN2vn3xOM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uoN2vn3xOM .navbar.opened {
  transition: all 0.3s;
}
.cid-uoN2vn3xOM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoN2vn3xOM .navbar .navbar-logo img {
  width: auto;
}
.cid-uoN2vn3xOM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoN2vn3xOM .navbar.collapsed {
  justify-content: center;
}
.cid-uoN2vn3xOM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoN2vn3xOM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoN2vn3xOM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoN2vn3xOM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoN2vn3xOM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoN2vn3xOM .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-uoN2vn3xOM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoN2vn3xOM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoN2vn3xOM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoN2vn3xOM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoN2vn3xOM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoN2vn3xOM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoN2vn3xOM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoN2vn3xOM .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-uoN2vn3xOM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoN2vn3xOM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoN2vn3xOM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoN2vn3xOM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoN2vn3xOM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoN2vn3xOM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoN2vn3xOM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoN2vn3xOM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoN2vn3xOM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoN2vn3xOM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoN2vn3xOM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoN2vn3xOM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoN2vn3xOM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoN2vn3xOM .dropdown-item.active,
.cid-uoN2vn3xOM .dropdown-item:active {
  background-color: transparent;
}
.cid-uoN2vn3xOM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoN2vn3xOM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoN2vn3xOM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoN2vn3xOM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uoN2vn3xOM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoN2vn3xOM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoN2vn3xOM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoN2vn3xOM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoN2vn3xOM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoN2vn3xOM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoN2vn3xOM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoN2vn3xOM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN2vn3xOM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN2vn3xOM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoN2vn3xOM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN2vn3xOM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoN2vn3xOM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoN2vn3xOM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN2vn3xOM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoN2vn3xOM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoN2vn3xOM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoN2vn3xOM .navbar {
    height: 70px;
  }
  .cid-uoN2vn3xOM .navbar.opened {
    height: auto;
  }
  .cid-uoN2vn3xOM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoXoVNu6HQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/diseo-sin-ttulo-41-1920x1200.png");
}
.cid-uoXoVNu6HQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoXoVNu6HQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoXoVNu6HQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uoXoVNu6HQ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uoXoVNu6HQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uoXoVNu6HQ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uoXoVNu6HQ .container {
    padding: 0 24px;
  }
}
.cid-uoXoVNu6HQ .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uoXoVNu6HQ .content-wrapper {
    padding: 0;
  }
}
.cid-uoXoVNu6HQ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uoXoVNu6HQ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uoXoVNu6HQ .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uoXoVNu6HQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uoXoVNu6HQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: 1;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uoXoVNu6HQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uoXoVNu6HQ .mbr-section-title {
  color: #ffffff;
}
.cid-uoXoVNu6HQ .mbr-desc,
.cid-uoXoVNu6HQ .desc-wrapper {
  color: #812f1f;
  text-align: center;
}
.cid-uoXoVNu6HQ .mbr-text,
.cid-uoXoVNu6HQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uoXoVNu6HQ .mbr-section-title,
.cid-uoXoVNu6HQ .mbr-section-btn {
  text-align: center;
}
.cid-uoN3pMqeqZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uoN3pMqeqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN3pMqeqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoN3pMqeqZ p {
  line-height: 1.2;
}
.cid-uoN3pMqeqZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uoN3pMqeqZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoN3pMqeqZ .embla__button--next,
.cid-uoN3pMqeqZ .embla__button--prev {
  display: flex;
}
.cid-uoN3pMqeqZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoN3pMqeqZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoN3pMqeqZ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uoN3pMqeqZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoN3pMqeqZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uoN3pMqeqZ .embla__button {
    top: auto;
  }
}
.cid-uoN3pMqeqZ .item-wrapper {
  height: 100%;
}
.cid-uoN3pMqeqZ .user_image {
  max-width: 600px;
  max-height: 600px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 12rem;
  margin: 0 auto 2rem auto;
}
.cid-uoN3pMqeqZ .user_image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uoN3pMqeqZ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uoN3pMqeqZ .embla {
  position: relative;
  width: 100%;
}
.cid-uoN3pMqeqZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoN3pMqeqZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoN3pMqeqZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoN3pMqeqZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoN3pMqeqZ .user_desk {
  color: #353535;
}
.cid-uoN3pMqeqZ .user_name {
  color: #353535;
}
.cid-uxowjEil8h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxowjEil8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxowjEil8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxowjEil8h .mbr-section-subtitle {
  color: #491414;
}
.cid-uxowjEil8h .mbr-section-title {
  color: #b66035;
}
.cid-uoN2vu3aHS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uoN7pnlOME {
  z-index: 1000;
  width: 100%;
}
.cid-uoN7pnlOME nav.navbar {
  position: fixed;
}
.cid-uoN7pnlOME .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN7pnlOME .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoN7pnlOME .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoN7pnlOME .dropdown-item:hover,
.cid-uoN7pnlOME .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uoN7pnlOME .dropdown-item:hover span {
  color: white;
}
.cid-uoN7pnlOME .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoN7pnlOME .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoN7pnlOME .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoN7pnlOME .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoN7pnlOME .nav-link {
  position: relative;
}
.cid-uoN7pnlOME .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoN7pnlOME .container {
    flex-wrap: nowrap;
  }
}
.cid-uoN7pnlOME .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoN7pnlOME .dropdown-menu,
.cid-uoN7pnlOME .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uoN7pnlOME .nav-item:focus,
.cid-uoN7pnlOME .nav-link:focus {
  outline: none;
}
.cid-uoN7pnlOME .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoN7pnlOME .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoN7pnlOME .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoN7pnlOME .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN7pnlOME .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoN7pnlOME .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoN7pnlOME .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uoN7pnlOME .navbar.opened {
  transition: all 0.3s;
}
.cid-uoN7pnlOME .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoN7pnlOME .navbar .navbar-logo img {
  width: auto;
}
.cid-uoN7pnlOME .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoN7pnlOME .navbar.collapsed {
  justify-content: center;
}
.cid-uoN7pnlOME .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoN7pnlOME .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoN7pnlOME .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoN7pnlOME .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoN7pnlOME .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoN7pnlOME .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-uoN7pnlOME .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoN7pnlOME .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoN7pnlOME .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoN7pnlOME .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoN7pnlOME .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoN7pnlOME .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoN7pnlOME .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoN7pnlOME .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-uoN7pnlOME .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoN7pnlOME .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoN7pnlOME .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoN7pnlOME .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoN7pnlOME .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoN7pnlOME .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoN7pnlOME .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoN7pnlOME .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoN7pnlOME .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoN7pnlOME .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoN7pnlOME .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoN7pnlOME .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoN7pnlOME .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoN7pnlOME .dropdown-item.active,
.cid-uoN7pnlOME .dropdown-item:active {
  background-color: transparent;
}
.cid-uoN7pnlOME .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoN7pnlOME .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoN7pnlOME .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoN7pnlOME .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uoN7pnlOME .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoN7pnlOME .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoN7pnlOME ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoN7pnlOME .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoN7pnlOME button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoN7pnlOME button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoN7pnlOME button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoN7pnlOME button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN7pnlOME button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN7pnlOME button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoN7pnlOME nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN7pnlOME nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoN7pnlOME nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoN7pnlOME nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN7pnlOME .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoN7pnlOME a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoN7pnlOME .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoN7pnlOME .navbar {
    height: 70px;
  }
  .cid-uoN7pnlOME .navbar.opened {
    height: auto;
  }
  .cid-uoN7pnlOME .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoN7posafT {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1268.jpg");
}
.cid-uoN7posafT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN7posafT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoN7posafT .container {
    padding: 0 15px;
  }
}
.cid-uoN7posafT .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uoN7posafT .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uoN7posafT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uoN7posafT .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uoN7posafT .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uoN7posafT .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uoN7posafT .mbr-section-title {
  color: #131c28;
}
.cid-uoN7posafT .mbr-desc {
  color: #131c28;
}
.cid-uoN7posafT .mbr-section-title,
.cid-uoN7posafT .mbr-section-btn {
  color: #009be0;
}
.cid-uoN7psTc1P {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/congelamiento-de-ovulos-1920x1080.jpg");
}
.cid-uoN7psTc1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN7psTc1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoN7psTc1P .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uoN7psTc1P .col {
    width: 40%;
  }
}
.cid-uoN7psTc1P .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uoN7psTc1P .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uoN7psTc1P .card-wrapper h1,
.cid-uoN7psTc1P .card-wrapper h2,
.cid-uoN7psTc1P .card-wrapper p,
.cid-uoN7psTc1P .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uoN7psTc1P .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
}
.cid-uoN7psTc1P .mbr-section-title {
  color: #812f1f;
}
.cid-uoN7psTc1P .mbr-section-subtitle {
  color: #491414;
}
.cid-uoN7psTc1P .mbr-text,
.cid-uoN7psTc1P .mbr-section-btn {
  color: #000000;
}
.cid-uxo3QuJlDx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxo3QuJlDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxo3QuJlDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uxo3QuJlDx .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uxo3QuJlDx .row {
    margin: 0;
  }
}
.cid-uxo3QuJlDx .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxo3QuJlDx .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uxo3QuJlDx .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxo3QuJlDx .content-wrapper {
    padding: 24px;
  }
}
.cid-uxo3QuJlDx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxo3QuJlDx .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uxo3QuJlDx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxo3QuJlDx .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uxo3QuJlDx .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uxo3QuJlDx .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uxo3QuJlDx .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxo3QuJlDx .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uxo3QuJlDx .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxo3QuJlDx .items .item {
    padding: 24px;
  }
}
.cid-uxo3QuJlDx .items .item:last-child {
  border: none;
}
.cid-uxo3QuJlDx .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uxo3QuJlDx .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uxo3QuJlDx .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uxo3QuJlDx .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uxo3QuJlDx .mbr-section-title {
  color: #F9F6E0;
}
.cid-uxo3QuJlDx .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uxo3QuJlDx .card-title {
  color: #F9F6E0;
}
.cid-uxo3QuJlDx .card-number {
  color: #E0B548;
}
.cid-uxo3QuJlDx .card-text {
  color: #000000;
}
.cid-uxo3QuJlDx .mbr-section-title,
.cid-uxo3QuJlDx .mbr-section-btn {
  text-align: right;
  color: #491414;
}
.cid-uxo3QuJlDx .card-title,
.cid-uxo3QuJlDx .title-wrapper {
  color: #491414;
}
.cid-uxwwqDsLw2 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/congelamiento-de-ovulos-648x365.jpg");
}
.cid-uxwwqDsLw2 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uxwwqDsLw2 .align-center {
    text-align: center;
  }
}
.cid-uxwwqDsLw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwwqDsLw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxwwrn4FX6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uxwwrn4FX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwwrn4FX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uxwwrn4FX6 .container {
    padding: 0 16px;
  }
}
.cid-uxwwrn4FX6 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uxwwrn4FX6 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uxwwrn4FX6 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uxwwrn4FX6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxwwrn4FX6 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uxwwrn4FX6 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uxwwrn4FX6 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uxwwrn4FX6 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uxwwrn4FX6 .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uxwwrn4FX6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uxwwrn4FX6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxwwrn4FX6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxwwrn4FX6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uxwwrn4FX6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uxwwrn4FX6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uxwwrn4FX6 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uxwwrn4FX6 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uxwwrn4FX6 .mbr-section-title {
  color: #000000;
}
.cid-uxwwrn4FX6 .mbr-text {
  color: #6f6f6f;
}
.cid-uxwwrn4FX6 .panel-title-edit {
  color: #000000;
}
.cid-uxwwrn4FX6 .panel-text {
  color: #000000;
}
.cid-uxwwrn4FX6 .mbr-text,
.cid-uxwwrn4FX6 .text-wrap {
  color: #232323;
}
.cid-uxpQx1ZSu2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxpQx1ZSu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpQx1ZSu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpQx1ZSu2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQx1ZSu2 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxpQx1ZSu2 .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQx1ZSu2 .content-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uxpQx1ZSu2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uxpQx1ZSu2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxpQx1ZSu2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxpQx1ZSu2 .mbr-text,
.cid-uxpQx1ZSu2 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxpQx1ZSu2 .mbr-section-title,
.cid-uxpQx1ZSu2 .mbr-section-btn {
  text-align: center;
  color: #812f1f;
}
.cid-uoN7pvIPwo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uoN7A8moiL {
  z-index: 1000;
  width: 100%;
}
.cid-uoN7A8moiL nav.navbar {
  position: fixed;
}
.cid-uoN7A8moiL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN7A8moiL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoN7A8moiL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoN7A8moiL .dropdown-item:hover,
.cid-uoN7A8moiL .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uoN7A8moiL .dropdown-item:hover span {
  color: white;
}
.cid-uoN7A8moiL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoN7A8moiL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoN7A8moiL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoN7A8moiL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoN7A8moiL .nav-link {
  position: relative;
}
.cid-uoN7A8moiL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoN7A8moiL .container {
    flex-wrap: nowrap;
  }
}
.cid-uoN7A8moiL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoN7A8moiL .dropdown-menu,
.cid-uoN7A8moiL .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uoN7A8moiL .nav-item:focus,
.cid-uoN7A8moiL .nav-link:focus {
  outline: none;
}
.cid-uoN7A8moiL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoN7A8moiL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoN7A8moiL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoN7A8moiL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN7A8moiL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoN7A8moiL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoN7A8moiL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uoN7A8moiL .navbar.opened {
  transition: all 0.3s;
}
.cid-uoN7A8moiL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoN7A8moiL .navbar .navbar-logo img {
  width: auto;
}
.cid-uoN7A8moiL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoN7A8moiL .navbar.collapsed {
  justify-content: center;
}
.cid-uoN7A8moiL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoN7A8moiL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoN7A8moiL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoN7A8moiL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoN7A8moiL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoN7A8moiL .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-uoN7A8moiL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoN7A8moiL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoN7A8moiL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoN7A8moiL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoN7A8moiL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoN7A8moiL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoN7A8moiL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoN7A8moiL .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-uoN7A8moiL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoN7A8moiL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoN7A8moiL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoN7A8moiL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoN7A8moiL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoN7A8moiL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoN7A8moiL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoN7A8moiL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoN7A8moiL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoN7A8moiL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoN7A8moiL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoN7A8moiL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoN7A8moiL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoN7A8moiL .dropdown-item.active,
.cid-uoN7A8moiL .dropdown-item:active {
  background-color: transparent;
}
.cid-uoN7A8moiL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoN7A8moiL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoN7A8moiL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoN7A8moiL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uoN7A8moiL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoN7A8moiL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoN7A8moiL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoN7A8moiL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoN7A8moiL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoN7A8moiL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoN7A8moiL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoN7A8moiL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN7A8moiL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN7A8moiL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoN7A8moiL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN7A8moiL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoN7A8moiL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoN7A8moiL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN7A8moiL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoN7A8moiL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoN7A8moiL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoN7A8moiL .navbar {
    height: 70px;
  }
  .cid-uoN7A8moiL .navbar.opened {
    height: auto;
  }
  .cid-uoN7A8moiL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoN7A9yM93 {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoN7A9yM93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN7A9yM93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoN7A9yM93 .container {
    padding: 0 15px;
  }
}
.cid-uoN7A9yM93 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uoN7A9yM93 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uoN7A9yM93 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uoN7A9yM93 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uoN7A9yM93 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uoN7A9yM93 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uoN7A9yM93 .mbr-section-title {
  color: #131c28;
}
.cid-uoN7A9yM93 .mbr-desc {
  color: #131c28;
}
.cid-uoN7A9yM93 .mbr-section-title,
.cid-uoN7A9yM93 .mbr-section-btn {
  color: #812f1f;
}
.cid-uoN7Ag4jHH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/foto-icsi-1000x750.jpeg");
}
.cid-uoN7Ag4jHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN7Ag4jHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoN7Ag4jHH .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uoN7Ag4jHH .col {
    width: 40%;
  }
}
.cid-uoN7Ag4jHH .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uoN7Ag4jHH .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uoN7Ag4jHH .card-wrapper h1,
.cid-uoN7Ag4jHH .card-wrapper h2,
.cid-uoN7Ag4jHH .card-wrapper p,
.cid-uoN7Ag4jHH .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uoN7Ag4jHH .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-uoN7Ag4jHH .mbr-section-title {
  color: #812f1f;
}
.cid-uoN7Ag4jHH .mbr-section-subtitle {
  color: #491414;
}
.cid-uoN7Ag4jHH .mbr-text,
.cid-uoN7Ag4jHH .mbr-section-btn {
  color: #491414;
}
.cid-uxo1nc8AQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxo1nc8AQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxo1nc8AQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uxo1nc8AQh .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uxo1nc8AQh .row {
    margin: 0;
  }
}
.cid-uxo1nc8AQh .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxo1nc8AQh .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uxo1nc8AQh .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxo1nc8AQh .content-wrapper {
    padding: 24px;
  }
}
.cid-uxo1nc8AQh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxo1nc8AQh .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uxo1nc8AQh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxo1nc8AQh .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uxo1nc8AQh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uxo1nc8AQh .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uxo1nc8AQh .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxo1nc8AQh .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uxo1nc8AQh .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxo1nc8AQh .items .item {
    padding: 24px;
  }
}
.cid-uxo1nc8AQh .items .item:last-child {
  border: none;
}
.cid-uxo1nc8AQh .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uxo1nc8AQh .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uxo1nc8AQh .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uxo1nc8AQh .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uxo1nc8AQh .mbr-section-title {
  color: #F9F6E0;
}
.cid-uxo1nc8AQh .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uxo1nc8AQh .card-title {
  color: #F9F6E0;
}
.cid-uxo1nc8AQh .card-number {
  color: #E0B548;
}
.cid-uxo1nc8AQh .card-text {
  color: #000000;
}
.cid-uxo1nc8AQh .mbr-section-title,
.cid-uxo1nc8AQh .mbr-section-btn {
  text-align: left;
  color: #812f1f;
}
.cid-uxo1nc8AQh .card-title,
.cid-uxo1nc8AQh .title-wrapper {
  color: #000000;
}
.cid-uxwnGj1KAU {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/foto-icsi-1000x750.jpeg");
}
.cid-uxwnGj1KAU .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uxwnGj1KAU .align-center {
    text-align: center;
  }
}
.cid-uxwnGj1KAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwnGj1KAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxwo1pSoeD {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uxwo1pSoeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwo1pSoeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uxwo1pSoeD .container {
    padding: 0 16px;
  }
}
.cid-uxwo1pSoeD .row {
  position: relative;
  justify-content: space-between;
}
.cid-uxwo1pSoeD .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uxwo1pSoeD .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uxwo1pSoeD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxwo1pSoeD .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uxwo1pSoeD .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uxwo1pSoeD .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uxwo1pSoeD .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uxwo1pSoeD .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uxwo1pSoeD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uxwo1pSoeD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxwo1pSoeD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxwo1pSoeD .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uxwo1pSoeD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uxwo1pSoeD .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uxwo1pSoeD .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uxwo1pSoeD .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uxwo1pSoeD .mbr-section-title {
  color: #000000;
}
.cid-uxwo1pSoeD .mbr-text {
  color: #6f6f6f;
}
.cid-uxwo1pSoeD .panel-title-edit {
  color: #000000;
}
.cid-uxwo1pSoeD .panel-text {
  color: #000000;
}
.cid-uxwo1pSoeD .mbr-text,
.cid-uxwo1pSoeD .text-wrap {
  color: #232323;
}
.cid-uxpQgTrmRy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxpQgTrmRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpQgTrmRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpQgTrmRy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQgTrmRy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxpQgTrmRy .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQgTrmRy .content-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uxpQgTrmRy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uxpQgTrmRy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxpQgTrmRy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxpQgTrmRy .mbr-text,
.cid-uxpQgTrmRy .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxpQgTrmRy .mbr-section-title,
.cid-uxpQgTrmRy .mbr-section-btn {
  text-align: center;
  color: #812f1f;
}
.cid-uoN7Ah7D36 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uoMTEL1swK {
  z-index: 1000;
  width: 100%;
}
.cid-uoMTEL1swK nav.navbar {
  position: fixed;
}
.cid-uoMTEL1swK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoMTEL1swK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoMTEL1swK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoMTEL1swK .dropdown-item:hover,
.cid-uoMTEL1swK .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uoMTEL1swK .dropdown-item:hover span {
  color: white;
}
.cid-uoMTEL1swK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoMTEL1swK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoMTEL1swK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoMTEL1swK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoMTEL1swK .nav-link {
  position: relative;
}
.cid-uoMTEL1swK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoMTEL1swK .container {
    flex-wrap: nowrap;
  }
}
.cid-uoMTEL1swK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoMTEL1swK .dropdown-menu,
.cid-uoMTEL1swK .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uoMTEL1swK .nav-item:focus,
.cid-uoMTEL1swK .nav-link:focus {
  outline: none;
}
.cid-uoMTEL1swK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoMTEL1swK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoMTEL1swK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoMTEL1swK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoMTEL1swK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoMTEL1swK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoMTEL1swK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uoMTEL1swK .navbar.opened {
  transition: all 0.3s;
}
.cid-uoMTEL1swK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoMTEL1swK .navbar .navbar-logo img {
  width: auto;
}
.cid-uoMTEL1swK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoMTEL1swK .navbar.collapsed {
  justify-content: center;
}
.cid-uoMTEL1swK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoMTEL1swK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoMTEL1swK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoMTEL1swK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoMTEL1swK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoMTEL1swK .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-uoMTEL1swK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoMTEL1swK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoMTEL1swK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoMTEL1swK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoMTEL1swK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoMTEL1swK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoMTEL1swK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoMTEL1swK .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-uoMTEL1swK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoMTEL1swK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoMTEL1swK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoMTEL1swK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoMTEL1swK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoMTEL1swK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoMTEL1swK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoMTEL1swK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoMTEL1swK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoMTEL1swK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoMTEL1swK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoMTEL1swK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoMTEL1swK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoMTEL1swK .dropdown-item.active,
.cid-uoMTEL1swK .dropdown-item:active {
  background-color: transparent;
}
.cid-uoMTEL1swK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoMTEL1swK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoMTEL1swK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoMTEL1swK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uoMTEL1swK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoMTEL1swK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoMTEL1swK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoMTEL1swK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoMTEL1swK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoMTEL1swK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoMTEL1swK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoMTEL1swK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoMTEL1swK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoMTEL1swK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoMTEL1swK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoMTEL1swK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoMTEL1swK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoMTEL1swK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoMTEL1swK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoMTEL1swK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoMTEL1swK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoMTEL1swK .navbar {
    height: 70px;
  }
  .cid-uoMTEL1swK .navbar.opened {
    height: auto;
  }
  .cid-uoMTEL1swK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoN01PwaBi {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1268.jpg");
}
.cid-uoN01PwaBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN01PwaBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoN01PwaBi .container {
    padding: 0 15px;
  }
}
.cid-uoN01PwaBi .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uoN01PwaBi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uoN01PwaBi .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uoN01PwaBi .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uoN01PwaBi .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uoN01PwaBi .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uoN01PwaBi .mbr-section-title {
  color: #131c28;
}
.cid-uoN01PwaBi .mbr-desc {
  color: #131c28;
}
.cid-uoN01PwaBi .mbr-section-title,
.cid-uoN01PwaBi .mbr-section-btn {
  color: #812f1f;
}
.cid-uoMTENn4Ur {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fertilizacin-in-vitro-dra-pilar-1000x667.jpg");
}
.cid-uoMTENn4Ur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoMTENn4Ur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoMTENn4Ur .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uoMTENn4Ur .col {
    width: 40%;
  }
}
.cid-uoMTENn4Ur .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uoMTENn4Ur .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uoMTENn4Ur .card-wrapper h1,
.cid-uoMTENn4Ur .card-wrapper h2,
.cid-uoMTENn4Ur .card-wrapper p,
.cid-uoMTENn4Ur .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uoMTENn4Ur .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-uoMTENn4Ur .mbr-section-title {
  color: #812f1f;
}
.cid-uoMTENn4Ur .mbr-section-subtitle {
  color: #491414;
}
.cid-uoMTENn4Ur .mbr-text,
.cid-uoMTENn4Ur .mbr-section-btn {
  color: #491414;
}
.cid-upaNoy8wyU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upaNoy8wyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-upaNoy8wyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-upaNoy8wyU .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-upaNoy8wyU .row {
    margin: 0;
  }
}
.cid-upaNoy8wyU .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-upaNoy8wyU .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-upaNoy8wyU .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upaNoy8wyU .content-wrapper {
    padding: 24px;
  }
}
.cid-upaNoy8wyU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upaNoy8wyU .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-upaNoy8wyU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upaNoy8wyU .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-upaNoy8wyU .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-upaNoy8wyU .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-upaNoy8wyU .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-upaNoy8wyU .items {
    border-top: 1px solid #72716b;
  }
}
.cid-upaNoy8wyU .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-upaNoy8wyU .items .item {
    padding: 24px;
  }
}
.cid-upaNoy8wyU .items .item:last-child {
  border: none;
}
.cid-upaNoy8wyU .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-upaNoy8wyU .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-upaNoy8wyU .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-upaNoy8wyU .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-upaNoy8wyU .mbr-section-title {
  color: #F9F6E0;
}
.cid-upaNoy8wyU .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-upaNoy8wyU .card-title {
  color: #F9F6E0;
}
.cid-upaNoy8wyU .card-number {
  color: #E0B548;
}
.cid-upaNoy8wyU .card-text {
  color: #000000;
}
.cid-upaNoy8wyU .mbr-section-title,
.cid-upaNoy8wyU .mbr-section-btn {
  text-align: right;
  color: #812f1f;
}
.cid-upaNoy8wyU .card-title,
.cid-upaNoy8wyU .title-wrapper {
  color: #000000;
}
.cid-up5s0OQ8rW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-up5s0OQ8rW img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-up5s0OQ8rW img {
    height: 350px;
  }
}
.cid-up5s0OQ8rW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-up5s0OQ8rW .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-up5s0OQ8rW .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxovaO297P {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxovaO297P img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uxovaO297P img {
    height: 350px;
  }
}
.cid-uxovaO297P .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxovaO297P .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uxovaO297P .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxw5XlMcQg {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fiv-1000x563.jpeg");
}
.cid-uxw5XlMcQg .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uxw5XlMcQg .align-center {
    text-align: center;
  }
}
.cid-uxw5XlMcQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxw5XlMcQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxwjiPRy14 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uxwjiPRy14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwjiPRy14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uxwjiPRy14 .container {
    padding: 0 16px;
  }
}
.cid-uxwjiPRy14 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uxwjiPRy14 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uxwjiPRy14 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uxwjiPRy14 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxwjiPRy14 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uxwjiPRy14 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uxwjiPRy14 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uxwjiPRy14 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uxwjiPRy14 .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uxwjiPRy14 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uxwjiPRy14 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxwjiPRy14 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxwjiPRy14 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uxwjiPRy14 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uxwjiPRy14 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uxwjiPRy14 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uxwjiPRy14 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uxwjiPRy14 .mbr-section-title {
  color: #000000;
}
.cid-uxwjiPRy14 .mbr-text {
  color: #6f6f6f;
}
.cid-uxwjiPRy14 .panel-title-edit {
  color: #000000;
}
.cid-uxwjiPRy14 .panel-text {
  color: #000000;
}
.cid-uxwjiPRy14 .mbr-text,
.cid-uxwjiPRy14 .text-wrap {
  color: #232323;
}
.cid-up9x83hdJA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-up9x83hdJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9x83hdJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9x83hdJA .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-up9x83hdJA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-up9x83hdJA .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-up9x83hdJA .content-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-up9x83hdJA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-up9x83hdJA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-up9x83hdJA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-up9x83hdJA .mbr-text,
.cid-up9x83hdJA .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-up9x83hdJA .mbr-section-title,
.cid-up9x83hdJA .mbr-section-btn {
  text-align: center;
  color: #812f1f;
}
.cid-uoMTEPZ4X7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uoN6XMY7yx {
  z-index: 1000;
  width: 100%;
}
.cid-uoN6XMY7yx nav.navbar {
  position: fixed;
}
.cid-uoN6XMY7yx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN6XMY7yx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoN6XMY7yx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoN6XMY7yx .dropdown-item:hover,
.cid-uoN6XMY7yx .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uoN6XMY7yx .dropdown-item:hover span {
  color: white;
}
.cid-uoN6XMY7yx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoN6XMY7yx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoN6XMY7yx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoN6XMY7yx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoN6XMY7yx .nav-link {
  position: relative;
}
.cid-uoN6XMY7yx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoN6XMY7yx .container {
    flex-wrap: nowrap;
  }
}
.cid-uoN6XMY7yx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoN6XMY7yx .dropdown-menu,
.cid-uoN6XMY7yx .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uoN6XMY7yx .nav-item:focus,
.cid-uoN6XMY7yx .nav-link:focus {
  outline: none;
}
.cid-uoN6XMY7yx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoN6XMY7yx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoN6XMY7yx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoN6XMY7yx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN6XMY7yx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoN6XMY7yx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoN6XMY7yx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uoN6XMY7yx .navbar.opened {
  transition: all 0.3s;
}
.cid-uoN6XMY7yx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoN6XMY7yx .navbar .navbar-logo img {
  width: auto;
}
.cid-uoN6XMY7yx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoN6XMY7yx .navbar.collapsed {
  justify-content: center;
}
.cid-uoN6XMY7yx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoN6XMY7yx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoN6XMY7yx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoN6XMY7yx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoN6XMY7yx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoN6XMY7yx .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-uoN6XMY7yx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoN6XMY7yx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoN6XMY7yx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoN6XMY7yx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoN6XMY7yx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoN6XMY7yx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoN6XMY7yx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoN6XMY7yx .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-uoN6XMY7yx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoN6XMY7yx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoN6XMY7yx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoN6XMY7yx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoN6XMY7yx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoN6XMY7yx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoN6XMY7yx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoN6XMY7yx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoN6XMY7yx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoN6XMY7yx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoN6XMY7yx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoN6XMY7yx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoN6XMY7yx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoN6XMY7yx .dropdown-item.active,
.cid-uoN6XMY7yx .dropdown-item:active {
  background-color: transparent;
}
.cid-uoN6XMY7yx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoN6XMY7yx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoN6XMY7yx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoN6XMY7yx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uoN6XMY7yx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoN6XMY7yx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoN6XMY7yx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoN6XMY7yx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoN6XMY7yx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoN6XMY7yx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoN6XMY7yx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoN6XMY7yx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN6XMY7yx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN6XMY7yx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoN6XMY7yx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN6XMY7yx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoN6XMY7yx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoN6XMY7yx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN6XMY7yx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoN6XMY7yx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoN6XMY7yx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoN6XMY7yx .navbar {
    height: 70px;
  }
  .cid-uoN6XMY7yx .navbar.opened {
    height: auto;
  }
  .cid-uoN6XMY7yx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoN6XOsorX {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoN6XOsorX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN6XOsorX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoN6XOsorX .container {
    padding: 0 15px;
  }
}
.cid-uoN6XOsorX .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uoN6XOsorX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uoN6XOsorX .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uoN6XOsorX .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uoN6XOsorX .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uoN6XOsorX .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uoN6XOsorX .mbr-section-title {
  color: #131c28;
}
.cid-uoN6XOsorX .mbr-desc {
  color: #131c28;
}
.cid-uoN6XOsorX .mbr-section-title,
.cid-uoN6XOsorX .mbr-section-btn {
  color: #812f1f;
}
.cid-uoN6XR7cZ2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dra-pilar-chuqillanqui-fertlidad-1000x667.jpeg");
}
.cid-uoN6XR7cZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN6XR7cZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoN6XR7cZ2 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uoN6XR7cZ2 .col {
    width: 40%;
  }
}
.cid-uoN6XR7cZ2 .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uoN6XR7cZ2 .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uoN6XR7cZ2 .card-wrapper h1,
.cid-uoN6XR7cZ2 .card-wrapper h2,
.cid-uoN6XR7cZ2 .card-wrapper p,
.cid-uoN6XR7cZ2 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uoN6XR7cZ2 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
}
.cid-uoN6XR7cZ2 .mbr-section-title {
  color: #812f1f;
}
.cid-uoN6XR7cZ2 .mbr-section-subtitle {
  color: #491414;
}
.cid-uoN6XR7cZ2 .mbr-text,
.cid-uoN6XR7cZ2 .mbr-section-btn {
  color: #491414;
}
.cid-uxjzFFEe71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxjzFFEe71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjzFFEe71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uxjzFFEe71 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uxjzFFEe71 .row {
    margin: 0;
  }
}
.cid-uxjzFFEe71 .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxjzFFEe71 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uxjzFFEe71 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxjzFFEe71 .content-wrapper {
    padding: 24px;
  }
}
.cid-uxjzFFEe71 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxjzFFEe71 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uxjzFFEe71 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxjzFFEe71 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uxjzFFEe71 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uxjzFFEe71 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uxjzFFEe71 .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxjzFFEe71 .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uxjzFFEe71 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxjzFFEe71 .items .item {
    padding: 24px;
  }
}
.cid-uxjzFFEe71 .items .item:last-child {
  border: none;
}
.cid-uxjzFFEe71 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uxjzFFEe71 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uxjzFFEe71 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uxjzFFEe71 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uxjzFFEe71 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uxjzFFEe71 .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uxjzFFEe71 .card-title {
  color: #F9F6E0;
}
.cid-uxjzFFEe71 .card-number {
  color: #E0B548;
}
.cid-uxjzFFEe71 .card-text {
  color: #000000;
}
.cid-uxjzFFEe71 .mbr-section-title,
.cid-uxjzFFEe71 .mbr-section-btn {
  text-align: right;
  color: #491414;
}
.cid-uxjzFFEe71 .card-title,
.cid-uxjzFFEe71 .title-wrapper {
  color: #491414;
}
.cid-uxwuNvi6Lf {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dra-pilar-chuqillanqui-fertlidad-1000x667.jpg");
}
.cid-uxwuNvi6Lf .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uxwuNvi6Lf .align-center {
    text-align: center;
  }
}
.cid-uxwuNvi6Lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwuNvi6Lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxwuVx63AO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-uxwuVx63AO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxwuVx63AO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uxwuVx63AO .container {
    padding: 0 16px;
  }
}
.cid-uxwuVx63AO .row {
  position: relative;
  justify-content: space-between;
}
.cid-uxwuVx63AO .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uxwuVx63AO .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uxwuVx63AO .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxwuVx63AO .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uxwuVx63AO .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uxwuVx63AO .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uxwuVx63AO .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #e59e4d -10%, transparent 80%);
}
.cid-uxwuVx63AO .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uxwuVx63AO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uxwuVx63AO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uxwuVx63AO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uxwuVx63AO .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uxwuVx63AO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uxwuVx63AO .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uxwuVx63AO .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uxwuVx63AO .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uxwuVx63AO .mbr-section-title {
  color: #000000;
}
.cid-uxwuVx63AO .mbr-text {
  color: #6f6f6f;
}
.cid-uxwuVx63AO .panel-title-edit {
  color: #000000;
}
.cid-uxwuVx63AO .panel-text {
  color: #000000;
}
.cid-uxwuVx63AO .mbr-text,
.cid-uxwuVx63AO .text-wrap {
  color: #232323;
}
.cid-uxpQnpzSvg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxpQnpzSvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpQnpzSvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpQnpzSvg .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQnpzSvg .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxpQnpzSvg .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQnpzSvg .content-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uxpQnpzSvg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uxpQnpzSvg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxpQnpzSvg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxpQnpzSvg .mbr-text,
.cid-uxpQnpzSvg .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxpQnpzSvg .mbr-section-title,
.cid-uxpQnpzSvg .mbr-section-btn {
  text-align: center;
  color: #812f1f;
}
.cid-uoN6XVIZyt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uoN2iGv7MC {
  z-index: 1000;
  width: 100%;
}
.cid-uoN2iGv7MC nav.navbar {
  position: fixed;
}
.cid-uoN2iGv7MC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN2iGv7MC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoN2iGv7MC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoN2iGv7MC .dropdown-item:hover,
.cid-uoN2iGv7MC .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uoN2iGv7MC .dropdown-item:hover span {
  color: white;
}
.cid-uoN2iGv7MC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoN2iGv7MC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoN2iGv7MC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoN2iGv7MC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoN2iGv7MC .nav-link {
  position: relative;
}
.cid-uoN2iGv7MC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoN2iGv7MC .container {
    flex-wrap: nowrap;
  }
}
.cid-uoN2iGv7MC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoN2iGv7MC .dropdown-menu,
.cid-uoN2iGv7MC .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uoN2iGv7MC .nav-item:focus,
.cid-uoN2iGv7MC .nav-link:focus {
  outline: none;
}
.cid-uoN2iGv7MC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoN2iGv7MC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoN2iGv7MC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoN2iGv7MC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoN2iGv7MC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoN2iGv7MC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoN2iGv7MC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uoN2iGv7MC .navbar.opened {
  transition: all 0.3s;
}
.cid-uoN2iGv7MC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoN2iGv7MC .navbar .navbar-logo img {
  width: auto;
}
.cid-uoN2iGv7MC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoN2iGv7MC .navbar.collapsed {
  justify-content: center;
}
.cid-uoN2iGv7MC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoN2iGv7MC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoN2iGv7MC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoN2iGv7MC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoN2iGv7MC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoN2iGv7MC .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-uoN2iGv7MC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoN2iGv7MC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoN2iGv7MC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoN2iGv7MC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoN2iGv7MC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoN2iGv7MC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoN2iGv7MC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoN2iGv7MC .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-uoN2iGv7MC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoN2iGv7MC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoN2iGv7MC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoN2iGv7MC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoN2iGv7MC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoN2iGv7MC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoN2iGv7MC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoN2iGv7MC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoN2iGv7MC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoN2iGv7MC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoN2iGv7MC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoN2iGv7MC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoN2iGv7MC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoN2iGv7MC .dropdown-item.active,
.cid-uoN2iGv7MC .dropdown-item:active {
  background-color: transparent;
}
.cid-uoN2iGv7MC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoN2iGv7MC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoN2iGv7MC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoN2iGv7MC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uoN2iGv7MC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoN2iGv7MC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoN2iGv7MC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoN2iGv7MC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoN2iGv7MC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoN2iGv7MC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoN2iGv7MC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoN2iGv7MC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN2iGv7MC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoN2iGv7MC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoN2iGv7MC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN2iGv7MC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoN2iGv7MC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoN2iGv7MC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoN2iGv7MC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoN2iGv7MC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoN2iGv7MC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoN2iGv7MC .navbar {
    height: 70px;
  }
  .cid-uoN2iGv7MC .navbar.opened {
    height: auto;
  }
  .cid-uoN2iGv7MC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoN2iHyZ0A {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1268.jpg");
}
.cid-uoN2iHyZ0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN2iHyZ0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoN2iHyZ0A .container {
    padding: 0 15px;
  }
}
.cid-uoN2iHyZ0A .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uoN2iHyZ0A .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uoN2iHyZ0A .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uoN2iHyZ0A .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uoN2iHyZ0A .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uoN2iHyZ0A .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uoN2iHyZ0A .mbr-section-title {
  color: #131c28;
}
.cid-uoN2iHyZ0A .mbr-desc {
  color: #131c28;
}
.cid-uoN2iHyZ0A .mbr-section-title,
.cid-uoN2iHyZ0A .mbr-section-btn {
  color: #812f1f;
}
.cid-uoN2iIrsWe {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fertilizacion-in-vitro-dra-pilar-chuquillanqui-1000x667.jpg");
}
.cid-uoN2iIrsWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoN2iIrsWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoN2iIrsWe .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uoN2iIrsWe .col {
    width: 40%;
  }
}
.cid-uoN2iIrsWe .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uoN2iIrsWe .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uoN2iIrsWe .card-wrapper h1,
.cid-uoN2iIrsWe .card-wrapper h2,
.cid-uoN2iIrsWe .card-wrapper p,
.cid-uoN2iIrsWe .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uoN2iIrsWe .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
}
.cid-uoN2iIrsWe .mbr-section-title {
  color: #812f1f;
}
.cid-uoN2iIrsWe .mbr-section-subtitle {
  color: #491414;
}
.cid-uoN2iIrsWe .mbr-text,
.cid-uoN2iIrsWe .mbr-section-btn {
  color: #491414;
}
.cid-uxo74JcOR5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxo74JcOR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxo74JcOR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uxo74JcOR5 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uxo74JcOR5 .row {
    margin: 0;
  }
}
.cid-uxo74JcOR5 .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxo74JcOR5 .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uxo74JcOR5 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxo74JcOR5 .content-wrapper {
    padding: 24px;
  }
}
.cid-uxo74JcOR5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxo74JcOR5 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uxo74JcOR5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxo74JcOR5 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uxo74JcOR5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uxo74JcOR5 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uxo74JcOR5 .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxo74JcOR5 .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uxo74JcOR5 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxo74JcOR5 .items .item {
    padding: 24px;
  }
}
.cid-uxo74JcOR5 .items .item:last-child {
  border: none;
}
.cid-uxo74JcOR5 .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uxo74JcOR5 .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uxo74JcOR5 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uxo74JcOR5 .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uxo74JcOR5 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uxo74JcOR5 .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uxo74JcOR5 .card-title {
  color: #F9F6E0;
}
.cid-uxo74JcOR5 .card-number {
  color: #E0B548;
}
.cid-uxo74JcOR5 .card-text {
  color: #000000;
}
.cid-uxo74JcOR5 .mbr-section-title,
.cid-uxo74JcOR5 .mbr-section-btn {
  text-align: right;
  color: #491414;
}
.cid-uxo74JcOR5 .card-title,
.cid-uxo74JcOR5 .title-wrapper {
  color: #491414;
}
.cid-uxpQM7xA2e {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffefe7;
}
.cid-uxpQM7xA2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpQM7xA2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpQM7xA2e .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQM7xA2e .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxpQM7xA2e .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQM7xA2e .content-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uxpQM7xA2e .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uxpQM7xA2e .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxpQM7xA2e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxpQM7xA2e .mbr-text,
.cid-uxpQM7xA2e .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxpQM7xA2e .mbr-section-title,
.cid-uxpQM7xA2e .mbr-section-btn {
  text-align: center;
  color: #812f1f;
}
.cid-uoN2iNVcbC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uoWAsmxTw1 {
  z-index: 1000;
  width: 100%;
}
.cid-uoWAsmxTw1 nav.navbar {
  position: fixed;
}
.cid-uoWAsmxTw1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoWAsmxTw1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoWAsmxTw1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoWAsmxTw1 .dropdown-item:hover,
.cid-uoWAsmxTw1 .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uoWAsmxTw1 .dropdown-item:hover span {
  color: white;
}
.cid-uoWAsmxTw1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoWAsmxTw1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoWAsmxTw1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoWAsmxTw1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoWAsmxTw1 .nav-link {
  position: relative;
}
.cid-uoWAsmxTw1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoWAsmxTw1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uoWAsmxTw1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoWAsmxTw1 .dropdown-menu,
.cid-uoWAsmxTw1 .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uoWAsmxTw1 .nav-item:focus,
.cid-uoWAsmxTw1 .nav-link:focus {
  outline: none;
}
.cid-uoWAsmxTw1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoWAsmxTw1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoWAsmxTw1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoWAsmxTw1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoWAsmxTw1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoWAsmxTw1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoWAsmxTw1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uoWAsmxTw1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoWAsmxTw1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoWAsmxTw1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoWAsmxTw1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoWAsmxTw1 .navbar.collapsed {
  justify-content: center;
}
.cid-uoWAsmxTw1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoWAsmxTw1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoWAsmxTw1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoWAsmxTw1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoWAsmxTw1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoWAsmxTw1 .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-uoWAsmxTw1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoWAsmxTw1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoWAsmxTw1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoWAsmxTw1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoWAsmxTw1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoWAsmxTw1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoWAsmxTw1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoWAsmxTw1 .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-uoWAsmxTw1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoWAsmxTw1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoWAsmxTw1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoWAsmxTw1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoWAsmxTw1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoWAsmxTw1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoWAsmxTw1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoWAsmxTw1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoWAsmxTw1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoWAsmxTw1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoWAsmxTw1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoWAsmxTw1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoWAsmxTw1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoWAsmxTw1 .dropdown-item.active,
.cid-uoWAsmxTw1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoWAsmxTw1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoWAsmxTw1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoWAsmxTw1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoWAsmxTw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uoWAsmxTw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoWAsmxTw1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoWAsmxTw1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoWAsmxTw1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoWAsmxTw1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoWAsmxTw1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoWAsmxTw1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoWAsmxTw1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoWAsmxTw1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoWAsmxTw1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoWAsmxTw1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoWAsmxTw1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoWAsmxTw1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoWAsmxTw1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoWAsmxTw1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoWAsmxTw1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoWAsmxTw1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoWAsmxTw1 .navbar {
    height: 70px;
  }
  .cid-uoWAsmxTw1 .navbar.opened {
    height: auto;
  }
  .cid-uoWAsmxTw1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoWAsoBtwE {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoWAsoBtwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWAsoBtwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoWAsoBtwE .container {
    padding: 0 15px;
  }
}
.cid-uoWAsoBtwE .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uoWAsoBtwE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uoWAsoBtwE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uoWAsoBtwE .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uoWAsoBtwE .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uoWAsoBtwE .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uoWAsoBtwE .mbr-section-title {
  color: #131c28;
}
.cid-uoWAsoBtwE .mbr-desc {
  color: #131c28;
}
.cid-uoWAsoBtwE .mbr-section-title,
.cid-uoWAsoBtwE .mbr-section-btn {
  color: #812f1f;
}
.cid-uoWAspaQwM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/obstetricia-dra-pilar-1920x1080.jpeg");
}
.cid-uoWAspaQwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWAspaQwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoWAspaQwM .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uoWAspaQwM .col {
    width: 40%;
  }
}
.cid-uoWAspaQwM .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uoWAspaQwM .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uoWAspaQwM .card-wrapper h1,
.cid-uoWAspaQwM .card-wrapper h2,
.cid-uoWAspaQwM .card-wrapper p,
.cid-uoWAspaQwM .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uoWAspaQwM .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffefe7;
  opacity: 1;
}
.cid-uoWAspaQwM .mbr-section-title {
  color: #491414;
}
.cid-uoWAspaQwM .mbr-section-subtitle {
  color: #491414;
}
.cid-uoWAspaQwM .mbr-text,
.cid-uoWAspaQwM .mbr-section-btn {
  color: #491414;
}
.cid-uxobbnWOuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxobbnWOuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxobbnWOuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uxobbnWOuH .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uxobbnWOuH .row {
    margin: 0;
  }
}
.cid-uxobbnWOuH .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxobbnWOuH .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uxobbnWOuH .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxobbnWOuH .content-wrapper {
    padding: 24px;
  }
}
.cid-uxobbnWOuH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxobbnWOuH .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uxobbnWOuH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxobbnWOuH .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uxobbnWOuH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uxobbnWOuH .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uxobbnWOuH .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxobbnWOuH .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uxobbnWOuH .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxobbnWOuH .items .item {
    padding: 24px;
  }
}
.cid-uxobbnWOuH .items .item:last-child {
  border: none;
}
.cid-uxobbnWOuH .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uxobbnWOuH .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uxobbnWOuH .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uxobbnWOuH .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uxobbnWOuH .mbr-section-title {
  color: #F9F6E0;
}
.cid-uxobbnWOuH .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uxobbnWOuH .card-title {
  color: #F9F6E0;
}
.cid-uxobbnWOuH .card-number {
  color: #E0B548;
}
.cid-uxobbnWOuH .card-text {
  color: #000000;
}
.cid-uxobbnWOuH .mbr-section-title,
.cid-uxobbnWOuH .mbr-section-btn {
  text-align: right;
  color: #491414;
}
.cid-uxobbnWOuH .card-title,
.cid-uxobbnWOuH .title-wrapper {
  color: #491414;
}
.cid-uxpQRBOCud {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffefe7;
}
.cid-uxpQRBOCud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpQRBOCud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpQRBOCud .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQRBOCud .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxpQRBOCud .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQRBOCud .content-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uxpQRBOCud .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uxpQRBOCud .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxpQRBOCud .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxpQRBOCud .mbr-text,
.cid-uxpQRBOCud .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxpQRBOCud .mbr-section-title,
.cid-uxpQRBOCud .mbr-section-btn {
  text-align: center;
  color: #812f1f;
}
.cid-uoWAsqjWCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uoWAzXZooB {
  z-index: 1000;
  width: 100%;
}
.cid-uoWAzXZooB nav.navbar {
  position: fixed;
}
.cid-uoWAzXZooB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoWAzXZooB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoWAzXZooB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoWAzXZooB .dropdown-item:hover,
.cid-uoWAzXZooB .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uoWAzXZooB .dropdown-item:hover span {
  color: white;
}
.cid-uoWAzXZooB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoWAzXZooB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoWAzXZooB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoWAzXZooB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoWAzXZooB .nav-link {
  position: relative;
}
.cid-uoWAzXZooB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoWAzXZooB .container {
    flex-wrap: nowrap;
  }
}
.cid-uoWAzXZooB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoWAzXZooB .dropdown-menu,
.cid-uoWAzXZooB .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uoWAzXZooB .nav-item:focus,
.cid-uoWAzXZooB .nav-link:focus {
  outline: none;
}
.cid-uoWAzXZooB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoWAzXZooB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoWAzXZooB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoWAzXZooB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoWAzXZooB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoWAzXZooB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoWAzXZooB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uoWAzXZooB .navbar.opened {
  transition: all 0.3s;
}
.cid-uoWAzXZooB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoWAzXZooB .navbar .navbar-logo img {
  width: auto;
}
.cid-uoWAzXZooB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoWAzXZooB .navbar.collapsed {
  justify-content: center;
}
.cid-uoWAzXZooB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoWAzXZooB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoWAzXZooB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoWAzXZooB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoWAzXZooB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoWAzXZooB .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-uoWAzXZooB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoWAzXZooB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoWAzXZooB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoWAzXZooB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoWAzXZooB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoWAzXZooB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoWAzXZooB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoWAzXZooB .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-uoWAzXZooB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoWAzXZooB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoWAzXZooB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoWAzXZooB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoWAzXZooB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoWAzXZooB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoWAzXZooB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoWAzXZooB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoWAzXZooB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoWAzXZooB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoWAzXZooB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoWAzXZooB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoWAzXZooB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoWAzXZooB .dropdown-item.active,
.cid-uoWAzXZooB .dropdown-item:active {
  background-color: transparent;
}
.cid-uoWAzXZooB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoWAzXZooB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoWAzXZooB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoWAzXZooB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uoWAzXZooB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoWAzXZooB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoWAzXZooB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoWAzXZooB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoWAzXZooB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoWAzXZooB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoWAzXZooB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoWAzXZooB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoWAzXZooB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoWAzXZooB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoWAzXZooB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoWAzXZooB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoWAzXZooB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoWAzXZooB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoWAzXZooB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoWAzXZooB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoWAzXZooB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoWAzXZooB .navbar {
    height: 70px;
  }
  .cid-uoWAzXZooB .navbar.opened {
    height: auto;
  }
  .cid-uoWAzXZooB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoWAzZPdMJ {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoWAzZPdMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWAzZPdMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uoWAzZPdMJ .container {
    padding: 0 15px;
  }
}
.cid-uoWAzZPdMJ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uoWAzZPdMJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uoWAzZPdMJ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uoWAzZPdMJ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uoWAzZPdMJ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uoWAzZPdMJ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uoWAzZPdMJ .mbr-section-title {
  color: #131c28;
}
.cid-uoWAzZPdMJ .mbr-desc {
  color: #131c28;
}
.cid-uoWAzZPdMJ .mbr-section-title,
.cid-uoWAzZPdMJ .mbr-section-btn {
  color: #812f1f;
}
.cid-uoWAA0q8Ty {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/ginecologia-dra-pilar-1920x1080.jpg");
}
.cid-uoWAA0q8Ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoWAA0q8Ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoWAA0q8Ty .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-uoWAA0q8Ty .col {
    width: 40%;
  }
}
.cid-uoWAA0q8Ty .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uoWAA0q8Ty .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-uoWAA0q8Ty .card-wrapper h1,
.cid-uoWAA0q8Ty .card-wrapper h2,
.cid-uoWAA0q8Ty .card-wrapper p,
.cid-uoWAA0q8Ty .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uoWAA0q8Ty .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ecede8;
  opacity: 1;
}
.cid-uoWAA0q8Ty .mbr-section-title {
  color: #491414;
}
.cid-uoWAA0q8Ty .mbr-section-subtitle {
  color: #491414;
}
.cid-uoWAA0q8Ty .mbr-text,
.cid-uoWAA0q8Ty .mbr-section-btn {
  color: #491414;
}
.cid-uxoctTnI0G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxoctTnI0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoctTnI0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uxoctTnI0G .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uxoctTnI0G .row {
    margin: 0;
  }
}
.cid-uxoctTnI0G .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxoctTnI0G .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uxoctTnI0G .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxoctTnI0G .content-wrapper {
    padding: 24px;
  }
}
.cid-uxoctTnI0G .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxoctTnI0G .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uxoctTnI0G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxoctTnI0G .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uxoctTnI0G .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uxoctTnI0G .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uxoctTnI0G .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxoctTnI0G .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uxoctTnI0G .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uxoctTnI0G .items .item {
    padding: 24px;
  }
}
.cid-uxoctTnI0G .items .item:last-child {
  border: none;
}
.cid-uxoctTnI0G .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uxoctTnI0G .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uxoctTnI0G .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uxoctTnI0G .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uxoctTnI0G .mbr-section-title {
  color: #F9F6E0;
}
.cid-uxoctTnI0G .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uxoctTnI0G .card-title {
  color: #F9F6E0;
}
.cid-uxoctTnI0G .card-number {
  color: #E0B548;
}
.cid-uxoctTnI0G .card-text {
  color: #000000;
}
.cid-uxoctTnI0G .mbr-section-title,
.cid-uxoctTnI0G .mbr-section-btn {
  text-align: right;
  color: #491414;
}
.cid-uxoctTnI0G .card-title,
.cid-uxoctTnI0G .title-wrapper {
  color: #491414;
}
.cid-uxpQY6izhV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffefe7;
}
.cid-uxpQY6izhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpQY6izhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpQY6izhV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQY6izhV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxpQY6izhV .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxpQY6izhV .content-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uxpQY6izhV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uxpQY6izhV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxpQY6izhV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxpQY6izhV .mbr-text,
.cid-uxpQY6izhV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uxpQY6izhV .mbr-section-title,
.cid-uxpQY6izhV .mbr-section-btn {
  text-align: center;
  color: #812f1f;
}
.cid-uoWAA1AXmN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-toEkkhFSpv {
  z-index: 1000;
  width: 100%;
}
.cid-toEkkhFSpv nav.navbar {
  position: fixed;
}
.cid-toEkkhFSpv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toEkkhFSpv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toEkkhFSpv .dropdown-item:hover,
.cid-toEkkhFSpv .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-toEkkhFSpv .dropdown-item:hover span {
  color: white;
}
.cid-toEkkhFSpv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toEkkhFSpv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toEkkhFSpv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toEkkhFSpv .nav-link {
  position: relative;
}
.cid-toEkkhFSpv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .container {
    flex-wrap: nowrap;
  }
}
.cid-toEkkhFSpv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown-menu,
.cid-toEkkhFSpv .navbar.opened {
  background: #f7f2ec !important;
}
.cid-toEkkhFSpv .nav-item:focus,
.cid-toEkkhFSpv .nav-link:focus {
  outline: none;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toEkkhFSpv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toEkkhFSpv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toEkkhFSpv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toEkkhFSpv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-toEkkhFSpv .navbar.opened {
  transition: all 0.3s;
}
.cid-toEkkhFSpv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toEkkhFSpv .navbar .navbar-logo img {
  width: auto;
}
.cid-toEkkhFSpv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar.collapsed {
  justify-content: center;
}
.cid-toEkkhFSpv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toEkkhFSpv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toEkkhFSpv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toEkkhFSpv .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-toEkkhFSpv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toEkkhFSpv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toEkkhFSpv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toEkkhFSpv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toEkkhFSpv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toEkkhFSpv .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-toEkkhFSpv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toEkkhFSpv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toEkkhFSpv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toEkkhFSpv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toEkkhFSpv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toEkkhFSpv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-toEkkhFSpv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-toEkkhFSpv .navbar.navbar-short {
  min-height: 60px;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toEkkhFSpv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toEkkhFSpv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toEkkhFSpv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toEkkhFSpv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toEkkhFSpv .dropdown-item.active,
.cid-toEkkhFSpv .dropdown-item:active {
  background-color: transparent;
}
.cid-toEkkhFSpv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toEkkhFSpv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-toEkkhFSpv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toEkkhFSpv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toEkkhFSpv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toEkkhFSpv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toEkkhFSpv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toEkkhFSpv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toEkkhFSpv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toEkkhFSpv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toEkkhFSpv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toEkkhFSpv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toEkkhFSpv .navbar {
    height: 70px;
  }
  .cid-toEkkhFSpv .navbar.opened {
    height: auto;
  }
  .cid-toEkkhFSpv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxq7HQqq6P {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sesin-dr-pilar-chiquillanqui-10-de-agosto-de-2023foto-desyree-valdiviezo-106-1024x683.jpeg");
}
.cid-uxq7HQqq6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxq7HQqq6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxq7HQqq6P .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxq7HQqq6P .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxq7HQqq6P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxq7HQqq6P .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxq7HQqq6P .container {
    padding: 0 24px;
  }
}
.cid-uxq7HQqq6P .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uxq7HQqq6P .content-wrapper {
    padding: 0;
  }
}
.cid-uxq7HQqq6P .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uxq7HQqq6P .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uxq7HQqq6P .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uxq7HQqq6P .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxq7HQqq6P .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxq7HQqq6P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxq7HQqq6P .mbr-section-title {
  color: #ffffff;
}
.cid-uxq7HQqq6P .mbr-desc,
.cid-uxq7HQqq6P .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxq7HQqq6P .mbr-text,
.cid-uxq7HQqq6P .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxq7HQqq6P .mbr-section-title,
.cid-uxq7HQqq6P .mbr-section-btn {
  text-align: left;
  color: #491414;
}
.cid-toEmW2WSSS {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-toEmW2WSSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEmW2WSSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-toEmW2WSSS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toEmW2WSSS img {
  border-radius: 3rem;
}
.cid-toEmW2WSSS .row {
  align-items: center;
}
.cid-toEmW2WSSS .mbr-section-title {
  color: #812f1f;
}
.cid-toEmW2WSSS .mbr-text,
.cid-toEmW2WSSS .mbr-section-btn {
  color: #491414;
}
.cid-toEmW2WSSS .mbr-section-subtitle {
  color: #491414;
}
.cid-toEmVaW9Nt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f2f0;
}
.cid-toEmVaW9Nt .mbr-text {
  color: #491414;
}
@media (min-width: 767px) {
  .cid-toEmVaW9Nt .list {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.cid-toEmVaW9Nt .mbr-list {
  color: #1d5356;
}
.cid-toEmVaW9Nt .mbr-section-subtitle {
  color: #491414;
}
.cid-toEmVaW9Nt .mbr-section-title {
  color: #491414;
}
.cid-toEnwKcUBk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uBMSOcrSAJ {
  z-index: 1000;
  width: 100%;
}
.cid-uBMSOcrSAJ nav.navbar {
  position: fixed;
}
.cid-uBMSOcrSAJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBMSOcrSAJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBMSOcrSAJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBMSOcrSAJ .dropdown-item:hover,
.cid-uBMSOcrSAJ .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uBMSOcrSAJ .dropdown-item:hover span {
  color: white;
}
.cid-uBMSOcrSAJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBMSOcrSAJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBMSOcrSAJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBMSOcrSAJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBMSOcrSAJ .nav-link {
  position: relative;
}
.cid-uBMSOcrSAJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBMSOcrSAJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uBMSOcrSAJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBMSOcrSAJ .dropdown-menu,
.cid-uBMSOcrSAJ .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uBMSOcrSAJ .nav-item:focus,
.cid-uBMSOcrSAJ .nav-link:focus {
  outline: none;
}
.cid-uBMSOcrSAJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBMSOcrSAJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBMSOcrSAJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBMSOcrSAJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBMSOcrSAJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBMSOcrSAJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBMSOcrSAJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uBMSOcrSAJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBMSOcrSAJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBMSOcrSAJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uBMSOcrSAJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBMSOcrSAJ .navbar.collapsed {
  justify-content: center;
}
.cid-uBMSOcrSAJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBMSOcrSAJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBMSOcrSAJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBMSOcrSAJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBMSOcrSAJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBMSOcrSAJ .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-uBMSOcrSAJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBMSOcrSAJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBMSOcrSAJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBMSOcrSAJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBMSOcrSAJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBMSOcrSAJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBMSOcrSAJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBMSOcrSAJ .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-uBMSOcrSAJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBMSOcrSAJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBMSOcrSAJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBMSOcrSAJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBMSOcrSAJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBMSOcrSAJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBMSOcrSAJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBMSOcrSAJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBMSOcrSAJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBMSOcrSAJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBMSOcrSAJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBMSOcrSAJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBMSOcrSAJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBMSOcrSAJ .dropdown-item.active,
.cid-uBMSOcrSAJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBMSOcrSAJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBMSOcrSAJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBMSOcrSAJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBMSOcrSAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uBMSOcrSAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBMSOcrSAJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBMSOcrSAJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBMSOcrSAJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBMSOcrSAJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBMSOcrSAJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uBMSOcrSAJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBMSOcrSAJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBMSOcrSAJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBMSOcrSAJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBMSOcrSAJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBMSOcrSAJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBMSOcrSAJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBMSOcrSAJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBMSOcrSAJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBMSOcrSAJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBMSOcrSAJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBMSOcrSAJ .navbar {
    height: 70px;
  }
  .cid-uBMSOcrSAJ .navbar.opened {
    height: auto;
  }
  .cid-uBMSOcrSAJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBMW3nCwYg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner-medicamentos-1920x853.jpg");
}
.cid-uBMW3nCwYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBMW3nCwYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBMW3nCwYg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBMW3nCwYg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBMW3nCwYg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBMW3nCwYg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBMW3nCwYg .container {
    padding: 0 24px;
  }
}
.cid-uBMW3nCwYg .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uBMW3nCwYg .content-wrapper {
    padding: 0;
  }
}
.cid-uBMW3nCwYg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uBMW3nCwYg .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uBMW3nCwYg .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uBMW3nCwYg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBMW3nCwYg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBMW3nCwYg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBMW3nCwYg .mbr-section-title {
  color: #ffffff;
}
.cid-uBMW3nCwYg .mbr-desc,
.cid-uBMW3nCwYg .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uBMW3nCwYg .mbr-text,
.cid-uBMW3nCwYg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uBMW3nCwYg .mbr-section-title,
.cid-uBMW3nCwYg .mbr-section-btn {
  text-align: center;
}
.cid-uBMUXjIGpv {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uBMUXjIGpv .item-img {
  position: relative;
  padding: 1rem;
}
.cid-uBMUXjIGpv .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #b66035;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-uBMUXjIGpv .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-uBMUXjIGpv img,
.cid-uBMUXjIGpv .item-img {
  width: 100%;
  border-radius: 3rem;
}
.cid-uBMUXjIGpv .item:focus,
.cid-uBMUXjIGpv span:focus {
  outline: none;
}
.cid-uBMUXjIGpv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uBMUXjIGpv .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uBMUXjIGpv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uBMUXjIGpv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBMUXjIGpv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uBMUXjIGpv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uBMUXjIGpv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uBMUXjIGpv .mbr-section-title {
  color: #491414;
}
.cid-uBMUXjIGpv .mbr-text,
.cid-uBMUXjIGpv .mbr-section-btn {
  text-align: center;
}
.cid-uBMUXjIGpv .item-title {
  text-align: center;
  color: #491414;
}
.cid-uBMUXjIGpv .item-subtitle {
  text-align: center;
}
.cid-uBMSOeqKOb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
.cid-uBO0DNZs8q {
  z-index: 1000;
  width: 100%;
}
.cid-uBO0DNZs8q nav.navbar {
  position: fixed;
}
.cid-uBO0DNZs8q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBO0DNZs8q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBO0DNZs8q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBO0DNZs8q .dropdown-item:hover,
.cid-uBO0DNZs8q .dropdown-item:focus {
  background: #c2523c !important;
  color: white !important;
}
.cid-uBO0DNZs8q .dropdown-item:hover span {
  color: white;
}
.cid-uBO0DNZs8q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBO0DNZs8q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBO0DNZs8q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBO0DNZs8q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBO0DNZs8q .nav-link {
  position: relative;
}
.cid-uBO0DNZs8q .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uBO0DNZs8q .container {
    flex-wrap: nowrap;
  }
}
.cid-uBO0DNZs8q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBO0DNZs8q .dropdown-menu,
.cid-uBO0DNZs8q .navbar.opened {
  background: #f7f2ec !important;
}
.cid-uBO0DNZs8q .nav-item:focus,
.cid-uBO0DNZs8q .nav-link:focus {
  outline: none;
}
.cid-uBO0DNZs8q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBO0DNZs8q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBO0DNZs8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBO0DNZs8q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBO0DNZs8q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBO0DNZs8q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBO0DNZs8q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(5px);
}
.cid-uBO0DNZs8q .navbar.opened {
  transition: all 0.3s;
}
.cid-uBO0DNZs8q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBO0DNZs8q .navbar .navbar-logo img {
  width: auto;
}
.cid-uBO0DNZs8q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBO0DNZs8q .navbar.collapsed {
  justify-content: center;
}
.cid-uBO0DNZs8q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBO0DNZs8q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBO0DNZs8q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBO0DNZs8q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBO0DNZs8q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBO0DNZs8q .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-uBO0DNZs8q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBO0DNZs8q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBO0DNZs8q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBO0DNZs8q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBO0DNZs8q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBO0DNZs8q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBO0DNZs8q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBO0DNZs8q .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-uBO0DNZs8q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBO0DNZs8q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBO0DNZs8q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBO0DNZs8q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBO0DNZs8q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBO0DNZs8q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBO0DNZs8q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBO0DNZs8q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBO0DNZs8q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBO0DNZs8q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBO0DNZs8q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBO0DNZs8q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBO0DNZs8q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBO0DNZs8q .dropdown-item.active,
.cid-uBO0DNZs8q .dropdown-item:active {
  background-color: transparent;
}
.cid-uBO0DNZs8q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBO0DNZs8q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBO0DNZs8q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBO0DNZs8q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f2ec;
}
.cid-uBO0DNZs8q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBO0DNZs8q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBO0DNZs8q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBO0DNZs8q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBO0DNZs8q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBO0DNZs8q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uBO0DNZs8q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBO0DNZs8q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBO0DNZs8q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBO0DNZs8q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBO0DNZs8q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBO0DNZs8q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBO0DNZs8q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBO0DNZs8q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBO0DNZs8q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBO0DNZs8q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBO0DNZs8q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBO0DNZs8q .navbar {
    height: 70px;
  }
  .cid-uBO0DNZs8q .navbar.opened {
    height: auto;
  }
  .cid-uBO0DNZs8q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBO0DOQxDe {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBO0DOQxDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBO0DOQxDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBO0DOQxDe .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBO0DOQxDe .container {
    padding: 0 24px;
  }
}
.cid-uBO0DOQxDe .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uBO0DOQxDe .content-wrapper {
    display: block;
  }
}
.cid-uBO0DOQxDe .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uBO0DOQxDe .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uBO0DOQxDe .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uBO0DOQxDe .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBO0DOQxDe .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBO0DOQxDe .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uBO0DOQxDe .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uBO0DOQxDe .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uBO0DOQxDe .content-wrapper .image-wrapper img {
  height: 90%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uBO0DOQxDe .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uBO0DOQxDe .mbr-section-title {
  color: #18212d;
}
.cid-uBO0DOQxDe .mbr-desc {
  color: #18212d;
}
.cid-uBO0DOQxDe .mbr-text {
  color: #000000;
}
.cid-uBO0DOQxDe .mbr-section-title,
.cid-uBO0DOQxDe .mbr-section-btn {
  color: #812f1f;
}
.cid-uBO0DOQxDe .mbr-desc,
.cid-uBO0DOQxDe .desc-wrapper {
  color: #000000;
}
.cid-uBO0DPuppc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBO0DPuppc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBO0DPuppc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBO0DPuppc .container {
    padding: 0 24px;
  }
}
.cid-uBO0DPuppc .row {
  justify-content: center;
}
.cid-uBO0DPuppc .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBO0DPuppc .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBO0DPuppc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBO0DPuppc .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBO0DPuppc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBO0DPuppc .panel-group .card {
  border-radius: .75rem .75rem 0 0 !important;
  background-color: #f7f2ec;
  margin-top: -6px;
}
.cid-uBO0DPuppc .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBO0DPuppc .panel-group .card:nth-child(2) {
  background-color: #eee8da;
}
.cid-uBO0DPuppc .panel-group .card:nth-child(3) {
  background-color: #f8c5b2;
}
.cid-uBO0DPuppc .panel-group .card:nth-child(4) {
  background-color: #d8e6f7;
}
.cid-uBO0DPuppc .panel-group .card:nth-child(5) {
  background-color: #f8f2f0;
}
.cid-uBO0DPuppc .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uBO0DPuppc .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uBO0DPuppc .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uBO0DPuppc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBO0DPuppc .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-uBO0DPuppc .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-uBO0DPuppc .panel-group .card .panel-collapse .panel-body .image-wrapper {
  width: 40%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uBO0DPuppc .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uBO0DPuppc .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uBO0DPuppc .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uBO0DPuppc .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-uBO0DPuppc .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-uBO0DPuppc .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-uBO0DPuppc .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uBO0DPuppc .mbr-text,
.cid-uBO0DPuppc .text-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uBO0DPuppc .mbr-title {
  color: #141414;
}
.cid-uBO0DPuppc .panel-desc {
  color: #141414;
}
.cid-uBO0DPuppc .panel-text {
  color: #141414;
}
.cid-uBO0DQl6WB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBO0DQl6WB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBO0DQl6WB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBO0DQl6WB .mbr-section-subtitle {
  color: #491414;
}
.cid-uBO0DQl6WB .mbr-section-title {
  color: #812f1f;
}
.cid-uBO0DQYNN7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBO0DQYNN7 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uBO0DQYNN7 .card-wrapper {
  background-color: #f7f2ec;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
}
.cid-uBO0DQYNN7 p {
  line-height: 2.5;
}
.cid-uBO0DQYNN7 .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-uBO0DQYNN7 .card-box {
    padding: 2rem 1rem;
  }
}
.cid-uBO0DQYNN7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uBO0DQYNN7 .image-wrapper img {
    transform: scale(1);
  }
}
.cid-uBO0DQYNN7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-uBO0DQYNN7 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #bbbbbb;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-uBO0DQYNN7 .social-row .soc-item:hover {
  background-color: #f7d9c4;
}
.cid-uBO0DQYNN7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBO0DQYNN7 .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-uBO0DQYNN7 .mbr-text,
.cid-uBO0DQYNN7 .social-row {
  color: #000000;
}
.cid-uBO0DQYNN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBO0DQYNN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBO0DQYNN7 .card-title {
  color: #812f1f;
}
.cid-uBO0DRKAdM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #812f1f;
  overflow: hidden;
}
