body {
  background-color: #1B2740 !important;
}

.t-w {
  color: #fbfbfd !important;
}

.dark-mode {
  --si-gray-600: rgba(255, 255, 255, .5);
  --si-gray-700: rgba(255, 255, 255, .7);
  --si-gray-800: rgba(255, 255, 255, .85);
  --si-gray-900: #fff;
  --si-body-bg: #040f2a;
  --si-body-color: rgba(255, 255, 255, 0.7);
  --si-secondary-bg: rgba(255, 255, 255, .04);
  --si-heading-link-color: rgba(255, 255, 255, 0.85);
  --si-heading-link-hover-color: #6366f1;
  --si-nav-link-color: rgba(255, 255, 255, 0.85);
  --si-border-color: rgba(255, 255, 255, 0.14);
  --si-code-color: #f33185;
}

.bg-darkBlue {
  background-color: #1B2740 !important;
}

.btn-primary {
  background-color: #507CDD;
}

.btn-primary:hover {
  background-color: #3d72e4;
}

.bg-white {
  background-color: #fbfbfd !important;
}

.text-primary {
  color: #C22820 !important;
}

.dark-mode .text-nav:not(.badge.bg-white) {
  --si-badge-color: #33354d;
  color: #33354d !important;
}

#swiper-wrapper-fad65dcb518c857e>div.swiper-slide.h-auto.swiper-slide-active>article>div.card-body.pb-0.px-0>h3>a {
  color: var(--si-gray-900);
  --si-heading-link-color: #33354d !important;
  color: #33354d !important;
}

.imgCreators {
  max-height: 382.2px;
  object-fit: cover;
}

.cardStreamers{
  cursor: pointer;
}

/* Spin animation */
@-webkit-keyframes hero-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes hero-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hero-animation-spin {
  -webkit-animation: hero-spin 35s linear infinite;
  animation: hero-spin 35s linear infinite;
}

/* Fade animation */
@-webkit-keyframes hero-fade {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@keyframes hero-fade {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

.hero-animation-fade {
  -webkit-animation: hero-fade 4s ease-in infinite;
  animation: hero-fade 4s ease-in infinite;
}

.image-container {
  min-height: 176px;
  backdrop-filter: blur(6px);
  background-color: #6c757d;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.image-container img {
  position: absolute;
  transition: opacity 2s ease-in-out;
  opacity: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-container img.active {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.image-container img.fade-out {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.partner_logo_area_two {
  padding-top: 70px;
}

.partner_logo_area_two h4 {
  color: #8891aa;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_70 {
  margin-bottom: 70px;
}

.f_400 {
  font-weight: 400;
}

.l_height28 {
  line-height: 28px;
}

.f_size_18 {
  font-size: 18px;
}

.text-center {
  text-align: center !important;
}

.partner_info {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner_info .logo_item {
  width: calc(100% / 5);
  margin-bottom: 60px;
}

.partner_info .logo_item img {
  max-width: 100%;
  -webkit-filter: contrast(0.3%);
  filter: contrast(0.3%);
  -webkit-transition: all 0.3sease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3sease 0s;
}

.subscribe_form_info .subscribe-form {
  max-width: 370px;
  margin: 0 auto;
}

.subscribe_form_info {
  border-style: solid;
  border-width: 1px;
  border-color: #f3f6f9;
  border-radius: 6px;
  background-color: white;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 30px 50px 0px rgba(12, 0, 46, 0.1);
  padding: 60px 0px;
  margin-bottom: -150px;
  z-index: 2;
  position: relative;
  top: -30px;
}

.subscribe_form_info .subscribe-form .form-control {
  text-align: center;
  border: 0px;
  font: 400 18px / 28px "Poppins", sans-serif;
  color: #b4bacc;
  border-radius: 0px;
  border-bottom: 1px solid #3d64f4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subscribe_form_info .subscribe-form .btn_four {
  padding: 16px 44px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
  box-shadow: 0px 20px 30px 0px rgba(61, 100, 244, 0.16);
}

.btn_four {
  font: 500 14px "Poppins", sans-serif;
  padding: 16px 40px;
  border-radius: 45px;
  color: #fff;
  border: 1px solid #3d64f4;
  background: #3d64f4;
  cursor: pointer;
}

.btn_hover {
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3slinear;
  -o-transition: all 0.3s linear;
  transition: all 0.3slinear;
}

.pt_150 {
  padding-top: 150px;
}

.curved {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  z-index: 10;
  background: url(/static/img/newIndex/action_shap.png) no-repeat scroll center top;
  top: 0;
  background-size: contain;
}

.btn-scroll-top-icon {
  color: #507CDD;
}

.step-number {
  background-color: #507CDD;
}

.new_service {
  position: relative;
}

.new_service .number {
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 16px;
  color: #5f51fb;
  border: 1px solid #5f51fb;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 32px;
  background: #fff;
  z-index: 1;
  position: relative;
}

.new_service .saas_features_item:hover .separator:before {
  width: 100%;
}

body>main>section:nth-child(4)>div>div>div:nth-child(1)>div>div.separator {
  background: transparent;
}

.new_service .new_service_content {
  margin-top: 50px;
  border-radius: 4px;
  padding: 50px;
  -webkit-transition: all 0.2slinear;
  -o-transition: all 0.2s linear;
  transition: all 0.2slinear;
}

.new_service .saas_features_item:hover .number {
  background: #5f51fb;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(95, 81, 251, 0.5);
  box-shadow: 0px 10px 30px 0px rgba(95, 81, 251, 0.5);
  color: #fff;
}

.new_service .saas_features_item:hover .new_service_content {
  background-color: white;
  -webkit-box-shadow: 0px 50px 80px 0px rgba(0, 11, 40, 0.08);
  box-shadow: 0px 50px 80px 0px rgba(0, 11, 40, 0.08);
}

.new_service::before {
  content: "";
  position: absolute;
  top: 16px;
  /* Alinear con el centro de los números */
  left: 16%;
  width: 67%;
  height: 2px;
  background-color: #ededed;
  /* Color de la línea */
  z-index: 0;
  /* Para que quede detrás de los números */
}

.new_service .number {
  background: #fff;
  position: relative;
  z-index: 1;
}

#sectionCreators>div>div>div.position-relative>img {
  width: 100%;
}

.imgClient {
  filter: invert(1);
  height: 70px;
}

div.page,
.hubspot {
  display: none !important;
}

.footer-element-text-wrapper div {
  color: black;
  text-align: center;
}

.footer-element-img img {
  filter: brightness(0.5);
}

