.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Great Vibes', handwriting;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #758a6b !important;
}
.bg-success {
  background-color: #c6b081 !important;
}
.bg-info {
  background-color: #bbb0d2 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #c29e52 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #758a6b !important;
  border-color: #758a6b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #758a6b;
  border-color: #758a6b;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #758a6b !important;
  border-color: #758a6b !important;
}
.btn-primary:hover {
  background-color: #5d6d55 !important;
  border-color: #5d6d55 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bdc7ae !important;
  border-color: #bdc7ae !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bdc7ae;
  border-color: #bdc7ae;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bdc7ae !important;
  border-color: #bdc7ae !important;
}
.btn-secondary:hover {
  background-color: #758a6b !important;
  border-color: #758a6b !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbb0d2 !important;
  border-color: #bbb0d2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bbb0d2;
  border-color: #bbb0d2;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bbb0d2 !important;
  border-color: #bbb0d2 !important;
}
.btn-info:hover {
  background-color: #9f90bf !important;
  border-color: #9f90bf !important;
}
.btn-success,
.btn-success:active {
  background-color: #c6b081 !important;
  border-color: #c6b081 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c6b081;
  border-color: #c6b081;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c6b081 !important;
  border-color: #c6b081 !important;
}
.btn-success:hover {
  background-color: #b69a5e !important;
  border-color: #b69a5e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c29e52 !important;
  border-color: #c29e52 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c29e52;
  border-color: #c29e52;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c29e52 !important;
  border-color: #c29e52 !important;
}
.btn-danger:hover {
  background-color: #a6843b !important;
  border-color: #a6843b !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #758a6b;
  color: #758a6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #758a6b !important;
  border-color: #758a6b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #758a6b !important;
  border-color: #758a6b !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #bdc7ae;
  color: #bdc7ae;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #bdc7ae !important;
  border-color: #bdc7ae;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bdc7ae !important;
  border-color: #bdc7ae !important;
}
.btn-secondary-outline:hover {
  background-color: #758a6b !important;
  border-color: #758a6b !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bbb0d2;
  color: #bbb0d2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bbb0d2 !important;
  border-color: #bbb0d2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbb0d2 !important;
  border-color: #bbb0d2 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c6b081;
  color: #c6b081;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #c6b081 !important;
  border-color: #c6b081;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c6b081 !important;
  border-color: #c6b081 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c29e52;
  color: #c29e52;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #c29e52 !important;
  border-color: #c29e52;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c29e52 !important;
  border-color: #c29e52 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #758a6b !important;
}
.text-secondary {
  color: #bdc7ae !important;
}
.text-success {
  color: #c6b081 !important;
}
.text-info {
  color: #bbb0d2 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #c29e52 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #44513e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8c9d72 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9b8046 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #836fad !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #81662d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #758a6b !important;
}
.alert-success {
  background-color: #c6b081;
}
.alert-info {
  background-color: #bbb0d2;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #c29e52;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #758a6b;
  border-color: #758a6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #758a6b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7c3b2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eee7d9;
}
.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: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3d3b0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #758a6b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #758a6b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #758a6b;
  border-bottom-color: #758a6b;
}
.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: #758a6b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bdc7ae !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-syUZag7oI0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syUZag7oI0 .nav-item,
.cid-syUZag7oI0 .nav-link,
.cid-syUZag7oI0 .navbar-caption {
  font-weight: normal;
}
.cid-syUZag7oI0 .nav-item:focus,
.cid-syUZag7oI0 .nav-link:focus {
  outline: none;
}
.cid-syUZag7oI0 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-syUZag7oI0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syUZag7oI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syUZag7oI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syUZag7oI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syUZag7oI0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #758a6b;
  background: none;
}
.cid-syUZag7oI0 .navbar.opened {
  transition: all 0.3s;
  background: #758a6b !important;
}
.cid-syUZag7oI0 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-syUZag7oI0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syUZag7oI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syUZag7oI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syUZag7oI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syUZag7oI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syUZag7oI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-syUZag7oI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syUZag7oI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syUZag7oI0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-syUZag7oI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syUZag7oI0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-syUZag7oI0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syUZag7oI0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syUZag7oI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-syUZag7oI0 .navbar.navbar-short {
  background: #758a6b !important;
  min-height: 60px;
}
.cid-syUZag7oI0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-syUZag7oI0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syUZag7oI0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syUZag7oI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syUZag7oI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syUZag7oI0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-syUZag7oI0 .dropdown-item.active,
.cid-syUZag7oI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-syUZag7oI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syUZag7oI0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syUZag7oI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #758a6b;
}
.cid-syUZag7oI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syUZag7oI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syUZag7oI0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syUZag7oI0 .navbar-buttons {
  text-align: center;
}
.cid-syUZag7oI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-syUZag7oI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-syUZag7oI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-syUZag7oI0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-syUZag7oI0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syUZag7oI0 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-syUZag7oI0 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-syUZag7oI0 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-syUZag7oI0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syUZag7oI0 .navbar {
    height: 77px;
  }
  .cid-syUZag7oI0 .navbar.opened {
    height: auto;
  }
  .cid-syUZag7oI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thembhL4xB {
  overflow-x: hidden !important;
}
.cid-thembhL4xB .mbr-section-title {
  color: #ffffff;
}
.cid-thembhL4xB .mbr-section-title span {
  color: #758a6b;
}
.cid-thembhL4xB .mbr-text {
  color: #191f23;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-thembhL4xB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/1p0a6736-2000x3000.png");
}
.cid-thembhL4xB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-thembhL4xB .mbr-overlay {
  z-index: 1;
}
.cid-thembhL4xB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uBptQHIZkW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #758a6b;
}
.cid-uBptQHIZkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBptQHIZkW .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-uBptQHIZkW .container {
    padding: 0 22px;
  }
}
.cid-uBptQHIZkW .row {
  justify-content: center;
}
.cid-uBptQHIZkW .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBptQHIZkW .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBptQHIZkW .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-uBptQHIZkW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBptQHIZkW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-uBptQHIZkW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBptQHIZkW .mbr-section-title {
  color: #ffffff;
}
.cid-uBptQHIZkW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBptQHIZkW .mbr-section-title,
.cid-uBptQHIZkW .icon-wrapper {
  text-align: center;
}
#custom-html-3b {
  /* Type valid CSS here */
}
#custom-html-3b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3b p {
  font-size: 60px;
  color: #777;
}
.cid-ujY6NikA5e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #758a6b;
}
.cid-ujY6NikA5e .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-ujY6NikA5e .dot {
  display: none;
}
.cid-ujY6NikA5e .period {
  padding-top: 1rem;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.cid-ujY6NikA5e .number {
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-ujY6NikA5e .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-ujY6NikA5e .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ujY6NikA5e .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-ujY6NikA5e .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-ujY6NikA5e .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-ujY6NikA5e .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-ujY6NikA5e .number,
  .cid-ujY6NikA5e .dot {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .cid-ujY6NikA5e .period {
    font-size: 0.8rem;
  }
}
.cid-ujY6NikA5e h3 {
  position: relative;
  margin-top: 4rem;
  letter-spacing: 2px;
}
.cid-ujY6NikA5e h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-ujY6NikA5e h3:hover:after {
  margin-left: -15px;
}
.cid-ujY6NikA5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujY6NikA5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujY6NikA5e H2 {
  color: #ffffff;
}
.cid-uBjGpAi8SM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBjGpAi8SM .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-uBjGpAi8SM .modal-body .close {
  background: #1b1b1b;
}
.cid-uBjGpAi8SM .modal-body .close span {
  font-style: normal;
}
.cid-uBjGpAi8SM .carousel-inner > .active,
.cid-uBjGpAi8SM .carousel-inner > .next,
.cid-uBjGpAi8SM .carousel-inner > .prev {
  display: flex;
}
.cid-uBjGpAi8SM .carousel-control .icon-next,
.cid-uBjGpAi8SM .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uBjGpAi8SM .carousel-control:hover {
  background: #758a6b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBjGpAi8SM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uBjGpAi8SM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uBjGpAi8SM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uBjGpAi8SM .boxed-slider > div {
  position: relative;
}
.cid-uBjGpAi8SM .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uBjGpAi8SM .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-uBjGpAi8SM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uBjGpAi8SM .mbr-table-cell {
  padding: 0;
}
.cid-uBjGpAi8SM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uBjGpAi8SM .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-uBjGpAi8SM .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-uBjGpAi8SM .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uBjGpAi8SM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uBjGpAi8SM .carousel-item.active.right,
.cid-uBjGpAi8SM .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uBjGpAi8SM .carousel-item.active.left,
.cid-uBjGpAi8SM .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uBjGpAi8SM .carousel-item.active,
.cid-uBjGpAi8SM .carousel-item.next.left,
.cid-uBjGpAi8SM .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uBjGpAi8SM .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uBjGpAi8SM .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-uBjGpAi8SM .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uBjGpAi8SM .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBjGpAi8SM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uBjGpAi8SM .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #758a6b;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uBjGpAi8SM .mbr-slider .carousel-indicators li.active,
.cid-uBjGpAi8SM .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uBjGpAi8SM .mbr-slider .carousel-indicators li::after,
.cid-uBjGpAi8SM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uBjGpAi8SM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uBjGpAi8SM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uBjGpAi8SM .mbr-slider > .container img {
  width: 100%;
}
.cid-uBjGpAi8SM .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-uBjGpAi8SM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uBjGpAi8SM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBjGpAi8SM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uBjGpAi8SM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uBjGpAi8SM .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uBjGpAi8SM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uBjGpAi8SM .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uBjGpAi8SM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uBjGpAi8SM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uBjGpAi8SM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uBjGpAi8SM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uBjGpAi8SM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uBjGpAi8SM .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uBjGpAi8SM .carousel-inner {
  height: 100%;
}
.cid-uBjGpAi8SM .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uBjGpAi8SM .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 550px;
  overflow: hidden;
}
.cid-uBjGpAi8SM .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uBjGpAi8SM .content-slider-wrap {
  width: 100%;
}
.cid-ujYb1aKRiD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
}
.cid-ujYb1aKRiD .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-ujYb1aKRiD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ujYb1aKRiD .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-ujYb1aKRiD .form-group {
  padding-right: 0;
}
.cid-ujYb1aKRiD .card {
  padding: 3rem 8rem;
}
.cid-ujYb1aKRiD .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-ujYb1aKRiD .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-ujYb1aKRiD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ujYb1aKRiD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ujYb1aKRiD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ujYb1aKRiD .map-placeholder {
  display: none;
}
.cid-ujYb1aKRiD .btn-primary {
  border: 1px solid #758a6b !important;
}
.cid-ujYb1aKRiD .btn-primary:hover {
  border: 1px solid #758a6b !important;
}
.cid-ujYb1aKRiD .stripe {
  border-bottom: 1px solid #dbc4a2;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ujYb1aKRiD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ujYb1aKRiD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-ujYb1aKRiD .mbr-text {
  color: #444;
}
.cid-ujYb1aKRiD h5 {
  margin-bottom: 0;
}
.cid-ujYb1aKRiD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ujYb1aKRiD .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ujYb1aKRiD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ujYb1aKRiD .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujYb1aKRiD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ujYb1aKRiD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ujYb1aKRiD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ujYb1aKRiD .social-list a:hover {
  opacity: 0.4;
}
.cid-ujYb1aKRiD .media-container-row > div {
  padding: 0px;
}
.cid-ujYb1aKRiD .text2 {
  color: #758a6b;
  text-align: left;
}
.cid-ujYb1aKRiD .group-title {
  text-align: center;
  color: #758a6b;
  padding-bottom: 0.2rem;
}
.cid-ujYb1aKRiD .links {
  color: #656565;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-ujYb1aKRiD .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-ujYb1aKRiD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ujYb1aKRiD h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ujYb1aKRiD .form-group {
    max-width: 180px;
  }
  .cid-ujYb1aKRiD .card {
    padding: 2rem 1rem;
  }
}
.cid-ujYb1aKRiD .links span {
  color: #9e9e9e;
}
.cid-ujYb1aKRiD .logo-title,
.cid-ujYb1aKRiD .logo-sub-title {
  text-align: center;
}
.cid-ujYb1aKRiD .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uAK2UFdSyN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
}
.cid-uAK2UFdSyN .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uAK2UFdSyN .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uAK2UFdSyN .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uAK2UFdSyN .form-group {
  padding-right: 0;
}
.cid-uAK2UFdSyN .card {
  padding: 3rem 8rem;
}
.cid-uAK2UFdSyN .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uAK2UFdSyN .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uAK2UFdSyN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAK2UFdSyN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAK2UFdSyN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAK2UFdSyN .map-placeholder {
  display: none;
}
.cid-uAK2UFdSyN .btn-primary {
  border: 1px solid #758a6b !important;
}
.cid-uAK2UFdSyN .btn-primary:hover {
  border: 1px solid #758a6b !important;
}
.cid-uAK2UFdSyN .stripe {
  border-bottom: 1px solid #dbc4a2;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uAK2UFdSyN .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uAK2UFdSyN .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uAK2UFdSyN .mbr-text {
  color: #444;
}
.cid-uAK2UFdSyN h5 {
  margin-bottom: 0;
}
.cid-uAK2UFdSyN .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uAK2UFdSyN .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uAK2UFdSyN .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uAK2UFdSyN .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAK2UFdSyN .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uAK2UFdSyN .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uAK2UFdSyN .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uAK2UFdSyN .social-list a:hover {
  opacity: 0.4;
}
.cid-uAK2UFdSyN .media-container-row > div {
  padding: 0px;
}
.cid-uAK2UFdSyN .text2 {
  color: #758a6b;
  text-align: left;
}
.cid-uAK2UFdSyN .group-title {
  text-align: center;
  color: #758a6b;
  padding-bottom: 0.2rem;
}
.cid-uAK2UFdSyN .links {
  color: #656565;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-uAK2UFdSyN .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uAK2UFdSyN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uAK2UFdSyN h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uAK2UFdSyN .form-group {
    max-width: 180px;
  }
  .cid-uAK2UFdSyN .card {
    padding: 2rem 1rem;
  }
}
.cid-uAK2UFdSyN .links span {
  color: #9e9e9e;
}
.cid-uAK2UFdSyN .logo-title,
.cid-uAK2UFdSyN .logo-sub-title {
  text-align: center;
}
.cid-uAK2UFdSyN .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uAK4eDVeRm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
}
.cid-uAK4eDVeRm .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uAK4eDVeRm .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uAK4eDVeRm .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uAK4eDVeRm .form-group {
  padding-right: 0;
}
.cid-uAK4eDVeRm .card {
  padding: 3rem 8rem;
}
.cid-uAK4eDVeRm .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uAK4eDVeRm .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uAK4eDVeRm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAK4eDVeRm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAK4eDVeRm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAK4eDVeRm .map-placeholder {
  display: none;
}
.cid-uAK4eDVeRm .btn-primary {
  border: 1px solid #758a6b !important;
}
.cid-uAK4eDVeRm .btn-primary:hover {
  border: 1px solid #758a6b !important;
}
.cid-uAK4eDVeRm .stripe {
  border-bottom: 1px solid #dbc4a2;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uAK4eDVeRm .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uAK4eDVeRm .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uAK4eDVeRm .mbr-text {
  color: #444;
}
.cid-uAK4eDVeRm h5 {
  margin-bottom: 0;
}
.cid-uAK4eDVeRm .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uAK4eDVeRm .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uAK4eDVeRm .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uAK4eDVeRm .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAK4eDVeRm .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uAK4eDVeRm .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uAK4eDVeRm .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uAK4eDVeRm .social-list a:hover {
  opacity: 0.4;
}
.cid-uAK4eDVeRm .media-container-row > div {
  padding: 0px;
}
.cid-uAK4eDVeRm .text2 {
  color: #758a6b;
  text-align: left;
}
.cid-uAK4eDVeRm .group-title {
  text-align: center;
  color: #758a6b;
  padding-bottom: 0.2rem;
}
.cid-uAK4eDVeRm .links {
  color: #656565;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-uAK4eDVeRm .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uAK4eDVeRm .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uAK4eDVeRm h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uAK4eDVeRm .form-group {
    max-width: 180px;
  }
  .cid-uAK4eDVeRm .card {
    padding: 2rem 1rem;
  }
}
.cid-uAK4eDVeRm .links span {
  color: #9e9e9e;
}
.cid-uAK4eDVeRm .logo-title,
.cid-uAK4eDVeRm .logo-sub-title {
  text-align: center;
}
.cid-uAK4eDVeRm .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uBzVy3tlwh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
}
.cid-uBzVy3tlwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzVy3tlwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBzVy3tlwh .mbr-section-title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.5rem;
}
.cid-uBzVy3tlwh .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uBzVy3tlwh .team-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .cid-uBzVy3tlwh .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBzVy3tlwh .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 0.3rem;
  height: 200px;
  object-fit: cover;
}
.cid-uBzVy3tlwh .social-row {
  text-align: center;
}
.cid-uBzVy3tlwh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uBzVy3tlwh .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uBzVy3tlwh .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBzVy3tlwh .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uBzVy3tlwh .mbr-role,
.cid-uBzVy3tlwh .social-row {
  color: #758a6b;
  text-align: center;
}
.cid-uBzVy3tlwh .mbr-section-maintitle {
  text-align: center;
  color: #758a6b;
}
.cid-uBzVy3tlwh .card-title,
.cid-uBzVy3tlwh .social-row {
  text-align: center;
  color: #758a6b;
}
.cid-uBzVy3tlwh .card-text,
.cid-uBzVy3tlwh .mbr-section-btn,
.cid-uBzVy3tlwh .social-row {
  text-align: center;
  color: #758a6b;
}
.cid-thNQlBa32u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
  overflow: hidden;
}
.cid-thNQlBa32u svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-thNQlBa32u #e2_shape {
  fill: #ffffff !important;
}
.cid-thNQlBa32u img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(214, 220, 204, 0.35);
}
@media (max-width: 576px) {
  .cid-thNQlBa32u img {
    width: 90%!important;
  }
}
.cid-thNQlBa32u H1 {
  color: #ffffff;
}
.cid-uAKg19omJX {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
}
.cid-uAKg19omJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAKg19omJX .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uAKg19omJX .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #bbb0d2;
  z-index: -1;
}
.cid-uAKg19omJX .btn:hover,
.cid-uAKg19omJX .btn:focus {
  background: white !important;
  color: #bdc7ae !important;
  border-color: white !important;
}
.cid-uAKg19omJX img {
  border-radius: 1rem;
}
.cid-uAKg19omJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAKg19omJX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uAKg19omJX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uAKg19omJX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uAKg19omJX .mbr-section-title {
  color: #758a6b;
  text-align: center;
}
.cid-uAKg19omJX .mbr-section-subtitle,
.cid-uAKg19omJX .subtitle-wrap {
  color: #758a6b;
  text-align: center;
}
.cid-uAKg19omJX .mbr-text,
.cid-uAKg19omJX .mbr-section-btn {
  color: #758a6b;
  text-align: center;
}
.cid-tfzvHRhJOt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
}
.cid-tfzvHRhJOt .container {
  padding: 0 3rem;
}
.cid-tfzvHRhJOt .star1 .star-1 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .star1 .star-2,
.cid-tfzvHRhJOt .star1 .star-3,
.cid-tfzvHRhJOt .star1 .star-4,
.cid-tfzvHRhJOt .star1 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-tfzvHRhJOt .star2 .star-1,
.cid-tfzvHRhJOt .star2 .star-2 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .star2 .star-3,
.cid-tfzvHRhJOt .star2 .star-4,
.cid-tfzvHRhJOt .star2 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-tfzvHRhJOt .star3 .star-1,
.cid-tfzvHRhJOt .star3 .star-2,
.cid-tfzvHRhJOt .star3 .star-3 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .star3 .star-4,
.cid-tfzvHRhJOt .star3 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-tfzvHRhJOt .star4 .star-1,
.cid-tfzvHRhJOt .star4 .star-2,
.cid-tfzvHRhJOt .star4 .star-3,
.cid-tfzvHRhJOt .star4 .star-4 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .star4 .star-5 {
  fill: rgba(0, 0, 0, 0.3);
}
.cid-tfzvHRhJOt .star5 .star-1,
.cid-tfzvHRhJOt .star5 .star-2,
.cid-tfzvHRhJOt .star5 .star-3,
.cid-tfzvHRhJOt .star5 .star-4,
.cid-tfzvHRhJOt .star5 .star-5 {
  fill: #ffef00;
}
.cid-tfzvHRhJOt .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tfzvHRhJOt .mbr-section-btn .btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tfzvHRhJOt .table-heading {
  width: 100%;
  display: block;
}
.cid-tfzvHRhJOt .table-wrapper {
  border: 1px solid #b1bd9f;
  padding: 2rem 1rem;
  background-color: #bdc7ae;
  transition: 0.3s ease-out all;
}
.cid-tfzvHRhJOt .table-wrapper:hover {
  transition: margin .5s;
  margin-top: -5px;
  background-color: #758a6b;
  border: 1px solid #697c60;
}
.cid-tfzvHRhJOt .table-wrapper:hover .pricing-value,
.cid-tfzvHRhJOt .table-wrapper:hover .stars,
.cid-tfzvHRhJOt .table-wrapper:hover .mbr-list,
.cid-tfzvHRhJOt .table-wrapper:hover .table-heading {
  color: #ffffff !important;
}
.cid-tfzvHRhJOt .stars {
  margin: 1rem 0;
}
.cid-tfzvHRhJOt ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem 0;
}
.cid-tfzvHRhJOt li {
  margin: 1rem 0;
}
.cid-tfzvHRhJOt .left-bottom {
  border-radius: 15px 0 0 15px;
}
.cid-tfzvHRhJOt .right-bottom {
  border-radius: 0 15px 15px 0;
}
.cid-tfzvHRhJOt .all-border {
  border-radius: 15px 15px 15px 15px;
}
@media (max-width: 767px) {
  .cid-tfzvHRhJOt .container {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tfzvHRhJOt .table-wrapper {
    border-radius: 15px !important;
    margin: 1em 1em;
  }
}
.cid-tfzvHRhJOt .table-heading,
.cid-tfzvHRhJOt .stars {
  color: #ffffff;
}
.cid-tfzvHRhJOt .mbr-list {
  color: #ffffff;
}
.cid-tfzvHRhJOt .pricing-value,
.cid-tfzvHRhJOt .mbr-section-btn {
  color: #ffffff;
}
.cid-sE3iPcK01e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
}
.cid-sE3iPcK01e .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sE3iPcK01e .card-wrapper {
  background-color: #eee8e5;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
  background-color: transparent;
}
.cid-sE3iPcK01e p {
  line-height: 2.5;
}
.cid-sE3iPcK01e .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-sE3iPcK01e .card-box {
    padding: 2rem 1rem;
  }
}
.cid-sE3iPcK01e .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #758a6b;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sE3iPcK01e .image-wrapper img {
    transform: scale(1);
  }
}
.cid-sE3iPcK01e .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #eee8e5;
  transition: all 0.3s;
}
.cid-sE3iPcK01e .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #758a6b;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-sE3iPcK01e .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-sE3iPcK01e .social-row .soc-item:hover .mbr-iconfont {
  color: #eee8e5;
}
@media (max-width: 767px) {
  .cid-sE3iPcK01e .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-sE3iPcK01e .mbr-text,
.cid-sE3iPcK01e .social-row {
  color: #758a6b;
  text-align: center;
}
.cid-sE3iPcK01e .card-title {
  color: #758a6b;
  text-align: center;
}
.cid-unWgv9ubXM {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
}
.cid-unWgv9ubXM .underline .line {
  width: 2rem;
  height: 1px;
  background: #002245;
  display: inline-block;
}
.cid-unWgv9ubXM .mbr-section-title,
.cid-unWgv9ubXM .mbr-section-subtitle,
.cid-unWgv9ubXM .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-unWgv9ubXM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-unWgv9ubXM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unWgv9ubXM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-unWgv9ubXM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-unWgv9ubXM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #002245;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-unWgv9ubXM .icon-focus {
  display: none;
}
.cid-unWgv9ubXM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-unWgv9ubXM ul {
  font-size: 0;
}
.cid-unWgv9ubXM .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-unWgv9ubXM .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-unWgv9ubXM .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-unWgv9ubXM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-unWgv9ubXM .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-unWgv9ubXM .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-unWgv9ubXM .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-unWgv9ubXM .btn:hover {
  background: transparent !important;
}
.cid-unWgv9ubXM .btn:hover:before {
  background: transparent !important;
}
.cid-unWgv9ubXM .btn:before {
  background-color: transparent !important;
}
.cid-unWgv9ubXM .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-unWgv9ubXM .mbr-section-subtitle,
.cid-unWgv9ubXM .underline {
  color: #758a6b;
}
.cid-syUZuFVEzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/diseo-sin-ttulo-3-1429x2000.png");
}
.cid-syUZuFVEzo p {
  text-align: center;
}
.cid-syUZuFVEzo .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-syUZuFVEzo .social-list a:focus {
  text-decoration: none;
}
.cid-syUZuFVEzo .text-copyright {
  width: 100%;
  color: #758a6b;
  text-align: center;
}
.cid-syUZuFVEzo .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-syUZuFVEzo .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-syUZuFVEzo .logo-footer {
  line-height: normal;
}
.cid-syUZuFVEzo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syUZuFVEzo .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syUZuFVEzo .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-syUZuFVEzo img {
  display: inline;
}
