.btn {
  border-width: 2px;
}
.btn {
  border-radius: 80px;
}
body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Satisfy', handwriting;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #3f69ff !important;
}
.bg-success {
  background-color: #28282b !important;
}
.bg-info {
  background-color: #4cc9f0 !important;
}
.bg-warning {
  background-color: #5ec049 !important;
}
.bg-danger {
  background-color: #179eff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3f69ff !important;
  border-color: #3f69ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0033e7 !important;
  border-color: #0033e7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0033e7 !important;
  border-color: #0033e7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4cc9f0 !important;
  border-color: #4cc9f0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #12a5d4 !important;
  border-color: #12a5d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #12a5d4 !important;
  border-color: #12a5d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #28282b !important;
  border-color: #28282b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5ec049 !important;
  border-color: #5ec049 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3d842e !important;
  border-color: #3d842e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3d842e !important;
  border-color: #3d842e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #179eff !important;
  border-color: #179eff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #006fbf !important;
  border-color: #006fbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #006fbf !important;
  border-color: #006fbf !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3f69ff;
  color: #3f69ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0033e7 !important;
  background-color: transparent !important;
  border-color: #0033e7 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f69ff !important;
  border-color: #3f69ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4cc9f0;
  color: #4cc9f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #12a5d4 !important;
  background-color: transparent !important;
  border-color: #12a5d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4cc9f0 !important;
  border-color: #4cc9f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #28282b;
  color: #28282b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #28282b !important;
  border-color: #28282b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #5ec049;
  color: #5ec049;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3d842e !important;
  background-color: transparent !important;
  border-color: #3d842e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5ec049 !important;
  border-color: #5ec049 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #179eff;
  color: #179eff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006fbf !important;
  background-color: transparent !important;
  border-color: #006fbf !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #179eff !important;
  border-color: #179eff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3f69ff !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #28282b !important;
}
.text-info {
  color: #4cc9f0 !important;
}
.text-warning {
  color: #5ec049 !important;
}
.text-danger {
  color: #179eff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002fd8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #119ac5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #38792a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0066b0 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.3s;
  /*position: relative;
        background-image: linear-gradient(currentColor 50%, currentColor 50%);
        background-size: 10000px 2px;
        background-repeat: no-repeat;
        background-position: 0 1.2em;*/
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #3f69ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4cc9f0;
}
.alert-warning {
  background-color: #5ec049;
}
.alert-danger {
  background-color: #179eff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3f69ff;
  border-color: #3f69ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbdbdd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b2e1a8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e3f3ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #3f69ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #3f69ff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #3f69ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3f69ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3f69ff;
  border-bottom-color: #3f69ff;
}
.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: #3f69ff !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: #000000 !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='%233f69ff' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1220px;
}
a {
  transition: color 300ms ease !important;
  font-weight: 400 !important;
}
.btn,
.btn-lg {
  box-shadow: none !important;
}
body {
  line-height: 1.667em;
  line-height: 30px;
}
.btn,
.btn-lg {
  margin-top: 0;
  margin-bottom: 0;
}
span.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
span.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn {
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
a.btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-ucGev9NXVV {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1200.webp");
}
.cid-ucGev9NXVV .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-ucGev9NXVV .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-ucGev9NXVV {
    align-items: center;
  }
  .cid-ucGev9NXVV .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucGev9NXVV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucGev9NXVV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucGev9NXVV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucGev9NXVV .content-wrap {
    width: 100%;
  }
}
.cid-ucGev9NXVV .mbr-section-title {
  text-align: center;
}
.cid-ucGev9NXVV .mbr-text,
.cid-ucGev9NXVV .mbr-section-btn {
  text-align: center;
}
.cid-tUQfxJdp5O {
  z-index: 1000;
  width: 100%;
}
.cid-tUQfxJdp5O nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tUQfxJdp5O .nav-item {
    margin: 0 !important;
  }
}
.cid-tUQfxJdp5O .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-tUQfxJdp5O .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tUQfxJdp5O .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tUQfxJdp5O .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tUQfxJdp5O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUQfxJdp5O .nav-link {
  position: relative;
}
.cid-tUQfxJdp5O .container {
  display: flex;
  margin: auto;
}
.cid-tUQfxJdp5O .iconfont-wrapper {
  color: #3f69ff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUQfxJdp5O .dropdown-menu,
.cid-tUQfxJdp5O .navbar.opened {
  background: #28282b !important;
}
.cid-tUQfxJdp5O .nav-item:focus,
.cid-tUQfxJdp5O .nav-link:focus {
  outline: none;
}
.cid-tUQfxJdp5O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUQfxJdp5O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUQfxJdp5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUQfxJdp5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUQfxJdp5O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUQfxJdp5O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUQfxJdp5O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(40, 40, 43, 0.2);
}
.cid-tUQfxJdp5O .navbar.opened {
  transition: all 0.3s;
}
.cid-tUQfxJdp5O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUQfxJdp5O .navbar .navbar-logo img {
  width: auto;
}
.cid-tUQfxJdp5O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUQfxJdp5O .navbar.collapsed {
  justify-content: center;
}
.cid-tUQfxJdp5O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUQfxJdp5O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUQfxJdp5O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUQfxJdp5O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUQfxJdp5O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUQfxJdp5O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUQfxJdp5O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUQfxJdp5O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUQfxJdp5O .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(63, 105, 255, 0.5);
  }
  .cid-tUQfxJdp5O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUQfxJdp5O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUQfxJdp5O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUQfxJdp5O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUQfxJdp5O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUQfxJdp5O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUQfxJdp5O .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tUQfxJdp5O .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tUQfxJdp5O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUQfxJdp5O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUQfxJdp5O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUQfxJdp5O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUQfxJdp5O .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUQfxJdp5O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUQfxJdp5O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUQfxJdp5O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUQfxJdp5O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUQfxJdp5O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUQfxJdp5O .dropdown-item.active,
