.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: League Spartan;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3.6rem;
  line-height: .8;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2.6rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.65rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.0625rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.56rem + (2.6 - 1.56) * ((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: 1.32rem;
    font-size: calc( 1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .8 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 0.9 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.32rem;
    font-size: calc( 1.2275rem + (1.65 - 1.2275) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.2275rem + (1.65 - 1.2275) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6d1eb9 !important;
}
.bg-success {
  background-color: #9e9300 !important;
}
.bg-info {
  background-color: #c9a84e !important;
}
.bg-warning {
  background-color: #c9a84e !important;
}
.bg-danger {
  background-color: #c9a84e !important;
}
.btn-primary {
  border-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #6d1eb9 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #872ddd !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #872ddd !important;
  border-color: #872ddd !important;
}
.btn-secondary {
  border-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353535 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4f4f4f !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
}
.btn-info {
  border-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #c9a84e !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #d5bb75 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d5bb75 !important;
  border-color: #d5bb75 !important;
}
.btn-success {
  border-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #9e9300 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d1c200 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d1c200 !important;
  border-color: #d1c200 !important;
}
.btn-warning {
  border-color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #c9a84e !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d5bb75 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d5bb75 !important;
  border-color: #d5bb75 !important;
}
.btn-danger {
  border-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c9a84e !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d5bb75 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d5bb75 !important;
  border-color: #d5bb75 !important;
}
.btn-white {
  border-color: #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #808080 !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #808080 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-primary-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #6d1eb9;
  opacity: .2;
}
.btn-primary-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #6d1eb9;
  opacity: .25;
  transition: all .3s ease;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6d1eb9;
  color: #6d1eb9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #6d1eb9 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover::after,
.btn-primary-outline:focus::after,
.btn-primary-outline.focus::after,
.btn-primary-outline.active::after {
  width: 100%;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #6d1eb9 !important;
  background-color: #6d1eb9 !important;
  border-color: #6d1eb9 !important;
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-secondary-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #353535;
  opacity: .2;
}
.btn-secondary-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #353535;
  opacity: .25;
  transition: all .3s ease;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #353535 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover::after,
.btn-secondary-outline:focus::after,
.btn-secondary-outline.focus::after,
.btn-secondary-outline.active::after {
  width: 100%;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #353535 !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-info-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #c9a84e;
  opacity: .2;
}
.btn-info-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #c9a84e;
  opacity: .25;
  transition: all .3s ease;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #c9a84e;
  color: #c9a84e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #c9a84e !important;
  box-shadow: none !important;
}
.btn-info-outline:hover::after,
.btn-info-outline:focus::after,
.btn-info-outline.focus::after,
.btn-info-outline.active::after {
  width: 100%;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #c9a84e !important;
  background-color: #c9a84e !important;
  border-color: #c9a84e !important;
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-success-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #9e9300;
  opacity: .2;
}
.btn-success-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #9e9300;
  opacity: .25;
  transition: all .3s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9e9300;
  color: #9e9300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #9e9300 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover::after,
.btn-success-outline:focus::after,
.btn-success-outline.focus::after,
.btn-success-outline.active::after {
  width: 100%;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9e9300 !important;
  background-color: #9e9300 !important;
  border-color: #9e9300 !important;
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-warning-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #c9a84e;
  opacity: .2;
}
.btn-warning-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #c9a84e;
  opacity: .25;
  transition: all .3s ease;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c9a84e;
  color: #c9a84e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #c9a84e !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover::after,
.btn-warning-outline:focus::after,
.btn-warning-outline.focus::after,
.btn-warning-outline.active::after {
  width: 100%;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c9a84e !important;
  background-color: #c9a84e !important;
  border-color: #c9a84e !important;
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-danger-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #c9a84e;
  opacity: .2;
}
.btn-danger-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #c9a84e;
  opacity: .25;
  transition: all .3s ease;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c9a84e;
  color: #c9a84e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #c9a84e !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover::after,
.btn-danger-outline:focus::after,
.btn-danger-outline.focus::after,
.btn-danger-outline.active::after {
  width: 100%;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #c9a84e !important;
  background-color: #c9a84e !important;
  border-color: #c9a84e !important;
}
.btn-black-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-black-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: .2;
}
.btn-black-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: .25;
  transition: all .3s ease;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover::after,
.btn-black-outline:focus::after,
.btn-black-outline.focus::after,
.btn-black-outline.active::after {
  width: 100%;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-white-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  opacity: .2;
}
.btn-white-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  opacity: .25;
  transition: all .3s ease;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #666666 !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-white-outline:hover::after,
.btn-white-outline:focus::after,
.btn-white-outline.focus::after,
.btn-white-outline.active::after {
  width: 100%;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #6d1eb9 !important;
}
.text-secondary {
  color: #353535 !important;
}
.text-success {
  color: #9e9300 !important;
}
.text-info {
  color: #c9a84e !important;
}
.text-warning {
  color: #c9a84e !important;
}
.text-danger {
  color: #c9a84e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #391061 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020202 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #383400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #886e29 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #886e29 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #886e29 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6d1eb9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c9a84e;
}
.alert-warning {
  background-color: #c9a84e;
}
.alert-danger {
  background-color: #c9a84e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6d1eb9;
  border-color: #6d1eb9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 0 !important;
  font-weight: 700;
}
a,
a:hover {
  color: #6d1eb9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ac6fe8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffef1f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f9f5ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9f5ea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9f5ea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 1rem !important;
}
.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: #6d1eb9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6d1eb9;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6d1eb9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6d1eb9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6d1eb9;
  border-bottom-color: #6d1eb9;
}
.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: #6d1eb9 !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: #353535 !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='%236d1eb9' %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;
}
.mbr-section-btn .btn {
  font-weight: 400;
  padding: 13px 24px;
  border-radius: 1rem !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.mbr-section-btn .btn span {
  line-height: 1.4;
  font-weight: 400;
  font-size: inherit;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 6px;
  font-size: 18px !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-primary-outline.focus,
.mbr-section-btn .btn-primary-outline.active {
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline::before {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline::after {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline {
  border-color: #000000 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline::before {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black-outline::after {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-black-outline.focus,
.mbr-section-btn .btn-black-outline.active {
  color: #ffffff !important;
  border-color: #000000 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.small-radius,
.dropdown-item {
  border-radius: 8px !important;
}
.item-number::before,
.item-date::before,
.nav.nav-tabs .nav-item .nav-link::before,
.item-wrap::before,
.item-label::before {
  border-radius: 1rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vq2QWWbKMG {
  z-index: 1000;
  width: 100%;
}
.cid-vq2QWWbKMG nav.navbar {
  position: fixed;
}
.cid-vq2QWWbKMG .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-vq2QWWbKMG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vq2QWWbKMG .dropdown-item {
  border: none !important;
  background: #000000 !important;
  font-weight: 400;
}
.cid-vq2QWWbKMG .dropdown-item:hover,
.cid-vq2QWWbKMG .dropdown-item:focus {
  background: #000000 !important;
  color: #9e9300 !important;
}
.cid-vq2QWWbKMG .dropdown-item:hover span {
  color: white;
}
.cid-vq2QWWbKMG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vq2QWWbKMG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vq2QWWbKMG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vq2QWWbKMG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vq2QWWbKMG .nav-link {
  position: relative;
}
.cid-vq2QWWbKMG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vq2QWWbKMG .container {
    flex-wrap: nowrap;
  }
}
.cid-vq2QWWbKMG .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vq2QWWbKMG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vq2QWWbKMG .dropdown-menu,
.cid-vq2QWWbKMG .navbar.opened {
  background: #000000 !important;
}
.cid-vq2QWWbKMG .nav-item:focus,
.cid-vq2QWWbKMG .nav-link:focus {
  outline: none;
}
.cid-vq2QWWbKMG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vq2QWWbKMG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vq2QWWbKMG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vq2QWWbKMG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vq2QWWbKMG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vq2QWWbKMG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vq2QWWbKMG .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(30px);
}
.cid-vq2QWWbKMG .navbar.opened {
  transition: all 0.3s;
}
.cid-vq2QWWbKMG .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vq2QWWbKMG .navbar .navbar-logo {
  margin-right: 8px;
}
.cid-vq2QWWbKMG .navbar .navbar-logo img {
  width: auto;
}
.cid-vq2QWWbKMG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vq2QWWbKMG .navbar.collapsed {
  justify-content: center;
}
.cid-vq2QWWbKMG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vq2QWWbKMG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vq2QWWbKMG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vq2QWWbKMG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vq2QWWbKMG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vq2QWWbKMG .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: 50%;
}
.cid-vq2QWWbKMG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vq2QWWbKMG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vq2QWWbKMG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vq2QWWbKMG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vq2QWWbKMG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vq2QWWbKMG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vq2QWWbKMG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vq2QWWbKMG .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: 50%;
  }
  .cid-vq2QWWbKMG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vq2QWWbKMG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vq2QWWbKMG .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vq2QWWbKMG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vq2QWWbKMG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vq2QWWbKMG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vq2QWWbKMG .navbar.navbar-short {
  min-height: 80px;
}
.cid-vq2QWWbKMG .navbar.navbar-short .navbar-brand {
  min-height: 80px;
}
.cid-vq2QWWbKMG .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vq2QWWbKMG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vq2QWWbKMG .navbar-brand .navbar-caption {
    line-height: 1.5;
  }
}
.cid-vq2QWWbKMG .navbar-brand .navbar-caption:hover,
.cid-vq2QWWbKMG .navbar-brand .navbar-caption:focus {
  color: #9e9300 !important;
}
.cid-vq2QWWbKMG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vq2QWWbKMG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vq2QWWbKMG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #9e9300 !important;
}
.cid-vq2QWWbKMG .dropdown-item.active,
.cid-vq2QWWbKMG .dropdown-item:active {
  background-color: transparent;
}
.cid-vq2QWWbKMG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vq2QWWbKMG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vq2QWWbKMG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vq2QWWbKMG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vq2QWWbKMG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vq2QWWbKMG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vq2QWWbKMG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vq2QWWbKMG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vq2QWWbKMG ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vq2QWWbKMG .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vq2QWWbKMG .navbar-buttons {
    text-align: left;
  }
}
.cid-vq2QWWbKMG .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vq2QWWbKMG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vq2QWWbKMG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vq2QWWbKMG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9e9300;
}
.cid-vq2QWWbKMG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vq2QWWbKMG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vq2QWWbKMG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vq2QWWbKMG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vq2QWWbKMG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq2QWWbKMG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vq2QWWbKMG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vq2QWWbKMG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq2QWWbKMG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vq2QWWbKMG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vq2QWWbKMG .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-vq2QWWbKMG .navbar {
    height: 80px;
  }
  .cid-vq2QWWbKMG .navbar.opened {
    height: auto;
  }
  .cid-vq2QWWbKMG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vq2QWWbKMG .navbar-nav {
  width: 100%;
  justify-content: space-around;
  justify-content: flex-end;
  margin: 0;
}
.cid-vq2QWWbKMG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vq2QWWbKMG .nav-item .nav-link {
  padding: 10px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vq2QWWbKMG .nav-item .nav-link {
    margin: 0 !important;
  }
}
.cid-vq2QWWbKMG .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vq2QWWbKMG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #9e9300;
  transition: .3s all ease;
  background-color: transparent;
}
.cid-vq2QWWbKMG .nav-item .nav-link:hover,
.cid-vq2QWWbKMG .nav-item .nav-link:focus {
  background-color: transparent;
  color: #9e9300 !important;
}
.cid-vq2QWWbKMG .nav-item .nav-link:hover::after,
.cid-vq2QWWbKMG .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vq2QWWbKMG .nav-item .nav-link:hover::before,
.cid-vq2QWWbKMG .nav-item .nav-link:focus::before {
  background-color: #9e9300;
}
.cid-vq2QWWbKMG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vq2QWWbKMG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vq2QWWbKMG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vq2QWWbKMG .navbar {
    justify-content: flex-start !important;
  }
  .cid-vq2QWWbKMG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vq2QWWbKMG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vq2QWWbKMG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vq2QWWbKMG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vq2QWWbKMG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vq2QWWbKMG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vq2QWWbKMG .content-wrap {
  min-height: 80px;
}
.cid-vtqvfTQVHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  background-image: url("../../../assets/images/fotos20web20eo20-2026201-1920x1080.jpg");
}
.cid-vtqvfTQVHv .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(60deg, #000000 40%, transparent 50%, #000000 80%);
  pointer-events: none;
}
.cid-vtqvfTQVHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtqvfTQVHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtqvfTQVHv .card_2 {
  justify-content: flex-start;
}
.cid-vtqvfTQVHv .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 150px;
}
@media (max-width: 992px) {
  .cid-vtqvfTQVHv .content-wrapper {
    padding-top: 0;
  }
}
.cid-vtqvfTQVHv .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vtqvfTQVHv .content-wrapper .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vtqvfTQVHv .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border: 1px;
  gap: 6px;
  border-right: 1px solid #9e9300;
  border-left: 1px solid #9e9300;
}
.cid-vtqvfTQVHv .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .3;
}
.cid-vtqvfTQVHv .content-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #9e9300;
  margin-bottom: 3px;
}
.cid-vtqvfTQVHv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vtqvfTQVHv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vtqvfTQVHv .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtqvfTQVHv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-vtqvfTQVHv .content-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vtqvfTQVHv .content-wrap {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-vtqvfTQVHv .content-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
}
.cid-vtqvfTQVHv .content-wrap .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vtqvfTQVHv .mbr-label {
  color: #f0e226;
}
.cid-vtqvfTQVHv .mbr-section-title {
  color: #ffffff;
}
.cid-vtqvfTQVHv .mbr-text {
  color: #b3b2ae;
}
.cid-vtqvfTQVHv .mbr-desc {
  color: #e4e3dc;
}
.cid-vtqvfTQVHv .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vtqvfTQVHv .mbr-section-btn {
    text-align: left;
  }
}
.cid-vtqvfTQVHv .mbr-label,
.cid-vtqvfTQVHv .label-wrapper {
  color: #d1b117;
}
.cid-vtqvfTQVHv .mbr-text,
.cid-vtqvfTQVHv .text-wrapper {
  color: #fafafa;
}
#custom-html-1y {
  /* =========================================================
   MÉTRICAS · EFRÉN ORTIZ
   VERSIÓN REDUCIDA APROX. 30%
========================================================= */
  /* =========================================================
   CONTENEDOR
========================================================= */
  /* =========================================================
   CADA MÉTRICA
========================================================= */
  /* =========================================================
   ICONOS
   REDUCIDOS APROX. 30%
========================================================= */
  /* =========================================================
   NÚMEROS
   58px → 41px APROX.
========================================================= */
  /* HOVER NÚMEROS */
  /* =========================================================
   ETIQUETAS
========================================================= */
  /* =========================================================
   INTERACCIÓN SUTIL
========================================================= */
  /* =========================================================
   TABLET
========================================================= */
  /* =========================================================
   MÓVIL
========================================================= */
}
#custom-html-1y .eo-stats {
  width: 100%;
  padding: 44px 28px 48px;
  background: #000000;
  color: #F6F6F4;
  font-family: "League Spartan", Arial, sans-serif;
  box-sizing: border-box;
}
#custom-html-1y .eo-stats *,
#custom-html-1y .eo-stats *::before,
#custom-html-1y .eo-stats *::after {
  box-sizing: border-box;
}
#custom-html-1y .eo-stats-wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
#custom-html-1y .eo-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 155px;
  transition: transform .30s ease;
}
#custom-html-1y .eo-stat:hover {
  transform: translateY(-3px);
}
#custom-html-1y .eo-stat-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C7A650;
  transition: transform .30s ease,
        filter .30s ease;
}
#custom-html-1y .eo-stat-icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-1y .eo-stat:hover .eo-stat-icon {
  transform: translateY(-3px);
  filter: drop-shadow(0 0 5px rgba(199, 166, 80, 0.28));
}
#custom-html-1y .eo-stat-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 10px;
  color: #F6F6F4;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
  white-space: nowrap;
  transition: color .30s ease,
        transform .30s ease;
}
#custom-html-1y .eo-plus {
  margin-right: 2px;
}
#custom-html-1y .eo-hours {
  margin-left: 6px;
  font-size: 28px;
  font-weight: 500;
}
#custom-html-1y .eo-stat:hover .eo-stat-number {
  color: #FFFFFF;
  transform: translateY(-2px);
}
#custom-html-1y .eo-stat-label {
  color: #D0D0CC;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.38;
  text-transform: uppercase;
}
#custom-html-1y .eo-stat {
  position: relative;
}
#custom-html-1y .eo-stat::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  background: #C7A650;
  opacity: 0;
  transition: width .30s ease,
        opacity .30s ease;
}
#custom-html-1y .eo-stat:hover::after {
  width: 42px;
  opacity: .75;
}
@media (max-width: 1000px) {
  #custom-html-1y .eo-stats {
    padding: 42px 26px;
  }
  #custom-html-1y .eo-stats-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 28px;
  }
}
@media (max-width: 600px) {
  #custom-html-1y .eo-stats {
    padding: 40px 20px;
  }
  #custom-html-1y .eo-stats-wrap {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  #custom-html-1y .eo-stat {
    min-height: auto;
  }
  #custom-html-1y .eo-stat-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
  }
  #custom-html-1y .eo-stat-icon svg {
    width: 46px;
    height: 46px;
  }
  #custom-html-1y .eo-stat-number {
    font-size: 38px;
  }
  #custom-html-1y .eo-hours {
    font-size: 26px;
  }
  #custom-html-1y .eo-stat-label {
    font-size: 14px;
  }
}
.cid-vsihvE1P6n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vsihvE1P6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsihvE1P6n .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-vsihvE1P6n .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vsihvE1P6n img {
  border-radius: 3rem;
}
.cid-vsihvE1P6n .row {
  align-items: center;
}
.cid-vsihvE1P6n .mbr-section-title {
  color: #28282f;
}
.cid-vsihvE1P6n .mbr-text,
.cid-vsihvE1P6n .mbr-section-btn {
  color: #28282f;
}
.cid-vsihvE1P6n .mbr-section-subtitle {
  color: #585861;
}
.cid-vtq4aguWtK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vtq4aguWtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtq4aguWtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtq4aguWtK .row {
  flex-direction: row-reverse;
}
.cid-vtq4aguWtK .mobile-logos-grid {
  display: none;
}
@media (max-width: 767px) {
  .cid-vtq4aguWtK .desktop-logos {
    display: none;
  }
  .cid-vtq4aguWtK .mobile-logos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 22px;
    align-items: center;
    padding: 20px 10px 10px 10px;
  }
  .cid-vtq4aguWtK .mobile-logos-grid img {
    display: block;
    width: 100%;
    max-width: 125px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }
}
#custom-html-4m {
  /* =========================================================
   EO SAFE DIAGNOSTIC
   MOBIRISE 6.1.12
========================================================= */
  /* =========================================================
   HEADER
========================================================= */
  /* =========================================================
   MAP
========================================================= */
  /* =========================================================
   ORBIT
========================================================= */
  /* =========================================================
   CORE
========================================================= */
  /* =========================================================
   NODE GENERAL
========================================================= */
  /* =========================================================
   NODE COPY
========================================================= */
  /* =========================================================
   POSITIONS
========================================================= */
  /* MARCA */
  /* MARKETING */
  /* IA */
  /* ESTRATEGIA */
  /* =========================================================
   ACTIVE STATES
========================================================= */
  /* HOVER */
  /* =========================================================
   LAPTOP 13–15
========================================================= */
  /* =========================================================
   SMALL LAPTOP / TABLET LANDSCAPE
========================================================= */
  /* =========================================================
   MOBILE / TABLET PORTRAIT
========================================================= */
  /* =========================================================
   MOBILE PEQUEÑO
========================================================= */
  /* =========================================================
   EO · ENCENDIDO AUTOMÁTICO SECUENCIAL
   CSS PURO - MOBIRISE SAFE
========================================================= */
  /* =========================================================
   ESTADO NORMAL
   TODO SIEMPRE LEGIBLE
========================================================= */
  /* =========================================================
   SVG
========================================================= */
  /* =========================================================
   ANIMACIÓN DEL ICONO
========================================================= */
  /* =========================================================
   ORDEN HORARIO

   1 Marca
   2 Marketing
   3 IA
   4 Estrategia
========================================================= */
  /* =========================================================
   CATEGORÍA
   PEQUEÑO REFUERZO SIN APAGARLA
========================================================= */
  /* =========================================================
   TEXTO
   PERMANECE BLANCO
   SOLO RECIBE UN LIGERO REFUERZO
========================================================= */
  /* =========================================================
   HOVER MANUAL
   TIENE PRIORIDAD VISUAL
========================================================= */
  /* =========================================================
   MOBILE
   LA SECUENCIA CONTINÚA FUNCIONANDO
========================================================= */
}
#custom-html-4m .eo-safe-section {
  width: 100%;
  background: #000000;
  color: #f4f4f2;
  padding: 44px 24px 80px 24px;
  overflow: hidden;
}
#custom-html-4m .eo-safe-section * {
  box-sizing: border-box;
}
#custom-html-4m .eo-safe-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
#custom-html-4m .eo-safe-heading {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 28px auto;
  text-align: center;
}
#custom-html-4m .eo-safe-kicker {
  margin-bottom: 12px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #c7a650;
}
#custom-html-4m .eo-safe-heading h2 {
  margin: 0;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.02;
  font-weight: 400;
  color: #f4f4f2;
}
#custom-html-4m .eo-safe-heading p {
  width: 72%;
  margin: 18px auto 0 auto;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  color: #8f8f92;
}
#custom-html-4m .eo-safe-map {
  width: 1040px;
  height: 500px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
