/* ===================================
    Clases Especificas
====================================== */
*{
  box-sizing: border-box;
}

html,
body {
  width: 100% !important;
  overflow-x: clip;
  max-width: 100%;
  position: relative;
}

body {
  padding: 0 !important;
}

section {
  overflow-x: hidden;
  width: 100%;
}

p,
a {
  font-family: 'Rubik', sans-serif;
}

h1,h3,h2 {
  font-family: 'Poppins', sans-serif !important;
}



.grid-container {
  width: 100%;
  min-height: 100vh;
  max-width: 100%;
  background-color: var(--white);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header {
  border: none;
  background-color: var(--white);
  padding: 12px 32px;
  min-width: 80px;
  min-height: 74px;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #E2E5E7;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-desktop {
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__left-side {
  display: flex;
  align-items: center;
}

.header__logo-image {
  height: 40px;
}

.header__nav-list {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 0;
  padding-left: 0;
}

.header__nav-item {
  min-width: fit-content;
}

.header__nav-link {
  color: var(--Typography-primary, #121d2c);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.5s ease;
  background-color: transparent;
  border: 0;
}

.header__nav-link svg {
  margin-left: 8px;
}

.header__nav-link:hover {
  color: var(--dark-purple);
  transition: all 0.5s ease;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.header__button {
  display: flex;
  align-items: center;
  border-radius: var(--xxl, 64px);
  background: var(--Buttons-Primary-surface, #4b2cb5);
  color: var(--white);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 12px 24px;
  text-decoration: none;
  opacity: 1;
  transition: all 0.5s ease;
}

.header__button:hover {
  opacity: 1;
  transition: all 0.5s ease;
}

.header__language {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.header__language-icon {
  height: 18px;
}

.header__language-text {
  color: var(--Typography-primary, #121d2c);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.header-mobile {
  display: none;
}

.header-mobile .navbar-toggler {
  padding: 0;
  border: 0;
}

.header-mobile .navbar-toggler:focus {
  border: 0;
  box-shadow: none;
}

.header-mobile .dropdown-menu {
  padding: 12px 10px;
}

.header-mobile .subtitle {
  color: #969696;
  font-family: var(--open);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 183%;
  text-transform: uppercase;
}

.header-mobile .dropdown-item {
  color: #373737;
  font-family: var(--open);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 137%;
  padding: 8px 0;
}

.header-mobile .header__button {
  border-radius: 64px;
  display: flex;
  justify-content: space-between;
  padding: 18px;
  height: 48px;
}

.header-mobile .nav-link {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.dropdown-menu.style-header {
  padding: 24px 28px;
  background-color: transparent;
  border: none;
}


.model-1 {
  transform: translate(343px, 72px) !important;
}

.model-2 {
  transform: translate(555px, 72px) !important;
  min-width: 300px;
}

.model-3 {
  transform: translate(64px, 60px) !important;
}

.dropdown-menu.style-header .subtitle {
  color: #969696;
  font-family: var(--open);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 183%;
  text-transform: uppercase;
}

.dropdown-menu.style-header .dropdown-item {
  color: #373737;
  font-family: var(--open);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 137%;
  padding: 8px 0;
}

.footer {
  border-top: 1px solid var(--Cards-Dark-border, #161864);
  background: var(--Surface-secondary, #09172c);
  color: var(--white);
  width: 100%;
  padding: 68px 32px;
}

.footer__address {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer__logo-container {
  max-width: 1440px;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
}

.footer__logo-image {
  height: 40px;
}

.footer__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer__column {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__column--contact {
  gap: 20px;
}

.footer__title {
  color: #fff;
  font-family: var(---rubik);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #161864;
}

.footer__list {
  list-style: none;
  padding-left: 0;
}

.footer__item {
  color: var(--white);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__contact {
  color: var(--white);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.footer__link {
  color: var(--white);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  transition: all 0.2s ease;
}

.footer__link:hover {
  color: #4b2cb5;
  transition: all 0.2s ease;
}

.footer__bottom {
  max-width: 1440px;
  margin: 20px auto 0;
  border-top: 1px solid var(--border-gray);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.footer__policies {
  list-style: none;
  display: flex;
  gap: 20px;
}

.footer__copy {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer__icon-placeholder {
  margin-right: 8px;
}

/* MODULO HOME */

.hero {
  padding: 0 64px;
  width: 100%;
  position: relative;
  height: auto;
  min-height: 542px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.custom-hero {
  min-height: 382px;
}

/* Degradado en la parte inferior */
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  /* ajustable */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #09172c 100%);
  pointer-events: none;
  z-index: 2;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background-color: #09172c;
}

.hero__content {
  width: 100%;
  color: var(--white);
  position: relative;
  max-width: 1440px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__category {
  color: var(--Typography-accent-in-dark, #8c6cff);
  text-align: center;
   font-family: var(--poppins);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  text-transform: capitalize;
  margin-bottom: 32px;
}

.hero__title {
  color: var(--Typography-inverse, #fff);
  text-align: center;
  font-family: var(--poppins);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 32px;
}

.hero__title span {
  font-weight: 600;
}

.hero__title.style-1 {
  color: var(--Typography-inverse, #fff);
  text-align: center;
  font-family: var(--poppins);
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 67.2px */
  margin-bottom: 32px;
}

.hero__title--highlight {
  color: var(--white);
  text-align: center;
  font-family: var(--poppins);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}

.hero__subtitle {
  color: var(--gray-1);
  text-align: center;
  font-family: 'Rubik', poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  margin-bottom: 32px;
  /* max-width: 800px; */
}

.hero__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.hero__button {
  padding: 12px 24px;
  border-radius: 32px;
  background-color: var(--white);
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: 1px solid transparent;
}

.hero__button--primary {
  background-color: var(--white);
  color: var(--gray-text-1);
  border: 1px solid var(--white);
}

.hero__button--secondary {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}

.experience {
  background: linear-gradient(90deg, #470399 30%, #af008b 100%);
  height: auto;
  min-height: 300px;
  max-height: 300px;
  padding: 80px 64px;
  display: flex;
  justify-content: center;
}

.experience__wrapper {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.experience__content {
  flex: 1 1 40%;
  margin-right: 2rem;
}

.experience__title {
  color: var(--white);
  font-family: var(--poppins);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.64px;
}

/* Stats container */
.experience__stats {
  display: flex;
  flex: 1 1 60%;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Stat Block */
.experience__stat {
  flex: 1;
  min-width: 150px;
  position: relative;
  text-align: center;
}

/* Divider */
.experience__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.75rem;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--white);
}

/* Titles and descriptions */
.experience__stat-title {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}

.experience__stat-description {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: start;
}

.bpms-section {
  background-color: var(--background);
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 128px 16px;
  height: auto;
}

.bpms-section.figures {
  min-height: 100%;
  max-height: 100%;
  position: relative;
  padding: 0;
}

.bpms-section.figures .bpms-section__wrapper {
  display: flex;
  justify-content: center;
}

.bpms__video {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: auto;
  position: relative;
  border-radius: 0;
  z-index: 2;
}

.bpms__video video {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  max-height: 732px;
  background-color: black;
}

/* Botón Play */
.bpms__video-play {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.3s ease;
}

.bpms__video-play img {
  display: block;
}

.bpms__video-play:hover {
  transform: scale(1.1);
}

.decorative-img {
  object-fit: contain;
}

.decorative-img.square {
  position: absolute;
  left: 64px;
  bottom: 0px;
}

.decorative-img.circle {
  position: absolute;
  right: 64px;
  bottom: 64px;
}

.bpms-section__wrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.bpms-section__left {
  flex: 1;
}

.bpms-section.discovery {
  overflow: hidden;
  background: var(--Surface-secondary, #09172c);
  position: relative;
  padding: 80px 16px;
}

.bpms-section.discovery .bpms-section__left {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.bpms-section__subtitle {
  color: var(--Typography-accent-in-dark, #8c6cff);
  font-family: var(---rubik);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin-bottom: 24px;
}

.bpms-section__title {
  color: #fff;
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 48px */
  margin-bottom: 32px;
  z-index: 9;
}

.bpms-section.discovery .bpms-section__subtitle {
  color: #fff;
  text-align: center;
   font-family: var(--poppins);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
  /* 24px */
}

.bpms-section.discovery .bpms-section__title span {
  background: var(--Degradee,
      linear-gradient(5deg,
        var(--Primary-New-blue-500, #4b2cb5) 0%,
        #ba6cff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.bpms-section__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.bpms-section__description {
  color: var(--Typography-inverse, #fff);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}

.bpms-section__description span {
  color: var(--Typography-accent-in-dark, #8c6cff);
}

.bpms-section__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--xxl, 64px);
  background: var(--Buttons-Primary-surface, #4b2cb5);
  gap: 8px;
  color: var(--Typography-inverse, #fff);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  min-height: 48px;
  text-decoration: none;
  max-width: 265px;
}

.bpms-section.discovery .bpms-section__link {
  min-width: 280px;
  max-width: 100%;
  padding: 12px 16px;
  opacity: 1;
  transition: all .5s ease;
}

.bpms-section.discovery .bpms-sectionlink:hover {
  opacity: .8;
  transition: all .5s ease;
}

.bpms-section__link svg path {
  width: 24px;
  height: 24px;
  fill: transparent;
}

.business-process {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 80px 32px;
  position: relative;
  text-align: center;
  background: var(--Surface-secondary, #09172c);
}

.business-process__decorative {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
}

.business-process__decorative svg path {
  fill: var(--dark-pink);
}

.business-process__decorative--left {
  left: 0;
}

.business-process__decorative--right {
  right: 131px;
  bottom: 50px;
  top: unset;
}

/* Content */
.business-process__content {
  max-width: 1000px;
  margin: 0 auto;
}

.business-process__divider {
  width: 50px;
  height: 4px;
  background-color: var(--dark-pink);
  margin: 0 auto 1rem;
}

.business-process__subtitle {
  color: var(--Typography-accent-in-dark, #8c6cff);
  text-align: center;
  font-family: var(---rubik);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;
  margin-bottom: 32px;
}

.business-process__title {
  color: #fff;
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
}

.business-process__title span {
  color: rgba(140, 108, 255, 1);
}

.business-process__description {
  color: var(--gray-text-1);
  font-family: var(--poppins);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}

.business-process__button {
  border-radius: var(--xxl, 64px);
  background: var(--Buttons-Primary-surface, #4b2cb5);
  padding: 12px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: opacity 0.3s;
  color: var(--Typography-inverse, #fff);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.business-process__button.services {
  max-width: 264px;
  margin-top: 32px;
}



/* Contenedor General */
.tech-info {
  max-width: 100%;
  padding: 64px 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-info__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
}

.left-content {
  display: flex;
  max-width: 540px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.left-content h3,
.left-content h2,
.left-content p {
  text-align: start;
}

.tech-circle__container {
  max-width: 600px;
}

/* Subtítulo */
.tech-info__subtitle {
  color: var(--Typography-accent-in-light, #4b2cb5);
  font-family: var(---rubik);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  margin-bottom: 24px;
}

.tech-info__title {
  color: var(--gray-text-1);
  text-align: center;
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
}

.tech-info__description {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 32px;
}

.products {
  width: 100%;
  margin: 0 auto;
  padding: 24px 32px 128px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products.bpms {
  padding: 128px 32px 64px 32px;
}

.products-wrapper {
  width: 100%;
  max-width: 1440px;
}

.product__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.product__heading .business-process__button {
  min-width: 280px;
}

.products__header {
  width: 100%;
  max-width: 704px;
}

.products__title {
  color: var(--gray-text-1);
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}

.products__description {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

/* Grid */
.products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 48px;
}

.products__card {
  position: relative;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 0px 8px 4px rgba(23, 64, 26, 0.1);
  padding: 26px 24px 66px 24px;
  min-height: 480px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products__card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 20px rgba(17, 48, 19, 0.267);
}

/* Fondo de la Card */
.products__card-bg {
  min-height: 237px;
  max-height: 237px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.products__card-bg img {
  max-width: 270px;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Contenido */
.products__card-title {
  max-width: 252px;
  color: var(--Typography-primary, #121d2c);
  text-align: center;
   font-family: var(--poppins);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
  opacity: 1;
  position: relative;
  margin: 0;
}
.products__card-title-services{
 max-width: 270px;
}

.products__card-divider {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 4px;
  background-color: #4b2cb5;
  margin-bottom: 24px;
}

.products__grid.services .products__card-divider {
  margin: 0 auto;
  margin-bottom: 24px;
}

.products__card-description {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(---rubik);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.products__grid.services .products__card-description {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.results {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--background);
}

.results__wrapper {
  display: flex;
  align-items: center;
  max-width: 1440px;
  padding: 120px 64px;
  gap: 2rem;
}

.results__content {
  flex: 1;
}

.results__title {
  color: var(--white);
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 32px;
}

.results__description {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 32px;
}

.results__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.results__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: -0.36px;
}

.results__icon {
  width: 32px;
  height: 32px;
}

.img_wrapper_icon {
  border-radius: 8px;
  background: var(--dark-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

/* Imagen Derecha */
.results__image {
  flex: 1;
  text-align: center;
}

.results__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.testimonials__wrapper {
  width: 100%;
  padding: 64px 32px 64px 32px;
  max-width: 1440px;
}

.testimonials__header {
  margin-bottom: 2rem;
}

.testimonials__title {
  color: var(--Typography-primary, #121d2c);
  text-align: center;
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 48px */
  margin-bottom: 64px;
}

.testimonials__title span {
  background: var(--Degradee,
      linear-gradient(90deg,
        var(--Primary-New-blue-500, #4b2cb5) 0%,
        #ba6cff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* Grid de Testimonios */
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* Card de Testimonios */
.testimonials__card {
  border-radius: var(--Card-md, 24px);
  border: 1px solid var(--Degradee, #4b2cb5);
  background: var(--Cards-Light-surface, #fafafa);
  box-shadow: 0px 11px 28px 0px rgba(168, 168, 168, 0.15);
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 200px;
  
}


.testimonials__text {
  text-align: start;
  color: var(--Typography-primary, #121d2c);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 32px;
  /* display: -webkit-box; */
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonials__profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonials__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials__name {
  color: var(--Typography-primary, #121d2c);
  font-family: 'Rubik', poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

.testimonials__role {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(--rubik);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  min-height: 34px;
}

.video-section {
  position: relative;
  background: var(--Surface-secondary, #09172c);
  padding: 64px 32px;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-section__gradient {
  position: absolute;
  width: 300px;
  height: 300px;
  pointer-events: none;
}

.video-section__gradient--left {
  top: 10%;
  left: 0px;
}

.video-section__gradient--right {
  bottom: 45%;
  right: 25px;
}

.video-section__icon {
  position: absolute;
  width: 40px;
  height: 40px;
}

.video-section__icon--left {
  top: 20%;
  left: 10%;
}

.video-section__icon--left.down {
  top: 80%;
  left: 10%;
}

.video-section__icon--right {
  bottom: 20%;
  right: 10%;
}

.video-section__icon--right.up {
  bottom: 60%;
  right: 10%;
}

/* Contenido */
.video-section__content {
  /* max-width: 800px;
  margin: 0 auto; */
  width: 100%;
}

.video-section__title {
  color: var(--white);
  text-align: center;
  font-family: var(--poppins);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 72.8px */
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}

.video-section__highlight {
  color: var(--title-pink);
}

.video-section__wrapper {
  display: flex;
  justify-content: center;
}

.video-section__video-container {
  position: relative;
  background: var(--gray-text-1);
  border: 4px solid var(--white);
  border-radius: 12px;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  aspect-ratio: 16 / 9;
  z-index: 2;
}

.video-section__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--dark-pink);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.video-section__play-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.discovery-banner {
  position: relative;
  width: 100%;
  height: auto;
  padding: 120px 64px;
  color: var(--white);
  text-align: left;
  overflow: hidden;
  min-height: 700px;
  background-color: var(--background);
  display: flex;
  justify-content: center;
}

/* Imagen de Fondo */
.discovery-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  /* Detrás de todo */
  opacity: 1;
}

/* Gradiente Superpuesto */
.discovery-banner__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(16, 12, 40, 0.2) 0%,
      var(--bg-2) 90%);
  z-index: 1;
}

.discovery-banner__content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
}

.discovery-banner__title {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
}

.discovery-banner__description {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 39px;
}

.discovery-banner__button {
  display: inline-block;
  border-radius: 32px;
  background: var(--dark-pink);
  padding: 12px 24px;
  border-radius: 32px;
  text-decoration: none;
  transition: background 0.3s ease;
  color: var(--white);
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.discovery-banner__button:hover {
  background-color: var(--hover-pink);
}

/* MODULO SERVICIOS */

.process-banner {
  background: var(--Surface-secondary, #09172c);
  padding: 64px 32px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-banner__content {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.process-banner__title {
  color: #fff;
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* Descripción */
.process-banner__description {
  color: var(--Typography-inverse, #fff);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.automation-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 128px 32px 128px 32px;
}

.padding-fix {
  padding: 64px 32px 64px 32px;
}

.atomation__wrapper {
  max-width: 1440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 200px;
}

.automation-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.automation-section__subtitle {
  color: var(--Typography-accent-in-light, #4b2cb5);
   font-family: var(--poppins);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

.automation-section__title {
  color: var(--Typography-primary, #121d2c);
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 48px */
}

.automation-section__description {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.automation-section__description span {
  color: rgba(75, 44, 181, 1);
}

.automation-section__image img {
  width: 100%;
  display: block;
  border-radius: 22px;
}

.stats__banner {
  padding: 0 64px 97px 64px;
  display: flex;
  justify-content: center;
}

.stats__wrapper {
  width: 100%;
  max-width: 1440px;
}

.stats-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  background: linear-gradient(90deg, #470399 30%, #af008b 100%);
  padding: 40px 32px;
  border-radius: 12px;
  max-width: 1440px;
  text-align: center;
  min-height: 342px;
}

.stats-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.stats-section__value {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}

.stats-section__description {
  color: var(--white);
  text-align: center;
  font-family: var(--roboto);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.56px;
  max-width: 227px;
}

.word-class {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 64px;
  background: var(--bg-2);
}

.word-class.light-style {
  background: var(--white);
}

.word__wrapper {
  max-width: 1440px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 96px;
  color: var(--white);
}

.word-class__content {
  flex: 1;
}

.word-class__subtitle {
  color: var(--light-purple);
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
}

.word-class.light-style .word-class__subtitle {
  color: var(--purple);
}

.word-class__title {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 24px;
}

.word-class.light-style .word-class__title {
  color: var(--gray-gray-text);
}

.word-class__description {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}

.word-class.light-style .word-class__description {
  color: rgba(0, 0, 0, 1);
}

/* Botón */
.word-class__button {
  display: inline-block;
  background: var(--dark-pink);
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 32px;
  transition: background 0.3s ease;
  color: var(--white);
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 32px;
}

.word-class__button:hover {
  background-color: var(--hover-pink);
}

.word-class__image {
  position: relative;
  flex: 1;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  max-width: 500px;
}

.word-class__image-background {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: var(--purple);
  z-index: 0;
}

.word-class__image-background.top {
  top: unset;
  bottom: 35px;
  left: 35px;
}

.word-class.light-style .word-class__image-background {
  background: rgba(239, 221, 248, 1);
}

.word-class__image-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Contenedor General */
.process-section {
  padding: 80px 64px;
  background-color: var(--white);
  display: flex;
  justify-content: center;
}

.process__wrapper {
  width: 100%;
  max-width: 1440px;
}

.process-section__header {
  margin-bottom: 40px;
}

.process-section__title {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: start;
  margin-bottom: 24px;
}

.process-section__subtitle {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 100px;
}

.process-section__steps {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.process-section__step {
  flex: 1 1 calc(33.333% - 2rem);
  max-width: 400px;
  text-align: center;
}

.process-section__image svg {
  width: 190px;
  height: 190px;
  margin-bottom: 55px;
}

.process-section__step-title {
  color: var(--gray-text-1);
  text-align: center;
  font-family: var(--roboto);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 15px;
}

.process-section__step-description {
  color: var(--gray-text-1);
  text-align: center;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.faqs {
  max-width: 800px;
  margin: 0 auto;
  color: var(--white);
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.faqs__title {
  color: var(--Typography-inverse, #fff);
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}

.faqs__description {
  color: var(--Typography-inverse, #fff);
  font-family: var(--rubik);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 64px;
}

.accordion-item {
  border-radius: var(--FAQ, 12px) !important;
  background-color: var(--Cards-Dark-surface, #2b2c5e);
  border: none;
  margin-bottom: 1rem;
  box-shadow: none;
}

.accordion-button {
  border-radius: 8px;
  background-color: transparent;
  padding: 20px 24px;
  color: var(--Primary-white, #fff);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  justify-content: space-between;
}

.accordion-button.collapsed span,
.accordion-button span {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid var(--white);
  padding: 10px 0;
  color: var(--Primary-white, #fff);
  font-family: 'poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;
}

.accordion-button.collapsed svg {
  transform: rotate(0deg);
  transition: all 0.2s ease;
}

.accordion-button svg {
  margin-left: 20px;
  min-width: 24px;
  transform: rotate(180deg);
  transition: all 0.2s ease;
}

.accordion-button:focus {
  box-shadow: none;
  /* Elimina el borde por defecto al enfocar */
}

.accordion-button:not(.collapsed) {
  color: white;
  /* Color al expandir la pregunta */
  background-color: #1f2346;
  /* Fondo al expandir */
}

.accordion-button::after {
  display: none;
}

.accordion-collapse {
  background-color: var(--Surface-secondary, #09172c);
  /* Fondo del cuerpo de las respuestas */
  color: #ccc;
  /* Color del texto */
}

.accordion-body {
  color: var(--white);
  font-family: 'rubik', poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: -0.48px;
  text-align: left;
}

/* Contenedor General */
.articles-related {
  padding: 120px 32px;
  background-color: var(--white);
  margin: 0 auto;
  max-width: 1508px;
}

.articles-related__wrapper {
  margin-bottom: 64px;
}

.articles-related__wrapper:last-child {
  margin-bottom: 0px;
}

/* Encabezado */
.articles-related__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.articles-related__title {
  color: var(--Typography-primary, #121d2c);
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

.articles-related__link {
  border-radius: var(--xxl, 64px);
  background: var(--Buttons-Primary-surface, #4b2cb5);
  color: var(--Buttons-Primary-typography, #fff);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.articles-related__link.inverse {
  background: #fff;
  color: var(--Buttons-Primary-surface, #4b2cb5);
  border: 1.5px solid var(--Buttons-Primary-surface, #4b2cb5);
}

.articles-related__link:hover {
  opacity: 1;
  transition: all 0.4s ease;
}

.articles-related__link.inverse:hover {
  background: var(--Buttons-Primary-surface, #4b2cb5);
  color: #fff;
  border-color: var(--Buttons-Primary-surface, #4b2cb5);
  opacity: 1;
  transition: all 0.4s ease;
}

.articles-related__link.inverse svg path {
  transition: stroke 0.4s, fill 0.4s;
  stroke: var(--Buttons-Primary-surface, #4b2cb5);
  fill: none;
  /* Si aplica */
}

/* Hover: SVG pasa a blanco */
.articles-related__link.inverse:hover svg path {
  stroke: #fff;
  fill: none;
}

.articles-related__list {
  display: flex;
  gap: 64px;
}

.articles-related__card {
  flex: 1 1 calc(33.333% - 1.5rem);
  /* Corrige el cálculo y evita desbordes */
  background-color: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}

.articles-related__card a {
  text-decoration: none;
}

.articles-related__image {
  overflow: hidden;
}

.articles-related__image img {
  border-radius: var(--Card-md, 24px);
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transform: scale(1.1);
  transition: transform 0.4s ease;
  /* Agrega transición suave */
}

.articles-related__image:hover img {
  border-radius: var(--Card-md, 24px);
  transform: scale(1);
  /* Escala hacia atrás (95% del tamaño original) */
}

.articles-related__tags {
  display: flex;
  gap: 0.5rem;
  padding: 1rem 0;
}

.time-wrapper_item {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.time-wrapper_item p {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(--rubik);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}



.articles-related__tag {
  border-radius: 4px;
  background: gray;
  color: black;
  text-align: center;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  padding: 4px 16px;
}

.articles-related__tag.violet {
  color: var(--purple);
  background-color: var(--light-purple);
}

.articles-related__tag.pink {
  color: var(--dark-pink);
  background-color: var(--light-pink);
}

.articles-related__card-title {
  overflow: hidden;
  color: var(--gray-text-1);
  text-overflow: ellipsis;

  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
  margin-bottom: 12px;
}

.articles-related__description {
  overflow: hidden;
  color: var(--gray-text-1);
  text-overflow: ellipsis;
  font-family: 'rubik',poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: -0.36px;
  margin-bottom: 16px;
}

.articles-related__date {
  color: var(--gray-gray-text);
  font-family: 'rubik',poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.about-us {
  display: flex;
  gap: 80px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  align-items: flex-start;
  /* Alinea ambos bloques al inicio verticalmente */
  margin-bottom: 91px;
}

.about-us__content {
  flex: 1 1 40%;
  text-align: left;
  /* Alinea texto a la izquierda */
}

.about-us__subtitle {
  color: var(--white);
  text-align: center;
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin-bottom: 32px;
  text-align: left;
  /* Alinea texto a la izquierda */
}

.about-us__title {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 52px */
  text-align: left;
  /* Alinea texto a la izquierda */
}

.about-us__description {
  flex: 1 1 60%;
  color: var(--white);
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-align: left;
}

.about-us__description p {
  margin-bottom: 1rem;
}

.about-img_container {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 64px;
}

.about-img_container img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.values {
  width: 100%;
  display: flex;
  gap: 100px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.values__content {
  flex: 1 1 40%;
  text-align: start;
}

.values__title {
  color: var(--Primary-white, #fff);
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 48px */
  margin-bottom: 24px;
}

.values__divider {
  width: 40px;
  height: 4px;
  background-color: var(--white);
  margin-bottom: 1rem;
}

.values__description {
  color: var(--Typography-inverse, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

/* FAQs a la derecha */
.values__accordion {
  flex: 1 1 60%;
}

/* Accordion Personalizado */
.values .accordion-item {
  border: none;
  margin-bottom: 1rem;
  background-color: transparent;
  border-radius: 0;
}

.values .accordion-header .accordion-button {
  background-color: transparent;
  justify-content: space-between;
  border: 0;
  border-radius: 0;
  color: var(--white);
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-transform: uppercase;
  padding: 10px 0;
  box-shadow: none;
}

.values .accordion-header .accordion-button:focus {
  box-shadow: none;
  /* Elimina borde al enfocar */
  border: 0;
}

.values .accordion-header .accordion-button:not(.collapsed) {
  /*background-color: var(--background);*/
  /* Color de fondo al expandir */
  color: var(--white);
  /* Color del texto al expandir */
  border: 0;
}

.values .accordion-collapse {
  color: var(--gray-1);
  background-color: transparent;
}

.values .accordion-body {
  font-size: 1rem;
  /* 16px */
  line-height: 1.6;
  padding: 20px 0;
}

.values .accordion-button::after {
  display: none;
}

.values .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0 !important;
}

/* Contenedor principal */
.mission-vision {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Bloque de Misión y Visión */
.mission-vision__block {
  display: flex;
  align-items: center;
  gap: 85px;
}

.mission-vision__block--reverse {
  flex-direction: row-reverse;
  /* Imagen a la derecha */
}

/* Imagen */
.mission-vision__image {
  flex: 1 1 50%;
  border-radius: 0;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
  overflow: hidden;
}

.mission-vision__image img {
  width: 100%;

  object-fit: cover;
  display: block;
}

/* Contenido de texto */
.mission-vision__content {
  flex: 1 1 50%;
  text-align: left;
}

.mission-vision__title {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  margin-bottom: 24px;
}

.mission-vision__description {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: -0.36px;
}

.leadership_section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 80px 64px;
  background: var(--bg-light-purple);
}

.leadership_wrapper {
  width: 100%;
  max-width: 1440px;
  text-align: center;
}

.leadership_title {
  color: var(--background);
  font-family: var(--roboto);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  margin-bottom: 24px;
  text-align: left;
}

.leadership_description {
  color: var(--background);
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin-bottom: 96px;
  text-align: left;
}

.leadership_card_wrapper_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 48px;
  justify-content: center;
}

.leadership_card {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: left;
}

.leadership_card_image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 16px;
}

.leadership_card_name {
  color: var(--Black, #000);
  font-family: var(--roboto);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  text-align: left;
  margin-bottom: 0;
}

.leadership_card_position {
  color: var(--Black, #000);
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  text-align: left;
  margin-bottom: 16px;
}

.feature_section {
  display: flex;
  justify-content: center;
  padding: 120px 64px;
  background-color: var(--white);
}

.feature__wrapper {
  max-width: 1440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.feature_text h2 {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 52px */
}

.feature_text p {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: -0.48px;
}

.feature_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.feature_card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0px 0px 9px 6px rgba(11, 25, 44, 0.1),
    0px 0px 4px 0px rgba(14, 65, 122, 0.15);
}

.feature_card__icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: rgba(247, 62, 158, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 12px;
}

.feature_icon {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}

.feature_card p {
  color: var(--black, #242424);
  font-family: var(--roboto);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.banner_bpms_section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 344px;
  overflow: hidden;
  padding: 97px 160px;
}

.banner_bpms_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner_bpms_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Asegura que la imagen ocupe el contenedor de forma proporcional */
}

.banner_bpms_overlay {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(71, 3, 153, 1) 30%,
      rgba(175, 0, 139, 1) 100%);
  opacity: 0.9;
  z-index: 2;
}

.banner_bpms_content {
  position: relative;
  z-index: 3;
  /* Asegura que el texto esté sobre la imagen y el gradiente */
  text-align: center;
  max-width: 1440px;
  /* Limita el ancho del contenido */
}

.banner_bpms_text {
  color: var(--white);
  text-align: center;
  font-family: var(--roboto);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 50.4px */
}

.why_bpms_section {
  background: var(--bg-2);
  padding: 80px 64px;
  display: flex;
  justify-content: center;
}

.why_bpms_container {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  color: var(--white);
}

.why_bpms_header {
  max-width: 850px;
  margin: 0 auto;
}

.why_bpms_header h3 {
  color: var(--white);
  text-align: center;
  font-family: var(--roboto);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 16px;
}

.why_bpms_header p {
  color: var(--white);
  text-align: center;
  font-family: var(--roboto);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 46.8px */
  margin-bottom: 80px;
}

.why_bpms_features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.why_bpms_feature {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.why_bpms_icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--dark-pink);
}

.why_bpms_feature p {
  color: var(--white);
  font-family: var(--roboto);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 44.8px */
}

.why_bpms_divider {
  width: 1px;
  height: 50px;
  background-color: #a9acb1;
  opacity: 0.3;
}

.bpms-process-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 64px;
  background: var(--bg-2);
}

.bpms-process-wrapper {
  width: 100%;
  max-width: 1440px;
}

/* Encabezado */
.bpms-process-container__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 86px;
}

.bpms-process-container__title {
  color: var(--white);
  text-align: center;
  font-family: var(--roboto);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 52px */
  margin-bottom: 18px;
  max-width: 786px;
}

.bpms-process-container__description {
  color: var(--white);
  text-align: center;
  font-family: var(--roboto);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

/* Contenedor de las Cards */
.bpms-process-container__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 70px;
  justify-content: center;
}

.bpms-process-container__card-content {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  background: var(--white);
  min-height: 400px;
  padding: 24px 32px;
  text-align: left;
}

.bpms-process-container__card-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--dark-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.bpms-process-container__card-title {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 39.2px */
  margin-bottom: 8px;
}

.bpms-process-container__card-description {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

/* Card Placeholder */
.bpms-process-container__card {
  flex: 1 1 calc(50% - 1rem);
  max-width: 480px;
  /* Controla el tamaño máximo en desktop */
  height: auto;
  /* Altura fija para placeholder */
  background-color: transparent;
  /* Espacio vacío */
  box-sizing: border-box;
}

/* Paginator */
.paginator {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 64px;
  border-top: 1px solid var(--light-gray);
  margin-bottom: 64px;
}

.paginator__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.paginator__button {
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--white);
  border: 0px;
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: var(--gray-text-1);
  text-decoration: none;
  border-radius: 8px;
  padding: 0;
  transition: all 0.2s ease;
}

.paginator__button:hover {
  background-color: var(--gray-1);
  transition: all 0.2s ease;
}

.paginator__button.--page {
  margin-right: 2px;
}

.paginator__button.--page:last-child {
  margin-right: 0px;
}

.paginator__button.--page.active {
  background-color: var(--gray-1);
  color: var(--medium-purple);
}

.paginator__button.--previous svg {
  transform: rotate(180deg);
  margin: 0;
}

.paginator__button.--previous:hover {
  padding: 0 4px 0 8px;
  transition: all 0.2s ease;
}

.paginator__button.--next {
  flex-direction: row-reverse;
}

.paginator__button.--next:hover {
  padding: 0 8px 0 4px;
  transition: all 0.2s ease;
}

.paginator__pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Single Blog */
.single-blog {
  padding: 0 16px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.single-blog__header {
  padding: 32px 0;
  width: 100%;
}

.single-blog__header-button {
  color: var(--Typography-accent-in-light, #4b2cb5);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-decoration: none;
}

.single-blog__wrapper {
  max-width: 840px;
  padding-bottom: 32px;
}

.single-blog__title {
  color: var(--Typography-primary, #121d2c);
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  margin: 0;
}

.single-blog__misc {
  width: 100%;
  margin: 24px 0 24px 0;
  display: flex;
  align-items: center;
}

.single-blog__misc .author-blog {
  font-family: var(--roboto);
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}

.single-blog__misc .read-time-blog {
  color: var(--Typography-secondary, #706f6f);
  text-align: center;
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 0;
}

.single-blog__tag {
  height: 28px;
  padding: 0 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-1);
  font-size: var(--roboto);
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-text-1);
  margin-right: 8px;
  text-decoration: none;
}

.single-blog__tag:last-child {
  margin-right: 0px;
}

.single-blog__tag.--light-pink {
  background-color: var(--light-pink);
}

.single-blog__tag.--light-green {
  background-color: var(--light-green);
}

.single-blog__tag.--light-purple {
  background-color: var(--light-purple);
}

.single-blog__tag.--light-gray {
  background-color: var(--gray-1);
}

.single-blog__misc .read-time-blog::after {
  display: none;
}

.social-blog {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-blog__button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--gray-1);
  border: 0px;
  transition: all 0.2s ease;
}

.social-blog__button i {
  color: var(--color-cards);
  transition: all 0.2s ease;
}

.single-blog__cover-image {
  width: 100%;
  height: 420px;
  object-position: center;
  object-fit: cover;
  margin-top: 32px;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
}

.single-blog__caption {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--gray-gray-text);
  margin-bottom: 32px;
}

.single-blog__text {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 32px;
}

.single-blog__heading {
  color: var(--Typography-primary, #121d2c);
  font-family: var(---rubik);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  margin-bottom: 16px;
}

.single-blog__content-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: 32px 0;
}

.single-blog__content-images img {
  width: 100%;
}

/* Contacto */
.contacto {
  padding: 0 32px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contacto__wrapper {
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 167px;
  padding: 80px 0;
}

.contacto__info {
  max-width: 540px;
}

.contacto__info-subtitle {
  color: var(--Typography-accent-in-light, #4b2cb5);
  font-family: var(---rubik);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  margin-bottom: 24px;
}

.contacto__info-title {
  color: var(--Typography-primary, #121d2c);
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 48px */
  margin-bottom: 32px;
}

.contacto__info-text {
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--gray-text-2);
  margin-bottom: 32px;
}

.contacto__info-card {
  margin-bottom: 32px;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.card__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: var(--purple);
}

.card-title {
  font-family: var(--roboto);
  font-size: 25px;
  font-weight: 500;
  color: var(--gray-text-2);
  margin: 0;
}

.card-text {
  font-family: var(--roboto);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gray-text-2);
}

.card-text.contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.card-text.contact a {
  color: var(--Typography-accent-in-light, #4b2cb5);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-decoration-line: underline;
}

.contacto__form {
  flex: 4.3;
}

.contacto__form-box {
  box-shadow: 0px 0px 4px 0px #0e417a1a;
  box-shadow: 0px 0px 32px 4px #0b192c26;
  border-radius: 16px;
  padding: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  min-width: 280px;
}

.form-field label {
  color: var(--Typography-primary, #121d2c);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 4px;
}

.form-field textarea {
  font-family: var(--roboto);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: var(--gray-text-2);
  padding-left: 16px;
  padding-top: 16px;
  border-radius: 8px;
  border: 1px solid var(--light-gray);
}

.contacto__form-button {
  max-width: 225px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0px;
  transition: all 0.2s ease;
  border-radius: var(--xxl, 64px);
  background: var(--Buttons-Primary-surface, #4b2cb5);
  color: var(--Buttons-Primary-typography, #fff);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* Work with us */
.work-us {
  padding: 128px 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work-us--bg {
  position: absolute;
  bottom: -170px;
  left: -200px;
  width: 600px;
  height: auto;
  z-index: 0;
}

.work-us__wrapper {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
}

.work-us__info {
  flex: 3.5;
  max-width: 540px;
}

.work-us__title {
  color: var(--Typography-primary, #121d2c);
  font-family: var(--poppins);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 48px */
}

.work-us__title span {
  font-weight: bold;
  background: var(--Degradee,
      linear-gradient(90deg,
        var(--Primary-New-blue-500, #4b2cb5) 0%,
        #ba6cff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.work-us__text {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.work-us__links {
  flex: 6;
  max-width: 784px;
}

.work-us__link-card {
  padding: 20px 24px;
  border-bottom: 1px solid #E2E5E7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link-card__name {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.link-card__name-title {
  font-family: 'poppins', rubik, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--gray-text-2);
}

.link-card__name-text {
  font-family: var(--roboto);
  font-size: 16px;
  color: var(--gray-text-2);
}

.link-card__action-link {
  color: var(--Typography-accent-in-light, #4b2cb5);
  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-decoration: none;
}

.link-card__action-link:hover {
  color: var(--Typography-accent-in-light, #2f1877);
  transition: all 0.2s ease;
}

.work-us-banner {
  padding: 0 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work-us-banner__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
}

.work-us-banner__images {
  display: flex;
  gap: 10px;
}

.work-us-banner__images-item:first-child {
  flex: 1 1 30%;
}

.work-us-banner__images-item:last-child {
  flex: 1 1 70%;
}

.work-us-banner__images img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.work-us-banner__text {
  color: var(--Typography-primary, #121d2c);
  text-align: right;
  font-family: var(--poppins);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  margin-top: 36px;
  margin-bottom: 63px;
  margin-left: auto;
  width: 50%;
}

.work-us-banner__text span {
  font-weight: bold;
  background: var(--Degradee,
      linear-gradient(90deg,
        var(--Primary-New-blue-500, #4b2cb5) 0%,
        #ba6cff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* MegaMenu */
.megamenu {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  padding: 24px 0;
  border: 1px solid transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(-16px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Estado visible */
.megamenu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.section__wrapper {
  display: flex;
  gap: 24px;
}

/* Contenedor centralizado */
.megamenu__container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Secciones: Servicios / Productos */
.megamenu__section {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

/* Título */
.megamenu__title {
  font-family: var(--rubik);
  color: var(--Primary-New-blue-500, #4b2cb5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e5e7;
}

/* Lista de items */
.megamenu__items {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  padding: 0;
}
.megamenu__item-heading {
  display: flex;
  align-items: start;
  gap: 12px;
}

/* Ítems */
.megamenu__item {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
  gap: 8px;
  width: 300px;
  text-decoration: none;
  color: #373737;
  transition: background 0.3s ease;
  border-radius: 8px;
  padding: 12px;
  max-width: 280px;
}

.megamenu__item:hover {
  background-color: #f5f5f5;

}

/* Ícono */
.megamenu__icon {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--Secondary-Purple-500, #63049f);
}

/* Título + descripción */
.megamenu__content strong {
  font-size: 14px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 4px;
  display: block;
}

.megamenu__content p {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(--rubik);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

/* Footer con botón */
.megamenu__footer {
  display: flex;
  justify-content: flex-end;
}

.megamenu__cta {
  border: 1px solid #4B2CB5;
  border-radius: 64px;
  padding: 10px 20px;
  color: #4B2CB5;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.megamenu__cta:hover {
  background-color: #4B2CB5;
  color: #fff;
}

.megamenu__cta:hover svg path {
  stroke: #fff;
}

.header-mobile .accordion-button {
  color: var(--Typography-primary, #121d2c);

  font-family: var(--rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  box-shadow: none;
  background: var(--Menu-surface-active, #fff);
  justify-content: space-between;
  padding: 4px 0;
}

.header-mobile .accordion {
  padding: 16px 0;
}

.header-mobile .accordion-body {
  padding: 0;
}

.header-mobile .accordion-collapse {
  background-color: var(--Menu-surface-active, #fff);
}

.header-mobile .accordion-item {
  background-color: white;
}

.header-mobile .accordion-button::after {
  display: none;
}

.header-mobile .accordion-button.collapsed svg {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.header-mobile .accordion-button svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.header-mobile .megamenu__item {
  width: 100%;
  max-width: 100%;
}

.header-mobile .btn-demo-mobile {
  min-height: 48px;
  width: 100%;
  border-radius: var(--xxl, 64px);
  border: 1px solid var(--Typography-accent-in-light, #4b2cb5);
  color: var(--Buttons-Terteary-typography, #4b2cb5);
  font-family: var(--rubik);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background-color: white;
  margin: 22px auto;
  justify-content: center;
}

.header-mobile .header__actions {
  flex-direction: column;
  align-items: start;
}

.header-mobile .header__language,
.header-mobile .header__language-text {
  width: 100%;
}

.header-mobile .header__language-text p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-mobile .dropdown-menu.style-header.model-3 {
  padding: 0;
  position: static;
  transform: none !important;
  border: 0;
  padding-top: 16px;
}

.header-mobile .wrapper-translate {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.header-mobile .dropdown-item {
  border: none;
}

.header-mobile .dropdown-mobile .arrow-svg {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.header-mobile .dropdown-mobile.show .arrow-svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.header-mobile .navbar-toggler .menu-icon {
  display: none;
}

.header-mobile .navbar-toggler.collapsed .menu-icon {
  display: block;
}

.header-mobile .navbar-toggler .cross-icon {
  display: block;
}

.header-mobile .navbar-toggler.collapsed .cross-icon {
  display: none;
}

.hero-global_btn {
  border-radius: var(--xxl, 64px);
  background: var(--Buttons-Primary-surface, #4b2cb5);
  color: var(--Typography-inverse, #fff);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  padding: 12px 16px;
  min-height: 48px;
  border: 1px solid transparent;
  opacity: 1;
  transition: all 0.5s ease;
}

.hero-global_btn:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}

.faqs-style {
  padding: 128px 16px;
  background: var(--Surface-secondary, #09172c);
}

.modal-success__container {
  border-radius: 24px;
  box-shadow: 0 0 0 3px #ece7fc;
  background: #fff;
  width: 600px;
}

.modal-success__title {
  color: var(--Typography-primary, #121d2c);

  /* H3 Regular */
  font-family: var(--poppins);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
}

.modal-success__desc {
  color: var(--Typography-secondary, #706f6f);
  font-family: var(---rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 24px;
}

.modal-success__actions {
  display: flex;
  justify-content: end;
  gap: 1rem;
}

.modal-success__btn {
  font-size: 1rem;
  font-family: var(--rubik, "Rubik", Arial, sans-serif);
  border-radius: 40px;
  padding: 10px 28px;
  border: 2px solid #4b2cb5;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  min-width: 160px;
  display: inline-block;
}

.modal-success__btn--outline {
  background: #fff;
  color: #4b2cb5;
}

.modal-success__btn--filled {
  background: #4b2cb5;
  color: #fff;
}

.modal-success__btn--outline:hover,
.modal-success__btn--filled:hover {
  filter: brightness(1.07);
  opacity: 0.95;
}


/* Responsive */
@media (max-width: 1440px) {
  .megamenu {
    padding: 16px;
  }
 .testimonials__card{
  min-height: 332px;
 }
.products__card-home{
  max-height: 480px;
}
  .results-section {
    gap: 24px !important;
  }

  .header {
    padding: 16px 32px;
  }

  .atomation__wrapper {
    gap: 100px;
  }

  .contacto__form-box {
    padding: 32px;
    min-width: 700px;
  }
  
}

@media (max-width: 1340px) {
  .testimonials__card{
    min-height: 200px;
  }
  .work-us-banner {
    overflow: hidden;
  }

  .contacto__wrapper {
    gap: 40px;
  }
  
}

@media (max-width: 1200px) {
  .contacto__info {
    max-width: 100%;
    padding-right: 0 !important;
  }

  .wrapper-card-content {
    padding: 0 12px;
  }

  .contacto__wrapper {
    gap: 20px;
    flex-direction: column;
  }

  .business-process__button.services {
    margin-top: 20px;
  }

  .atomation__wrapper {
    align-items: start;
    
    gap: 32px;
  }

  .atomation__wrapper.no-reverse {
    flex-direction: column;
  }

  .automation-section__image {
    width: 100%;
  }

  .experience__stat-description {
    text-align: center;
  }

  .video-section__icon--left {
    top: 5%;
    left: 2%;
  }

  .video-section__icon--right {
    bottom: 8%;
    right: 15%;
  }

  .bpms-process-container {
    padding: 80px 64px;
  }

  .bpms-process-container__card {
    max-width: 100%;
  }

  .bpms-process-container__card .word-class__image {
    max-width: 100%;
  }
   .hero-image{
    min-width: unset !important;
    height: auto;
  }
  .hero-wrapper{
    gap: 0px ;
  }
}

@media (max-width: 1279px){

  .header-mobile {
    width: 100%;
    display: block;
  }
   .header__container .header-desktop {
    display: none;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
  }
  .grid-container {
    padding-top: 95px;
  }
.megamenu__title{
  margin: 0 0 12px;
  padding-bottom: 12px;
}
.wpml-ls-legacy-list-horizontal a{
    color: #000 !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    position: unset !important;
  justify-content: left !important;
  width: 100% !important;
}
#collapseOne1  li{
  width: 100%;
  border-radius: 8px;
}
}


@media (max-width: 1024px) {
  .contacto__form-button {
    max-width: 100%;
    width: 100%;
  }

  .contacto__form-box {
    padding: 40px 20px;
  }

  .testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-section.--video-text {
    padding: 120px 64px 120px 64px !important;
  }

  .banner_bpms_content.--small {
    padding: 0 !important;
  }
}

@media (max-width: 992px) {
  .articles-related__list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  

  .hero__title {
    font-size: 36px;
  }

  .hero__title--highlight {
    font-size: 36px;
  }

  .experience {
    padding: 40px;
  }

  .results__wrapper {
    flex-direction: column;
    text-align: center;
  }

  .hero {
    padding: 64px 20px;
    min-height: initial;
  }

  .work-us-banner__text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .business-process__button.services {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    gap: 16px;
  }



  .products__grid {
    gap: 24px;
  }

  .product__heading {
    flex-direction: column;
  }

  .product__heading .business-process__button {
    margin-top: 24px;
  }

  .tech-info__subtitle {
    font-weight: 700;
  }

  .tech-info {
    padding: 64px 16px 32px 16px;
  }

  .tech-info__content .business-process__button {
    margin-bottom: 32px;
  }

  .left-content {
    max-width: 100%;
  }

  .tech-info__content {
    flex-direction: column !important;
  }

  .row-reverse {
    flex-direction: column-reverse !important;
  }

  .bpms-section__wrapper {
    gap: 32px;
  }

  

  .footer,
  .header {
    padding: 20px;
  }

  .header__button {
    font-size: 14px;
  }

  .footer__bottom,
  .footer__policies {
    width: 100%;
    flex-direction: column-reverse;
    padding: 0;
    justify-content: start;
    align-items: start;
    margin-top: 16px;
  }

  .hero {
    padding: 64px 20px;
    min-height: initial;
  }

  .hero__category {
    font-size: 28px;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__title--highlight {
    font-size: 24px;
  }

  .hero__subtitle {
    font-size: 1rem;
  }

  .hero__buttons {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 20px;
  }

  .hero__button {
    width: 100%;
  }

  .hero__content {
    padding: 0px;
  }

  .experience {
    flex-direction: column;
    text-align: center;
    max-height: 100%;
    padding: 40px 20px;
  }

  .experience__wrapper {
    flex-direction: column;
  }

  .experience__content {
    margin: 0 0 1rem;
    flex: none;
  }

  .experience__stats {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .experience__stat:not(:last-child)::after {
    display: none;
    /* Ocultar los dividers en versión móvil */
  }

  .experience__title {
    font-size: 24px;
  }

  .bpms-section {
    flex-direction: column;
    align-items: flex-start;
    /* Alinea al inicio en formato columna */
    gap: 24px;
    /* Reduzco el gap para móvil */
    height: auto;
    /* Altura ajustable */
    padding: 40px 20px;
    /* Padding más reducido */
  }

  .bpms-section__left,
  .bpms-section__right {
    width: 100%;
    /* Ocupan todo el ancho */
    text-align: left;
    /* Alineación izquierda */
  }

  .bpms-section__title {
    font-size: 40px;
    /* Tamaño de título más pequeño */
    line-height: 120%;
    /* Ajuste del interlineado */
  }

  .bpms-section__subtitle {
    font-size: 16px;
    /* Tamaño más pequeño para subtítulo */
  }

  .bpms-section__description {
    font-size: 16px;
    /* Tamaño más pequeño para el párrafo */
    line-height: 150%;
  }

  .bpms-section__wrapper {
    flex-direction: column;
  }

  .bpms__video {
    max-width: 100%;
    max-height: 100%;
    min-height: auto;
    top: 0;
  }

  .decorative-img {
    display: none;
  }

  .bpms-section.figures {
    min-height: auto;
  }

  .business-process {
    padding: 48px 16px;
  }

  .business-process__decorative {
    display: none;
  }

  .tech-info__title,
  .business-process__title,
  .business-process__description {
    font-size: 40px;
  }

 

  /* Descripción */
  .tech-info__description {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .products__description {
    max-width: 100%;
  }

  .products {
    width: 100%;
    padding: 64px 16px;
  }

  .products__header {
    width: 100%;
    max-width: 100%;
  }

  .products__title {
    font-size: 34px;
  }

  .products__card-title {
    font-size: 24px;
  }

  .results__list {
    grid-template-columns: 1fr;
  }

  .results__image {
    margin-top: 2rem;
  }

  .results__wrapper {
    padding: 60px 20px;
  }

  .results__title {
    font-size: 24px;
  }

  .results__description {
    font-size: 18px;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
  }

  .testimonials__wrapper {
    padding: 64px 16px 32px 16px;
  }

  .testimonials__title {
    margin-bottom: 32px;
    text-align: start;
  }

  .testimonials__title br {
    display: none;
  }

  .video-section__title {
    font-size: 34px;
    line-height: 120%;
  }

  .video-section {
    padding: 200px 20px;
  }

  .discovery-banner {
    padding: 60px 20px;
    min-height: auto;
  }

  .discovery-banner__title {
    font-size: 24px;
  }

  .discovery-banner__description {
    font-size: 18px;
  }

  .discovery-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }

  .discovery-banner__gradient {
    background: linear-gradient(180deg,
        rgba(16, 14, 37, 0.86) 0%,
        #121433 100%);
    z-index: 1;
  }

  .discovery-banner__button {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    font-size: 13px;
  }

  .process-banner__content {
    gap: 0px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .process-banner {
    padding: 40px 16px;
  }

  .process-banner__title {
    text-align: start;
    font-size: 34px;
  }

  .process-banner__description {
    text-align: start;
  }

  .automation-section {
    width: 100%;
    display: flex;
    justify-content: center;

    padding: 60px 16px;
  }

  .atomation__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .automation-section__image {
    grid-row: 2;
    /* La imagen sube al primer lugar */
  }

  .automation-section__content {
    grid-row: 1;
    /* El texto baja al segundo lugar */
  }

  .automation-section__image img {
    margin-top: 20px;
    max-width: 100%;
  }

  .stats-section {
    grid-template-columns: 1fr;
    /* Una sola columna en mobile */
    gap: 1.5rem;
    padding: 32px 16px;
  }

  .stats__banner {
    padding: 60px 20px;
  }

  .stats-section__value {
    font-size: 40px;
  }

  .stats-section__description {
    font-size: 20px;
    max-width: 100%;
  }

  .word-class {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background-color: #121433;
    /* Fondo oscuro */
  }

  .word__wrapper {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .word-class__title {
    font-size: 1.5rem;
    /* 24px */
  }

  .word-class__description {
    font-size: 1rem;
    /* 18px */
  }

  .word-class__image-background {
    top: 10px;
    /* Desplazamiento vertical */
    left: 10px;
    /* Desplazamiento horizontal */
  }

  .video-section__title {
    font-size: 24px;
    line-height: 120%;
  }

  .process-section {
    padding: 60px 20px;
  }

  .process-section__title {
    font-size: 24px;
  }

  .process-section__steps {
    flex-direction: column;
    /* Apila en columna */
    gap: 2rem;
  }

  .process-section__step {
    min-height: unset;
    /* Elimina altura mínima en mobile */
    max-width: 100%;
  }

  /* Descripción */
  .faqs__description {
    font-size: 18px;
  }

  .accordion-button {
    font-size: 18px;
  }

  .video-section.faqs-style {
    padding: 64px 16px;
  }

  .video-section.faqs-style .video-section__icon--right.up {
    bottom: 7%;
  }

  .articles-related {
    padding: 60px 16px;
    margin: 0;
    max-width: 100%;
  }

  .articles-related__list {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }

  .articles-related__card {
    flex: unset;
  }

  .articles-related__header {
    align-items: start;
    flex-direction: column;
    margin-bottom: 32px;
  }

 

  .articles-related__title {
    margin-bottom: 10px;
  }

  .about-us {
    flex-wrap: wrap;
    padding: 40px 0px;
    gap: 20px;
    margin-bottom: 20px;
  }

  .values {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0;
  }

  .hero__title.style-1 {
    font-size: 40px;
  }

  .about-us__title {
    font-size: 24px;
  }

  .video-section.about_us_container {
    padding: 60px 20px;
  }

  .mission-vision__block {
    flex-direction: column;
    /* Cambia a columnas en mobile */
  }

  .mission-vision__block--reverse {
    flex-direction: column;
    /* Ajusta para mantener formato consistente */
  }

  .mission-vision__image,
  .mission-vision__content {
    flex: 1 1 100%;
    /* Ocupan todo el ancho */
    text-align: center;
    /* Centra el texto */
  }

  .mission-vision__title {
    font-size: 1.5rem;
    /* 24px */
  }

  .mission-vision__description {
    font-size: 0.95rem;
    /* 15px */
  }

  .mission-vision__block {
    gap: 20px;
  }

  .leadership_title {
    font-size: 24px;
  }

  .leadership_section {
    padding: 40px 20px;
  }

  .leadership_card_wrapper_container {
    grid-template-columns: 1fr;
    /* Cada tarjeta ocupa el 100% del ancho */
  }

  .feature__wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature_grid {
    grid-template-columns: 1fr;
  }

  .feature_section {
    padding: 60px 20px;
  }

  .feature_text h2 {
    font-size: 24px;
  }

  .feature_text p {
    font-size: 18px;
  }

  .feature_card {
    align-items: center;
  }

  .banner_bpms_text {
    font-size: 24px;
  }

  .banner_bpms_section {
    padding: 60px 20px;
  }

  .why_bpms_features {
    flex-direction: column;
    gap: 1.5rem;
  }

  .why_bpms_divider {
    width: 80%;
    height: 1px;
    background-color: var(--white);
    opacity: 0.3;
    align-self: center;
  }

  .why_bpms_header p {
    font-size: 24px;
  }

  .why_bpms_section {
    padding: 60px 20px;
  }

  .why_bpms_feature {
    min-width: 100%;
  }

  .bpms-process-container {
    padding: 60px 20px;
  }

  .bpms-process-container__title {
    font-size: 24px;
  }

  .bpms-process-container__description {
    font-size: 18px;
  }

  .bpms-process-container__card-title {
    font-size: 24px;
  }

  .footer__policies {
    margin-top: 16px;
  }

  .single-blog {
    padding: 0 20px;
  }

  .hero__content.--wrapper div:nth-child(1) {
    flex: 0 0 50% !important;
  }

  .hero__content.--wrapper .hero__content-text .hero__title {
    font-size: 32px !important;
    line-height: 47px !important;
  }

  .video-section.--video-text .video-section__text p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .video-section.--video-text .video-section__text {
    bottom: -105px !important;
  }

  .video-section.--video-text {
    padding: 120px 64px 64px 64px !important;
  }

  .word-class.light-style.--reverse .word__wrapper {
    flex-direction: column !important;
  }

  .hero__content.--wrapper div:nth-child(2) {
    flex: 0 0 50% !important;
    display: flex;
    justify-content: center;
  }

  .browse-cases__content .browse-cases__wrapper {
    flex-wrap: wrap;
  }

  .browse-cases__content .browse-cases__wrapper .browse-cases__item {
    flex: 0 0 100% !important;
  }

  .browse-cases {
    padding: 48px 20px !important;
  }

  .contacto {
    padding: 0 16px !important;
  }

  .contacto__wrapper {
    padding: 48px 0 !important;
  }

  .work-us {
    padding: 0 16px;
  }

  .work-us__wrapper {
    padding: 48px 0;
  }

  .work-us-banner {
    padding: 0 16px;
  }

  .work-us-banner__wrapper {
    padding: 48px 0;
  }

  .work-us__wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .work-us--bg {
    display: none;
  }
}

@media (max-width: 650px) {
  .footer {
    padding: 64px 16px;
  }
   .business-process__button {
    width: 100%;
  }
  .bpms-section__link {
    max-width: 100%;
  }
   .button_a_link {
    width: 100%;
  }
   .articles-related__link {
    width: 100%;
    max-width: 100%;
  }

  .footer__logo-container {
    justify-content: center;
  }

  .footer__column--contact {
    margin-bottom: 12px;
  }

  .footer__column--services .footer__item,
  .footer__column--about .footer__item {
    justify-content: space-between;
  }

  .footer__link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer__copy {
    font-size: 14px;
  }

  .single-blog__misc {
    flex-wrap: wrap;
  }

  .social-blog {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }

  .single-blog__title {
    padding-right: 0;
  }

  .hero__content.--wrapper {
    flex-direction: column !important;
  }

  .hero__content.--wrapper div:nth-child(2) {
    width: 100%;
    padding-top: 24px;
  }

  .video-section.--video-text .video-section__text {
    bottom: calc(-50% - 50px) !important;
  }

  .video-section.--video-text .video-section__text {
    bottom: 0 !important;
    top: calc(100% + 16px);
    max-height: 100px;
  }
}

@media (max-width: 500px) {
  .modal-success__actions {
    flex-direction: column;
    gap: 1rem;
  }

  .articles-related__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .single-blog__header {
    padding: 48px 0 16px 0;
  }

  .single-blog__title {
    font-size: 32px;
    line-height: 37px;
  }

  .single-blog__misc .read-time-blog {
    margin-left: 0;
  }

  .single-blog__misc .read-time-blog::after {
    display: none;
  }

  .read-time-blog {
    width: 100%;
  }

  .single-blog__content-images {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .video-section.--video-text {
    padding: 48px 20px !important;
  }

  .video-section.--video-text .video-section__wrapper {
    padding: 48px !important;
  }

  .work-us__title {
    font-size: 32px;
    line-height: 37px;
  }

  .work-us__title {
    margin-bottom: 24px;
  }

  .work-us-banner__images {
    flex-direction: column;
  }

  .work-us-banner__text {
    font-size: 32px;
    line-height: 37px;
    margin-left: 0;
  }

  .work-us__link-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 414px) {
  .video-section.--video-text .video-section__wrapper {
    border: 6px solid #e3e3e3 !important;
    padding: 16px !important;
  }

  .video-section__video-container {
    border-radius: 4px;
  }

  .video-section.--video-text {
    padding: 24px 20px 90px 20px !important;
  }

  .banner_bpms_section .author {
    gap: 0px !important;
    flex-direction: column;
  }

  .banner_bpms_section .author p::after {
    display: none;
  }
}

@media (max-width: 360px) {
  .paginator {
    padding: 8px 20px;
  }
  .automation-title_custom{
 font-size: 34px;
  }
  .hero__category {
      font-size: 24px;
  }
  .modal-work__input{
    width: 85% !important;
  }
  .hero__title.style-1 {
    font-size: 34px;
  }
  .file-msg-wrapper{
    width: 225px;
  }
  .business-custom-title{
    font-size: 32px;
  }

  .paginator__button.--previous,
  .paginator__button.--next {
    display: none !important;
  }

  .paginator__wrapper {
    justify-content: center;
  }
}

/* Modificados */
.hero__content.--wrapper {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.hero__content.--wrapper div:nth-child(1) {
  flex: 0 0 60%;
  padding-right: 16px;
  text-align: left;
}

.hero__content.--wrapper div:nth-child(2) {
  flex: 0 0 40%;
}

.hero__content.--wrapper .hero__content-text .hero__category {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  width: fit-content;

  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.hero__content.--wrapper .hero__content-text .hero__category span:nth-child(2) {
  border-left: 1px solid #808080;
  padding: 0 0 0 8px;
  margin: 0 0 0 8px;
}

.hero__content.--wrapper .hero__content-text .hero__title {
  font-size: 48px;
  line-height: 67px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}

.hero__content.--wrapper .hero__content-text .hero__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.hero__button.--pink {
  background-color: var(--dark-pink);
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.hero__button.--pink:hover {
  background-color: var(--hover-pink);
  transition: all 0.2s ease;
}

.browse-cases {
  padding: 80px 64px;
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
}

.browse-cases__content {
  width: 100%;
  max-width: 1440px;
}

.browse-cases__content .browse-cases__title {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 52px */
  margin-bottom: 48px;
}

.browse-cases__content .browse-cases__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}

.browse-cases__content .browse-cases__wrapper .browse-cases__item {
  flex: 0 0 calc(50% - 24px);
}

.browse-cases__content .browse-cases__wrapper .browse-cases__item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  margin-bottom: 24px;
}

.browse-cases__content .browse-cases__wrapper .browse-cases__item .item__title {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 8px;
}

.browse-cases__content .browse-cases__wrapper .browse-cases__item .item__excerpt {
  color: var(--gray-text-1);
  font-family: var(--roboto);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 24px;
}

.browse-cases__content .browse-cases__wrapper .browse-cases__item .item__button {
  padding: 12px 24px;
  border-radius: 32px;
  background-color: var(--dark-pink);
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid transparent;
  color: var(--white);
  text-decoration: none;
  transition: all 0.2s ease;
}

.browse-cases__content .browse-cases__wrapper .browse-cases__item .item__button:hover {
  background-color: var(--hover-pink);
  transition: all 0.2s ease;
}

.process-banner__content.--vertical {
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 900px;
  width: 100%;
}

.process-banner__content.--vertical .process-banner__title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.process-banner__content.--vertical .process-banner__description {
  font-size: 16px;
  line-height: 24px;
}

.process-banner .video-section__gradient--left {
  top: 0 !important;
  left: -80px !important;
  height: 100% !important;
}

.process-banner .video-section__gradient--right {
  bottom: -48px !important;
  right: -28px !important;
  height: 100% !important;
}

.stats__banner.--full-width {
  padding: 0;
  background: linear-gradient(90deg, #470399 30%, #af008b 100%);
}

.stats__banner.--full-width .stats-section {
  border-radius: 0px;
}

.stats-section__item {
  padding: 0 24px;
}

.stats__banner.--full-width .stats-section__description {
  letter-spacing: -1.2px;
  max-width: 100%;
}

.video-section.--video-text .video-section__wrapper {
  padding: 64px;
  background: #11203b;
  border-radius: 16px;
  border: 9px solid #e3e3e3;
}

.video-section.--video-text .video-section__content {
  max-width: 900px;
}

.video-section.--video-text {
  padding: 120px 64px 180px 64px;
}

.video-section.--video-text .video-section__text {
  position: absolute;
  z-index: 2;
  bottom: -140px;
  left: 0;
}

.video-section.--video-text .video-section__text p {
  font-family: var(--roboto);
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -1px;
  text-align: center;
  color: var(--light-text);
  margin: 0;
  padding: 16px;
  border-radius: 4px;
  background-color: var(--gray-1);
}

.word-class.light-style.--simple .word__wrapper {
  gap: 40px;
}

.word-class.light-style.--simple .word-class__title.--grey-1 {
  color: var(--gray-text-1) !important;
}

.word-class.light-style.--simple .word-class__description.--grey-1 {
  color: var(--gray-text-1) !important;
}

.word-class.light-style.--reverse .word__wrapper {
  flex-direction: row-reverse;
}

.banner_bpms_section .author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.banner_bpms_section .author p {
  font-family: var(--roboto);
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  position: relative;
}

.banner_bpms_section .author p:first-child {
  font-weight: 600;
}

.banner_bpms_section .author p::after {
  position: absolute;
  content: "·";
  top: 0;
  left: -14px;
  font-size: 20px;
}

.banner_bpms_section .author p:first-child:after {
  display: none;
}

.banner_bpms_content.--small {
  max-width: 900px;
  padding: 0 110px;
}

.process-banner__content.--vertical.--border-bottom {
  border-bottom: 16px solid var(--dark-purple);
  padding-bottom: 32px;
}

.hero.--image::before {
  background: linear-gradient(0deg,
      rgba(67, 0, 121, 0.7),
      rgba(67, 0, 121, 0.7)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.hero.--image .hero__content {
  gap: 16px;
  padding: 0 16px;
}

.hero.--image .hero__title {
  font-weight: 600;
  padding: 0 110px;
  margin-bottom: 0px;
}

.hero.--image .hero__badge {
  background-color: var(--light-purple);
  padding: 0 16px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-family: var(--roboto);
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  text-align: center;
  color: var(--dark-purple);
}

.hero.--image .hero__subtitle {
  max-width: inherit;
}

.hero.--image .hero__button {
  background-color: var(--dark-pink);
  border-color: var(--dark-pink);
}

.--blog-detail .articles-related__card {
  margin-bottom: 64px;
}