.cid-tUQfxJdp5O .dropdown-item:active {
  background-color: transparent;
}
.cid-tUQfxJdp5O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUQfxJdp5O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUQfxJdp5O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUQfxJdp5O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #28282b;
}
.cid-tUQfxJdp5O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUQfxJdp5O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUQfxJdp5O ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tUQfxJdp5O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUQfxJdp5O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #28282b;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3f69ff;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUQfxJdp5O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUQfxJdp5O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUQfxJdp5O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUQfxJdp5O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUQfxJdp5O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUQfxJdp5O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUQfxJdp5O .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-tUQfxJdp5O .navbar {
    height: 70px;
  }
  .cid-tUQfxJdp5O .navbar.opened {
    height: auto;
  }
  .cid-tUQfxJdp5O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-25 .home-differential {
  background: #0f172a;
  padding: 100px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#custom-html-25 .diff-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}
#custom-html-25 .diff-header p {
  margin-top: 10px;
}
#custom-html-25 .diff-header h2 {
  text-size: 16px;
}
#custom-html-25 .diff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
#custom-html-25 .diff-card {
  background: rgba(30, 41, 59, 0.4);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
#custom-html-25 .diff-card:hover {
  transform: translateY(-5px);
  border-color: rgba(59, 130, 246, 0.3);
  background: rgba(30, 41, 59, 0.6);
}
#custom-html-25 .diff-number {
  font-size: 80px;
  font-weight: 900;
  color: rgba(59, 130, 246, 0.05);
  position: absolute;
  top: -10px;
  right: 10px;
  line-height: 1;
}
#custom-html-25 .diff-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #3b82f6;
  position: relative;
  z-index: 1;
}
#custom-html-25 .diff-card p {
  color: #94a3b8;
  line-height: 1.6;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #custom-html-25 .diff-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-25 .home-differential {
    padding: 60px 15px;
  }
}
#custom-html-2f {
  /* Bloque de Cita Minimalista */
  /* Firma */
  /* AJUSTES RESPONSIVOS */
}
#custom-html-2f .manifesto-minimal {
  background: #0f172a;
  padding: 120px 20px;
  font-family: 'Inter', sans-serif;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
}
#custom-html-2f .manifesto-center-content {
  max-width: 800px;
  /* Ancho óptimo para lectura */
  text-align: center;
  margin: 0 auto;
}
#custom-html-2f .m-badge {
  color: #3b82f6;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  display: block;
  margin-bottom: 30px;
}
#custom-html-2f .manifesto-center-content h2 {
  font-size: clamp(36px, 5vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 50px;
  letter-spacing: -1px;
}
#custom-html-2f .m-highlight {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#custom-html-2f .m-body p {
  color: #94a3b8;
  font-size: clamp(18px, 2vw, 18px);
  line-height: 1.8;
  margin-bottom: 25px;
}
#custom-html-2f .m-quote-box {
  margin: 60px 0;
  padding: 40px;
  background: rgba(30, 41, 59, 0.3);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