#custom-html-4m .eo-safe-orbit {
  width: 330px;
  height: 330px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -165px;
  margin-top: -165px;
  border-radius: 50%;
  border: 1px solid #2944b9;
  box-shadow: 0 0 18px rgba(40, 70, 210, 0.08);
}
#custom-html-4m .eo-safe-core {
  width: 230px;
  height: 230px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -115px;
  margin-top: -115px;
  border-radius: 50%;
  border: 1px solid #2944b9;
  background: #03040d;
  text-align: center;
  padding-top: 53px;
  box-shadow: inset 0 0 30px rgba(30, 55, 170, 0.14);
}
#custom-html-4m .eo-safe-core-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 10px auto;
  color: #c7a650;
}
#custom-html-4m .eo-safe-core-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-4m .eo-safe-core-label {
  margin-bottom: 7px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #92939c;
}
#custom-html-4m .eo-safe-core-title {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.02;
  font-weight: 500;
  color: #f4f4f2;
}
#custom-html-4m .eo-safe-core-title span {
  display: block;
  margin-top: 3px;
  color: #c7a650;
}
#custom-html-4m .eo-safe-node {
  width: 255px;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0.42;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
#custom-html-4m .eo-safe-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  margin-right: 13px;
  border-radius: 50%;
  border: 1px solid #2944b9;
  background: #03040a;
  color: #e5e6eb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