#custom-html-2f .m-quote {
  font-style: italic;
  color: #fff !important;
  font-size: clamp(20px, 3vw, 26px) !important;
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}
#custom-html-2f .m-signature {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-html-2f .sig-line {
  width: 50px;
  height: 2px;
  background: #3b82f6;
  margin-bottom: 20px;
}
#custom-html-2f .m-signature strong {
  font-size: 22px;
  color: #fff;
  display: block;
}
#custom-html-2f .m-signature span {
  color: #64748b;
  font-size: 14px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  #custom-html-2f .manifesto-minimal {
    padding: 80px 15px;
  }
  #custom-html-2f .m-quote-box {
    padding: 30px 20px;
    margin: 40px 0;
  }
}
#custom-html-1r {
  /* La Tarjeta que envuelve el Calendario */
  /* Ajuste responsivo */
}
#custom-html-1r .calendar-section {
  background-color: #0f172a;
  /* Fondo idéntico al resto de la web */
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}
#custom-html-1r .calendar-header {
  text-align: center;
  margin-bottom: 50px;
}
#custom-html-1r .badge-tech {
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
#custom-html-1r .calendar-title {
  font-size: clamp(30px, 5vw, 45px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}
#custom-html-1r .highlight {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#custom-html-1r .calendar-subtitle {
  color: #94a3b8;
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto;
}
#custom-html-1r .calendar-card {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  /* El calendario de Google es blanco, así que el fondo de la tarjeta debe ser blanco o muy claro para que no se vea el corte */
  border-radius: 30px;
  overflow: hidden;
  /* Corta las esquinas del iframe para que coincidan con la tarjeta */
  border: 8px solid rgba(30, 41, 59, 0.5);
  /* Un borde grueso oscuro para "enmarcarlo" */
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}
#custom-html-1r .calendar-footer {
  text-align: center;
  margin-top: 30px;
  color: #64748b;
  font-size: 14px;
}
@media (max-width: 768px) {
  #custom-html-1r .calendar-section {
    padding: 60px 15px;
  }
  #custom-html-1r .calendar-card {
    border-radius: 15px;
    border-width: 4px;
  }
}
#custom-html-27 {
  /* Contenedor Principal */
  /* Cabecera del bloque */
  /* Grid de Tarjetas */
  /* Ajuste de Números (Aquí estaba el error) */
  /* Footer del bloque */
  /* Responsivo Móvil */
}
#custom-html-27 .metrics-section {
  background-color: #0f172a;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}
#custom-html-27 .metrics-container {
  max-width: 1200px;
  margin: 0 auto;
}
#custom-html-27 .metrics-header {
  text-align: center;
  margin-bottom: 60px;
}
#custom-html-27 .metrics-badge {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid rgba(59, 130, 246, 0.3);
}
#custom-html-27 .metrics-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  margin: 25px 0 15px;
  line-height: 1.2;
}
#custom-html-27 .metrics-gradient {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#custom-html-27 .metrics-subtitle {
  color: #94a3b8;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}
#custom-html-27 .metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
#custom-html-27 .metric-card {
  background: rgba(30, 41, 59, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}