#custom-html-4m .eo-safe-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-4m .eo-safe-ai {
  fill: currentColor;
  stroke: none;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}
#custom-html-4m .eo-safe-copy {
  width: 184px;
  text-align: left;
}
#custom-html-4m .eo-safe-label {
  margin-bottom: 5px;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #c7a650;
}
#custom-html-4m .eo-safe-text {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.38;
  font-weight: 500;
  color: #f4f4f2;
}
#custom-html-4m .eo-safe-node-1 {
  left: 50%;
  top: 6px;
  margin-left: -127px;
}
#custom-html-4m .eo-safe-node-2 {
  left: 50%;
  top: 50%;
  margin-left: 195px;
  margin-top: -35px;
}
#custom-html-4m .eo-safe-node-3 {
  left: 50%;
  bottom: -20px;
  margin-left: -127px;
}
#custom-html-4m .eo-safe-node-4 {
  right: 50%;
  top: 50%;
  margin-right: 195px;
  margin-top: -43px;
}
#custom-html-4m .eo-safe-active-1 .eo-safe-node-1,
#custom-html-4m .eo-safe-active-2 .eo-safe-node-2,
#custom-html-4m .eo-safe-active-3 .eo-safe-node-3,
#custom-html-4m .eo-safe-active-4 .eo-safe-node-4 {
  opacity: 1;
}
#custom-html-4m .eo-safe-active-1 .eo-safe-node-1 .eo-safe-icon,
#custom-html-4m .eo-safe-active-2 .eo-safe-node-2 .eo-safe-icon,
#custom-html-4m .eo-safe-active-3 .eo-safe-node-3 .eo-safe-icon,
#custom-html-4m .eo-safe-active-4 .eo-safe-node-4 .eo-safe-icon {
  color: #ff3131;
  border-color: #ff3131;
  transform: scale(1.06);
  box-shadow: 0 0 8px rgba(199, 166, 80, 0.4), 0 0 18px rgba(199, 166, 80, 0.14);
}
#custom-html-4m .eo-safe-node:hover {
  opacity: 1;
}
#custom-html-4m .eo-safe-node:hover .eo-safe-icon {
  color: #ff3131;
  border-color: #ff3131;
  box-shadow: 0 0 8px rgba(199, 166, 80, 0.4), 0 0 18px rgba(199, 166, 80, 0.14);
}
@media (max-width: 1366px) {
  #custom-html-4m .eo-safe-section {
    padding-top: 36px;
    padding-bottom: 34px;
  }
  #custom-html-4m .eo-safe-heading {
    margin-bottom: 22px;
  }
  #custom-html-4m .eo-safe-heading h2 {
    font-size: 34px;
  }
  #custom-html-4m .eo-safe-heading p {
    font-size: 14px;
  }
  #custom-html-4m .eo-safe-map {
    width: 940px;
    height: 440px;
  }
  #custom-html-4m .eo-safe-orbit {
    width: 290px;
    height: 290px;
    margin-left: -145px;
    margin-top: -145px;
  }
  #custom-html-4m .eo-safe-core {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    padding-top: 42px;
  }
  #custom-html-4m .eo-safe-core-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
  }
  #custom-html-4m .eo-safe-core-label {
    font-size: 9px;
  }
  #custom-html-4m .eo-safe-core-title {
    font-size: 22px;
  }
  #custom-html-4m .eo-safe-node {
    width: 220px;
  }
  #custom-html-4m .eo-safe-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    margin-right: 11px;
  }
  #custom-html-4m .eo-safe-icon svg {
    width: 29px;
    height: 29px;
  }
  #custom-html-4m .eo-safe-copy {
    width: 157px;
  }
  #custom-html-4m .eo-safe-label {
    font-size: 11px;
  }
  #custom-html-4m .eo-safe-text {
    font-size: 12px;
    line-height: 1.35;
  }
  #custom-html-4m .eo-safe-node-1 {
    margin-left: -110px;
  }
  #custom-html-4m .eo-safe-node-2 {
    margin-left: 170px;
  }
  #custom-html-4m .eo-safe-node-3 {
    margin-left: -110px;
  }
  #custom-html-4m .eo-safe-node-4 {
    margin-right: 170px;
  }
}
@media (max-width: 1100px) {
  #custom-html-4m .eo-safe-heading h2 {
    font-size: 30px;
  }
  #custom-html-4m .eo-safe-map {
    width: 820px;
    height: 420px;
  }
  #custom-html-4m .eo-safe-orbit {
    width: 260px;
    height: 260px;
    margin-left: -130px;
    margin-top: -130px;
  }
  #custom-html-4m .eo-safe-core {
    width: 180px;
    height: 180px;
    margin-left: -90px;
    margin-top: -90px;
    padding-top: 36px;
  }
  #custom-html-4m .eo-safe-core-title {
    font-size: 20px;
  }
  #custom-html-4m .eo-safe-node {
    width: 195px;
  }
  #custom-html-4m .eo-safe-copy {
    width: 135px;
  }
  #custom-html-4m .eo-safe-text {
    font-size: 11px;
  }
  #custom-html-4m .eo-safe-node-2 {
    margin-left: 150px;
  }
  #custom-html-4m .eo-safe-node-4 {
    margin-right: 150px;
  }
}
@media (max-width: 800px) {
  #custom-html-4m .eo-safe-section {
    padding: 38px 18px;
  }
  #custom-html-4m .eo-safe-heading {
    text-align: left;
    margin-bottom: 28px;
  }
  #custom-html-4m .eo-safe-kicker {
    font-size: 10px;
    letter-spacing: 2px;
  }
  #custom-html-4m .eo-safe-heading h2 {
    font-size: 28px;
    line-height: 1.04;
  }
  #custom-html-4m .eo-safe-heading h2 br {
    display: none;
  }
  #custom-html-4m .eo-safe-heading p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }
  #custom-html-4m .eo-safe-map {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  #custom-html-4m .eo-safe-orbit {
    display: none;
  }
  #custom-html-4m .eo-safe-core {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 14px 0;
    width: 100%;
    height: 130px;
    border-radius: 10px;
    padding-top: 22px;
    order: 0;
  }
  #custom-html-4m .eo-safe-core-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
  #custom-html-4m .eo-safe-core-title {
    font-size: 20px;
  }
  #custom-html-4m .eo-safe-node,
  #custom-html-4m .eo-safe-node-1,
  #custom-html-4m .eo-safe-node-2,
  #custom-html-4m .eo-safe-node-3,
  #custom-html-4m .eo-safe-node-4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 0 10px 0;
    width: 100%;
    min-height: 82px;
    padding: 12px;
    border: 1px solid #18245f;
    border-radius: 9px;
    background: #03040a;
  }
  #custom-html-4m .eo-safe-node-1 {
    order: 1;
  }
  #custom-html-4m .eo-safe-node-2 {
    order: 2;
  }
  #custom-html-4m .eo-safe-node-3 {
    order: 3;
  }
  #custom-html-4m .eo-safe-node-4 {
    order: 4;
  }
  #custom-html-4m .eo-safe-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  #custom-html-4m .eo-safe-copy {
    width: auto;
  }
  #custom-html-4m .eo-safe-label {
    font-size: 11px;
  }
  #custom-html-4m .eo-safe-text {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #custom-html-4m .eo-safe-heading h2 {
    font-size: 25px;
  }
  #custom-html-4m .eo-safe-heading p {
    font-size: 13px;
  }
  #custom-html-4m .eo-safe-text {
    font-size: 12px;
  }
}
#custom-html-4m .eo-safe-node {
  opacity: 1;
}
#custom-html-4m .eo-safe-label {
  color: #c7a650;
  opacity: 1;
}
#custom-html-4m .eo-safe-text {
  color: #f4f4f2;
  opacity: 1;
}
#custom-html-4m .eo-safe-icon {
  color: #c7a650;
  border: 1px solid #2944b9;
  background: #03040a;
  box-shadow: inset 0 0 8px rgba(53, 93, 255, 0.08);
  transform: scale(1);
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
#custom-html-4m .eo-safe-icon svg {
  color: inherit;
  stroke: currentColor;
}
@keyframes eoIconSequence {
  /* apagado */
  0% {
    color: #c7a650;
    border-color: #2944b9;
    transform: scale(1);
    box-shadow: inset 0 0 8px rgba(53, 93, 255, 0.08);
  }
  /* empieza encendido */
  4% {
    color: #ff3131;
    border-color: #ff3131;
    transform: scale(1.04);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.75), 0 0 10px rgba(255, 255, 255, 0.45), 0 0 20px rgba(255, 255, 255, 0.16);
  }
  /* máximo glow */
  11% {
    color: #ff3131;
    border-color: #ff3131;
    transform: scale(1.08);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.95), 0 0 13px rgba(255, 255, 255, 0.58), 0 0 26px rgba(255, 255, 255, 0.2);
  }
  /* empieza a apagarse */
  20% {
    color: #ff3131;
    border-color: rgba(255, 255, 255, 0.75);
    transform: scale(1.04);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.55), 0 0 10px rgba(255, 255, 255, 0.25);
  }
  /* vuelve a estado normal */
  25% {
    color: #c7a650;
    border-color: #2944b9;
    transform: scale(1);
    box-shadow: inset 0 0 8px rgba(53, 93, 255, 0.08);
  }
  100% {
    color: #c7a650;
    border-color: #2944b9;
    transform: scale(1);
    box-shadow: inset 0 0 8px rgba(53, 93, 255, 0.08);
  }
}
#custom-html-4m .eo-safe-node-1 .eo-safe-icon {
  animation-name: eoIconSequence;
  animation-delay: 0s;
}
#custom-html-4m .eo-safe-node-2 .eo-safe-icon {
  animation-name: eoIconSequence;
  animation-delay: 2s;
}
#custom-html-4m .eo-safe-node-3 .eo-safe-icon {
  animation-name: eoIconSequence;
  animation-delay: 4s;
}
#custom-html-4m .eo-safe-node-4 .eo-safe-icon {
  animation-name: eoIconSequence;
  animation-delay: 6s;
}
#custom-html-4m .eo-safe-label {
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes eoLabelSequence {
  0% {
    color: #c7a650;
    text-shadow: none;
  }
  4% {
    color: #d9bd68;
  }
  11% {
    color: #e1ca7a;
    text-shadow: 0 0 8px rgba(199, 166, 80, 0.24);
  }
  20% {
    color: #d9bd68;
  }
  25% {
    color: #c7a650;
    text-shadow: none;
  }
  100% {
    color: #c7a650;
    text-shadow: none;
  }
}
#custom-html-4m .eo-safe-node-1 .eo-safe-label {
  animation-name: eoLabelSequence;
  animation-delay: 0s;
}
#custom-html-4m .eo-safe-node-2 .eo-safe-label {
  animation-name: eoLabelSequence;
  animation-delay: 2s;
}
#custom-html-4m .eo-safe-node-3 .eo-safe-label {
  animation-name: eoLabelSequence;
  animation-delay: 4s;
}
#custom-html-4m .eo-safe-node-4 .eo-safe-label {
  animation-name: eoLabelSequence;
  animation-delay: 6s;
}
#custom-html-4m .eo-safe-text {
  color: #f4f4f2;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes eoTextSequence {
  0% {
    color: #f4f4f2;
    text-shadow: none;
  }
  6% {
    color: #ffffff;
  }
  11% {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  }
  22% {
    color: #ffffff;
  }
  25% {
    color: #f4f4f2;
    text-shadow: none;
  }
  100% {
    color: #f4f4f2;
    text-shadow: none;
  }
}
#custom-html-4m .eo-safe-node-1 .eo-safe-text {
  animation-name: eoTextSequence;
  animation-delay: 0s;
}
#custom-html-4m .eo-safe-node-2 .eo-safe-text {
  animation-name: eoTextSequence;
  animation-delay: 2s;
}
#custom-html-4m .eo-safe-node-3 .eo-safe-text {
  animation-name: eoTextSequence;
  animation-delay: 4s;
}
#custom-html-4m .eo-safe-node-4 .eo-safe-text {
  animation-name: eoTextSequence;
  animation-delay: 6s;
}
#custom-html-4m .eo-safe-node:hover .eo-safe-icon {
  color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.95), 0 0 13px rgba(255, 255, 255, 0.58), 0 0 26px rgba(255, 255, 255, 0.2);
}
#custom-html-4m .eo-safe-node:hover .eo-safe-label {
  color: #e1ca7a;
  text-shadow: 0 0 8px rgba(199, 166, 80, 0.24);
}
#custom-html-4m .eo-safe-node:hover .eo-safe-text {
  color: #ffffff;
}
@media (max-width: 800px) {
  #custom-html-4m .eo-safe-node {
    opacity: 1;
  }
  #custom-html-4m .eo-safe-label {
    color: #c7a650;
  }
  #custom-html-4m .eo-safe-text {
    color: #f4f4f2;
  }
}
.cid-vtr2Njomht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vtr2Njomht .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtr2Njomht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtr2Njomht .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vtr2Njomht .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vtr2Njomht .items-wrapper {
  margin: 0 -20px;
}
.cid-vtr2Njomht .items-wrapper .card {
  padding: 0 20px;
}
.cid-vtr2Njomht .items-wrapper .content-wrapper {
  background-image: linear-gradient(90deg, #00259e, #431de1);
  padding: 1px;
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vtr2Njomht .items-wrapper .content-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 16px;
  }
}
.cid-vtr2Njomht .items-wrapper .content-wrapper .content-wrap {
  background-color: #080808;
  padding: 40px;
  box-shadow: inset 0 12px 15px -12px #00259e;
}
@media (max-width: 992px) {
  .cid-vtr2Njomht .items-wrapper .content-wrapper .content-wrap {
    padding: 20px;
  }
}
.cid-vtr2Njomht .items-wrapper .content-wrapper .content-wrap .label-wrapper {
  margin-bottom: 32px;
}
.cid-vtr2Njomht .items-wrapper .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vtr2Njomht .items-wrapper .content-wrapper .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-image: linear-gradient(90deg, #000000, #000000);
}
.cid-vtr2Njomht .items-wrapper .content-wrapper .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
}
.cid-vtr2Njomht .items-wrapper .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vtr2Njomht .items-wrapper .content-wrapper .content-wrap .image-wrapper img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vtr2Njomht .items-wrapper .items-wrap .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vtr2Njomht .items-wrapper .items-wrap .item {
    margin-bottom: 16px;
  }
}
.cid-vtr2Njomht .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtr2Njomht .items-wrapper .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vtr2Njomht .items-wrapper .items-wrap .item .item-wrapper {
  background-color: #080808;
  border: 1px solid #00259e;
  box-shadow: inset 0 12px 15px -12px #00259e;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vtr2Njomht .items-wrapper .items-wrap .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vtr2Njomht .items-wrapper .items-wrap .item .item-wrapper .item-content .item-number {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vtr2Njomht .items-wrapper .items-wrap .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-vtr2Njomht .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vtr2Njomht .items-wrapper .items-wrap .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vtr2Njomht .items-wrapper .items-wrap .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vtr2Njomht .mbr-section-title,
.cid-vtr2Njomht .title-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vtr2Njomht .mbr-label {
  color: #ffffff;
}
.cid-vtr2Njomht .item-number {
  color: #ffffff;
}
.cid-vtr2Njomht .item-title {
  color: #ffffff;
}
.cid-vtr2Njomht .item-text {
  color: #b3b2ae;
}
.cid-vtr2Njomht .eo-transform-subtitle {
  max-width: 760px;
  margin: 14px 0 28px 0;
  padding: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.20rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8f8f92;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-vtr2Njomht .eo-transform-subtitle {
    max-width: 100%;
    margin: 12px 0 24px 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.cid-vtr2Njomht P {
  color: #c7ba0b;
}
#servicios {
  /* =========================================================
   EO · 4 FORMAS DE GENERAR IMPACTO
   MARKETING DIGITAL INTEGRADO EN TARJETA 04
   MOBIRISE SAFE
========================================================= */
  /* =========================================================
   ENCABEZADO
========================================================= */
  /* =========================================================
   MAPA
========================================================= */
  /* =========================================================
   TARJETAS
========================================================= */
  /* =========================================================
   POSICIÓN 2 x 2
========================================================= */
  /* =========================================================
   LÍNEA SUPERIOR
========================================================= */
  /* =========================================================
   TARJETA ACTIVA
========================================================= */
  /* =========================================================
   CABECERA TARJETA
========================================================= */
  /* =========================================================
   NÚMERO
========================================================= */
  /* =========================================================
   TÍTULO TARJETA
========================================================= */
  /* =========================================================
   ICONOS
========================================================= */
  /* =========================================================
   TAGLINE
========================================================= */
  /* =========================================================
   DESCRIPCIÓN
========================================================= */
  /* =========================================================
   META
========================================================= */
  /* =========================================================
   TARJETA 04 · CAPACIDADES DIGITALES
========================================================= */
  /* =========================================================
   CONECTORES
========================================================= */
  /* =========================================================
   POSICIÓN CONECTORES
========================================================= */
  /* =========================================================
   CONECTOR ACTIVO
========================================================= */
  /* =========================================================
   NÚCLEO EO
========================================================= */
  /* =========================================================
   CORE ACTIVO
========================================================= */
  /* =========================================================
   ARO
========================================================= */
  /* =========================================================
   ÓRBITA
========================================================= */
  /* =========================================================
   DESTELLO
========================================================= */
  /* =========================================================
   LOGO
========================================================= */
  /* =========================================================
   LAPTOP 13" – 15"
========================================================= */
  /* =========================================================
   TABLET
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
  /* =========================================================
   MOBILE PEQUEÑO
========================================================= */
}
#servicios .eo-section {
  --black: #000000;
  --charcoal: #080808;
  --text: #F4F4F2;
  --muted: #A7A7A4;
  --border: #292929;
  --gold: #C7A650;
  width: 100%;
  padding: 34px
    20px
    85px;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--black);
  color: var(--text);
}
#servicios .eo-section *,
#servicios .eo-section *::before,
#servicios .eo-section *::after {
  box-sizing: border-box;
}
#servicios .eo-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
#servicios .eo-heading {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 24px auto;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
}
#servicios .eo-kicker {
  margin-bottom: 5px;
  color: #C7A650;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
}
#servicios .eo-heading h2 {
  max-width: 650px;
  margin: 0;
  color: #F4F4F2;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
#servicios .eo-heading .text-wrapper {
  margin-top: 10px;
}
#servicios .eo-heading .text-wrapper p {
  max-width: 760px;
  margin: 0;
  color: #A7A7A4;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
#servicios .eo-map {
  position: relative;
  width: 100%;
  height: 500px;
}
#servicios .eo-card {
  position: absolute;
  width: 39%;
  min-height: 210px;
  padding: 16px
    18px;
  background: #000000;
  border: 1px solid
    #292929;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.32s ease, background-color 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}
#servicios .eo-card.c1 {
  left: 1.25%;
  top: 0;
}
#servicios .eo-card.c2 {
  right: 1.25%;
  top: 0;
}
#servicios .eo-card.c3 {
  left: 1.25%;
  bottom: 0;
}
#servicios .eo-card.c4 {
  right: 1.25%;
  bottom: 0;
}
#servicios .eo-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: #C7A650;
  box-shadow: 0 0 7px rgba(199, 166, 80, 0.38);
  transition: width .38s ease;
}
#servicios .eo-card:hover,
#servicios .eo-card.eo-card-active,
#servicios .eo-card.eo-auto-active {
  transform: translateY(-2px);
  background: #080808;
  border-color: #C7A650;
  box-shadow: 0 0 7px rgba(199, 166, 80, 0.34), 0 0 18px rgba(199, 166, 80, 0.12), 0 9px 22px rgba(0, 0, 0, 0.34);
}
#servicios .eo-card:hover::after,
#servicios .eo-card.eo-card-active::after,
#servicios .eo-card.eo-auto-active::after {
  width: 100%;
}
#servicios .eo-card-head {
  display: grid;
  grid-template-columns: auto
    1fr
    auto;
  gap: 10px;
  align-items: start;
  margin-bottom: 7px;
}
#servicios .eo-number {
  color: #777777;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.32s ease, text-shadow 0.32s ease;
}
#servicios .eo-card:hover .eo-number,
#servicios .eo-card.eo-card-active .eo-number,
#servicios .eo-card.eo-auto-active .eo-number {
  color: #C7A650;
  text-shadow: 0 0 7px rgba(199, 166, 80, 0.26);
}
#servicios .eo-card h3 {
  margin: 0;
  color: #F4F4F2;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.02;
  transform-origin: left center;
  transition: transform .32s ease;
}
#servicios .eo-card:hover h3,
#servicios .eo-card.eo-card-active h3 {
  transform: scale(1.018);
}
#servicios .eo-icon-wrap {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #C7A650;
  border: 1px solid
    #3A3A3A;
  border-radius: 50%;
  background: #020202;
  transition: color 0.32s ease, border-color 0.32s ease, transform 0.32s ease, box-shadow 0.32s ease;
}
#servicios .eo-card:hover .eo-icon-wrap,
#servicios .eo-card.eo-card-active .eo-icon-wrap,
#servicios .eo-card.eo-auto-active .eo-icon-wrap {
  color: #E0C673;
  border-color: #C7A650;
  transform: scale(1.055);
  box-shadow: 0 0 5px rgba(199, 166, 80, 0.62), 0 0 14px rgba(199, 166, 80, 0.22);
}
#servicios .eo-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
#servicios .eo-tagline {
  margin: 0 0 7px;
  color: #D5D5D2 !important;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  transition: color .32s ease;
}
#servicios .eo-card:hover .eo-tagline,
#servicios .eo-card.eo-card-active .eo-tagline,
#servicios .eo-card.eo-auto-active .eo-tagline {
  color: #C7A650 !important;
}
#servicios .eo-description {
  margin: 0;
  color: #B9B9B6;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42;
}
#servicios .eo-meta {
  margin-top: 10px;
  padding: 7px
    10px;
  border: 1px solid
    #282828;
  border-radius: 7px;
  background: #030303;
  color: #CECECB;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 10.5px;
  line-height: 1.2;
}
#servicios .eo-meta span + span::before {
  content: " · ";
  color: #C7A650;
}
#servicios .eo-card-digital {
  padding-bottom: 14px;
}
#servicios .eo-digital-description {
  max-width: 92%;
}
#servicios .eo-digital-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 9px;
}
#servicios .eo-digital-chips span {
  display: inline-flex;
  align-items: center;
  padding: 4px
    7px;
  border: 1px solid
    #343434;
  border-radius: 20px;
  background: #020202;
  color: #CFCFCC;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 8.7px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