#custom-html-27 .featured-card {
  border: 1px solid rgba(59, 130, 246, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
#custom-html-27 .metric-card:hover {
  transform: translateY(-10px);
  border-color: #3b82f6;
}
#custom-html-27 .metric-number-box {
  margin-bottom: 10px;
  padding: 10px 0;
  /* Espacio para que el número no se corte */
}
#custom-html-27 .metric-value {
  font-size: 64px;
  /* Grande y legible */
  font-weight: 900;
  line-height: 1;
  /* Altura de línea ajustada para que no se corte */
  display: block;
  color: #ffffff;
  letter-spacing: -2px;
}
#custom-html-27 .metric-label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #3b82f6;
}
#custom-html-27 .metric-info p {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.6;
}
#custom-html-27 .metric-icon {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}
#custom-html-27 .metrics-callout {
  text-align: center;
  margin-top: 50px;
}
#custom-html-27 .metrics-callout a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid rgba(59, 130, 246, 0.3);
  transition: 0.3s;
}
#custom-html-27 .metrics-callout a:hover {
  border-color: #3b82f6;
}
@media (max-width: 768px) {
  #custom-html-27 .metric-value {
    font-size: 52px;
  }
  #custom-html-27 .metrics-section {
    padding: 60px 20px;
  }
}
.cid-vfob6Hndjn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f172a !important;
}
.cid-vfob6Hndjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfob6Hndjn .row-main {
  margin: 0;
  justify-content: center;
  padding: 0 15px;
}
.cid-vfob6Hndjn .row-main .card {
  background: rgba(30, 41, 59, 0.7) !important;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 40px !important;
  padding: 60px 45px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .cid-vfob6Hndjn .row-main .card {
    padding: 30px 20px !important;
  }
}
.cid-vfob6Hndjn .form-control {
  background-color: rgba(15, 23, 42, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 15px !important;
  padding: 15px 20px !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif;
  transition: 0.3s;
}
.cid-vfob6Hndjn .form-control:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.2) !important;
}
.cid-vfob6Hndjn .form-control::placeholder {
  color: #94a3b8 !important;
  opacity: 0.6;
}
.cid-vfob6Hndjn .mbr-section-title {
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: -1px;
  margin-bottom: 10px !important;
}
.cid-vfob6Hndjn .mbr-text {
  color: #94a3b8 !important;
  margin-bottom: 40px !important;
  font-weight: 400;
}
.cid-vfob6Hndjn label {
  color: #3b82f6 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.cid-vfob6Hndjn .btn-primary {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
  border-radius: 15px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  padding: 18px !important;
  transition: 0.4s !important;
}
.cid-vfob6Hndjn .btn-primary:hover {
  background-color: #2563eb !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3) !important;
}
.cid-vfob6Hndjn .form-check {
  margin-bottom: 15px;
}
.cid-vfob6Hndjn .form-check .form-check-input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.cid-vfob6Hndjn .form-check .form-check-input:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
.cid-vfob6Hndjn .form-check .form-check-label {
  color: #ffffff !important;
}
.cid-vfob6Hndjn .form-group {
  margin-bottom: 20px !important;
}
.cid-tUQtbNYHMy .social-root-block {
  background-color: #0f172a !important;
  padding: 0 !important;
  overflow: hidden;
}
.cid-tUQtbNYHMy .social-wrapper-final {
  background-color: #0f172a !important;
  padding: 80px 0 !important;
  width: 100%;
}
.cid-tUQtbNYHMy .social-txt-main {
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 22px !important;
  letter-spacing: 2px;
  margin: 0 !important;
  text-transform: uppercase;
}
.cid-tUQtbNYHMy .blue-glow {
  color: #3b82f6 !important;
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
}
.cid-tUQtbNYHMy .social-icon-box {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-width: 100px;
}
.cid-tUQtbNYHMy .social-icon-box img {
  width: auto !important;
  max-width: 120px !important;
  height: 40px !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: 0.3s ease;
}
.cid-tUQtbNYHMy .social-icon-box:hover img {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tUQtbNYHMy .social-wrapper-final {
    padding: 50px 20px !important;
  }
  .cid-tUQtbNYHMy .social-icon-box {
    min-width: 50%;
    padding: 20px 10px;
  }
  .cid-tUQtbNYHMy .social-txt-main {
    margin-bottom: 30px !important;
  }
}
#custom-html-2j {
  /* Responsivo para móviles */
}
#custom-html-2j .footer-dark-final {
  background-color: #0f172a !important;
  /* El azul oscuro oficial */
  padding-top: 40px !important;
  padding-bottom: 60px !important;
  font-family: 'Inter', sans-serif;
}
#custom-html-2j .footer-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0) 0%, rgba(59, 130, 246, 0.3) 50%, rgba(59, 130, 246, 0) 100%);
  margin-bottom: 40px;
}
#custom-html-2j .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#custom-html-2j .footer-copy {
  color: #64748b !important;
  font-size: 14px !important;
  margin: 0 !important;
  font-weight: 400;
}
#custom-html-2j .blue-text {
  color: #3b82f6 !important;
  font-weight: 700;
  letter-spacing: 1px;
}
#custom-html-2j .footer-links {
  display: flex;
  gap: 15px;
  align-items: center;
}
#custom-html-2j .footer-links a {
  color: #475569 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: 0.3s ease;
}
#custom-html-2j .footer-links a:hover {
  color: #3b82f6 !important;
}
#custom-html-2j .sep {
  color: #1e293b;
}
@media (max-width: 768px) {
  #custom-html-2j .footer-content {
    flex-direction: column;
    text-align: center;
  }
  #custom-html-2j .footer-links {
    justify-content: center;
  }
}
.cid-tUQfxJdp5O {
  z-index: 1000;
  width: 100%;
}
.cid-tUQfxJdp5O nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-tUQfxJdp5O .nav-item {
    margin: 0 !important;
  }
}
.cid-tUQfxJdp5O .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-tUQfxJdp5O .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-tUQfxJdp5O .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tUQfxJdp5O .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-tUQfxJdp5O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUQfxJdp5O .nav-link {
  position: relative;
}
.cid-tUQfxJdp5O .container {
  display: flex;
  margin: auto;
}
.cid-tUQfxJdp5O .iconfont-wrapper {
  color: #3f69ff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUQfxJdp5O .dropdown-menu,
.cid-tUQfxJdp5O .navbar.opened {
  background: #28282b !important;
}
.cid-tUQfxJdp5O .nav-item:focus,
.cid-tUQfxJdp5O .nav-link:focus {
  outline: none;
}
.cid-tUQfxJdp5O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUQfxJdp5O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUQfxJdp5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUQfxJdp5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUQfxJdp5O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUQfxJdp5O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUQfxJdp5O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  background: rgba(40, 40, 43, 0.2);
}
.cid-tUQfxJdp5O .navbar.opened {
  transition: all 0.3s;
}
.cid-tUQfxJdp5O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUQfxJdp5O .navbar .navbar-logo img {
  width: auto;
}
.cid-tUQfxJdp5O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUQfxJdp5O .navbar.collapsed {
  justify-content: center;
}
.cid-tUQfxJdp5O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUQfxJdp5O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUQfxJdp5O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUQfxJdp5O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUQfxJdp5O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUQfxJdp5O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUQfxJdp5O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUQfxJdp5O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUQfxJdp5O .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(63, 105, 255, 0.5);
  }
  .cid-tUQfxJdp5O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUQfxJdp5O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUQfxJdp5O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUQfxJdp5O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUQfxJdp5O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUQfxJdp5O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUQfxJdp5O .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-tUQfxJdp5O .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tUQfxJdp5O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUQfxJdp5O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUQfxJdp5O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUQfxJdp5O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUQfxJdp5O .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUQfxJdp5O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUQfxJdp5O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUQfxJdp5O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUQfxJdp5O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUQfxJdp5O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUQfxJdp5O .dropdown-item.active,