#servicios .eo-card-digital:hover .eo-digital-chips span,
#servicios .eo-card-digital.eo-card-active .eo-digital-chips span {
  color: #FFFFFF;
  border-color: #766637;
  background: rgba(199, 166, 80, 0.035);
}
#servicios .eo-card-digital:hover .eo-digital-chips span:hover {
  color: #E0C673;
  border-color: #C7A650;
  box-shadow: 0 0 7px rgba(199, 166, 80, 0.14);
}
#servicios .connector {
  position: absolute;
  z-index: 3;
  height: 1px;
  background: #444444;
  color: #444444;
  transform-origin: left center;
  transition: background-color 0.32s ease, color 0.32s ease, filter 0.32s ease, opacity 0.32s ease;
}
#servicios .connector::before,
#servicios .connector::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
#servicios .connector::before {
  left: -3px;
}
#servicios .connector::after {
  right: -3px;
}
#servicios .l1 {
  left: 39%;
  top: 30%;
  width: 12.5%;
  transform: rotate(17deg);
}
#servicios .l2 {
  left: 50.6%;
  top: 30%;
  width: 12.5%;
  transform: rotate(-17deg);
}
#servicios .l3 {
  left: 39%;
  top: 70%;
  width: 12.5%;
  transform: rotate(-17deg);
}
#servicios .l4 {
  left: 50.6%;
  top: 70%;
  width: 12.5%;
  transform: rotate(17deg);
}
#servicios .connector.eo-line-active,
#servicios .connector.eo-auto-line {
  background: #C7A650;
  color: #C7A650;
  filter: drop-shadow(0 0 4px rgba(199, 166, 80, 0.58));
}
#servicios .eo-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 205px;
  height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000000;
  border: 1px solid
    #444444;
  border-radius: 50%;
  z-index: 6;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
#servicios .eo-core.eo-core-active,
#servicios .eo-core.eo-auto-core {
  transform: translate(-50%, -50%) scale(1.012);
  border-color: #C7A650;
  box-shadow: 0 0 9px rgba(199, 166, 80, 0.2);
}
#servicios .eo-core-ring {
  position: absolute;
  inset: -13px;
  border: 1px dotted
    #444444;
  border-radius: 50%;
}
#servicios .eo-flare-orbit {
  position: absolute;
  inset: -13px;
  border-radius: 50%;
  transform: rotate(-135deg);
  transition: transform 0.55s cubic-bezier(0.22, 0.72, 0.18, 1);
  pointer-events: none;
}
#servicios .eo-flare {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #C7A650;
  box-shadow: 0 0 5px rgba(199, 166, 80, 0.72), 0 0 13px rgba(199, 166, 80, 0.34);
}
#servicios .eo-flare::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, #c7a650);
}
#servicios .eo-logo {
  width: 88px;
  height: auto;
  margin-bottom: 5px;
}
#servicios .eo-core-name {
  color: #F4F4F2;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .03em;
}
#servicios .eo-core-role {
  margin-top: 4px;
  color: #C7C7C4;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1366px) {
  #servicios .eo-section {
    padding: 28px
      16px
      42px;
  }
  #servicios .eo-wrap {
    max-width: 1140px;
  }
  #servicios .eo-heading {
    max-width: 1140px;
    margin-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #servicios .eo-kicker {
    font-size: 10px;
  }
  #servicios .eo-heading h2 {
    max-width: 590px;
    font-size: 30px;
  }
  #servicios .eo-heading .text-wrapper p {
    max-width: 700px;
    font-size: 12px;
  }
  #servicios .eo-map {
    height: 455px;
  }
  #servicios .eo-card {
    min-height: 194px;
    padding: 14px
      16px;
  }
  #servicios .eo-number {
    font-size: 24px;
  }
  #servicios .eo-card h3 {
    font-size: 18px;
  }
  #servicios .eo-icon-wrap {
    width: 48px;
    height: 48px;
  }
  #servicios .eo-icon {
    width: 27px;
    height: 27px;
  }
  #servicios .eo-tagline {
    font-size: 13px;
  }
  #servicios .eo-description {
    font-size: 11px;
    line-height: 1.36;
  }
  #servicios .eo-meta {
    margin-top: 8px;
    padding: 6px
      8px;
    font-size: 9px;
  }
  #servicios .eo-digital-description {
    max-width: 100%;
  }
  #servicios .eo-digital-chips {
    gap: 4px;
    margin-top: 7px;
  }
  #servicios .eo-digital-chips span {
    padding: 3.5px
      6px;
    font-size: 7.5px;
  }
  #servicios .eo-core {
    width: 184px;
    height: 184px;
  }
  #servicios .eo-core-ring,
  #servicios .eo-flare-orbit {
    inset: -11px;
  }
  #servicios .eo-logo {
    width: 78px;
  }
  #servicios .eo-core-name {
    font-size: 16px;
  }
  #servicios .eo-core-role {
    font-size: 11px;
  }
}
@media (max-width: 1080px) {
  #servicios .eo-heading {
    margin-bottom: 26px;
  }
  #servicios .eo-map {
    display: grid;
    grid-template-columns: 1fr
      1fr;
    gap: 16px;
    height: auto;
    min-height: 0;
  }
  #servicios .eo-card,
  #servicios .eo-card.c1,
  #servicios .eo-card.c2,
  #servicios .eo-card.c3,
  #servicios .eo-card.c4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    min-height: 220px;
  }
  #servicios .eo-core {
    position: relative;
    left: auto;
    top: auto;
    transform: none !important;
    grid-column: -1;
    grid-row: 1;
    width: 180px;
    height: 180px;
    margin: 0 auto 5px;
  }
  #servicios .connector {
    display: none;
  }
  #servicios .eo-flare-orbit {
    display: none;
  }
  #servicios .eo-digital-chips span {
    font-size: 9px;
    padding: 5px
      8px;
  }
}
@media (max-width: 720px) {
  #servicios .eo-section {
    padding: 36px
      16px
      90px;
  }
  #servicios .eo-heading {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 24px;
  }
  #servicios .eo-kicker {
    margin-bottom: 7px;
  }
  #servicios .eo-heading h2 {
    max-width: 100%;
    font-size: 29px;
    line-height: 1;
  }
  #servicios .eo-heading .text-wrapper {
    margin-top: 12px;
  }
  #servicios .eo-heading .text-wrapper p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.45;
  }
  #servicios .eo-map {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #servicios .eo-core {
    grid-column: 1;
    width: 160px;
    height: 160px;
    margin-bottom: 8px;
  }
  #servicios .eo-core-ring,
  #servicios .eo-flare-orbit {
    inset: -9px;
  }
  #servicios .eo-logo {
    width: 68px;
  }
  #servicios .eo-core-name {
    font-size: 15px;
  }
  #servicios .eo-core-role {
    font-size: 10.5px;
  }
  #servicios .eo-card,
  #servicios .eo-card.c1,
  #servicios .eo-card.c2,
  #servicios .eo-card.c3,
  #servicios .eo-card.c4 {
    width: 100%;
    min-height: auto;
    padding: 15px;
  }
  #servicios .eo-card h3 {
    font-size: 19px;
  }
  #servicios .eo-number {
    font-size: 24px;
  }
  #servicios .eo-icon-wrap {
    width: 48px;
    height: 48px;
  }
  #servicios .eo-icon {
    width: 27px;
    height: 27px;
  }
  #servicios .eo-tagline {
    font-size: 14px;
  }
  #servicios .eo-description {
    font-size: 13px;
    line-height: 1.42;
  }
  #servicios .eo-meta {
    font-size: 10px;
  }
  #servicios .eo-digital-chips {
    gap: 6px;
    margin-top: 12px;
  }
  #servicios .eo-digital-chips span {
    padding: 6px
      9px;
    font-size: 10px;
  }
}
@media (max-width: 420px) {
  #servicios .eo-heading h2 {
    font-size: 26px;
  }
  #servicios .eo-card-head {
    gap: 8px;
  }
  #servicios .eo-card h3 {
    font-size: 17px;
  }
  #servicios .eo-icon-wrap {
    width: 44px;
    height: 44px;
  }
  #servicios .eo-icon {
    width: 24px;
    height: 24px;
  }
  #servicios .eo-digital-chips span {
    font-size: 9px;
    padding: 5px
      8px;
  }
}
#custom-html-3q {
  /* =========================================================
   EO · 4 FORMAS DE GENERAR IMPACTO
   COMPACTO + RESPONSIVE + MOBIRISE
========================================================= */
  /* =========================================================
   ENCABEZADO
========================================================= */
  /* =========================================================
   MAPA
========================================================= */
  /* =========================================================
   TARJETAS
========================================================= */
  /* POSICIONES */
  /* =========================================================
   LÍNEA SUPERIOR
========================================================= */
  /* =========================================================
   TARJETA ACTIVA
   AUTOMÁTICA + HOVER
========================================================= */
  /* =========================================================
   CABECERA
========================================================= */
  /* =========================================================
   NÚMERO
========================================================= */
  /* =========================================================
   TÍTULO TARJETA
========================================================= */
  /* =========================================================
   ICONOS
========================================================= */
  /* =========================================================
   TEXTOS
========================================================= */
  /* =========================================================
   META
========================================================= */
  /* =========================================================
   CONECTORES
========================================================= */
  /* POSICIONES */
  /* CONECTOR ACTIVO */
  /* =========================================================
   NÚCLEO
========================================================= */
  /* CORE ACTIVO */
  /* =========================================================
   ARO
========================================================= */
  /* =========================================================
   ÓRBITA
========================================================= */
  /* =========================================================
   DESTELLO
========================================================= */
  /* =========================================================
   LOGO CENTRAL
========================================================= */
  /* =========================================================
   LAPTOP 13"–15"
   1366px O MENOS
========================================================= */
  /* =========================================================
   TABLET / LAPTOP ESTRECHA
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
  /* =========================================================
   MOBILE PEQUEÑO
========================================================= */
}
#custom-html-3q .eo-section {
  width: 100%;
  padding: 32px
    18px
    36px;
  box-sizing: border-box;
  overflow: hidden;
  background: #000000;
  color: #F4F4F2;
  font-family: "League Spartan", Arial, sans-serif;
}
#custom-html-3q .eo-section *,
#custom-html-3q .eo-section *::before,
#custom-html-3q .eo-section *::after {
  box-sizing: border-box;
}
#custom-html-3q .eo-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#custom-html-3q .eo-heading {
  text-align: left;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 22px auto;
  padding-left: 20px;
  padding-right: 20px;
}
#custom-html-3q .eo-kicker {
  margin-bottom: 6px;
  color: #C7A650;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}
#custom-html-3q .eo-heading h2 {
  max-width: 680px;
  margin: 0;
  color: #F4F4F2;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}
#custom-html-3q .eo-heading .text-wrapper {
  margin-top: 10px;
}
#custom-html-3q .eo-heading .text-wrapper p {
  max-width: 760px;
  margin: 0;
  color: #A7A7A4;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
#custom-html-3q .eo-map {
  position: relative;
  width: 100%;
  height: 470px;
}
#custom-html-3q .eo-card {
  position: absolute;
  width: 39.5%;
  min-height: 190px;
  padding: 15px
    17px;
  background: #000000;
  border: 1px solid
    #292929;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
#custom-html-3q .eo-card.c1 {
  left: 1%;
  top: 0;
}
#custom-html-3q .eo-card.c2 {
  right: 1%;
  top: 0;
}
#custom-html-3q .eo-card.c3 {
  left: 1%;
  bottom: 0;
}
#custom-html-3q .eo-card.c4 {
  right: 1%;
  bottom: 0;
}
#custom-html-3q .eo-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: #C7A650;
  box-shadow: 0 0 7px rgba(199, 166, 80, 0.34);
  transition: width .35s ease;
}
#custom-html-3q .eo-card:hover,
#custom-html-3q .eo-card.eo-card-active {
  transform: translateY(-2px);
  background: #080808;
  border-color: #C7A650;
  box-shadow: 0 0 7px rgba(199, 166, 80, 0.34), 0 0 18px rgba(199, 166, 80, 0.11);
}
#custom-html-3q .eo-card:hover::after,
#custom-html-3q .eo-card.eo-card-active::after {
  width: 100%;
}
#custom-html-3q .eo-card-head {
  display: grid;
  grid-template-columns: auto
    1fr
    auto;
  gap: 10px;
  align-items: start;
  margin-bottom: 7px;
}
#custom-html-3q .eo-number {
  color: #777777;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
#custom-html-3q .eo-card:hover .eo-number,
#custom-html-3q .eo-card.eo-card-active .eo-number {
  color: #C7A650;
  text-shadow: 0 0 6px rgba(199, 166, 80, 0.22);
}
#custom-html-3q .eo-card h3 {
  margin: 0;
  color: #F4F4F2;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.02;
}
#custom-html-3q .eo-icon-wrap {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #C7A650;
  border: 1px solid
    #3A3A3A;
  border-radius: 50%;
  background: #020202;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
#custom-html-3q .eo-card:hover .eo-icon-wrap,
#custom-html-3q .eo-card.eo-card-active .eo-icon-wrap {
  color: #E0C673;
  border-color: #C7A650;
  transform: scale(1.055);
  box-shadow: 0 0 6px rgba(199, 166, 80, 0.58), 0 0 14px rgba(199, 166, 80, 0.19);
}
#custom-html-3q .eo-icon {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
#custom-html-3q .eo-tagline {
  margin: 0 0 7px;
  color: #D5D5D2 !important;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  transition: color .30s ease;
}
#custom-html-3q .eo-card:hover .eo-tagline,
#custom-html-3q .eo-card.eo-card-active .eo-tagline {
  color: #C7A650 !important;
}
#custom-html-3q .eo-description {
  margin: 0;
  color: #B9B9B6;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.4;
}
#custom-html-3q .eo-meta {
  margin-top: 9px;
  padding: 7px
    9px;
  border: 1px solid
    #282828;
  border-radius: 7px;
  background: #030303;
  color: #CECECB;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}
#custom-html-3q .eo-meta span + span::before {
  content: " · ";
  color: #C7A650;
}
#custom-html-3q .connector {
  position: absolute;
  z-index: 3;
  height: 1px;
  background: #444444;
  color: #444444;
  transform-origin: left center;
  transition: background-color 0.3s ease, color 0.3s ease, filter 0.3s ease;
}
#custom-html-3q .connector::before,
#custom-html-3q .connector::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
#custom-html-3q .connector::before {
  left: -3px;
}
#custom-html-3q .connector::after {
  right: -3px;
}
#custom-html-3q .l1 {
  left: 39%;
  top: 30%;
  width: 12.5%;
  transform: rotate(17deg);
}
#custom-html-3q .l2 {
  left: 50.6%;
  top: 30%;
  width: 12.5%;
  transform: rotate(-17deg);
}
#custom-html-3q .l3 {
  left: 39%;
  top: 70%;
  width: 12.5%;
  transform: rotate(-17deg);
}
#custom-html-3q .l4 {
  left: 50.6%;
  top: 70%;
  width: 12.5%;
  transform: rotate(17deg);
}
#custom-html-3q .connector.eo-line-active {
  background: #C7A650;
  color: #C7A650;
  filter: drop-shadow(0 0 4px rgba(199, 166, 80, 0.56));
}
#custom-html-3q .eo-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 205px;
  height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000000;
  border: 1px solid
    #444444;
  border-radius: 50%;
  z-index: 6;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