.cid-tUQfxJdp5O .dropdown-item:active {
  background-color: transparent;
}
.cid-tUQfxJdp5O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUQfxJdp5O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUQfxJdp5O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUQfxJdp5O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #28282b;
}
.cid-tUQfxJdp5O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUQfxJdp5O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUQfxJdp5O ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tUQfxJdp5O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUQfxJdp5O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #28282b;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3f69ff;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUQfxJdp5O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUQfxJdp5O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUQfxJdp5O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUQfxJdp5O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUQfxJdp5O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUQfxJdp5O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUQfxJdp5O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUQfxJdp5O .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-tUQfxJdp5O .navbar {
    height: 70px;
  }
  .cid-tUQfxJdp5O .navbar.opened {
    height: auto;
  }
  .cid-tUQfxJdp5O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-2p {
  /* Ajuste para móviles */
}
#custom-html-2p .services-hero {
  background: radial-gradient(circle at top, #1e293b 0%, #0f172a 100%) !important;
  padding: 120px 20px 60px 20px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}
#custom-html-2p .s-badge {
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 800;
  display: block;
  margin-bottom: 20px;
}
#custom-html-2p .s-title {
  font-size: clamp(35px, 6vw, 65px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
#custom-html-2p .s-highlight {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#custom-html-2p .s-subtitle {
  color: #94a3b8;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 50px auto;
}
#custom-html-2p .s-divider {
  height: 1px;
  width: 100%;
  max-width: 200px;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
  margin: 0 auto;
}
@media (max-width: 768px) {
  #custom-html-2p .services-hero {
    padding: 80px 15px 40px 15px;
  }
}
#custom-html-2u .pricing-section-multi {
  background-color: #0f172a;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}