#custom-html-3q .eo-core.eo-core-active {
  transform: translate(-50%, -50%) scale(1.012);
  border-color: #C7A650;
  box-shadow: 0 0 9px rgba(199, 166, 80, 0.18);
}
#custom-html-3q .eo-core-ring {
  position: absolute;
  inset: -13px;
  border: 1px dotted
    #444444;
  border-radius: 50%;
}
#custom-html-3q .eo-flare-orbit {
  position: absolute;
  inset: -13px;
  border-radius: 50%;
  transform: rotate(-135deg);
  transition: transform 0.55s cubic-bezier(0.22, 0.72, 0.18, 1);
  pointer-events: none;
}
#custom-html-3q .eo-flare {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #C7A650;
  box-shadow: 0 0 5px rgba(199, 166, 80, 0.72), 0 0 13px rgba(199, 166, 80, 0.32);
}
#custom-html-3q .eo-flare::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, #c7a650);
}
#custom-html-3q .eo-logo {
  width: 86px;
  height: auto;
  margin-bottom: 5px;
}
#custom-html-3q .eo-core-name {
  color: #F4F4F2;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .03em;
}
#custom-html-3q .eo-core-role {
  margin-top: 4px;
  color: #C7C7C4;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1366px) {
  #custom-html-3q .eo-section {
    padding: 26px
      14px
      30px;
  }
  #custom-html-3q .eo-wrap {
    max-width: 1120px;
  }
  #custom-html-3q .eo-heading {
    max-width: 1120px;
    margin-bottom: 17px;
    padding-left: 18px;
    padding-right: 18px;
  }
  #custom-html-3q .eo-kicker {
    font-size: 10px;
  }
  #custom-html-3q .eo-heading h2 {
    max-width: 600px;
    font-size: 30px;
  }
  #custom-html-3q .eo-heading .text-wrapper p {
    max-width: 700px;
    font-size: 12px;
  }
  #custom-html-3q .eo-map {
    height: 420px;
  }
  #custom-html-3q .eo-card {
    width: 39.5%;
    min-height: 178px;
    padding: 13px
      15px;
  }
  #custom-html-3q .eo-card h3 {
    font-size: 18px;
  }
  #custom-html-3q .eo-number {
    font-size: 23px;
  }
  #custom-html-3q .eo-icon-wrap {
    width: 46px;
    height: 46px;
  }
  #custom-html-3q .eo-icon {
    width: 26px;
    height: 26px;
  }
  #custom-html-3q .eo-tagline {
    font-size: 12.5px;
  }
  #custom-html-3q .eo-description {
    font-size: 11.5px;
    line-height: 1.36;
  }
  #custom-html-3q .eo-meta {
    margin-top: 7px;
    padding: 6px
      8px;
    font-size: 8.8px;
  }
  #custom-html-3q .eo-core {
    width: 180px;
    height: 180px;
  }
  #custom-html-3q .eo-core-ring,
  #custom-html-3q .eo-flare-orbit {
    inset: -10px;
  }
  #custom-html-3q .eo-logo {
    width: 74px;
  }
  #custom-html-3q .eo-core-name {
    font-size: 15.5px;
  }
  #custom-html-3q .eo-core-role {
    font-size: 10.5px;
  }
}
@media (max-width: 1080px) {
  #custom-html-3q .eo-heading {
    margin-bottom: 24px;
  }
  #custom-html-3q .eo-map {
    display: grid;
    grid-template-columns: 1fr
      1fr;
    gap: 14px;
    height: auto;
  }
  #custom-html-3q .eo-card,
  #custom-html-3q .eo-card.c1,
  #custom-html-3q .eo-card.c2,
  #custom-html-3q .eo-card.c3,
  #custom-html-3q .eo-card.c4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 195px;
  }
  #custom-html-3q .eo-core {
    position: relative;
    left: auto;
    top: auto;
    transform: none !important;
    grid-column: -1;
    grid-row: 1;
    width: 170px;
    height: 170px;
    margin: 0 auto 4px;
  }
  #custom-html-3q .connector {
    display: none;
  }
  #custom-html-3q .eo-flare-orbit {
    display: none;
  }
}
@media (max-width: 720px) {
  #custom-html-3q .eo-section {
    padding: 34px
      15px
      40px;
  }
  #custom-html-3q .eo-heading {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 22px;
  }
  #custom-html-3q .eo-kicker {
    margin-bottom: 7px;
  }
  #custom-html-3q .eo-heading h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1;
  }
  #custom-html-3q .eo-heading .text-wrapper {
    margin-top: 11px;
  }
  #custom-html-3q .eo-heading .text-wrapper p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.45;
  }
  #custom-html-3q .eo-map {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  #custom-html-3q .eo-core {
    position: relative;
    order: 0;
    width: 150px;
    height: 150px;
    margin: 0 auto 8px;
  }
  #custom-html-3q .eo-card.c1 {
    order: 1;
  }
  #custom-html-3q .eo-card.c2 {
    order: 2;
  }
  #custom-html-3q .eo-card.c3 {
    order: 3;
  }
  #custom-html-3q .eo-card.c4 {
    order: 4;
  }
  #custom-html-3q .eo-card,
  #custom-html-3q .eo-card.c1,
  #custom-html-3q .eo-card.c2,
  #custom-html-3q .eo-card.c3,
  #custom-html-3q .eo-card.c4 {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 14px;
  }
  #custom-html-3q .eo-card-head {
    gap: 9px;
  }
  #custom-html-3q .eo-card h3 {
    font-size: 18px;
  }
  #custom-html-3q .eo-number {
    font-size: 23px;
  }
  #custom-html-3q .eo-icon-wrap {
    width: 46px;
    height: 46px;
  }
  #custom-html-3q .eo-icon {
    width: 25px;
    height: 25px;
  }
  #custom-html-3q .eo-tagline {
    font-size: 13.5px;
  }
  #custom-html-3q .eo-description {
    font-size: 12.5px;
    line-height: 1.42;
  }
  #custom-html-3q .eo-meta {
    font-size: 9.5px;
  }
}
@media (max-width: 420px) {
  #custom-html-3q .eo-heading h2 {
    font-size: 25px;
  }
  #custom-html-3q .eo-card h3 {
    font-size: 16.5px;
  }
  #custom-html-3q .eo-number {
    font-size: 21px;
  }
  #custom-html-3q .eo-icon-wrap {
    width: 42px;
    height: 42px;
  }
  #custom-html-3q .eo-icon {
    width: 23px;
    height: 23px;
  }
  #custom-html-3q .eo-description {
    font-size: 12px;
  }
}
.cid-vtsCiWZhrr {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vtsCiWZhrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtsCiWZhrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtsCiWZhrr .card-wrapper {
  background-color: #fafafa;
  padding: 8px;
}
.cid-vtsCiWZhrr .card-wrapper .content-wrapper {
  background-color: #ffffff;
  padding: 24px;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper {
  margin: 0 -28px;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card {
  padding: 0 28px;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 495px;
}
@media (max-width: 992px) {
  .cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .image-wrapper {
    min-height: auto;
    height: 300px;
    margin-bottom: 32px;
  }
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .title-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .items-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item {
    margin-bottom: 32px;
  }
  .cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vtsCiWZhrr .card-wrapper .items-wrapper .card .content-wrap .items-wrap .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vtsCiWZhrr .btn-wrapper {
  margin-top: -4rem;
  margin-right: 0;
}
.cid-vtsCiWZhrr .mbr-label,
.cid-vtsCiWZhrr .label-wrapper {
  color: #000000;
}
.cid-vtsCiWZhrr .mbr-section-title {
  color: #000000;
}
.cid-vtsCiWZhrr .mbr-text,
.cid-vtsCiWZhrr .text-wrapper {
  color: #4f4f4f;
}
.cid-vtsCiWZhrr .item-title {
  color: #000000;
}
.cid-vtsCiWZhrr .item-text {
  color: #4f4f4f;
}
.cid-vtWvi4Vqcw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vtWvi4Vqcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vtWvi4Vqcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtWvi4Vqcw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vtWvi4Vqcw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-vtWvi4Vqcw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .cid-vtWvi4Vqcw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vtWvi4Vqcw .embla__slide .slide-content {
  width: 100%;
}
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-image: linear-gradient(90deg, #071c60, #071c60);
  padding: 1px;
}
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper:hover .card-box .image-wrapper .item-img img,
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper:focus .card-box .image-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper:hover .card-box .image-wrapper .mbr-section-btn,
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper:focus .card-box .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  background-image: linear-gradient(145deg, #080808 74%, #00259e 100%);
  padding: 36px;
  box-shadow: inset 0 12px 15px -12px #071c60;
}
@media (max-width: 992px) {
  .cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper .card-box .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper .card-box .image-wrapper {
    height: 300px;
  }
}
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper .card-box .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper .card-box .image-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vtWvi4Vqcw .embla__slide .slide-content .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vtWvi4Vqcw .embla__button--next,
.cid-vtWvi4Vqcw .embla__button--prev {
  display: flex;
}
.cid-vtWvi4Vqcw .embla__button {
  bottom: 0;
  width: 46px;
  height: 46px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #080808 !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vtWvi4Vqcw .embla__button:hover {
  transform: translateY(-4px);
}
.cid-vtWvi4Vqcw .embla__button:disabled {
  opacity: .3 !important;
  transition: none;
}
.cid-vtWvi4Vqcw .embla__button.embla__button--prev {
  margin-right: 60px;
}
.cid-vtWvi4Vqcw .embla__button.embla__button--next {
  margin-left: 60px;
}
.cid-vtWvi4Vqcw .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vtWvi4Vqcw .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vtWvi4Vqcw .embla__viewport {
    padding: 0;
  }
}
.cid-vtWvi4Vqcw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vtWvi4Vqcw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vtWvi4Vqcw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vtWvi4Vqcw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vtWvi4Vqcw .mbr-section-title,
.cid-vtWvi4Vqcw .title-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vtWvi4Vqcw .item-title {
  color: #ffffff;
}
.cid-vtWvi4Vqcw .item-text {
  color: #b9b9b9;
}
.cid-vtWvi4Vqcw .speaker-intro {
  max-width: 820px;
  margin: 12px 0 30px 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.20rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A7A7A4;
}
.cid-vu1F3D6eMR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vu1F3D6eMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu1F3D6eMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu1F3D6eMR .card {
  justify-content: center;
}
.cid-vu1F3D6eMR .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vu1F3D6eMR .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vu1F3D6eMR .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vu1F3D6eMR .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vu1F3D6eMR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vu1F3D6eMR .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vu1F3D6eMR .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vu1F3D6eMR .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vu1F3D6eMR .mbr-label {
  color: #d1b117;
  text-align: center;
}
.cid-vu1F3D6eMR .mbr-section-title {
  color: #808080;
}
.cid-vu1F3D6eMR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vu1F3D6eMR .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vu1F3D6eMR .mbr-section-title,
.cid-vu1F3D6eMR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vu1F3D6eMR .mbr-text,
.cid-vu1F3D6eMR .text-wrapper {
  color: #b3b2ae;
}
.cid-vu7C6epkwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vu7C6epkwK .item:focus,
.cid-vu7C6epkwK span:focus {
  outline: none;
}
.cid-vu7C6epkwK .item {
  cursor: pointer;
}
.cid-vu7C6epkwK .grid-container {
  grid-row-gap: 0;
}
.cid-vu7C6epkwK .grid-container-1,
.cid-vu7C6epkwK .grid-container-2 {
  gap: 0;
}
.cid-vu7C6epkwK .mbr-section-title {
  margin-bottom: 40px;
  color: #f6f6f6;
  text-align: center;
}
.cid-vu7C6epkwK .content-head {
  max-width: 800px;
}
.cid-vu7C6epkwK .container,
.cid-vu7C6epkwK .container-fluid {
  overflow: hidden;
}
.cid-vu7C6epkwK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vu7C6epkwK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vu7C6epkwK .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vu7C6epkwK .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vu7C6epkwK .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vu7C6epkwK .grid-item img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vu7C6epkwK .grid-item img {
    height: 140px;
  }
}
.cid-vu7C6epkwK .grid-container-1,
.cid-vu7C6epkwK .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vu7C6epkwK .grid-container-1 {
  align-items: flex-end;
}
.cid-vu7C6epkwK .grid-container-2 {
  align-items: flex-start;
}
#contacto {
  /* =========================================================
   EO · CTA FINAL HOME
   CIERRE PREMIUM
   ICONOS BLANCO LUMINOSO + ACTIVACIÓN DORADA SECUENCIAL
   MOBIRISE 6.1.12
========================================================= */
  /* =========================================================
   CABECERA
========================================================= */
  /* =========================================================
   TRES TERRITORIOS
========================================================= */
  /* SEPARADORES VERTICALES */
  /* =========================================================
   ICONOS
   ESTADO NORMAL:
   BLANCO LUMINOSO PERMANENTE
========================================================= */
  /* =========================================================
   TEXTO
   ESTADO NORMAL
========================================================= */
  /* =========================================================
   ACTIVACIÓN AUTOMÁTICA DORADA
   La clase .eo-neon-active la controla el JS existente
========================================================= */
  /* TEXTO ACTIVO EN DORADO */
  /* =========================================================
   HOVER / FOCUS / TOUCH
   MISMO EFECTO DORADO
========================================================= */
  /* TEXTO DORADO EN HOVER / TOUCH */
  /* =========================================================
   CIERRE
========================================================= */
  /* =========================================================
   BOTÓN CTA / WHATSAPP
========================================================= */
  /* =========================================================
   LAPTOP
========================================================= */
  /* =========================================================
   TABLET
========================================================= */
  /* =========================================================
   MOBILE
========================================================= */
  /* =========================================================
   MOBILE PEQUEÑO
========================================================= */
}
#contacto .eo-cta-section {
  --eo-black: #000000;
  --eo-white: #FFFFFF;
  --eo-gray: #A7A7A4;
  --eo-gold: #C7A650;
  --eo-gold-hover: #E0C673;
  --eo-border: #292929;
  width: 100%;
  padding: 78px
    24px
    105px;
  background: #000000;
  color: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
#contacto .eo-cta-section *,
#contacto .eo-cta-section *::before,
#contacto .eo-cta-section *::after {
  box-sizing: border-box;
}
#contacto .eo-cta-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#contacto .eo-cta-header {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#contacto .eo-cta-kicker {
  margin-bottom: 16px;
  color: #C7A650;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}