#custom-html-2u .tier-card-v2 {
  background: rgba(30, 41, 59, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 35px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
}
#custom-html-2u .featured-card {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
#custom-html-2u .badge-v2 {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 25px;
}
#custom-html-2u .badge-v2.grey {
  background: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
}
#custom-html-2u .badge-v2.purple {
  background: rgba(139, 92, 246, 0.15);
  color: #a78bfa;
}
#custom-html-2u .tier-name {
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 15px;
}
#custom-html-2u .blue-v2 {
  color: #3b82f6;
}
#custom-html-2u .purple-v2 {
  color: #a78bfa;
}
#custom-html-2u .tier-desc {
  color: #94a3b8;
  font-size: 15px;
  min-height: 45px;
}
#custom-html-2u .tier-features {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  flex-grow: 1;
}
#custom-html-2u .tier-features li {
  color: #cbd5e1;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#custom-html-2u .tier-features li i {
  color: #3b82f6;
  font-size: 16px;
  width: 20px;
  text-align: center;
}
#custom-html-2u .featured-card .tier-features li i {
  color: #a78bfa;
}
#custom-html-2u .price-v2 {
  margin-bottom: 30px;
  text-align: center;
}
#custom-html-2u .price-main {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  display: block;
}
#custom-html-2u .price-sub {
  font-size: 15px;
  color: #64748b;
}
#custom-html-2u .btn-v2-outline {
  display: block;
  text-align: center;
  border: 1px solid #3b82f6;
  color: #fff !important;
  padding: 18px;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-2u .btn-v2-solid {
  display: block;
  text-align: center;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  color: #fff !important;
  padding: 18px;
  border-radius: 15px;
  font-weight: 700;
  text-decoration: none !important;
}
#custom-html-2v .high-ticket-section {
  background-color: #0f172a;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}
#custom-html-2v .elite-card {
  background: rgba(30, 41, 59, 0.6);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 45px;
  padding: 60px 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
#custom-html-2v .gold-border {
  border: 1px solid rgba(251, 191, 36, 0.3) !important;
}
#custom-html-2v .elite-badge {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #3b82f6;
  margin-bottom: 25px;
}
#custom-html-2v .elite-badge.gold {
  color: #fbbf24;
}
#custom-html-2v .elite-title {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 20px;
}
#custom-html-2v .blue-glow {
  color: #3b82f6;
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.4);
}
#custom-html-2v .gold-glow {
  color: #fbbf24;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.4);
}
#custom-html-2v .elite-desc {
  color: #94a3b8;
  font-size: 16px;
  margin-bottom: 40px;
  min-height: 50px;
}
#custom-html-2v .elite-list {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  flex-grow: 1;
}
#custom-html-2v .elite-list li {
  color: #cbd5e1;
  font-size: 17px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#custom-html-2v .elite-list li i {
  color: #3b82f6;
  font-size: 18px;
  width: 25px;
  text-align: center;
}
#custom-html-2v .gold-border .elite-list li i {
  color: #fbbf24;
}
#custom-html-2v .price-tag {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  display: block;
}
#custom-html-2v .price-period {
  color: #64748b;
  font-size: 18px;
}
#custom-html-2v .btn-elite {
  display: block;
  text-align: center;
  padding: 22px;
  border-radius: 20px;
  font-weight: 800;
  text-decoration: none !important;
  color: #fff !important;
}
#custom-html-2v .btn-elite.blue {
  background: #3b82f6;
}
#custom-html-2v .btn-elite.gold {
  background: linear-gradient(45deg, #b45309, #fbbf24);
}
#custom-html-2w .faq-section {
  background-color: #0f172a;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}
#custom-html-2w .faq-badge {
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 800;
  display: block;
  margin-bottom: 15px;
}
#custom-html-2w .faq-title {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
}
#custom-html-2w .faq-subtitle {
  color: #94a3b8;
  font-size: 18px;
  margin-bottom: 50px;
}
#custom-html-2w .faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#custom-html-2w .faq-item {
  background: rgba(30, 41, 59, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
#custom-html-2w .faq-item:hover {
  border-color: rgba(59, 130, 246, 0.3);
  background: rgba(30, 41, 59, 0.6);
}
#custom-html-2w .faq-question {
  padding: 25px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
#custom-html-2w .faq-question i {
  color: #3b82f6;
  font-size: 16px;
  transition: transform 0.3s ease;
}
#custom-html-2w .faq-answer {
  padding: 0 35px 25px 35px;
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
  /* Por defecto oculto, Mobirise lo manejará si usas sus parámetros o puedes añadir JS simple */
}
@media (max-width: 768px) {
  #custom-html-2w .faq-title {
    font-size: 32px;
  }
  #custom-html-2w .faq-question {
    padding: 20px;
    font-size: 16px;
  }
}
.cid-vfpOyikC7Q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f172a !important;
}
.cid-vfpOyikC7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpOyikC7Q .row-main {
  margin: 0;
  justify-content: center;
  padding: 0 15px;
}
.cid-vfpOyikC7Q .row-main .card {
  background: rgba(30, 41, 59, 0.7) !important;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 40px !important;
  padding: 60px 45px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .cid-vfpOyikC7Q .row-main .card {
    padding: 30px 20px !important;
  }
}
.cid-vfpOyikC7Q .form-control {
  background-color: rgba(15, 23, 42, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 15px !important;
  padding: 15px 20px !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif;
  transition: 0.3s;
}
.cid-vfpOyikC7Q .form-control:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.2) !important;
}
.cid-vfpOyikC7Q .form-control::placeholder {
  color: #94a3b8 !important;
  opacity: 0.6;
}
.cid-vfpOyikC7Q .mbr-section-title {
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: -1px;
  margin-bottom: 10px !important;
}
.cid-vfpOyikC7Q .mbr-text {
  color: #94a3b8 !important;
  margin-bottom: 40px !important;
  font-weight: 400;
}
.cid-vfpOyikC7Q label {
  color: #3b82f6 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.cid-vfpOyikC7Q .btn-primary {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
  border-radius: 15px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  padding: 18px !important;
  transition: 0.4s !important;
}
.cid-vfpOyikC7Q .btn-primary:hover {
  background-color: #2563eb !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3) !important;
}
.cid-vfpOyikC7Q .form-check {
  margin-bottom: 15px;
}
.cid-vfpOyikC7Q .form-check .form-check-input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.cid-vfpOyikC7Q .form-check .form-check-input:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
.cid-vfpOyikC7Q .form-check .form-check-label {
  color: #ffffff !important;
}
.cid-vfpOyikC7Q .form-group {
  margin-bottom: 20px !important;
}
#custom-html-2z {
  /* Esto es para que el título y subtítulo se centren bien */
  /* El resto del código del video se queda igual */
  /* El Marco del Video */
  /* El Botón Magnético */
}
#custom-html-2z .vsl-container {
  background-color: #0f172a !important;
  /* Este es el color "negro-azul" oficial de tu web */
  padding-top: 100px;
  padding-bottom: 80px;
  font-family: 'Inter', sans-serif;
  min-height: auto;
  border: none;
}
#custom-html-2z .vsl-badge,
#custom-html-2z .vsl-headline,
#custom-html-2z .vsl-subheadline {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-2z .vsl-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: #000;
}
#custom-html-2z .vsl-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-2z .vsl-badge {
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 800;
  display: block;
  margin-bottom: 20px;
}
#custom-html-2z .vsl-headline {
  color: #ffffff;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 25px;
}
#custom-html-2z .highlight {
  color: #3b82f6;
  text-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
}
#custom-html-2z .vsl-subheadline {
  color: #94a3b8;
  font-size: clamp(16px, 2vw, 20px);
  max-width: 800px;
  margin: 0 auto;
}
#custom-html-2z .vsl-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8), 0 0 20px rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#custom-html-2z .vsl-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#custom-html-2z .vsl-cta-box {
  margin-top: 40px;
}
#custom-html-2z .btn-vsl-main {
  display: inline-block;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  color: #ffffff !important;
  padding: 25px 50px;
  border-radius: 20px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
}
#custom-html-2z .btn-vsl-main:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 50px rgba(37, 99, 235, 0.5);
  filter: brightness(1.1);
}
#custom-html-2z .cta-note {
  color: #64748b;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #custom-html-2z .vsl-container {
    padding: 60px 15px;
  }
  #custom-html-2z .btn-vsl-main {
    width: 100%;
    padding: 20px;
  }
}
#custom-html-30 .faq-section {
  background-color: #0f172a;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}