#contacto .eo-cta-header h2 {
  margin: 0;
  color: #FFFFFF;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -1px;
}
#contacto .eo-cta-header h2 span {
  color: #C7A650;
}
#contacto .eo-cta-intro {
  max-width: 760px;
  margin: 28px auto 0;
  color: #A7A7A4;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}
#contacto .eo-cta-options {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
  margin: 48px auto 0;
}
#contacto .eo-cta-option {
  position: relative;
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px
    32px;
  outline: none;
  cursor: default;
}
#contacto .eo-cta-option + .eo-cta-option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 1px;
  height: 50%;
  background: rgba(199, 166, 80, 0.4);
}
#contacto .eo-cta-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: #020202;
  color: #FFFFFF;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.38), 0 0 10px rgba(255, 255, 255, 0.16);
  transition: color 0.38s ease, border-color 0.38s ease, background-color 0.38s ease, box-shadow 0.38s ease, transform 0.38s ease;
}
#contacto .eo-cta-icon svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.55));
  transition: filter .38s ease;
}
#contacto .eo-cta-option-title {
  color: #F4F4F2;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-shadow: none;
  transition: color 0.38s ease, text-shadow 0.38s ease, transform 0.38s ease;
}
#contacto .eo-cta-option.eo-neon-active .eo-cta-icon {
  color: #E0C673;
  border-color: #E0C673;
  background: radial-gradient(circle, rgba(199, 166, 80, 0.18) 0%, rgba(199, 166, 80, 0.08) 48%, rgba(0, 0, 0, 0) 76%);
  transform: scale(1.07);
  box-shadow: 0 0 6px rgba(224, 198, 115, 0.95), 0 0 15px rgba(224, 198, 115, 0.68), 0 0 30px rgba(199, 166, 80, 0.4), 0 0 48px rgba(199, 166, 80, 0.2);
}
#contacto .eo-cta-option.eo-neon-active .eo-cta-icon svg {
  filter: drop-shadow(0 0 3px #e0c673) drop-shadow(0 0 8px rgba(199, 166, 80, 0.72));
}
#contacto .eo-cta-option.eo-neon-active .eo-cta-option-title {
  color: #E0C673;
  text-shadow: 0 0 5px rgba(224, 198, 115, 0.25);
  transform: translateY(-1px);
}
#contacto .eo-cta-option:hover .eo-cta-icon,
#contacto .eo-cta-option:focus .eo-cta-icon,
#contacto .eo-cta-option:focus-within .eo-cta-icon,
#contacto .eo-cta-option:active .eo-cta-icon {
  color: #E0C673 !important;
  border-color: #E0C673 !important;
  background: radial-gradient(circle, rgba(199, 166, 80, 0.18) 0%, rgba(199, 166, 80, 0.08) 48%, rgba(0, 0, 0, 0) 76%) !important;
  transform: scale(1.07) translateY(-2px);
  box-shadow: 0 0 6px rgba(224, 198, 115, 0.95), 0 0 15px rgba(224, 198, 115, 0.68), 0 0 30px rgba(199, 166, 80, 0.4), 0 0 48px rgba(199, 166, 80, 0.2) !important;
}
#contacto .eo-cta-option:hover .eo-cta-icon svg,
#contacto .eo-cta-option:focus .eo-cta-icon svg,
#contacto .eo-cta-option:focus-within .eo-cta-icon svg,
#contacto .eo-cta-option:active .eo-cta-icon svg {
  filter: drop-shadow(0 0 3px #e0c673) drop-shadow(0 0 8px rgba(199, 166, 80, 0.72));
}
#contacto .eo-cta-option:hover .eo-cta-option-title,
#contacto .eo-cta-option:focus .eo-cta-option-title,
#contacto .eo-cta-option:focus-within .eo-cta-option-title,
#contacto .eo-cta-option:active .eo-cta-option-title {
  color: #E0C673;
  text-shadow: 0 0 5px rgba(224, 198, 115, 0.25);
  transform: translateY(-1px);
}
#contacto .eo-cta-close {
  margin-top: 42px;
  text-align: center;
}
#contacto .eo-cta-close-line {
  width: 90px;
  height: 1px;
  margin: 0 auto 28px;
  background: #C7A650;
}
#contacto .eo-cta-close p {
  margin: 0;
  color: #FFFFFF;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}
#contacto .eo-cta-close p span {
  color: #C7A650;
  font-weight: 600;
}
#contacto .eo-cta-button {
  width: 100%;
  max-width: 470px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding: 0
    26px;
  border: 1px solid
    #C7A650;
  border-radius: 40px;
  background: transparent;
  color: #FFFFFF !important;
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
#contacto .eo-cta-arrow {
  color: #C7A650;
  font-size: 24px;
  transition: color .3s ease,
    transform .3s ease;
}
#contacto .eo-cta-button:hover,
#contacto .eo-cta-button:focus,
#contacto .eo-cta-button:active {
  background: #C7A650;
  color: #000000 !important;
  border-color: #E0C673;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(199, 166, 80, 0.15);
}
#contacto .eo-cta-button:hover .eo-cta-arrow,
#contacto .eo-cta-button:focus .eo-cta-arrow,
#contacto .eo-cta-button:active .eo-cta-arrow {
  color: #000000;
  transform: translateX(4px);
}
@media (max-width: 1366px) {
  #contacto .eo-cta-section {
    padding: 62px
      20px
      85px;
  }
  #contacto .eo-cta-header h2 {
    font-size: 48px;
  }
  #contacto .eo-cta-intro {
    font-size: 16px;
  }
  #contacto .eo-cta-options {
    margin-top: 40px;
  }
  #contacto .eo-cta-option {
    min-height: 150px;
  }
  #contacto .eo-cta-icon {
    width: 60px;
    height: 60px;
  }
  #contacto .eo-cta-icon svg {
    width: 29px;
    height: 29px;
  }
  #contacto .eo-cta-option-title {
    font-size: 17px;
  }
  #contacto .eo-cta-close p {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  #contacto .eo-cta-options {
    max-width: 720px;
  }
  #contacto .eo-cta-option {
    padding: 10px
      20px;
  }
  #contacto .eo-cta-option-title {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  #contacto .eo-cta-section {
    padding: 54px
      18px
      100px;
  }
  #contacto .eo-cta-header {
    text-align: left;
  }
  #contacto .eo-cta-kicker {
    font-size: 11px;
    line-height: 1.25;
  }
  #contacto .eo-cta-header h2 {
    font-size: 36px;
    line-height: 1.03;
  }
  #contacto .eo-cta-intro {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.55;
  }
  #contacto .eo-cta-options {
    display: block;
    margin-top: 36px;
  }
  #contacto .eo-cta-option {
    min-height: auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px
      4px;
  }
  #contacto .eo-cta-option + .eo-cta-option::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(199, 166, 80, 0.3);
  }
  #contacto .eo-cta-icon {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    margin: 0;
  }
  #contacto .eo-cta-icon svg {
    width: 27px;
    height: 27px;
  }
  #contacto .eo-cta-option-title {
    font-size: 17px;
    text-align: left;
  }
  #contacto .eo-cta-close {
    margin-top: 34px;
    text-align: left;
  }
  #contacto .eo-cta-close-line {
    width: 65px;
    margin: 0 0 22px;
  }
  #contacto .eo-cta-close p {
    font-size: 21px;
  }
  #contacto .eo-cta-button {
    max-width: 100%;
    margin-top: 25px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  #contacto .eo-cta-header h2 {
    font-size: 31px;
  }
  #contacto .eo-cta-intro {
    font-size: 14px;
  }
  #contacto .eo-cta-option-title {
    font-size: 16px;
  }
  #contacto .eo-cta-close p {
    font-size: 19px;
  }
  #contacto .eo-cta-button {
    min-height: 56px;
    padding: 0
      18px;
    gap: 15px;
    font-size: 13px;
  }
}
.cid-vu35do672D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vu35do672D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vu35do672D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vu35do672D .border-wrapper {
  border-top: 1px solid #9e9300;
}
.cid-vu35do672D .content-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  justify-content: center;
  gap: 0;
}
@media (max-width: 992px) {
  .cid-vu35do672D .content-wrap {
    padding: 30px 0;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vu35do672D .content-wrap .nav-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vu35do672D .content-wrap .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 992px) {
  .cid-vu35do672D .content-wrap .nav-wrapper .list {
    gap: 15px 30px;
  }
}
.cid-vu35do672D .content-wrap .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vu35do672D .content-wrap .nav-wrapper .list .item-wrap:hover,
.cid-vu35do672D .content-wrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vu35do672D .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-vu35do672D .mbr-copy {
  color: #ffffff;
}
.cid-vu35do672D .list {
  color: #ffffff;
}