#custom-html-30 .faq-badge {
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 800;
  display: block;
  margin-bottom: 15px;
}
#custom-html-30 .faq-title {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
}
#custom-html-30 .faq-subtitle {
  color: #94a3b8;
  font-size: 18px;
  margin-bottom: 50px;
}
#custom-html-30 .faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#custom-html-30 .faq-item {
  background: rgba(30, 41, 59, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
#custom-html-30 .faq-item:hover {
  border-color: rgba(59, 130, 246, 0.3);
  background: rgba(30, 41, 59, 0.6);
}
#custom-html-30 .faq-question {
  padding: 25px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
#custom-html-30 .faq-question i {
  color: #3b82f6;
  font-size: 16px;
  transition: transform 0.3s ease;
}
#custom-html-30 .faq-answer {
  padding: 0 35px 25px 35px;
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
  /* Por defecto oculto, Mobirise lo manejará si usas sus parámetros o puedes añadir JS simple */
}
@media (max-width: 768px) {
  #custom-html-30 .faq-title {
    font-size: 32px;
  }
  #custom-html-30 .faq-question {
    padding: 20px;
    font-size: 16px;
  }
}
#custom-html-31 .lead-magnet-bar {
  background-color: #0f172a;
  padding: 40px 20px;
}
#custom-html-31 .magnet-box {
  background: linear-gradient(90deg, #1e293b, #0f172a);
  border: 2px dashed rgba(59, 130, 246, 0.3);
  border-radius: 25px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
#custom-html-31 .magnet-text h3 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 5px;
}
#custom-html-31 .magnet-text p {
  color: #94a3b8;
  margin: 0;
}
#custom-html-31 .btn-magnet {
  background: #3b82f6;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none !important;
}
.cid-vfpOj6jQU8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0f172a !important;
}
.cid-vfpOj6jQU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpOj6jQU8 .row-main {
  margin: 0;
  justify-content: center;
  padding: 0 15px;
}
.cid-vfpOj6jQU8 .row-main .card {
  background: rgba(30, 41, 59, 0.7) !important;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 40px !important;
  padding: 60px 45px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .cid-vfpOj6jQU8 .row-main .card {
    padding: 30px 20px !important;
  }
}
.cid-vfpOj6jQU8 .form-control {
  background-color: rgba(15, 23, 42, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 15px !important;
  padding: 15px 20px !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif;
  transition: 0.3s;
}
.cid-vfpOj6jQU8 .form-control:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.2) !important;
}
.cid-vfpOj6jQU8 .form-control::placeholder {
  color: #94a3b8 !important;
  opacity: 0.6;
}
.cid-vfpOj6jQU8 .mbr-section-title {
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: -1px;
  margin-bottom: 10px !important;
}
.cid-vfpOj6jQU8 .mbr-text {
  color: #94a3b8 !important;
  margin-bottom: 40px !important;
  font-weight: 400;
}
.cid-vfpOj6jQU8 label {
  color: #3b82f6 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.cid-vfpOj6jQU8 .btn-primary {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
  border-radius: 15px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  padding: 18px !important;
  transition: 0.4s !important;
}
.cid-vfpOj6jQU8 .btn-primary:hover {
  background-color: #2563eb !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3) !important;
}
.cid-vfpOj6jQU8 .form-check {
  margin-bottom: 15px;
}
.cid-vfpOj6jQU8 .form-check .form-check-input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.cid-vfpOj6jQU8 .form-check .form-check-input:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
.cid-vfpOj6jQU8 .form-check .form-check-label {
  color: #ffffff !important;
}
.cid-vfpOj6jQU8 .form-group {
  margin-bottom: 20px !important;
}
