/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/PersonasPage/index.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.personas-container-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 0px;
}

.personas-container-main {
  margin-top: 20px;
  margin-bottom: 20px;

  & h1,
  & h2,
  & h3,
  & .goldplaybi {
    font-family: "GoldPlay Alt", sans-serif !important;
  }

  & .payload-block.third_block {
    padding-top: 56px;
  }

  & .fourth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      font-weight: 700;
      font-family: "Be Vietnam";
    }

    & strong {
      color: var(--color-text-primary);
    }
  }

  & .step_section_container {
    max-width: 100%;
  }

  & .beneficios {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      /* font-weight: 700; */
    }

    & strong {
      color: var(--color-text-primary);
    }
  }
}

.personas-container-main .tafi-es-la-container {
  max-width: 920px;
  margin: 0 auto;

  font-family: "Be Vietnam", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.5px;
  text-align: center;

  & p {
    margin: 0 auto;

    font-family: "Be Vietnam", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 116%;
    letter-spacing: 0.5px;
    text-align: center;
    color: #6b6164;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  & strong {
    color: var(--color-text-primary);
  }

  & .container {
    padding: 0;
  }
}

.hero-block-wrapper {
  & .container-parent {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: left;
    font-size: 56px;
    line-height: 116%;
    color: #1b1819;
    font-family: "GoldPlay Alt", sans-serif;
  }

  & .container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  & .container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9.5px;
  }

  & .llevatelotitle {
    display: inline-block;
    padding: 16px;
    gap: 3.16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 24px;
    background: #F3F1F1;
  }

  & .subtitle {
    position: relative;
    line-height: 100%;
    margin-right: 10px;
    color: var(--color-text-primary);
  }

  & b,
  & strong {
    font-weight: 700;
  }

  & .container2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  & .relaxtitle {
    background: #ff80b2;
    padding: 16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 8px;
  }

  & .chaticontitle {
    padding: 0;
  }

  & .chaticontitle img {
    width: 88px;
    height: 88px;
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

.step-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 54px;
  gap: 2px;
}

/* NEW: Flexible content & image containers (replaces .step-left & .step-right) */
.step-content,
.step-image-wrapper {
  width: 50%;
}

/* Default layout: Image on the RIGHT */
.step-section.image-right .step-content {
  order: 1;
}

.step-section.image-right .step-image-wrapper {
  order: 2;
}

/* Image on the LEFT → reverse order */
.step-section.image-left .step-content {
  order: 2;
}

.step-section.image-left .step-image-wrapper {
  order: 1;
}

/* Content styling */
.step-label-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}

.step-number {
    background: #ff80b2;
  color: #fff;
  font-weight: 700;
  padding: 6px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 20px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: normal;
}

.step-label {
  background-color: #f7f3f4;
  padding: 0 12px;
  color: #6b6164;
  font-size: 20px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  height: 38px;
  border-radius: 12px 12px 4px;
  align-items: center;
  font-weight: 600;
}

.step-title {
  font-weight: 800;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 116%;
  color: var(--color-text-primary);
}

/* .step-subtitle {
  color: var(--step-subtitle);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400 !important;
} */

ul.tafiulcheck {
  list-style: disc;
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

ul.tafiulcheck li {
  font-size: 16px;
  line-height: 140%;
  color: var(--step-subtitle);
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
  font-family: "Be vietnam";
  margin-bottom: 8px;
}

ul.tafiulcheck li .subtitle {
  color: var(--color-text-primary);
}

ul.tafiulcheck li.has-check:before {
  content: "";
  position: absolute;
     top: 7px;
    left: -2px;
  width: 12px; 
  height: 12px;
  background-image: url('/api/media/file/tickmark.svg');
  background-size: contain;
  background-repeat: no-repeat
}

ul.tafiulcheck li.no-check {
  padding-left: 0;
  margin-bottom: 12px;
}

ul.tafiulcheck li.no-check:before {
  content: none;
}

.step_section_container {

  /* CTA Button - 100% matches your design */
  & .tafi-cta-button {
    display: inline-flex;
    align-items: center;
    border: 0.6px solid var(--button-darkie-flat-stroke, #D1C7CA);
    gap: 12px;
    margin-top: 24px;
    padding: 12px 24px;
    background: var(--button-darkie-flat-bg, #EEE8E9);
    color: #1B1819;
    font-size: 14px;
    font-weight: 700;
    border-radius: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  & .tafi-cta-button:hover {
    background: var(--button-darkie-flat-bg, #EEE8E9);
  }

  & .cta-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  & .cta-arrow {
    font-size: 28px;
    line-height: 1;
    margin-bottom: -2px;
  }

  & .cta-text {
    white-space: nowrap;
  }
}

/* Image wrapper – replaces .step-right */
.step-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.step-image-wrapper.right {
  padding-right: 0;
  justify-content: flex-end;
}

.step-image-wrapper.left {
  padding-left: 0;
  justify-content: flex-start;
}

.step-image {
  /* max-width: 410px; */
  height: auto;
}

.media-container {
  background: transparent !important;
}

/* Floating animation - same for all four positions */
@keyframes floating {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  25% {
   
    transform: translate3d(3px, -6px, 0) rotate(1deg) scale(1.02);
  }

  50% {
    transform: translate3d(-2px, -10px, 0) rotate(-1deg) scale(1);
  }

  75% {
    transform: translate3d(-4px, -5px, 0) rotate(0.5deg) scale(1.01);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes floating1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate3d(4px, -6px, 0) rotate(1deg) scale(1.02);
  }

  50% {
    transform: translate3d(-3px, -10px, 0) rotate(-1deg) scale(1);
  }

  75% {
    transform: translate3d(-2px, -4px, 0) rotate(0.5deg) scale(1.01);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/
.float-top-left {
  position: absolute;
  top: 9rem;
  left: 18rem;
  z-index: 30;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform-style: preserve-3d;
  pointer-events: none;
  animation: floating 5s ease-in-out infinite;
}

.float-bottom-left img {
  height: 90px;
  width: auto;
}

.float-top-right {
  position: absolute;
  top: 10rem;
  right: 17rem;
  z-index: 30;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform-style: preserve-3d;
  pointer-events: none;
  animation: floating 5s ease-in-out infinite;
}

.float-bottom-left {
  position: absolute;
  bottom: 10rem;
  left: 20.7rem;
  z-index: 30;

}

.float-bottom-right {
  position: absolute;
  bottom: 7rem;
  right: 15rem;
  z-index: 30;


}

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* Base slider */
.ic-card {
  padding: 32px;
  background: #f7f3f4;
  border-radius: 24px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}

.ic-title {
  font-size: 24px;
  line-height: 116%;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.ic-label {
  font-size: 16px;
  color: rgb(27, 24, 25);
  margin: 3.5rem 0px 0px 0px;
  line-height: 140%;
  font-weight: 600;

}

.ic-mt30 {
  margin-top: 30px;
}

/* SLIDER -------------------------------------------------------------------------------------------------- */
.ic-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background: #d1c7ca;
  outline: none;
  margin: 1.5rem 0;
  cursor: pointer;
}

.ic-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;

  /* 1. Base color (Black) */
  background-color: #1b1819;

  /* 2. White line setup */
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px;
  /* Width: 2px, Height: 14px */
  background-repeat: no-repeat;
  background-position: center;

  
  border: none;
}

 
.ic-slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1b1819;
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}



.ic-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6B6164;
  font-weight: 500;
}

.ic-amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

/* Frequency Toggle */
.ic-frequency {
  display: flex;
  background: #ffffff;
  border-radius: 28px;
  padding: 6px;
  margin-top: 0.5rem;
  border: 0.6px solid #e9e2e3;
  outline: 0;
}

.ic-frequency button {
  flex: 1;
  padding: 12px 24px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  background: transparent;
  color: #6b6164;
  cursor: pointer;
  outline: 0;
  font-family: "Be Vietnam Pro";
}

.ic-freq-active {
  background: #353132 !important;
  color: #ffffff !important;
}

.ic-freq-active:hover {
  background: #1B1819 !important;
}

/* SLIDER ------------------------------------------------------------------------------------------------------- */

/* Select/Options ----------------------------------------------------------------------------------------------- */
.ic-select-wrapper {
  position: relative;
  width: 100%;
}

/* Select */
/* .ic-select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: 0;
  margin-top: 0.5rem;
} */

.ic-select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  /* extra space for icon */
  border: 1px solid #DDD4D7;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: none;
  margin-top: 0.5rem;
  color: #1b1819;

  /* Remove default arrow: Chrome, Safari */
  appearance: none;
  -webkit-appearance: none;

  /* Remove arrow in Firefox */
  -moz-appearance: none;

  /* For IE */
  background-image: none;
  font-family: "Be Vietnam Pro"

}

/* Select/Options ----------------------------------------------------------------------------------------------- */

/* Custom arrow icon */
.ic-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* click passes through */
  font-size: 20px;
  align-self: anchor-center;
  color: #6b7280;
}

/* Result */
.ic-result {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  margin-top: 2rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #f3f4f6;
}

.ic-result-div {
  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 13px;
}

.ic-result-amount {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 4px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
  font-family: "Be Vietnam Pro"
}

.ic-result-freq {
  white-space: nowrap;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
  font-family: "Be Vietnam Pro"
}

.ic-heart {
  align-self: center;
  color: #ec4899;
}

.ic-result-detail {
  font-size: 16px;
  color: #6b6164;
  font-family: "Be Vietnam";
  font-weight: 600;
  line-height: 140%;
  white-space: nowrap;
}

.ic-info {
  align-items: flex-start;
  margin-top: 14px;
  padding: 8px;
}

.ic-info-container {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 4px;
}

.ic-info-container .ic-info-left {
  align-self: flex-start;
}

.ic-info-container .ic-info-left .ic-bulk-warning {
  width: 16.67px;
  height: 16.67px;
  color: #a15e00;
  opacity: 1;
}

.ic-info-container .ic-info-right {
  font-family: "Be vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
  color: #6b6164;
}

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/
.cta-wrapper {
  max-width: 520px;
}

.cta-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--color-text-primary);
  line-height: 115.99999999999999%;
  margin: 0 0 24px 0;
}

.cta-subtitle {
  font-family: "Be vietnam";
  font-size: 18px;
  color: var(--step-subtitle);
  line-height: 1.6;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.cta-button:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.cta-button:active {
  border: 3px solid #ff80b2;
}


.cta-wa-icon {
  width: 26px;
  height: 26px;
}

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/
.block-section {
  padding: 65px 20px;
  /* background: linear-gradient(to bottom, #ffffff, #f8f9fa); */
}

.block-container {
  max-width: 1240px;
  margin: 0 auto;
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/

/* Spinner -----------------------------------------------------------------------------------------------------*/
.stable-spinner {
  position: relative;
  width: 40px;
  height: 40px;
}

/* Each bar */
.stable-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 16px;
  background: var(--primary-pink);
  border-radius: 3px;

  transform-origin: center -16px;
  transform: rotate(calc(var(--i) * 30deg));

  opacity: 0.15;
  animation: fadeCycle 1s linear infinite;
  /*  
    Negative delay makes the "bright bar" move CLOCKWISE  
    Increasing delay = rotation direction  
  */
  animation-delay: calc(var(--i) * 0.083s);
  /* ✅ true clockwise */
}

/* Clockwise fade only (NO rotation) */
@keyframes fadeCycle {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

/* Spinner -----------------------------------------------------------------------------------------------------*/

/* Features Grid  ----------------------------------------------------------------------------------------------*/

.elege-features-section {
  padding: 5px 20px;
  padding-bottom: 65px;
}

.elege-features-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: start;
}

.elege-feature-card {
  padding: 0px;
}

.elege-icon-wrapper {
  margin-bottom: 8px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.elege-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 16px;
  line-height: 115.99999999999999%;
}

.elege-feature-desc {
  color: var(--step-subtitle);
  max-width: 320px;
  font-family: "Be Vietnam";
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.dynamic-icon {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Features Grid  ----------------------------------------------------------------------------------------------*/

/* Logo Grid  --------------------------------------------------------------------------------------------------*/

/* LogoGridWithCTABlock.css */
/* ==================================================================
   Logo Grid With CTA Block – Full CSS (matches VC custom classes)
   ================================================================== */

.logo-grid-section {
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  max-width: 1176px;
  margin-inline: auto;
  margin: 24px;
}

.logo-grid-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-width: 1176px;
  left: 0px;
  width: 1176px;
}

.logo-grid-section .vc_row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}


.logo-grid-section .vc_column_container {
  position: relative;
  width: 50%;
  min-height: 1px;
  max-width: 50%;
  align-items: stretch;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.logo-grid-section .left .vc_column-inner {
  padding-top: 44px;
  padding-bottom: 0px;
  padding-right: 20%;
  padding-left: 56px;
}

.logo-grid-section .right .vc_column-inner {
  padding-right: 0px;
  padding-left: 25px;
}

.logo-grid-section .vc_column-inner {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  justify-content: flex-start;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: 476px;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
  vertical-align: top;
  height: 100%;
}

.logo-grid-section .vc_column-inner::before {
  content: "";
  display: table;
}

.logo-grid-section .vc_column-inner::after {
  content: " ";
  display: table;
}

.logo-grid-section .vc_column-inner:after {
  clear: both;
}

.logo-grid-section .wpb_wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.logo-grid-section .uvc-heading {
  display: flex;
  flex-direction: column;
}

.logo-grid-section .wpb_wrapper .ubtn-ctn-left {
  position: absolute;
  bottom: 44px;
}

.logo-grid-section .uvc-heading-spacer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.logo-grid-section .uvc-main-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 115.99999999999999%;
  margin-bottom: 1rem;
}

.logo-grid-section .uvc-sub-heading p {
  font-size: 18px;
  color: #ffffffbf;
  font-family: "Be vietnam";
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 2rem;
}

.logo-grid-section .vc_empty_space {
  height: 120px;
  clear: both;
}

.logo-grid-section .ubtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.logo-grid-section .ubtn:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.logo-grid-section .ubtn:active {
  border: 3px solid #ff80b2;
}


.logo-grid-section .ubtn-cta-icon {
  display: inline-block;
  vertical-align: middle;
}

.logo-grid-section .ubtn-cta-icon img {
  height: 13.5px;
  width: 7.5px;
}

.mobile_mockup_block .uvc-main-heading h2 {
  color: #1b1819;
}

.mobile_mockup_block .uvc-sub-heading p {
  color: #6b6164;
}

.mobile_mockup_block .uvc-heading {
  padding: 56px;
}

.mobile_mockup_block .ubtn-ctn-left {
  padding-left: 56px;
}

.mobile_mockup_block .uvc-header-left {
  max-width: 350px;
}

.mobile_mockup_block .ubtn-cta-icon img {
  height: 24px;
  width: 24px;
}

.mobile_mockup_block .left .vc_column-inner {
  padding-top: 100px;
}

/* Logo Grid  --------------------------------------------------------------------------------------------------*/
/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
.testimonial-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.testimonial-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.testimonial-grid {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  position: relative;
}

.testimonial-sidebar {
  width: 320px;
  flex-shrink: 0;
}

.testimonial-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 116%;
  color: var(--color-text-primary);
  margin: 0;
}

.testimonial-controls {
  margin-top: 48px;
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
}

.testimonial-btn-prev,
.testimonial-btn-next {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-btn-prev {
  background: #353132;
  color: white;
}

.testimonial-btn-prev:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.testimonial-btn-prev:active {
  border: 3px solid #ff80b2;
}

.testimonial-btn-next {
  background: #EEE8E9;
  border: 0.6px solid #D1C7CA;
  color: #1B1819;
  transition: all 0.2s ease;
  cursor: pointer;

}

.testimonial-btn-next:hover {
  background: #DDD4D7;
  border-color: #D1C7CA;
}

.testimonial-btn-next:active {
  box-shadow: inset 0 0 0 3px #FF80B2;
  border-color: #FF80B2;
  outline: none;
}

.testimonial-btn-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}



.testimonial-carousel {
  flex: 1;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 32px;
}

.testimonial-card {
  flex: 0 0 384px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  /* min-height: 320px; */
  min-height: 448px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.testimonial-avatar {
  position: relative;
  width: 48px;
  height: 48px;
}

.testimonial-avatar-bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

.testimonial-avatar-img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

.testimonial-name {
  font-weight: 600;
  color: #111;
  margin: 0;
  font-size: 18px;
}

.testimonial-role {
  font-family: "Be Vietnam";
  color: #1b1819b2;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  margin: 4px 0 0;
}

.testimonial-quote {
  font-family: "Be Vietnam";
  font-size: 18px;
  line-height: 140%;
  color: #1b1819b2;
  font-weight: 400;
  margin: 0;
}

/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
/* Finanacial Flow  --------------------------------------------------------------------------------------------------*/

.financial-flow-section {
  padding: 80px 40px;
}

.financial-flow-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.financial-flow-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}

.financial-flow-title {
  font-size: 32px;
  line-height: 116%;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.financial-flow-subtitle {
  font-family: "Be Vietnam";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  vertical-align: middle;
  color: var(--step-subtitle);
  margin: 12px 0 0;
}

.financial-flow-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.financial-flow-cta:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.financial-flow-cta:active {
  border: 3px solid #ff80b2;
}


.financial-flow-cta img {
  height: 20px;
  width: 20px;
}

.financial-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.personas-container-wrapper .personas-container-main .financial-flow-grid {
  gap: 16px;
}

.financial-flow-card {
  background: #ffffff;
  border: 1.6px solid var(--gray-100, #e8e3e4);
  border-radius: 32px;
  padding: 14px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* .financial-flow-card:hover {
  transform: translateY(-8px);
} */

.financial-flow-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}

.financial-flow-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.financial-flow-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1b1819;
  margin: 0 0 12px;
}

.financial-flow-card-desc {
  font-family: "Be Vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6b6164;
  margin-bottom: 28px;
}

.financial-flow-read-more {
  background: #eee8e9;
  justify-content: space-between;
  color: #1b1819;
  padding: 8px 12px;
  border: 0.6px solid var(--button-darkie-flat-stroke, #d1c7ca);
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Be Vietnam Pro";
}

.financial-flow-read-more:hover {
  background: #DDD4D7;
  color: #1B1819;
}

.financial-flow-read-more:active {
  outline: 3px solid #ff80b2;
  outline-offset: -3px;
}

.financial-flow-read-more img {
  height: 24px;
  width: 24px;
  color: #1b1819;
}

.financial-flow-arrow {
  font-size: 20px;
  font-weight: 300;
}

/* Financial Flow  --------------------------------------------------------------------------------------------------*/
/* FAQ Section --------------------------------------------------------------------------------------------------*/

.faq-section {
  padding: 80px 0;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}

.faq-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: var(--color-text-primary);
  margin: 0 0 60px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #E8E3E4;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #EEE8E9;
}

.faq-item-open {
  border-color: #EEE8E9;
}

.faq-question {
  font-family: "Be Vietnam";
  padding: 16px 24px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  font-weight: 400;
  color: var(--color-text-primary);
  background-color: #FCFCFC;
  gap: 12px;
  word-break: normal;
}

.faq-icons {
  display: flex;
  align-items: center;
}

.faq-arrow-icon {
  color: #a09296;
  transition: transform 0.3s ease;
}

.faq-close-icon {
  color: #a09296;
  transition: all 0.2s;
}

.faq-close-icon:hover {
  color: #a09296;
}

/* Answer Animation */
.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  background-color: #fcfcfc;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-in-out;
}


.faq-item-open .faq-answer-wrapper {
  max-height: 1000px;
  opacity: 1;
  background-color: #fcfcfc;

  /* padding: 16px 16px 16px 24px; */
}

.faq-answer {
  padding: 0 24px 16px;
}

.faq-answer-content {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #6B6164;
  word-break: normal;

}

/* Left Border on Answer */
.faq-answer-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #B8ADB0;
  border-radius: 2px;
}

/* FAQ Section  --------------------------------------------------------------------------------------------------*/

/* ------------------------------- */
/* RESPONSIVE DESIGN               */
/* ------------------------------- */

/* caution */

@media (max-width: 1280px) {
  .personas-container-main .container {
    max-width: 1280px;
  }
}



@media (max-width: 1232px) {
  .logo-grid-section .vc_column-inner {
    max-height: 450px;
  }
}

/* caution */

@media (max-width: 1160px) {
  .personas-container-main .container {
    max-width: 1150px;
  }


}


/* TABLET */
@media (max-width: 1024px) {
  .cta-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  .cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .ic-frequency {
    border-radius: 28px;
    border: 0.6px solid #e9e2e3;
    padding: 6px;
  }

  .ic-frequency button {
    padding: 8px 16px;
    border-radius: 20px;
  }

  .ic-result {
    text-align: left;
    flex-direction: column;
  }

  .ic-info-container .ic-info-right {
    font-size: 12px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 38px;
  }

  .logo-grid-section .ubtn {
    font-size: 14px !important;
    padding: 10px 32px !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 400px;
  }

  .financial-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .personas-container-wrapper {
    position: relative;
  }
}

@media (max-width: 992px) {
  .logo-grid-section .uvc-main-heading h2 {
    font-size: 32px;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 20px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 320px;
  }
}

@media (max-width: 800px) {
  .personas-container-main .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 88px;
      height: 88px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 52px;
      line-height: 116%;
    }
  }

  .step-number {
    padding: 3px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .step-section {
    padding: 50px 24px;
    gap: 24px;
  }

  .step-label {
    font-size: 16px;
    font-weight: 600;
  }

  .step-image-wrapper .step-image {
    max-width: 320px;
  }

  .tafi-es-la-container p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .personas-container-main .fourth_block p {
    font-weight: 500;
    line-height: 24px;
    width: 80%;
  }

  .personas-container-main .beneficios p {
    font-weight: 500;
    line-height: 24px;
  }

  .step-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  ul.tafiulcheck li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .float-top-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-top-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .float-bottom-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .elege-features-grid {
    gap: 16px;
  }

  .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    bottom: 36px;
  }

  .logo-grid-section {
    border-radius: 56px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .logo-grid-section .ubtn {
    font-size: 10px !important;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 16px;
  }

  .testimonial-grid {
    gap: 16px;
  }

}

/* MOBILE */
@media (max-width: 640px) {
  .block-grid {
    grid-template-columns: 1fr;
  }

  .personas-container-main .container {
    padding-left: 0px;
    padding-right: 0px;
  }


  .step-section {
    flex-direction: column;
    text-align: center;
    padding: 8px 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .step-number {
   padding: 4.3px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .step-content,
  .step-image-wrapper {
    width: 100%;
    order: initial !important;
    /* forces content first on mobile */
    padding-left: 1px;
    padding-right: 1px;
    width: 440px;
  }

  .step-image-wrapper.right {
    padding-right: 25px;
    justify-content: center;
  }

  .step-image-wrapper.left {
    padding-left: 25px;
    justify-content: center;
  }

  .step-content {
    order: 1 !important;
  }

  .step-image-wrapper {
    order: 2 !important;
  }

  .step-label-wrapper {
    justify-content: flex-start;
  }

  .step-title {
    text-align: start;
    font-size: 24px;
  }

  .step-subtitle {
    font-size: 16px;
    text-align: start;
    line-height: 20px;
  }

  .step-image {
    max-width: 100%;
  }

  .step-section .step-content {
    padding-right: 1px;
    box-sizing: border-box;
    padding-left: 1px;
  }

  .personas-container-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .tafi-es-la-container {
    font-size: 18px !important;

    & p {
      font-size: 18px !important;
    }
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 32px;
      line-height: 116%;
    }
  }

  .personas-container-main {
    & .fourth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }

    & .beneficios {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }

  ul.tafiulcheck li {
    font-size: 14px;
  }

  .float-top-left {
    top: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-top-right {
    top: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .float-bottom-left {
    bottom: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    bottom: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .elege-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .logo-grid-section .vc_column_container {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logo-grid-section .wpb_wrapper {
    height: 420px;
  }

  .testimonial-grid {
    flex-direction: column;
  }

  .testimonial-track {
    max-width: 423px;
  }

  .mobile_mockup_block .left {
    order: 2 !important;
  }

  .mobile_mockup_block .right {
    order: 1 !important;
  }



  .financial-flow-section {
    padding: 60px 0;
  }

  .financial-flow-header {
    flex-direction: column;
    text-align: center;
  }

  .financial-flow-title {
    font-size: 36px;
  }

  .financial-flow-card {
    padding: 24px;
  }

  .financial-flow-image-wrapper {
    height: 180px;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 17px;
  }

  .faq-answer {
    padding: 0 24px 16px;
  }

  .faq-answer-content {
    font-size: 15.5px;
    padding-left: 16px;
  }

  .faq-answer-content::before {
    width: 2px;
  }

  .testimonial-controls {
    position: unset;
  }
}

@media (max-width: 425px) {

  .step-content,
  .step-image-wrapper {
    width: 320px;
  }

  .step-image {
    max-width: 277px;
  }

  .elege-feature-desc {
    font-size: 14px;
  }

  .elege-feature-card {
    padding: 16px 0px;
  }

  .testimonial-track {
    max-width: 300px;
  }

  .testimonial-heading {
    font-size: 32px;
  }

  .testimonial-sidebar {
    width: 280px;
  }
}

@media (max-width: 320px) {
  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 28px;
      line-height: 116%;
    }
  }

  .step-content,
  .step-image-wrapper {
    width: 275px;
  }

  .step-image {
    max-width: 250px !important;
  }

  .testimonial-track {
    max-width: 250px;
  }
}

.personas-container-wrapper .personas-container-main .tafi-es-la-container p {
  width: 75%;
  margin-bottom: 40px;
  font-family: "Be Vietnam Pro";

}

.personas-container-wrapper .personas-container-main .beneficios p {
  font-weight: 700;
}

.personas-container-wrapper .personas-container-main .beneficios {
  scroll-margin-top: 200px;

}


.personas-container-wrapper .personas-container-main .fourth_block h2 {
  margin-bottom: 10px;
}


.personas-container-wrapper .personas-container-main .paso2 .step-content {
  padding-left: 50px;
}

.personas-container-wrapper .personas-container-main .sixth_block .paso2.stepsectioncustom .step-content {
  padding-left: 138px;
}

.personas-container-wrapper .personas-container-main .seventh_block .paso3.stepsectioncustom .step-content {
  padding-right: 40px;
}

.personas-container-wrapper .personas-container-main .paso3.step-content {
  padding-right: 50px;
}

.personas-container-wrapper .personas-container-main .step-section {
  padding: 2px 100px;
}

.personas-container-wrapper .personas-container-main .home_media {
  padding: 0px 58px;
}

.personas-container-wrapper .personas-container-main .logo-grid-section.personaslogogridcta {
  margin: auto;
}

.personas-container-wrapper .personas-container-main .logo-grid-section.personaslogogridcta .ubtn-ctn-left .ubtn-data.ubtn-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.personas-container-wrapper .personas-container-main .block-grid {
  gap: 30px;
}

.personas-container-wrapper .personas-container-main .block-section .cta-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 116%;
}

.personas-container-wrapper .personas-container-main .tafi-es-la-container p strong {
  font-weight: 600;
}

.personas-container-wrapper .personas-container-main .logo-grid-section .uvc-sub-heading p {
  font-size: 18px;
}

.personas-container-wrapper .personas-container-main .testimonial-grid {
  gap: 40;
}

.personas-container-wrapper .personas-container-main .testimonial-track {
  gap: 16px;
}

.personas-container-wrapper .personas-container-main .faq-section .faq-title {
  font-size: 36px;
  font-weight: 700;
}

.personas-container-wrapper .personas-container-main .testimonial-wrapper {
  padding: 0 0 0 40px;
}

.personas-container-wrapper .personas-container-main .testimonial-grid {
  gap: 116px
}

.personas-container-wrapper .personas-container-main .logo-grid-section {
  max-width: 1200px;
}

.personas-container-wrapper .personas-container-main .elege-features-section {
  padding: 5px 40px 65px;
}

.personas-container-wrapper .personas-container-main .logo-grid-section.mobile_mockup_block .vc_row.wpb_row.vc_row-fluid .vc_column_container.right .vc_column-inner {
  background: #baf15b;
}

.personas-container-wrapper .personas-container-main .elege-features-section .elege-features-grid {
  gap: 0px;
}

.personas-container-wrapper .personas-container-main .elege-features-section .elege-feature-card {
  padding: 24px;
}

.personas-container-wrapper .personas-container-main .block-section {
  padding-left: 40px;
  padding-right: 40px;
}

.personas-container-wrapper .personas-container-main .block-section .ic-card .ic-title {
  color: #1B1819;
}








@media (max-width: 991px) {
  .personas-container-wrapper .personas-container-main .paso2 .step-content {
    padding-left: 0px;
  }

  .personas-container-wrapper .personas-container-main .paso3.step-content {
    padding-right: 50px;
  }

  .personas-container-wrapper .personas-container-main .beneficios p {
    font-weight: 500;

  }

  .personas-container-wrapper .personas-container-main .mobile_mockup {
    padding: 0px 28px;
  }

  .personas-container-wrapper .personas-container-main .step-section {
    padding: 30px 60px;
  }

  .personas-container-wrapper .personas-container-main .sixth_block .paso2.stepsectioncustom .step-content {
    padding-left: 75px;
  }

  .personas-container-wrapper .personas-container-main .block-grid {
    gap: 0px;
  }

  .personas-container-wrapper .personas-container-main .logo_grid_block {
    padding: 0px 28px;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .left .vc_column-inner {
    padding: 44px 16% 0 40px
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section.mobile_mockup_block .uvc-heading {
    padding: 31px 50px 0px 0;

  }

  .personas-container-wrapper .personas-container-main .logo-grid-section.mobile_mockup_block .ubtn-data.ubtn-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section.mobile_mockup_block .wpb_wrapper .ubtn-ctn-left {
    bottom: 36px;
    padding-left: 0px;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-section {
    padding: 80px 30px;
  }

  .personas-container-wrapper .personas-container-main .tafi-es-la-container p {
    font-weight: 400;
    font-size: 20px;
  }

  .personas-container-wrapper .personas-container-main .block-section .cta-title {
    font-size: 32px;

  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .uvc-main-heading h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 116%;
  }

  .personas-container-wrapper .personas-container-main .tafi-es-la-container p strong {
    font-weight: 400;

  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .wpb_single_image .vc_single_image-wrapper {
    height: 300px;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .vc_column-inner {
    max-height: 352px;
  }

  .personas-container-wrapper .personas-container-main .testimonial-grid {
    gap: 33px
  }

  .personas-container-wrapper .personas-container-main .testimonial-track {
    gap: 32px;
  }

  .personas-container-wrapper .personas-container-main .testimonial-wrapper {
    padding: 0 0 0 28px;
  }

  .personas-container-wrapper .personas-container-main .elege-features-section {
    padding: 5px 32px 65px;
  }

  .personas-container-wrapper .personas-container-main .elege-features-section .elege-features-grid {
    gap: 0px;
  }

  .personas-container-wrapper .personas-container-main .elege-features-section .elege-feature-card {
    padding: 16px;
  }

  .personas-container-wrapper .personas-container-main .faq-section {
    padding-bottom: 40px;
  }

  .personas-container-wrapper .personas-container-main .faq-section .faq-container {
    padding-left: 28px;
    padding-right: 28px;
  }
}


/* mobile mocku */
.personas-container-wrapper .personas-container-main .mobile_mockup_block {
  margin: auto;
}

@media (max-width: 768px) {
  .personas-container-wrapper .personas-container-main .stepsectioncustom {
    padding: 50px 60px;
  }

  .personas-container-wrapper .personas-container-main .mobile_mockup_block .ubtn-ctn-left {
    padding-bottom: 18px;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .left .vc_column-inner {
    padding: 44px 30px 0px 30px;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    bottom: 54px;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section.mobile_mockup_block .wpb_wrapper {
    width: 88%;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
    margin-left: 10px;
  }


  .personas-container-wrapper .personas-container-main .tafi-es-la-container p {
    font-weight: 500;
    font-size: 18px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    line-height: 24px;
  }

  .personas-container-wrapper .personas-container-main .testimonial-card {
    padding: 28px;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-title {
    text-align: left;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-subtitle {
    text-align: left;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .uvc-sub-heading p {
    font-size: 18px;

  }

  .personas-container-wrapper .personas-container-main .testimonial-wrapper {
    padding: 0 20px;
  }

  .personas-container-wrapper .personas-container-main .testimonial-track {
    gap: 16px;
  }

  .personas-container-wrapper .personas-container-main .home_media {
    padding: 0px;
  }

  .logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
    height: auto;
  }
}



.personas-container-wrapper .personas-container-main .logo-grid-section .ubtn-cta-icon img {
  width: 18px;
  height: 18px;
}



.personas-container-wrapper .personas-container-main .financial-flow-container {
  padding: 0px 0px;
}

.personas-container-wrapper .personas-container-main .testimonial-controls {
  gap: 0px;
}

.personas-container-wrapper .personas-container-main .beneficios h2 {
  font-size: 32px;
}

.personas-container-wrapper .personas-container-main .logo-grid-section .vc_column_container.left {
  width: 57%;
  min-width: 57%;
}

.personas-container-wrapper .personas-container-main .logo-grid-section .vc_column_container.right {
  width: 43%;
  min-width: 43%;
}

@media (max-width: 640px) {
  .personas-container-wrapper .personas-container-main .cta-button {
    width: 100%;
    justify-content: center;
  }

  .personas-container-wrapper .personas-container-main .testimonial-controls {
    gap: 0px;
  }

  .personas-container-wrapper .personas-container-main .testimonial-carousel {
    width: 100%;
  }

  .personas-container-wrapper .personas-container-main .testimonial-track {
    max-width: 254px;
  }

  .personas-container-wrapper .personas-container-main .testimonial-card {
    flex: 0 0 280px;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-header {
    padding: 0px 10px;
    margin-bottom: 32px;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-grid {
    padding: 0px 10px;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-card {
    padding: 14px;
    width: 100%;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-cta {
    width: 100%;
    justify-content: center;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section.mobile_mockup_block .ubtn {
    justify-content: center;
  }

  .personas-container-wrapper .personas-container-main .beneficios h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section.mobile_mockup_block .uvc-heading {
    padding: 40px 0 0 0px;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section.mobile_mockup_block .wpb_wrapper .ubtn-ctn-left {
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .vc_column-inner {
    max-height: 300px;
  }

  .personas-container-wrapper .personas-container-main .tafi-es-la-container p strong {
    font-weight: 500;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-title {
    font-size: 32px;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-grid {
    padding: 0px;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-image-wrapper {
    width: 100%;
    height: 234px
  }

  .personas-container-wrapper .personas-container-main .financial-flow-grid {
    gap: 16px;
  }

  .personas-container-wrapper .personas-container-main .stepsectioncustom {
    padding: 0px;
  }

  .personas-container-wrapper .personas-container-main .step-image-wrapper.right {
    margin: 0px;
  }

  .personas-container-wrapper .personas-container-main .sixth_block .paso2.stepsectioncustom .step-content {
    padding-left: 0px;
  }

  .personas-container-wrapper .personas-container-main .step-image-wrapper.left {
    margin: 0px;
    padding-left: 0px;
  }

  .personas-container-wrapper .personas-container-main .step-section {

    margin-top: 80px;
    margin-bottom: 80px;

  }

  .personas-container-wrapper .personas-container-main .elege-features-grid {
    padding: 0 10px;
  }

  .personas-container-wrapper .personas-container-main .testimonial-card {
    min-height: 344px;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .right .vc_column-inner {
    padding-left: 31px;
    padding-right: 0;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .wpb_wrapper {
    width: 100%;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .ubtn {
    width: 100%;
  }

  .logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
    height: 100%;
  }

  .personas-container-wrapper .personas-container-main .faq-section .faq-title {
    font-size: 24px;
  }

  .personas-container-wrapper .personas-container-main .testimonial-wrapper {
    padding: 0 16px;
  }

  .personas-container-wrapper .personas-container-main .elege-features-section {
    padding: 5px 16px 65px;
  }

  .personas-container-wrapper .personas-container-main .elege-features-section .elege-features-grid {
    padding: 0px;
  }

  .personas-container-wrapper .personas-container-main .logo_grid_block {
    padding: 0 16px;
  }

  .personas-container-wrapper .personas-container-main .mobile_mockup {
    padding: 0 16px;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-section {
    padding: 80px 16px;
  }

  .personas-container-wrapper .personas-container-main .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    bottom: 54px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .personas-container-wrapper .personas-container-main .block-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .personas-container-wrapper .personas-container-main .faq-section .faq-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .personas-container-wrapper .personas-container-main .media_block .container {
    padding: 0 16px;
  }

  .personas-container-wrapper .personas-container-main .home_media {
    padding: 0px;
  }

  .personas-container-wrapper .personas-container-main .block-section .cta-content {
    padding: 0px 0px 0px 24px;
  }
}


.personas-container-wrapper .personas-container-main .financial-flow-cta.financial-flow-ctamobile {
  display: none;
}

@media (max-width: 768px) {
  .personas-container-wrapper .personas-container-main .financial-flow-cta.financial-flow-ctadesktop {
    display: none;
  }

  .personas-container-wrapper .personas-container-main .financial-flow-cta.financial-flow-ctamobile {
    display: inline-flex;
    margin-top: 16px;
  }
}

@media (max-width: 386px) {
  .personas-container-wrapper .personas-container-main .cta-button {
    width: 95%;
    justify-content: center;
  }
}


/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/ComerciosPage/index.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.comercios-container-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 0px;
}

.comercios-container-main {
  margin-top: 20px;
  margin-bottom: 20px;

  & h1,
  & h2,
  & h3,
  & .goldplaybi {
    font-family: "GoldPlay Alt", sans-serif !important;
  }

  & .payload-block.third_block {
    padding-top: 56px;
  }

  & .fourth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      font-weight: 700;
      font-family: "Be Vietnam";
    }

    & strong {
      color: var(--color-text-primary);
    }
  }

  & .fifth_block {
    max-width: 100%;
  }

  & .como-funciona {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      /* font-weight: 700; */
    }

    & strong {
      color: var(--color-text-primary);
    }
  }
}

.comercios-container-main .tafi-es-la-container {
  max-width: 640px;
  margin: 0 auto;

  font-family: "Be Vietnam", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.5px;
  text-align: center;

  & p {
    margin: 0 auto;
    font-family: "Be Vietnam", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    color: var(--step-subtitle);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  & strong {
    color: var(--color-text-primary);
  }

  & .container {
    padding: 0;
  }
}

.comercios_block {
  & .container-parent {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: left;
    font-size: 56px;
    line-height: 116%;
    color: #1b1819;
    font-family: "GoldPlay Alt", sans-serif;
  }

  & .container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  & .container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9.5px;
  }

  & .llevatelotitle {
    display: inline-block;
    padding: 16px;
    gap: 3.16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 24px;
    background: #d5f895;
  }

  & .subtitle {
    position: relative;
    line-height: 100%;
    margin-right: 10px;
    color: var(--color-text-primary);
  }

  & b,
  & strong {
    font-weight: 700;
  }

  & .container2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  & .relaxtitle {
    background: #ff80b2;
    padding: 16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 8px;
  }

  & .chaticontitle {
    padding: 0;
  }

  & .chaticontitle img {
    width: 88px;
    height: 88px;
  }
}

.comercios-container-main .float-bottom-left img {
  width: 347px;
  /* Or use max-width */
  height: auto !important;
  /* Aspect ratio maintain rakho */
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);
}

.comercios-container-main .float-top-right img {
  height: 120px;
  width: 308px;
}

.comercios-container-main .step-title {
  font-size: 36px;
  max-width: 456px;
}

.comercios-container-main ul.tafiulcheck {
  max-width: 456px;
}

/* Supported Features -------------------------------------------------------------------------------------------------- */

.support-features-block {
  padding: 40px;
}

.support-features-container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff2e9;
  border-radius: 64px;
  padding: 56px;
}

.support-features-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

/* LEFT SIDE */
.support-features-left {
  flex: 1;
  min-width: 448px;
}

.support-features-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 116%;
  color: #1b1819;
  margin: 0 0 24px 0;
  letter-spacing: 0px;
}

.support-features-subtitle {
  font-family: "Be Vietnam";
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #6b6164;
  margin: 0;
}

/* RIGHT SIDE – Max 2 per row, 3rd goes below and centered */
.support-features-right {
  flex: 1.8;
  min-width: 212px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
  gap: 24px;
  justify-content: center;
  justify-items: flex-start;
}

.support-feature-card {
  width: 100%;
  max-width: 256px;
  text-align: start;
  padding: 0;
}

.support-feature-icon-wrapper {
  text-align: start;
  margin-bottom: 16px;
  /* width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    background-color: #ffeae2;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(255, 107, 157, 0.18); */
}

.support-feature-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.support-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px 0;
  line-height: 116%;
}

.support-feature-description {
  font-family: "Be Vietnam";
  font-size: 16px;
  line-height: 140%;
  color: #a09296;
  margin: 0;
  font-weight: 400;
}


.comercios-container-main .mobile_mockup_block .uvc-main-heading h2 {
  color: #1b1819;
}

.comercios-container-main .mobile_mockup_block .uvc-sub-heading p {
  color: #6b6164;
}

.comercios-container-main .mobile_mockup_block .uvc-heading {
  padding: 56px;
}

.comercios-container-main .mobile_mockup_block .ubtn-ctn-left {
  padding-left: 56px;
}

.comercios-container-main .mobile_mockup_block .uvc-header-left {
  max-width: 350px;
}

.comercios-container-main .mobile_mockup_block .ubtn-cta-icon img {
  height: 24px;
  width: 24px;
}

.comercios-container-main .mobile_mockup_block .left .vc_column-inner {
  padding-top: 100px;
}

/* Supported Features -------------------------------------------------------------------------------------------------- */

.comercios-container-main .mobile_mockup_block .uvc-header-left {
  max-width: 100%;
}

.comercios-container-main .logo-grid-section .uvc-sub-heading p {
  font-size: 18px;
  color: #ffffffbf;
  font-family: "Be vietnam";
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 2rem;
}


.comercios-container-main .logo-grid-section .ubtn-cta-icon img {
  height: 13.5px;
  width: 7.5px;
}

/* Floating animation - same for all four positions */
@keyframes floating {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate3d(3px, -6px, 0) rotate(1deg) scale(1.02);
  }

  50% {
    transform: translate3d(-2px, -10px, 0) rotate(-1deg) scale(1);
  }

  75% {
    transform: translate3d(-4px, -5px, 0) rotate(0.5deg) scale(1.01);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes floating1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate3d(4px, -6px, 0) rotate(1deg) scale(1.02);
  }

  50% {
    transform: translate3d(-3px, -10px, 0) rotate(-1deg) scale(1);
  }

  75% {
    transform: translate3d(-2px, -4px, 0) rotate(0.5deg) scale(1.01);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

.comercios-container-main .float-bottom-left {
  position: absolute;
  bottom: 11rem;
  left: 14rem;
  z-index: 30;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform-style: preserve-3d;
   animation: floating 5s ease-in-out infinite;

}

.comercios-container-main .float-top-right {
  position: absolute;
  top: 6rem;
  right: 15rem;
  z-index: 30;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform-style: preserve-3d;
  animation: floating1 5s ease-in-out infinite;
}

@media (max-width: 1280px) {
  .comercios-container-main .container {
    max-width: 1280px;
  }
}

@media (max-width: 1160px) {
  .comercios-container-main .container {
    max-width: 1150px;
  }

  .comercios-container-main .float-bottom-left img {
    height: auto;
    max-width: 226px;
  }

  .comercios-container-main .float-top-right img {
    height: auto;
    max-width: 256px;
  }
}


@media (max-width: 992px) {
  .support-features-wrapper {
    flex-direction: column;
    gap: 56px;
    text-align: start;
  }

  .support-features-left,
  .support-features-right {
    flex: none;
    width: 100%;
  }

  .support-features-right {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }

  .support-features-container {
    padding: 70px 40px;
  }

  .support-features-title {
    font-size: 40px;
    margin: 0 0 8px 0;
  }

  .support-features-subtitle {
    font-weight: 700;
  }

  .comercios-container-main .mobile_mockup_block .uvc-heading {
    padding: 30px;
  }

  .comercios-container-main .mobile_mockup_block .ubtn-ctn-left {
    padding-left: 30px;
  }

  .comercios-container-main .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    bottom: 36px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .comercios-container-main .float-bottom-left img {
    height: auto;
    max-width: 196px;
  }

  .comercios-container-main .float-top-right img {
    height: auto;
    max-width: 220px;
  }
}

@media (max-width: 800px) {
  .comercios_block {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 88px;
      height: 88px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 52px;
      line-height: 116%;
    }
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .comercios_block {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 28px;
      line-height: 116%;
    }
  }

  .support-features-right {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .support-features-left {
    min-width: 100%;
  }

  .support-features-title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .support-features-block {
    padding: 70px 15px;
  }

  .support-features-container {
    padding: 50px 25px;
  }

  .support-features-title {
    font-size: 36px;
    word-wrap: break-word;
  }
}

@media (max-width: 425px) {
  .comercios_block {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 22px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 22px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 22px;
      line-height: 116%;
    }
  }

  .comercios-container-main .float-bottom-left {
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 320px) {
  .comercios_block {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 22px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 22px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 22px;
      line-height: 116%;
    }
  }
}


.comercios-container-wrapper .comercios-container-main .tafi-es-la-container {
  max-width: 930px;

}




.comercios-container-main .testimonial-grid {
  gap: 90px;
}

.comercios-container-main .testimonial-grid .testimonial-track {
  gap: 16px;
}

.comercios-container-main .testimonial-sidebar {
  width: 356px;
}

.comercios-container-wrapper .comercios-container-main .testimonial-wrapper {
  padding: 0 0 0 40px;
}

.comercios-container-main .logo-grid-section.mobile_mockup_block {
  margin: auto;
}


.comercios-container-main .support-features-block_bg .support-features-container {
  background-color: #FFF2E9;
  padding: 56px;
}

.hero-block-wrapper.comercios_block .llevatelotitle {

  background: #d5f895;
}

.comercios-container-main .elege-features-section {
  padding: 5px 40px 65px;
}

.comercios-container-wrapper .comercios-container-main .media_block .container {
  padding: 0px 40px;
}

.hero-block-wrapper.comercios_block .container-parent .container.goldplaybi .llevatelotitle {
  font-size: 56px;
}

.hero-block-wrapper.comercios_block .container-parent .container.goldplaybi .subtitle {
  font-size: 56px;
}


@media (max-width: 800px) {

  .comercios-container-main .logo-grid-section .left .vc_column-inner {
    padding-top: 44px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 35px;
  }

  .comercios-container-main .testimonial-grid {
    gap: 20px;
  }

  .comercios-container-wrapper .comercios-container-main .fourth_block .payload-richtext h2 {

    font-size: 32px;

  }

  .comercios-container-main .step-section.step_section_container .step-title {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .comercios-container-wrapper .comercios-container-main .fourth_block .payload-richtext h2 {
    font-size: 24px;
    line-height: 116%;
    font-weight: 700;
    width: 90%;
    margin: auto;
  }

  .comercios-container-main .step-section.step_section_container .step-title {
    font-size: 24px;
  }
}

.comercios-container-wrapper .comercios-container-main .tafi-es-la-container p {
  width: 95%;
  margin-bottom: 40px;

  font-family: "Be Vietnam Pro", sans-serif;

  font-weight: 400;
  font-size: 24px;

  line-height: 32px;
}

.comercios-container-wrapper .comercios-container-main .tafi-es-la-container p strong {
  font-weight: 700;
}

.comercios-container-wrapper .comercios-container-main .logo-grid-section.personaslogogridcta {
  margin: auto;
}

.comercios-container-wrapper .comercios-container-main .logo-grid-section.personaslogogridcta .ubtn-ctn-left .ubtn-data.ubtn-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.logo-grid-section .vc_column_container {
  position: relative;
  width: 50%;
  min-height: 1px;
  max-width: 50%;
  align-items: stretch;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.comercios-container-wrapper .comercios-container-main .mobile_mockup_block {
  margin: auto;
}

.comercios-container-wrapper .comercios-container-main .testimonial-controls {
  gap: 0px;
}

.comercios-container-main .logo-grid-section.mobile_mockup_block .uvc-sub-heading p {
  color: #6B6164;
  font-weight: 500;
}

.comercios-container-main .logo-grid-section.mobile_mockup_block .vc_row.wpb_row.vc_row-fluid .vc_column_container.right .vc_column-inner {
  background: rgba(186, 241, 91, 1);
}

.comercios-container-main .logo-grid-section {
  max-width: 1200px;
}

.comercios-container-main .step_third .step-title {
  font-size: 36px;
  font-weight: 700;
}

.comercios-container-main .step-section {
  padding: 2px 100px;
}

.comercios-container-main .fourth_block h2 {
  font-size: 36px;
}
.comercios-container-main .beneficios {
  scroll-margin-top: 280px;
}

.comercios-container-main .como-funciona {
  scroll-margin-top: 250px;
}


.comercios-container-main .como-funciona h2 {
  font-size: 36px;
}

.comercios-container-main .aliados .logo-grid-section.personaslogogridcta .uvc-sub-heading p {
  font-weight: 500;
}

.comercios-container-main .testimonial-section .testimonial-quote {
  font-weight: 500;
}

.comercios-container-main .mobile_mockup .logo-grid-section.mobile_mockup_block .wpb_wrapper .ubtn-ctn-left .ubtn-data.ubtn-text {
  font-size: 14px;
}

.comercios-container-main .faq-section .faq-title {
  font-size: 36px;
  font-weight: 700;
}

.comercios-container-main .elege-features-section .elege-feature-card {
  padding: 24px;
}

.comercios-container-main .elege-features-section .elege-features-grid {
  gap: 0;
}

.comercios-container-main .aliados {
  padding-top: 40px;
  padding-bottom: 40px;
  scroll-margin-top: 120px;

}


.comercios-container-wrapper .comercios-container-main .logo-grid-section .vc_column_container.left {
  width: 57%;
  min-width: 57%;
}

.comercios-container-wrapper .comercios-container-main .logo-grid-section .vc_column_container.right {
  width: 43%;
  min-width: 43%;
}

.comercios-container-wrapper .comercios-container-main .step_section_container .tafi-cta-button {
  background: #EEE8E9;
  border: 0.6px solid #D1C7CA;
  color: #1B1819;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
 
}

.comercios-container-wrapper .comercios-container-main .step_section_container .tafi-cta-button:hover {
  background: #DDD4D7;
  border-color: #D1C7CA;
  color: #1B1819;
}

.comercios-container-wrapper .comercios-container-main .step_section_container .tafi-cta-button:active {
  box-shadow: inset 0 0 0 3px #FF80B2;
  border-color: #FF80B2;
  outline: none;
}

.comercios-container-wrapper .comercios-container-main .step_section_container .tafi-cta-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}


@media (max-width: 991px) {
  .comercios-container-wrapper .comercios-container-main .tafi-es-la-container p {
    width: 80%;
    margin-bottom: 40px;

  }

  .comercios-container-wrapper .comercios-container-main .aliados {
    padding: 0px 28px;
  }

  .logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
    height: 100%;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section .vc_column-inner {
    max-height: 350px;
  }

  .comercios-container-main .logo-grid-section .uvc-sub-heading p {
    width: 92%;

  }

  .comercios-container-main .logo-grid-section.mobile_mockup_block .uvc-sub-heading p {
    color: #6B6164;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section.mobile_mockup_block .ubtn-data.ubtn-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  .comercios-container-wrapper .comercios-container-main .support-features-block {
    padding: 24px 28px;
  }

  .comercios-container-wrapper .comercios-container-main .mobile_mockup {
    padding: 24px 28px;
  }

  .comercios-container-wrapper .comercios-container-main .step_fourth .step-section .step-title {
    font-size: 32px;
    ;
    font-weight: 700;
    line-height: 116%;
  }

  .hero-block-wrapper.comercios_block .container-parent .container.goldplaybi .llevatelotitle {
    font-size: 56px;
  }

  .hero-block-wrapper.comercios_block .container-parent .container.goldplaybi .subtitle {
    font-size: 56px;
  }

  .hero-block-wrapper.comercios_block .container-parent .container.goldplaybi .relaxtitle {
    font-size: 56px;
  }


  .comercios-container-main .float-bottom-left {
    bottom: 7rem;
    left: 11rem;
  }

  .comercios-container-main .float-top-right {
    top: 2rem;
    right: 10rem;
  }

  .comercios-container-main .step-section {
    padding: 20px 56px 20px 72px;
  }

  .comercios-container-main .step_third .step-title {
    font-size: 32px;
  }

  .comercios-container-main .aliados .logo-grid-section.personaslogogridcta .uvc-sub-heading p {
    font-weight: 700;
  }

  .comercios-container-main .testimonial-section .testimonial-quote {
    font-weight: 400;
  }

  .comercios-container-main .logo-grid-section.mobile_mockup_block .uvc-sub-heading p {
    font-weight: 700;
  }

  .comercios-container-main .mobile_mockup_block .uvc-main-heading h2 {
    font-size: 32px;
  }

  .comercios-container-wrapper .comercios-container-main .testimonial-wrapper {
    padding: 0 0 0 28px;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section.personaslogogridcta .uvc-main-heading h2 {
    font-size: 32px;
  }

  .comercios-container-wrapper .comercios-container-main .media_block .container {
    padding: 0px 28px;
  }

  .comercios-container-wrapper .faq-section .faq-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .comercios-container-wrapper .faq-section {
    padding-bottom: 40px;
  }

  .comercios-container-wrapper .comercios-container-main .elege-features-section .elege-feature-card {
    padding: 16px;
  }



}

@media (max-width: 768px) {
  .comercios-container-wrapper .comercios-container-main .testimonial-card {
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .comercios-container-wrapper .comercios-container-main .tafi-es-la-container p {
    font-weight: 500;
    line-height: 24px;
    width: 94%;
  }

  .comercios-container-wrapper .comercios-container-main .hero-block-wrapper.comercios_block .llevatelotitle {
    white-space: nowrap;
  }

  .comercios-container-wrapper .comercios-container-main .hero-block-wrapper.comercios_block .relaxtitle {
    white-space: nowrap;
  }

  .comercios-container-wrapper .comercios-container-main .container.goldplaybi {
    padding: 0px
  }

  .comercios-container-wrapper .comercios-container-main .elege-features-section {
    padding: 0px 16px;
  }

  .comercios-container-wrapper .comercios-container-main .elege-features-grid {
    padding: 16px;
  }

  .comercios-container-wrapper .comercios-container-main .elege-features-section .elege-features-grid .elege-feature-card .elege-feature-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .comercios-container-main .como-funciona {
    margin-top: 60px;

  }

  .comercios-container-main .como-funciona h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 116%;
  }

  .comercios-container-main .step_third .step-title,
  .comercios-container-main .step_fourth .step-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    color: #1B1819;
  }

  .comercios-container-wrapper .comercios-container-main .step-section {
    margin-top: 24px;
    margin-bottom: 24px;
  }


  .comercios-container-wrapper .comercios-container-main .step-section .step-image-wrapper {
    margin: 0px;
    padding: 0px;
  }

  .comercios-container-wrapper .comercios-container-main .step-section .tafi-cta-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* .comercios-container-wrapper .comercios-container-main .step_first .step-section .step-image-wrapper .step-image {
    transform: rotateY(360deg);

  } */


  .comercios-container-wrapper .comercios-container-main .step_first .step-section,
  .comercios-container-wrapper .comercios-container-main .step_second .step-section,
  .comercios-container-wrapper .comercios-container-main .step_fourth .step-section,
  .comercios-container-wrapper .comercios-container-main .step_third .step-section {

    flex-direction: column-reverse;

  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section .left .vc_column-inner {
    padding: 44px 30px 0;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section .uvc-main-heading h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 116%;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section .uvc-sub-heading p {
    font-size: 18px;
  }

  .comercios-container-main .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    width: 100%;
    bottom: 0px;
    justify-content: center;
  }

  .comercios-container-main .logo-grid-section .uvc-sub-heading p {
    width: 100%;
  }

  .comercios-container-wrapper .comercios-container-main .testimonial-wrapper {
    padding: 0 20px;
  }

  .comercios-container-wrapper .comercios-container-main .testimonial-carousel {
    width: 100%;
  }

  .comercios-container-wrapper .comercios-container-main .testimonial-track {
    max-width: 254px;
  }

  .comercios-container-wrapper .comercios-container-main .testimonial-card {
    min-height: 344px;
    flex: 0 0 280px;
  }

  .comercios-container-wrapper .comercios-container-main .testimonial-track {
    gap: 16px;
  }

  .comercios-container-main .support-features-block_bg .support-features-container {
    padding: 32px;
  }

  .comercios-container-wrapper .comercios-container-main .support-features-block .support-features-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 116%;
  }

  .comercios-container-wrapper .comercios-container-main .support-features-block {
    padding: 20px 16px;
  }

  .comercios-container-wrapper .comercios-container-main .support-features-block .support-features-wrapper {
    gap: 40px;
  }

  .comercios-container-wrapper .comercios-container-main .mobile_mockup {
    padding: 20px 16px;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section .right .vc_column-inner {
    padding-left: 31px;
    padding-right: 0;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section.mobile_mockup_block .uvc-heading {
    padding: 40px 0 0;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section.mobile_mockup_block .wpb_wrapper .ubtn-ctn-left {
    width: 87%;
    padding-bottom: 0;
    padding-left: 0;
    bottom: 22px;
  }

  .hero-block-wrapper.comercios_block .container-parent .container.goldplaybi .llevatelotitle {
    font-size: 32px;
  }

  .hero-block-wrapper.comercios_block .container-parent .container.goldplaybi .subtitle {
    font-size: 32px;
  }

  .hero-block-wrapper.comercios_block .container-parent .container.goldplaybi .relaxtitle {
    font-size: 32px;
  }

  .comercios-container-main .step-section {
    padding: 0px 40px 0px 40px;
  }

  .comercios-container-wrapper .comercios-container-main .step_fourth .step-section .step-title {
    font-size: 24px;
  }

  .comercios-container-main .step_third .step-title {
    font-size: 24px;
  }

  .comercios-container-main .float-bottom-left {
    bottom: 48px;
    left: 2rem;
  }

  .comercios-container-main .float-top-right {
    top: 1rem;
    right: 7rem;
  }

  .comercios-container-main .stepsectioncustom {
    padding: 0px 40px;
  }

  .comercios-container-main .aliados .logo-grid-section.personaslogogridcta .uvc-sub-heading p {
    font-size: 20px;
  }

  .comercios-container-main .testimonial-section .testimonial-quote {
    font-weight: 600;
  }

  .comercios-container-main .logo-grid-section.mobile_mockup_block .uvc-sub-heading p {
    font-weight: 700;
  }

  .comercios-container-main .faq-section .faq-title {
    font-size: 24px;
  }

  .comercios-container-wrapper .comercios-container-main .aliados {
    padding: 0 16px;
  }

  .comercios-container-wrapper .comercios-container-main .logo-grid-section.personaslogogridcta .uvc-main-heading h2 {
    font-size: 32px;
  }

  .comercios-container-wrapper .comercios-container-main .step_fourth .step-section .step-image-wrapper .step-image {
    padding-right: 32px;
  }

  .comercios-container-wrapper .comercios-container-main .step_third .step-section .step-image-wrapper .step-image {
    padding-left: 20px;
  }

  .comercios-container-wrapper .comercios-container-main .media_block .container {
    padding: 0px 16px;
  }

  .comercios-container-main .float-top-right img {
    height: auto;
    max-width: 170px;
  }

  .comercios-container-main .float-bottom-left img {
    height: auto;
    max-width: 209px;
  }

  .comercios-container-wrapper .faq-section .faq-container {
    padding-left: 16px;
    padding-right: 16px;
  }


}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/nosotrospage/index.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.nosotros-container-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2px 0px;
}

.nosotros-container-main {
  margin-top: 20px;
  margin-bottom: 20px;

  & h1,
  & h2,
  & h3,
  & .goldplaybi {
    font-family: "GoldPlay Alt", sans-serif !important;
  }

  & .payload-block.third_block {
    padding-top: 56px;
  }

  & .fourth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      font-weight: 700;
      font-family: "Be Vietnam";
    }

    & strong {
      color: var(--color-text-primary);
    }
  }

  & .fifth_block {
    max-width: 100%;
  }

  & .tenth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      /* font-weight: 700; */
    }

    & strong {
      color: var(--color-text-primary);
    }
  }
}

.nosotros-container-main .tafi-es-la-container {
  max-width: 640px;
  margin: 0 auto;

  font-family: "Be Vietnam", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.5px;
  text-align: center;

  & p {
    margin: 0 auto;
    font-family: "Be Vietnam", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    color: var(--step-subtitle);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  & strong {
    color: var(--color-text-primary);
  }

  & .container {
    padding: 0;
  }
}





.nosotros-container-main {
  padding: 0px 40px;
}




/* Supported Features -------------------------------------------------------------------------------------------------- */

.support-features-block {
  padding: 40px;
}

.support-features-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 5px;
  background: none;
}

.support-features-wrapper {
  gap: 80px;
}


@media (max-width:640px) {

  .nosotros-container-main {
    padding: 0px;
  }

  .nosotros-container-main .step-image-wrapper {
    margin-top: 10px;
  }

  .nosotros-container-main .support-features-wrapper {
    gap: 40px;

  }

  .nosotros-container-wrapper {
    padding: 0rem 1rem;
  }

  .nosotros-container-main .support-features-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 116%;
  }




}





/* step section */

.step-section.Nosotros_hero {
  padding: 0px;
}

.supportfeaturessection {
  margin: 40px 0px;
}

.nosotros-container-main .step-section.Nosotros_hero img {
  width: 587px;
  height: auto;
}

.nosotros-container-main .step-section.Nosotros_hero .step-content {
  width: 42%;
  padding-left: 40px;
}

@media (max-width:800px) {
  .nosotros-container-main .step-section.Nosotros_hero {
    padding-bottom: 40px;
  }

  .nosotros-container-main {
    padding: 0px 30px;
  }
}



/* impactStatsblock=-=========================== */
.impactStatsblock {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 5px;
}


.nosotros-container-main .supportfeaturessection .support-features-subtitle {
  color: #A09296;
  font-weight: 500;
}

.nosotros-container-wrapper .nosotros-container-main .impactStatsblock {
  padding: 0px;
}




/* team section blok */
.teammaisection h2 {
  color: #1B1819
}

.step-section.Nosotros_hero .step-content .step-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 115.99999999999999%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.step-section.Nosotros_hero .step-content .tafiulcheck {

  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #6B6164;
}

.nosotros-container-main .teammaisection {
  padding-bottom: 40px;
}

/* payload-block */

.step-section.Nosotros_hero .payload-block {
  padding: 80px 40px;
}


/* cta */
.nosotros-container-main .cta-btn {
  width: 254px;
  margin-top: 56px;
}

.nosotros-container-main .nosotros_footer_cta {
  padding-bottom: 20px;
}

/* .nosotros-container-main .nosotros_footer_cta img {
  filter: saturate(300%);
} */


.nosotros-container-wrapper .nosotros-container-main .Nosotros_hero .step-image-wrapper.right {
  padding: 0px;
  margin-top: 0px;
}

.nosotros-container-wrapper .nosotros-container-main .teammaisection .card .scale {
  scale: 1.03;
}

.nosotros-container-wrapper .nosotros-container-main .step-section.Nosotros_hero ul.tafiulcheck li.no-check {
  color: #6B6164;

  font-size: 18px;

  font-weight: 500;
  line-height: 140%;
}

.nosotros-container-wrapper .nosotros-container-main .impactStatsblock .cards {
  gap: 12px;
}

.nosotros-container-wrapper .nosotros-container-main .impactStatsblock .card {
  gap: 20px;
}

.nosotros-container-main .teammaisection .cards .card .titel {
  font-family: "Be Vietnam Pro";
  color: rgba(255, 255, 255, 0.95);

}

.nosotros-container-main .support-features-block {
  padding: 0px;
  margin-top: 120px;
  margin-bottom: 80px;
}

.nosotros-container-main .support-features-block .support-features-container .support-features-wrapper {
  gap: 40px;
}

.nosotros-container-main .support-features-block .support-features-left {
  padding-left: 40px;
  min-width: 570px;
}

.nosotros-container-main .support-features-block .support-features-right {
  justify-items: flex-end;
}

@media (max-width:991px) {
  .nosotros-container-main .step-section.Nosotros_hero .step-content {
    width: 44%
  }

  .nosotros-container-main .step-section.Nosotros_hero .step-content .tafiulcheck {
    width: 88%;
  }

  .nosotros-container-main .step-section.Nosotros_hero img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px;
  }

  .nosotros-container-main .step-section.Nosotros_hero {
    align-items: stretch;
  }

  .nosotros-container-wrapper .nosotros-container-main .teammaisection .cards {
    padding: 0 2px;
  }

  .nosotros-container-wrapper .nosotros-container-main .step-section.Nosotros_hero .step-content .step-title {
    font-size: 36px;
  }

  .nosotros-container-main .support-features-block.supportfeaturessection {
    padding: 40px 10px 0px;

  }

  .nosotros-container-wrapper .nosotros-container-main .teammaisection .card .scale {
    scale: 1.047;
  }

  .nosotros-container-main .support-features-block .support-features-left {
    padding-left: 0px;
  }


}

@media(max-width:800px) {
  .nosotros-container-wrapper .nosotros-container-main .step-section.Nosotros_hero .step-image-wrapper .step-image {
    max-width: 400px;
  }
}

@media (max-width:768px) {
  .step-section.Nosotros_hero .step-content h2.step-title {
    font-size: 36px;
  }

  .support-features-block {
    padding: 0px;
  }

  .nosotros-container-main .cta-btn {
    width: 254px;
  }
}

@media (max-width:640px) {
  .nosotros-container-main .step-section.Nosotros_hero .step-content {
    width: 93%;
    padding-left: 24px;
  }

  .nosotros-container-main .step-section.Nosotros_hero {
    padding-bottom: 0px;
  }

  .nosotros-container-main .step-section {
    margin-top: 20px
  }

  .nosotros-container-main .nosotros_footer_cta .card {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .nosotros-container-main .support-features-block.supportfeaturessection {
    padding: 40px 6px 0px;

  }

  .nosotros-container-main .supportfeaturessection .support-features-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .nosotros-container-wrapper .nosotros-container-main .Nosotros_hero .step-image-wrapper.right {
    width: 100%;
    height: 299px;
  }

  .nosotros-container-main .step-section.Nosotros_hero {
    margin-bottom: 20px;
  }

  .nosotros-container-main .step-section.Nosotros_hero .step-content .tafiulcheck .no-check {
    font-size: 16px;
  }

  .nosotros-container-main .step-section.Nosotros_hero .step-content .tafiulcheck {
    width: 100%;
  }

  .nosotros-container-main .impactStatsblock .heading {
    font-size: 28px;
  }

  .nosotros-container-main .teammaisection .heading {
    font-size: 24px;
  }

  .nosotros-container-wrapper .nosotros-container-main .step-section.Nosotros_hero ul.tafiulcheck li.no-check {
    color: #6B6164;

    font-size: 16px;

    font-weight: 400;
    line-height: 140%;
  }

  .nosotros-container-wrapper .nosotros-container-main .step-section.Nosotros_hero .step-image-wrapper .step-image {
    max-width: 343px;
  }

  .nosotros-container-wrapper .nosotros-container-main .teammaisection .card .scale {
    scale: 1.04;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/TrabajaconNosotros/index.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TrabajaconNosotros-container-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 0px;
}
.TrabajaconNosotros-container-main {
  margin-top: 0px;
  margin-bottom: 20px;

  & h1,
  & h2,
  & h3,
  & .goldplaybi {
    font-family: "GoldPlay Alt", sans-serif !important;
  }

  & .payload-block.third_block {
    padding-top: 56px;
  }

  & .fourth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      font-weight: 700;
      font-family: "Be Vietnam";
    }

    & strong {
      color: var(--color-text-primary);
    }
  }

  & .fifth_block {
    max-width: 100%;
  }

  & .tenth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      /* font-weight: 700; */
    }

    & strong {
      color: var(--color-text-primary);
    }
  }
}

.nosotros-container-main .tafi-es-la-container {
  max-width: 640px;
  margin: 0 auto;

  font-family: "Be Vietnam", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.5px;
  text-align: center;

  & p {
    margin: 0 auto;
    font-family: "Be Vietnama", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    color: var(--step-subtitle);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  & strong {
    color: var(--color-text-primary);
  }

  & .container {
    padding: 0;
  }
}






/* Supported Features -------------------------------------------------------------------------------------------------- */

.support-features-block {
  padding: 40px;
}

.support-features-container {
 max-width: 1300px;
  margin: 0 auto;
  padding: 2px 5px;
  background: none;
}

.support-features-wrapper{
  gap: 80px;
}


@media (max-width:640px){
 
  .nosotros-container-main{
    padding:0px;
  }
  .nosotros-container-main .step-image-wrapper{
    margin-top: 10px;
  }
  .nosotros-container-main .support-features-wrapper{
  gap: 40px;
  
}
.TrabajaconNosotros-container-wrapper{
    padding: 0rem 1rem;
  }


}





/* step section */

.step-section.Nosotros_hero{
  padding: 0px;
}

.supportfeaturessection{
  margin: 40px 0px;
}

@media (max-width:768px){
  .step-section.Nosotros_hero .step-content h2.step-title{
    font-size: 36px;
  }
  .support-features-block{
    padding: 0px;
  }

}


/* impactStatsblock=-=========================== */
.impactStatsblock{
   max-width: 1300px;
  margin: 0 auto;
  padding: 2px 5px;
}


.nosotros-container-main .supportfeaturessection .support-features-subtitle{
  color:#A09296
}




/* team section blok */
.teammaisection h2{
  color:#1B1819
}

.step-section.Nosotros_hero .step-content .step-title{
font-weight: 700;
font-size: 40px;
line-height: 115.99999999999999%;
letter-spacing: 0px;
vertical-align: middle;
}

.step-section.Nosotros_hero .step-content .tafiulcheck{

  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color:#6B6164;
}


/* payload-block */

.step-section.Nosotros_hero .payload-block{
  padding: 80px 40px ;
}


/* cta */
.nosotros-container-main .cta-btn{
    width:254px;
  }

@media (max-width:768px){
  .nosotros-container-main .cta-btn{
    width:254px;
  }
}


/* //tarbajacon  step section*/
.TrabajaconNosotros-container-main .step-section{
    padding: 0px;
   
}
.TrabajaconNosotros-container-main{
  padding: 0 40px;
}

.TrabajaconNosotros-container-main .TrabajaconNosotros-hero  .step-title{
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;   
}
.TrabajaconNosotros-container-main .TrabajaconNosotros-hero ul.tafiulcheck li{
  font-size: 18px;
  font-weight: 500;
}
.TrabajaconNosotros-container-main .joblisting-main_trabaja .heading{
font-weight: 700;
font-size: 32px;
line-height: 115.99999999999999%;
letter-spacing: 0px;


}
.TrabajaconNosotros-container-main .step-section.TrabajaconNosotros-hero .step-image-wrapper.right{
  margin-top: 0px;
}



@media (max-width:1024px){
  .TrabajaconNosotros-container-main{
    padding:0px 32px;
  }
  .TrabajaconNosotros-container-main .TrabajaconNosotros-hero  .step-title{
    font-size: 40px;
       
}
}
@media (max-width:991px){
  .TrabajaconNosotros-container-main .TrabajaconNosotros-hero ul.tafiulcheck li{
  font-weight: 700;
}
}



@media (max-width:640px){
 
 .TrabajaconNosotros-container-main .TrabajaconNosotros-hero{
    flex-direction: column-reverse;
    gap:10px;
    margin-top: 0px;
 }
 .TrabajaconNosotros-container-main .TrabajaconNosotros-hero .step-title{
        font-size: 40px;

 }
  .TrabajaconNosotros-container-main{
    padding:0px 0px;
  }
 .TrabajaconNosotros-container-main .TrabajaconNosotros-hero  .step-title{
    font-size: 40px;
       
}
.TrabajaconNosotros-container-main .joblisting-main_trabaja .heading{
font-size: 24px;


}
.TrabajaconNosotros-container-main .TrabajaconNosotros-hero .step-content{
  width: 100%;

 }
.TrabajaconNosotros-container-main  .TrabajaconNosotros-hero .step-image-wrapper.right{
  padding-right: 0px;
 }
 .TrabajaconNosotros-container-main  .TrabajaconNosotros-hero .step-content{
  padding-left: 10px;
 }

}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/ComoPagarPage/index.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.como-pagar-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 0px;
}

.como-pagar-main {
  margin-top: 20px;
  margin-bottom: 20px;

  & h1,
  & h2,
  & h3,
  & .goldplaybi {
    font-family: "GoldPlay Alt", sans-serif !important;
  }

  & .payload-block.third_block {
    padding-top: 56px;
  }

  & .fourth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      font-weight: 700;
      font-family: "Be Vietnam";
    }

    & strong {
      color: var(--color-text-primary);
    }
  }

  & .step_section_container {
    max-width: 100%;
  }

  & .tenth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      /* font-weight: 700; */
    }

    & strong {
      color: var(--color-text-primary);
    }
  }
}

.como-pagar-main .tafi-es-la-container {
  max-width: 920px;
  margin: 0 auto;

  font-family: "Be Vietnam", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.5px;
  text-align: center;

  & p {
    margin: 0 auto;

    font-family: "Be Vietnam", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 116%;
    letter-spacing: 0.5px;
    text-align: center;
    color: #6b6164;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  & strong {
    color: var(--color-text-primary);
  }

  & .container {
    padding: 0;
  }
}

.hero-block-wrapper {
  & .container-parent {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: left;
    font-size: 56px;
    line-height: 116%;
    color: #1b1819;
    font-family: "GoldPlay Alt", sans-serif;
  }

  & .container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  & .container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9.5px;
  }

  & .llevatelotitle {
    display: inline-block;
    padding: 16px;
    gap: 3.16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 24px;
    background: #F3F1F1;
  }

  & .subtitle {
    position: relative;
    line-height: 100%;
    margin-right: 10px;
    color: var(--color-text-primary);
  }

  & b,
  & strong {
    font-weight: 700;
  }

  & .container2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  & .relaxtitle {
    background: #ff80b2;
    padding: 16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 8px;
  }

  & .chaticontitle {
    padding: 0;
  }

  & .chaticontitle img {
    width: 88px;
    height: 88px;
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

.step-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 54px;
  gap: 2px;
}

/* NEW: Flexible content & image containers (replaces .step-left & .step-right) */
.step-content,
.step-image-wrapper {
  width: 50%;
}

/* Default layout: Image on the RIGHT */
.step-section.image-right .step-content {
  order: 1;
}

.step-section.image-right .step-image-wrapper {
  order: 2;
}

/* Image on the LEFT → reverse order */
.step-section.image-left .step-content {
  order: 2;
}

.step-section.image-left .step-image-wrapper {
  order: 1;
}

/* Content styling */
.step-label-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}

.step-number {
    background: #ff80b2;
  color: #fff;
  font-weight: 700;
  padding: 6px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 20px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: normal;
}

.step-label {
  background-color: #f7f3f4;
  padding: 0 12px;
  color: #6b6164;
  font-size: 20px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  height: 38px;
  border-radius: 12px 12px 4px;
  align-items: center;
  font-weight: 600;
}

.step-title {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 116%;
  color: var(--color-text-primary);
}

/* .step-subtitle {
  color: var(--step-subtitle);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400 !important;
} */

ul.tafiulcheck {
  list-style: disc;
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

ul.tafiulcheck li {
  font-size: 16px;
  line-height: 140%;
  color: var(--step-subtitle);
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
  font-family: "Be vietnam";
  margin-bottom: 8px;
}

ul.tafiulcheck li .subtitle {
  color: var(--color-text-primary);
}

ul.tafiulcheck li.has-check:before {
 content: "";
  position: absolute;
      top: 7px;
    left: -2px;
  width: 12px; 
  height: 12px;
  background-image: url('/api/media/file/tickmark.svg');
  background-size: contain;
  background-repeat: no-repeat
}

ul.tafiulcheck li.no-check {
  padding-left: 0;
  margin-bottom: 12px;
}

ul.tafiulcheck li.no-check:before {
  content: none;
}

.step_section_container {

  /* CTA Button - 100% matches your design */
  & .tafi-cta-button {
    display: inline-flex;
    align-items: center;
    border: 0.6px solid var(--button-darkie-flat-stroke, #D1C7CA);
    gap: 12px;
    margin-top: 24px;
    padding: 12px 24px;
    background: var(--button-darkie-flat-bg, #EEE8E9);
    color: #1B1819;
    font-size: 14px;
    font-weight: 700;
    border-radius: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  & .tafi-cta-button:hover {
    background: var(--button-darkie-flat-bg, #EEE8E9);
  }

  & .cta-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  & .cta-arrow {
    font-size: 28px;
    line-height: 1;
    margin-bottom: -2px;
  }

  & .cta-text {
    white-space: nowrap;
  }
}

/* Image wrapper – replaces .step-right */
.step-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.step-image-wrapper.right {
  padding-right: 0;
  justify-content: flex-end;
}

.step-image-wrapper.left {
  padding-left: 0;
  justify-content: flex-start;
}

.step-image {
  /* max-width: 410px; */
  height: auto;
}

.media-container {
  background: transparent !important;
}

/* Floating animation - same for all four positions */
@keyframes floating {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  25% {
   
    transform: translate3d(3px, -6px, 0) rotate(1deg) scale(1.02);
  }
  50% {
    transform: translate3d(-2px, -10px, 0) rotate(-1deg) scale(1);
  }
  75% {
    transform: translate3d(-4px, -5px, 0) rotate(0.5deg) scale(1.01);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes floating1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate3d(4px, -6px, 0) rotate(1deg) scale(1.02);
  }
  50% {
    transform: translate3d(-3px, -10px, 0) rotate(-1deg) scale(1);
  }
  75% {
    transform: translate3d(-2px, -4px, 0) rotate(0.5deg) scale(1.01);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/
.float-top-left {
  position: absolute;
  top: 9rem;
  left: 18rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-left img {
  height: 90px;
  width: auto;
}

.float-top-right {
  position: absolute;
  top: 10rem;
  right: 17rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-left {
  position: absolute;
  bottom: 10rem;
  left: 20.7rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-right {
  position: absolute;
  bottom: 7rem;
  right: 15rem;
  z-index: 30;
  pointer-events: none;
}

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* Base slider */
.ic-card {
  padding: 32px;
  background: #f7f3f4;
  border-radius: 24px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}

.ic-title {
  font-size: 24px;
  line-height: 116%;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.ic-label {
  font-size: 16px;
  color: #1b1819;
  margin: 3.5rem 0px 0px 0px;
  line-height: 140%;
  font-weight: 600;
}

.ic-mt30 {
  margin-top: 30px;
}

/* SLIDER -------------------------------------------------------------------------------------------------- */
.ic-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background: #d1c7ca;
  outline: none;
  margin: 1.5rem 0;
  cursor: pointer;
}

/* Thumb – black circle with a vertical white bar */
/* Chrome / Edge / Safari */
.ic-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;

  /* 1. Base color (Black) */
  background-color: #1b1819; 

  /* 2. White line setup */
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px; /* Width: 2px, Height: 14px */
  background-repeat: no-repeat;
  background-position: center;

  
  border: none; 
}

 
.ic-slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1b1819;
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}


.ic-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6B6164;
  font-weight: 500;
}

.ic-amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

/* Frequency Toggle */
.ic-frequency {
  display: flex;
  background: #ffffff;
  border-radius: 28px;
  padding: 6px;
  margin-top: 0.5rem;
  border: 0.6px solid #e9e2e3;
  outline: 0;
}

.ic-frequency button {
  flex: 1;
  padding: 12px 24px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  background: transparent;
  color: #6b6164;
  cursor: pointer;
  outline: 0;
  font-family: "Be Vietnam Pro";
}

.ic-freq-active {
  background: #353132 !important;
  color: #ffffff !important;
}
.ic-freq-active:hover{
  background: #1B1819 !important;
}

/* SLIDER ------------------------------------------------------------------------------------------------------- */

/* Select/Options ----------------------------------------------------------------------------------------------- */
.ic-select-wrapper {
  position: relative;
  width: 100%;
}

/* Select */
/* .ic-select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: 0;
  margin-top: 0.5rem;
} */

.ic-select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  /* extra space for icon */
  border: 1px solid #DDD4D7;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: none;
  margin-top: 0.5rem;
  color: #1b1819;

  /* Remove default arrow: Chrome, Safari */
  appearance: none;
  -webkit-appearance: none;

  /* Remove arrow in Firefox */
  -moz-appearance: none;

  /* For IE */
  background-image: none;
    font-family:"Be Vietnam Pro"

}

/* Select/Options ----------------------------------------------------------------------------------------------- */

/* Custom arrow icon */
.ic-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* click passes through */
  font-size: 20px;
  align-self: anchor-center;
  color: #6b7280;
}

/* Result */
.ic-result {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  margin-top: 2rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #f3f4f6;
}

.ic-result-div {
  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 13px;
}

.ic-result-amount {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 4px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
   font-family: "Be Vietnam Pro"
}

.ic-result-freq {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
   font-family:"Be Vietnam Pro"
}

.ic-heart {
  align-self: center;
  color: #ec4899;
}

.ic-result-detail {
  font-size: 16px;
  color: #6b6164;
  font-family: "Be Vietnam";
  font-weight: 600;
  line-height: 140%;
}

.ic-info {
  align-items: flex-start;
  margin-top: 14px;
  padding: 8px;
}

.ic-info-container {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 4px;
}

.ic-info-container .ic-info-left {
  align-self: flex-start;
}

.ic-info-container .ic-info-left .ic-bulk-warning {
  width: 16.67px;
  height: 16.67px;
  color: #a15e00;
  opacity: 1;
}

.ic-info-container .ic-info-right {
  font-family: "Be vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
  color: #6b6164;
}

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/
.cta-wrapper {
  max-width: 520px;
}

.cta-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--color-text-primary);
  line-height: 115.99999999999999%;
  margin: 0 0 24px 0;
}

.cta-subtitle {
  font-family: "Be vietnam";
  font-size: 18px;
  color: var(--step-subtitle);
  line-height: 1.6;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.cta-button:hover {
  background: #1B1819;
   border: 3px solid #1B1819;
}

.cta-button:active {
  border: 3px solid #ff80b2;
}


.cta-wa-icon {
  width: 26px;
  height: 26px;
}

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/
.block-section {
  padding: 65px 20px;
  /* background: linear-gradient(to bottom, #ffffff, #f8f9fa); */
}

.block-container {
  max-width: 1240px;
  margin: 0 auto;
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/

/* Spinner -----------------------------------------------------------------------------------------------------*/
.stable-spinner {
  position: relative;
  width: 40px;
  height: 40px;
}

/* Each bar */
.stable-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 16px;
  background: var(--primary-pink);
  border-radius: 3px;

  transform-origin: center -16px;
  transform: rotate(calc(var(--i) * 30deg));

  opacity: 0.15;
  animation: fadeCycle 1s linear infinite;
  /*  
    Negative delay makes the "bright bar" move CLOCKWISE  
    Increasing delay = rotation direction  
  */
  animation-delay: calc(var(--i) * 0.083s);
  /* ✅ true clockwise */
}

/* Clockwise fade only (NO rotation) */
@keyframes fadeCycle {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

/* Spinner -----------------------------------------------------------------------------------------------------*/

/* Features Grid  ----------------------------------------------------------------------------------------------*/

.elege-features-section {
  padding: 5px 20px;
  padding-bottom: 65px;
}

.elege-features-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: start;
}

.elege-feature-card {
  padding: 0px;
}

.elege-icon-wrapper {
  margin-bottom: 8px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.elege-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 16px;
  line-height: 115.99999999999999%;
}

.elege-feature-desc {
  color: var(--step-subtitle);
  max-width: 320px;
  font-family: "Be Vietnam";
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.dynamic-icon {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Features Grid  ----------------------------------------------------------------------------------------------*/

/* Logo Grid  --------------------------------------------------------------------------------------------------*/

/* LogoGridWithCTABlock.css */
/* ==================================================================
   Logo Grid With CTA Block – Full CSS (matches VC custom classes)
   ================================================================== */

.logo-grid-section {
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  max-width: 1176px;
  margin-inline: auto;
  margin: 24px;
}

.logo-grid-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-width: 1176px;
  left: 0px;
  width: 1176px;
}

.logo-grid-section .vc_row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.logo-grid-section .vc_column_container {
  position: relative;
  width: 50%;
  min-height: 1px;
  max-width: 50%;
  align-items: stretch;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.logo-grid-section .left .vc_column-inner {
  padding-top: 44px;
  padding-bottom: 0px;
  padding-right: 20%;
  padding-left: 56px;
}

.logo-grid-section .right .vc_column-inner {
  padding-right: 0px;
  padding-left: 25px;
}

.logo-grid-section .vc_column-inner {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  justify-content: flex-start;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
  vertical-align: top;
}

.logo-grid-section .vc_column-inner::before {
  content: "";
  display: table;
}

.logo-grid-section .vc_column-inner::after {
  content: " ";
  display: table;
}

.logo-grid-section .vc_column-inner:after {
  clear: both;
}

.logo-grid-section .wpb_wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.logo-grid-section .uvc-heading {
  display: flex;
  flex-direction: column;
}

.logo-grid-section .wpb_wrapper .ubtn-ctn-left {
  position: absolute;
  bottom: 44px;
}

.logo-grid-section .uvc-heading-spacer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.logo-grid-section .uvc-main-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 115.99999999999999%;
  margin-bottom: 1rem;
}

.logo-grid-section .uvc-sub-heading p {
  font-size: 18px;
  color: #ffffffbf;
  font-family: "Be vietnam";
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 2rem;
}

.logo-grid-section .vc_empty_space {
  height: 120px;
  clear: both;
}

.logo-grid-section .ubtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.logo-grid-section .ubtn:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.logo-grid-section .ubtn:active {
  border: 3px solid #ff80b2;
}


.logo-grid-section .ubtn-cta-icon {
  display: inline-block;
  vertical-align: middle;
}

.logo-grid-section .ubtn-cta-icon img {
  height: 13.5px;
  width: 7.5px;
}

.mobile_mockup_block .uvc-main-heading h2 {
  color: #1b1819;
}

.mobile_mockup_block .uvc-sub-heading p {
  color: #6b6164;
}

.mobile_mockup_block .uvc-heading {
  padding: 56px;
}

.mobile_mockup_block .ubtn-ctn-left {
  padding-left: 56px;
}

.mobile_mockup_block .uvc-header-left {
  max-width: 350px;
}

.mobile_mockup_block .ubtn-cta-icon img {
  height: 24px;
  width: 24px;
}

.mobile_mockup_block .left .vc_column-inner {
  padding-top: 100px;
}

/* Logo Grid  --------------------------------------------------------------------------------------------------*/
/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
.testimonial-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.testimonial-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

.testimonial-grid {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  position: relative;
}

.testimonial-sidebar {
  width: 320px;
  flex-shrink: 0;
}

.testimonial-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 116%;
  color: var(--color-text-primary);
  margin: 0;
}

.testimonial-controls {
  margin-top: 48px;
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
}

.testimonial-btn-prev,
.testimonial-btn-next {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-btn-prev {
   background: #353132;
  color: white;
}

.testimonial-btn-prev:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.testimonial-btn-prev:active {
  border: 3px solid #ff80b2;
}

.testimonial-btn-next {
  background: #EEE8E9;
  border: 0.6px solid #D1C7CA;
  color: #1B1819;
  transition: all 0.2s ease; 
  cursor: pointer;
 
}

.testimonial-btn-next:hover {
  background: #DDD4D7;
  border-color: #D1C7CA; 
}

.testimonial-btn-next:active {
  box-shadow: inset 0 0 0 3px #FF80B2; 
  border-color: #FF80B2; 
  outline: none;
}

.testimonial-btn-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}



.testimonial-carousel {
  flex: 1;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 16px;
}

.testimonial-card {
  flex: 0 0 392px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  /* min-height: 320px; */
  min-height: 448px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.testimonial-avatar {
  position: relative;
  width: 48px;
  height: 48px;
}

.testimonial-avatar-bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

.testimonial-avatar-img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

.testimonial-name {
  font-weight: 600;
  color: #111;
  margin: 0;
  font-size: 18px;
}

.testimonial-role {
  font-family: "Be Vietnam";
  color: #1b1819b2;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  margin: 4px 0 0;
}

.testimonial-quote {
  font-family: "Be Vietnam";
  font-size: 18px;
  line-height: 140%;
  color: #1b1819b2;
  font-weight: 400;
  margin: 0;
}

/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
/* Finanacial Flow  --------------------------------------------------------------------------------------------------*/

.financial-flow-section {
  padding: 80px 40px;
}

.financial-flow-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.financial-flow-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}

.financial-flow-title {
  font-size: 32px;
  line-height: 116%;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.financial-flow-subtitle {
  font-family: "Be Vietnam";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  vertical-align: middle;
  color: var(--step-subtitle);
  margin: 12px 0 0;
}

.financial-flow-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.financial-flow-cta:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.financial-flow-cta:active {
  border: 3px solid #ff80b2;
}


.financial-flow-cta img {
  height: 20px;
  width: 20px;
}

.financial-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.financial-flow-card {
  background: #ffffff;
  border: 1.6px solid var(--gray-100, #e8e3e4);
  border-radius: 32px;
  padding: 14px;
  transition: transform 0.3s ease;
}

/* .financial-flow-card:hover {
  transform: translateY(-8px);
} */

.financial-flow-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}

.financial-flow-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.financial-flow-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1b1819;
  margin: 0 0 12px;
}

.financial-flow-card-desc {
  font-family: "Be Vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6b6164;
  margin-bottom: 28px;
}

.financial-flow-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eee8e9;
  justify-content: space-between;
  color: #1b1819;
  padding: 8px 12px;
  border: 0.6px solid var(--button-darkie-flat-stroke, #d1c7ca);
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  font-family: "Be Vietnam Pro";
}
.financial-flow-read-more:hover {
  background: #DDD4D7;
  color: #1B1819;
}
.financial-flow-read-more:active {
  outline: 3px solid #ff80b2;
  outline-offset: -3px; 
}

.financial-flow-read-more img {
  height: 24px;
  width: 24px;
  color: #1b1819;
}

.financial-flow-arrow {
  font-size: 20px;
  font-weight: 300;
}

/* Financial Flow  --------------------------------------------------------------------------------------------------*/
/* FAQ Section --------------------------------------------------------------------------------------------------*/

.faq-section {
  padding: 80px 0;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}

.faq-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: var(--color-text-primary);
  margin: 0 0 60px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #E8E3E4;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #EEE8E9;
}

.faq-item-open {
  border-color: #EEE8E9;
}

.faq-question {
  font-family: "Be Vietnam";
    padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  font-weight: 400;
  color: var(--color-text-primary);
  background-color: #FCFCFC;
    gap: 12px;
  word-break: break-all;
}

.faq-icons {
  display: flex;
  align-items: center;
}

.faq-arrow-icon {
  color: #a09296;
  transition: transform 0.3s ease;
}

.faq-close-icon {
  color: #a09296;
  transition: all 0.2s;
}

.faq-close-icon:hover {
  color: #a09296;
}

/* Answer Animation */
.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  background-color: #fcfcfc;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-in-out;
}


.faq-item-open .faq-answer-wrapper {
  max-height: 1000px;
  opacity: 1;
  background-color: #fcfcfc;

  /* padding: 16px 16px 16px 24px; */
}

.faq-answer {
 padding: 0 16px 24px;
}

.faq-answer-content {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.7;
    color: #6B6164;
    word-break: normal;
}

/* Left Border on Answer */
.faq-answer-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #B8ADB0;
  border-radius: 2px;
}

/* FAQ Section  --------------------------------------------------------------------------------------------------*/

/* ------------------------------- */
/* RESPONSIVE DESIGN               */
/* ------------------------------- */

@media (max-width: 1232px) {
  .logo-grid-section .vc_column-inner {
    max-height: 450px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .cta-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  .cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .ic-frequency {
    border-radius: 28px;
    border: 0.6px solid #e9e2e3;
    padding: 6px;
  }

  .ic-frequency button {
    padding: 8px 16px;
    border-radius: 20px;
  }

  .ic-result {
    text-align: left;
    flex-direction: column;
  }

  .ic-info-container .ic-info-right {
    font-size: 12px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 38px;
  }

  .logo-grid-section .ubtn {
    font-size: 14px !important;
    padding: 10px 32px !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 400px;
  }

  .financial-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .como-pagar-wrapper {
    position: relative;
  }
}

@media (max-width: 992px) {
  .logo-grid-section .uvc-main-heading h2 {
    font-size: 32px;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 20px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 320px;
  }
}

@media (max-width: 800px) {
  .como-pagar-main .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 88px;
      height: 88px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 52px;
      line-height: 116%;
    }
  }

   .step-number {
    padding: 3px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .step-section {
    padding: 50px 24px;
    gap: 24px;
  }

  .step-label {
    font-size: 16px;
    font-weight: 600;
  }

  .step-image-wrapper .step-image {
    max-width: 320px;
  }

  .nosotros-container-wrapper .nosotros-container-main .step-section .Nosotros_hero .step-image-wrapper .step-image {
    max-width: 364px;
  }

  .tafi-es-la-container p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .como-pagar-main .fourth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .como-pagar-main .tenth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .step-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  ul.tafiulcheck li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .float-top-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-top-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .float-bottom-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .elege-features-grid {
    gap: 16px;
  }

  .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    bottom: 18px;
  }

  .logo-grid-section {
    border-radius: 56px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .logo-grid-section .ubtn {
    font-size: 10px !important;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 16px;
  }

  .testimonial-grid {
    gap: 16px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 270px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .block-grid {
    grid-template-columns: 1fr;
  }

  .como-pagar-main .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-section {
    flex-direction: column;
    text-align: center;
    padding: 8px 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .step-number {
   padding: 4.3px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .step-content,
  .step-image-wrapper {
    width: 100%;
    order: initial !important;
    /* forces content first on mobile */
    padding-left: 1px;
    padding-right: 1px;
    width: 440px;
  }

  .step-image-wrapper.right {
    padding-right: 25px;
    justify-content: center;
  }

  .step-image-wrapper.left {
    padding-left: 25px;
    justify-content: center;
  }

  .step-content {
    order: 1 !important;
  }

  .step-image-wrapper {
    order: 2 !important;
  }

  .step-label-wrapper {
    justify-content: flex-start;
  }

  .step-title {
    text-align: start;
    font-size: 24px;
  }

  .step-subtitle {
    font-size: 16px;
    text-align: start;
    line-height: 20px;
  }

  .step-image {
    max-width: 100%;
  }

  .step-section .step-content {
    padding-right: 1px;
    box-sizing: border-box;
    padding-left: 1px;
  }

  .como-pagar-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .tafi-es-la-container {
    font-size: 18px !important;

    & p {
      font-size: 18px !important;
    }
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 32px;
      line-height: 116%;
    }
  }

  .como-pagar-main {
    & .fourth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }

    & .tenth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }

  ul.tafiulcheck li {
    font-size: 14px;
  }

  .float-top-left {
    top: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-top-right {
    top: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .float-bottom-left {
    bottom: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    bottom: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .elege-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .logo-grid-section .vc_column_container {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logo-grid-section .wpb_wrapper {
    height: 420px;
  }

  .testimonial-grid {
    flex-direction: column;
  }

  .testimonial-track {
    max-width: 423px;
  }

  .mobile_mockup_block .left {
    order: 2 !important;
  }

  .mobile_mockup_block .right {
    order: 1 !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 335px;
  }

  .financial-flow-section {
    padding: 60px 0;
  }

  .financial-flow-header {
    flex-direction: column;
    text-align: center;
  }

  .financial-flow-title {
    font-size: 36px;
  }

  .financial-flow-card {
    padding: 24px;
  }

  .financial-flow-image-wrapper {
    height: 180px;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 17px;
  }

  .faq-answer {
    padding: 0 16px 24px;
  }

  .faq-answer-content {
    font-size: 15.5px;
    padding-left: 16px;
  }

  .faq-answer-content::before {
    width: 2px;
  }

  .testimonial-controls {
    position: unset;
  }
}

@media (max-width: 425px) {

  .step-content,
  .step-image-wrapper {
    width: 320px;
  }

  .step-image {
    max-width: 277px;
  }

  .elege-feature-desc {
    font-size: 14px;
  }

  .elege-feature-card {
    padding: 16px 0px;
  }

  .testimonial-track {
    max-width: 300px;
  }

  .testimonial-heading {
    font-size: 32px;
  }

  .testimonial-sidebar {
    width: 280px;
  }
}

@media (max-width: 320px) {
  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 28px;
      line-height: 116%;
    }
  }

  .step-content,
  .step-image-wrapper {
    width: 275px;
  }

  .step-image {
    max-width: 250px !important;
  }

  .testimonial-track {
    max-width: 250px;
  }
}


/* hero for comopagarpage */
.como-pagar-main .heroblockwithtwoctamai .hero-image image {
  scale: 1.1;
}

.como-pagar-main .payload-richtext {
  text-align: center;
}

.como-pagar-main .payload-richtext h2 {
  text-align: center;
  margin-bottom: 8px;
}

/* support features section */
.como_pagar_supportfeatur .support-features-wrapper {
  align-items: normal;
}

.como_pagar_supportfeatur .support-features-container {
  background-color: #BEDBFE;
  padding: 56px;
}

/* payment section */
.paymentshowcaselogos .paymentlogo img {
  scale: 1.5;
}

.personas-container-wrapper .personas-container-main .financial-flow-container {
  padding: 0px 0px;
}


.como-pagar-main {
  padding: 0 40px;
}

.como-pagar-main .como_pagar_content_section2 {
  padding-top: 120px;
}

.como-pagar-main .como_pagar_content_section2 .payload-richtext h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 115.99999999999999%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1B1819;
}

.como-pagar-main .como_pagar_content_section2 .payload-richtext p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #6B6164;


}

.como-pagar-main .como_pagar_content_section11 {
  padding-top: 160px;
}

.como-pagar-main .como_pagar_content_section11 h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 115.99999999999999%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1B1819;
}

.como-pagar-main .como_pagar_content_section11 p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #6B6164;
  font-family: "Be Vietnam";

}





.como-pagar-main .sixth_step_section ul.tafiulcheck li.no-check {
  margin: 0px;
}

.como-pagar-main .fifth_section .step-content {
  padding-right: 35px;
}

.como-pagar-main .paymentshowcaselogos {
  padding: 120px 0px;
}

.como-pagar-main .paymentshowcasevideo {
  padding: 80px 0px;
}

.como-pagar-main .paymentshowcasevideo img {
  border-radius: 43px;
}

.como-pagar-main .comopagerlevelblock {
  padding-bottom: 24px;
}


.como-pagar-main .heroblockwithtwoctamai {
  padding: 64px 0px 0px 0px;
}

.como-pagar-main .heroblockwithtwoctamai .main {
  gap: 64px;
}

.como-pagar-main .support-features-block {
  padding: 40px 0px;
}

.como-pagar-wrapper .como-pagar-main .support-features-block.como_pagar_supportfeatur .support-features-title {
  width: 56%;
}

.como-pagar-wrapper .como-pagar-main .support-features-block.como_pagar_supportfeatur .support-features-subtitle {
  width: 94%;
}

.como-pagar-wrapper .como-pagar-main .sixth_step_section .step-section .tafiulcheck .subtitle {
  font-weight: 400;
}

.como-pagar-wrapper .como-pagar-main .heroblockwithtwoctamai {
  padding: 16px 0 0;
}

.como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-feature-description {
  color: #6B6164;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.como-pagar-wrapper .como-pagar-main .comopagerlevelblock .card {

  padding: 24px;
}

.como-pagar-wrapper .como-pagar-main .comopagerlevelblock .tag {
  min-width: 91px;
  width: 91px;
  height: 44px;

  min-height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.75px;
  color: #353132;
}

.como-pagar-wrapper .como-pagar-main .paymentshowcasevideo {
  background-color: #ff80b2;
  border-radius: 64px;
  overflow: hidden;
}

.como-pagar-wrapper .como-pagar-main .paymentshowcasevideo .title {

  font-size: 36px;

  font-weight: 700;
  line-height: 116%;
}

.como-pagar-wrapper .como-pagar-main .paymentshowcasevideo .subtitel {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.como-pagar-wrapper .como-pagar-main .heroblockwithtwoctamai .cta .btn {
  font-size: 14px;
  font-weight: 700;
}

.como-pagar-wrapper .como-pagar-main .faq-section .faq-container .faq-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 116%;

}

.como-pagar-wrapper .como-pagar-main .step-label {
  font-size: 20px;
}

.como-pagar-wrapper .como-pagar-main .step-section {
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 40px;
}

.como-pagar-wrapper .como-pagar-main .step-section .step-content .step-title {
  font-weight: 700;
}

.como-pagar-wrapper .como-pagar-main .step-section .step-image-wrapper {
  margin: 0px;
}

.como-pagar-wrapper .como-pagar-main .first_step_section .step-section .step-content {
  width: 41%;
}

.como-pagar-wrapper .como-pagar-main .third_step_section .step-section .step-content {
  width: 43%;
}

.como-pagar-wrapper .como-pagar-main .fourth_step_section .step-section .step-content {
  width: 42%;
}

.como-pagar-wrapper .como-pagar-main .paymentshowcaselogos .main {
  gap: 16px;
}

.como-pagar-wrapper .como-pagar-main .videoblock_pagar .paymentshowcasevideo .subtitel {
  font-weight: 500;
}

.como-pagar-wrapper .como-pagar-main .faq-section {
  padding-top: 160px;
}

.como-pagar-wrapper .como-pagar-main .paymentshowcasevideo .btn {
  font-weight: 700;
}

.como-pagar-wrapper .como-pagar-main .pagar_support_features .como_pagar_supportfeatur .support-features-container .btn a {
  font-weight: 700;
}
.como-pagar-wrapper .como-pagar-main .levelbockiio{
   margin-left: -40px;  
  margin-right: -40px; 
  width: auto;         
  display: block;
}

@media (max-width:1024px) {


  .como-pagar-main .first_step_section .step-section {
    gap: 30px;
  }

  .como-pagar-main .paymentshowcasevideo img {
    border-radius: 34px;
  }

  .como-pagar-main .heroblockwithtwoctamai {
    padding: 40px 0px 0px 0px;
  }

  .como-pagar-main .heroblockwithtwoctamai .main {
    gap: 34px;
  }

}


@media (max-width:991px) {
  .como-pagar-main {
    padding: 0px 32px;
  }

  .como-pagar-wrapper .como-pagar-main .heroblockwithtwoctamai {
    padding: 0px 0px;
  }

  .como-pagar-wrapper .como-pagar-main .support-features-block.como_pagar_supportfeatur .support-features-title {
    width: 81%;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-wrapper .support-features-left {
    min-width: 54%;
    width: 54%;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-wrapper .support-features-right {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .como-pagar-wrapper .como-pagar-main .first_step_section .step-section {
    padding-bottom: 0px;
  }

  .como-pagar-wrapper .como-pagar-main .second_step_section .step-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .como-pagar-wrapper .como-pagar-main .third_step_section .step-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .como-pagar-wrapper .como-pagar-main .fourth_step_section .step-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .como-pagar-main .como_pagar_content_section2 {
    padding-top: 104px;
  }

  .como-pagar-wrapper .como-pagar-main .step-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .como-pagar-wrapper .como-pagar-main .fourth_step_section .step-section .step-content {
    width: 43%
  }

  .como-pagar-main .fifth_section .step-content {
    padding-right: 0px;
  }

  .como-pagar-main .paymentshowcaselogos {
    padding: 80px 0;
  }

  .como-pagar-main .como_pagar_content_section11 {
    padding-top: 160px;
  }

  .como-pagar-main .como_pagar_content_section11 p {
    margin-top: 16px;
  }

  .como-pagar-main .comopagerlevelblock {
    padding-bottom: 0px;
  }
  .como-pagar-wrapper .como-pagar-main .levelbockiio{
   margin-left: -30px;  
  margin-right: -30px; 
  width: auto;         
  display: block;
}
}




@media (max-width:640px) {

  .como-pagar-main {
    padding: 0px 16px;
  }

  .como-pagar-main .como_pagar_content_section2 .payload-richtext h2 {
    font-size: 24px;
  }

  .como-pagar-main .como_pagar_content_section2 {
    padding-top: 30px;
  }

  .como-pagar-main .como_pagar_content_section2 .payload-richtext p {
    font-size: 16px;
    font-weight: 600;
  }

  .como-pagar-main .como_pagar_content_section11 h2 {
    font-size: 24px;
  }

  .como-pagar-main .como_pagar_content_section11 {
    padding-top: 40px;
  }

  .como-pagar-main .como_pagar_content_section11 p {

    font-size: 16px;
    font-weight: 600;

  }

  .como-pagar-main .heroblockwithtwoctamai .main {
    flex-direction: column-reverse;
    gap: 60px;
  }

  .como-pagar-main .como_pagar_content_section2 .container {
    padding: 0px;
  }

  .como-pagar-main .como_pagar_content_section11 .container {
    padding: 0px;
  }

  .como-pagar-main .paymentshowcasevideo {
    padding: 56px 0px;
  }

  .como_pagar_supportfeatur .support-features-container {
    padding: 32px;
  }

  .como-pagar-wrapper .como-pagar-main .heroblockwithtwoctamai {
    padding: 32px 0px;
  }

  .como-pagar-wrapper .como-pagar-main .heroblockwithtwoctamai .content {

    text-align: start;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-feature-description {
    font-weight: 700;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-wrapper {
    flex-direction: column;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-wrapper .support-features-left {
    width: 100%;
    min-width: 100%;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-left {
    display: contents;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-left>div:first-child {
    order: 1;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-right {
    order: 2;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-left>div:last-child {
    order: 3;
    margin-top: 24px;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-wrapper {
    gap: 30px;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-wrapper .support-features-left .btn a {
    width: 100%;
  }

  .como-pagar-wrapper .como-pagar-main .como_pagar_supportfeatur .support-features-wrapper .support-features-right {
    padding-top: 20px;
  }

  .como-pagar-main .paymentshowcasevideo img {
    transform: scaleX(-1);
  }

  .como-pagar-wrapper .como-pagar-main .paymentshowcasevideo .videobox {
    width: 311px;
    height: 148.7px;
    aspect-ratio: 311.00/148.70;
  }

  .como-pagar-wrapper .como-pagar-main .paymentshowcasevideo .title {

    font-size: 24px;

  }

  .como-pagar-wrapper .como-pagar-main .step-label {
    font-size: 14px;
  }

  .como-pagar-wrapper .como-pagar-main .first_step_section .step-section .step-content {
    width: 100%;
  }

  .como-pagar-wrapper .como-pagar-main .third_step_section .step-section .step-content {
    width: 100%;
  }

  .como-pagar-wrapper .como-pagar-main .fourth_step_section .step-section .step-content {
    width: 100%;
  }

  .como-pagar-wrapper .como-pagar-main .step-section {
    margin: 0px;
    padding: 32px 24px;
  }

  .como-pagar-wrapper .como-pagar-main .paymentshowcasevideo {
    border-radius: 40px;
  }

  .como-pagar-wrapper .como-pagar-main .videoblock_pagar .paymentshowcasevideo .subtitel {
    font-weight: 600;
  }

  .como-pagar-main .paymentshowcasevideo .icon {
    transform: scaleX(1);
  }

  .como-pagar-main .como_pagar_content_section11 {
    padding-top: 72px;
  }

  .como-pagar-wrapper .como-pagar-main .support-features-block.como_pagar_supportfeatur .support-features-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 116%;
    width: 100%;
  }

  .como-pagar-wrapper .como-pagar-main .support-features-block.como_pagar_supportfeatur .support-features-subtitle {
    width: 100%;
  }

  .como-pagar-wrapper .como-pagar-main .pagar_support_features .como_pagar_supportfeatur .support-feature-description {
    font-weight: 400;
  }

  .como-pagar-wrapper .como-pagar-main .faq-section .faq-container .faq-title {
    font-size: 24px;
  }

  .como-pagar-wrapper .como-pagar-main .faq-section .faq-container {
    padding: 0px;
  }

  .como-pagar-wrapper .como-pagar-main .faq-section .faq-question {
    font-size: 16px;
  }

  .como-pagar-wrapper .como-pagar-main .faq-section {
    padding-bottom: 30px;
  }

  .como-pagar-wrapper .como-pagar-main .second_step_section .step-section .step-content {
    padding-left: 11px;
  }

  .como-pagar-wrapper .como-pagar-main .fifth_section .step-section .step-content {
    padding-left: 12px;
    padding-right: 4px;
  }
  .como-pagar-wrapper .como-pagar-main .levelbockiio{
   margin-left: -16px;  
  margin-right: -16px; 
  width: auto;         
  display: block;
}

}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/ComoAfiliartePage/index.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.como-afiliarte-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 0px;
}

.como-afiliarte-container-main {
  margin-top: 20px;
  margin-bottom: 20px;

  & h1,
  & h2,
  & h3,
  & .goldplaybi {
    font-family: "GoldPlay Alt", sans-serif !important;
  }

  & .payload-block.third_block {
    padding-top: 56px;
  }

  & .fourth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      font-weight: 700;
      font-family: "Be Vietnam";
    }

    & strong {
      color: var(--color-text-primary);
    }
  }

  & .step_section_container {
    max-width: 100%;
  }

  & .tenth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      /* font-weight: 700; */
    }

    & strong {
      color: var(--color-text-primary);
    }
  }
}

.como-afiliarte-container-main .tafi-es-la-container {
  max-width: 920px;
  margin: 0 auto;

  font-family: "Be Vietnam", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.5px;
  text-align: center;

  & p {
    margin: 0 auto;

    font-family: "Be Vietnam", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 116%;
    letter-spacing: 0.5px;
    text-align: center;
    color: #6b6164;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  & strong {
    color: var(--color-text-primary);
  }

  & .container {
    padding: 0;
  }
}

.hero-block-wrapper {
  & .container-parent {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: left;
    font-size: 56px;
    line-height: 116%;
    color: #1b1819;
    font-family: "GoldPlay Alt", sans-serif;
  }

  & .container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  & .container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9.5px;
  }

  & .llevatelotitle {
    display: inline-block;
    padding: 16px;
    gap: 3.16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 24px;
    background: #F3F1F1;
  }

  & .subtitle {
    position: relative;
    line-height: 100%;
    margin-right: 10px;
    color: var(--color-text-primary);
  }

  & b,
  & strong {
    font-weight: 700;
  }

  & .container2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  & .relaxtitle {
    background: #ff80b2;
    padding: 16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 8px;
  }

  & .chaticontitle {
    padding: 0;
  }

  & .chaticontitle img {
    width: 88px;
    height: 88px;
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

.step-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 54px;
  gap: 2px;
}

/* NEW: Flexible content & image containers (replaces .step-left & .step-right) */
.step-content,
.step-image-wrapper {
  width: 50%;
}

/* Default layout: Image on the RIGHT */
.step-section.image-right .step-content {
  order: 1;
}

.step-section.image-right .step-image-wrapper {
  order: 2;
}

/* Image on the LEFT → reverse order */
.step-section.image-left .step-content {
  order: 2;
}

.step-section.image-left .step-image-wrapper {
  order: 1;
}

/* Content styling */
.step-label-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}

.step-number {
   background: #ff80b2;
  color: #fff;
  font-weight: 700;
  padding: 6px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 20px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: normal;
}

.step-label {
  background-color: #f7f3f4;
  padding: 0 12px;
  color: #6b6164;
  font-size: 20px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  height: 38px;
  border-radius: 12px 12px 4px;
  align-items: center;
  font-weight: 600;
}

.step-title {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 116%;
  color: var(--color-text-primary);
}

/* .step-subtitle {
  color: var(--step-subtitle);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400 !important;
} */

ul.tafiulcheck {
  list-style: disc;
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

ul.tafiulcheck li {
  font-size: 16px;
  line-height: 140%;
  color: var(--step-subtitle);
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
  font-family: "Be vietnam";
  margin-bottom: 8px;
}

ul.tafiulcheck li .subtitle {
  color: var(--color-text-primary);
}

ul.tafiulcheck li.has-check:before {
 content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px; 
  height: 12px;
  background-image: url('/api/media/file/tickmark.svg');
  background-size: contain;
  background-repeat: no-repeat
}

ul.tafiulcheck li.no-check {
  padding-left: 0;
  margin-bottom: 12px;
}

ul.tafiulcheck li.no-check:before {
  content: none;
}

.step_section_container {

  /* CTA Button - 100% matches your design */
  & .tafi-cta-button {
    display: inline-flex;
    align-items: center;
    border: 0.6px solid var(--button-darkie-flat-stroke, #D1C7CA);
    gap: 12px;
    margin-top: 24px;
    padding: 12px 24px;
    background: var(--button-darkie-flat-bg, #EEE8E9);
    color: #1B1819;
    font-size: 14px;
    font-weight: 700;
    border-radius: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  & .tafi-cta-button:hover {
    background: var(--button-darkie-flat-bg, #EEE8E9);
  }

  & .cta-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  & .cta-arrow {
    font-size: 28px;
    line-height: 1;
    margin-bottom: -2px;
  }

  & .cta-text {
    white-space: nowrap;
  }
}

/* Image wrapper – replaces .step-right */
.step-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.step-image-wrapper.right {
  padding-right: 0;
  justify-content: flex-end;
}

.step-image-wrapper.left {
  padding-left: 0;
  justify-content: flex-start;
}

.step-image {
  /* max-width: 410px; */
  height: auto;
}

.media-container {
  background: transparent !important;
}

/* Floating animation - same for all four positions */
@keyframes floating {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate3d(3px, -6px, 0) rotate(1deg) scale(1.02);
  }

  50% {
    transform: translate3d(-2px, -10px, 0) rotate(-1deg) scale(1);
  }

  75% {
    transform: translate3d(-4px, -5px, 0) rotate(0.5deg) scale(1.01);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes floating1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate3d(4px, -6px, 0) rotate(1deg) scale(1.02);
  }

  50% {
    transform: translate3d(-3px, -10px, 0) rotate(-1deg) scale(1);
  }

  75% {
    transform: translate3d(-2px, -4px, 0) rotate(0.5deg) scale(1.01);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/
.float-top-left {
  position: absolute;
  top: 9rem;
  left: 18rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-left img {
  height: 90px;
  width: auto;
}

.float-top-right {
  position: absolute;
  top: 10rem;
  right: 17rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-left {
  position: absolute;
  bottom: 10rem;
  left: 20.7rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-right {
  position: absolute;
  bottom: 7rem;
  right: 15rem;
  z-index: 30;
  pointer-events: none;
}

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* Base slider */
.ic-card {
  padding: 32px;
  background: #f7f3f4;
  border-radius: 24px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}

.ic-title {
  font-size: 24px;
  line-height: 116%;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.ic-label {
  font-size: 16px;
  color: rgb(27, 24, 25);
  margin: 3.5rem 0px 0px 0px;
  line-height: 140%;
  font-weight: 600;

}

.ic-mt30 {
  margin-top: 30px;
}

/* SLIDER -------------------------------------------------------------------------------------------------- */
.ic-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background: #d1c7ca;
  outline: none;
  margin: 1.5rem 0;
  cursor: pointer;
}

/* Thumb – black circle with a vertical white bar */
/* Chrome / Edge / Safari */
.ic-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;

  /* 1. Base color (Black) */
  background-color: #1b1819; 

  /* 2. White line setup */
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px; /* Width: 2px, Height: 14px */
  background-repeat: no-repeat;
  background-position: center;

  
  border: none; 
}

 
.ic-slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1b1819;
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}


.ic-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6B6164;
  font-weight: 500;
}

.ic-amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

/* Frequency Toggle */
.ic-frequency {
  display: flex;
  background: #ffffff;
  border-radius: 32px;
  padding: 8px;
  margin-top: 0.5rem;
  border: 0.6px solid #e9e2e3;
  outline: 0;
}

.ic-frequency button {
  flex: 1;
  padding: 12px 24px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  background: transparent;
  color: #6b6164;
  cursor: pointer;
  outline: 0;
}

.ic-freq-active {
  background: #353132 !important;
  color: #ffffff !important;
}

.ic-freq-active:hover {
  background: #1B1819 !important;
}

/* SLIDER ------------------------------------------------------------------------------------------------------- */

/* Select/Options ----------------------------------------------------------------------------------------------- */
.ic-select-wrapper {
  position: relative;
  width: 100%;
}

/* Select */
/* .ic-select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: 0;
  margin-top: 0.5rem;
} */

.ic-select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  /* extra space for icon */
  border: 1px solid #DDD4D7;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: none;
  margin-top: 0.5rem;
  color: #1b1819;

  /* Remove default arrow: Chrome, Safari */
  appearance: none;
  -webkit-appearance: none;

  /* Remove arrow in Firefox */
  -moz-appearance: none;

  /* For IE */
  background-image: none;
  font-family: "Be Vietnam Pro"

}

/* Select/Options ----------------------------------------------------------------------------------------------- */

/* Custom arrow icon */
.ic-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* click passes through */
  font-size: 20px;
  align-self: anchor-center;
  color: #6b7280;
}

/* Result */
.ic-result {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  margin-top: 2rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #f3f4f6;
}

.ic-result-div {
  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 13px;
}

.ic-result-amount {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 4px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
  font-family: "Be Vietnam Pro"
}

.ic-result-freq {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
  font-family: "Be Vietnam Pro"
}

.ic-heart {
  align-self: center;
  color: #ec4899;
}

.ic-result-detail {
  font-size: 16px;
  color: #6b6164;
  font-family: "Be Vietnam";
  font-weight: 600;
  line-height: 140%;
}

.ic-info {
  align-items: flex-start;
  margin-top: 14px;
  padding: 8px;
}

.ic-info-container {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 4px;
}

.ic-info-container .ic-info-left {
  align-self: flex-start;
}

.ic-info-container .ic-info-left .ic-bulk-warning {
  width: 16.67px;
  height: 16.67px;
  color: #a15e00;
  opacity: 1;
}

.ic-info-container .ic-info-right {
  font-family: "Be vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
  color: #6b6164;
}

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/
.cta-wrapper {
  max-width: 520px;
}

.cta-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--color-text-primary);
  line-height: 115.99999999999999%;
  margin: 0 0 24px 0;
}

.cta-subtitle {
  font-family: "Be vietnam";
  font-size: 18px;
  color: var(--step-subtitle);
  line-height: 1.6;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.cta-button:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.cta-button:active {
  border: 3px solid #ff80b2;
}


.cta-wa-icon {
  width: 26px;
  height: 26px;
}

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/
.block-section {
  padding: 65px 20px;
  /* background: linear-gradient(to bottom, #ffffff, #f8f9fa); */
}

.block-container {
  max-width: 1240px;
  margin: 0 auto;
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/

/* Spinner -----------------------------------------------------------------------------------------------------*/
.stable-spinner {
  position: relative;
  width: 40px;
  height: 40px;
}

/* Each bar */
.stable-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 16px;
  background: var(--primary-pink);
  border-radius: 3px;

  transform-origin: center -16px;
  transform: rotate(calc(var(--i) * 30deg));

  opacity: 0.15;
  animation: fadeCycle 1s linear infinite;
  /*  
    Negative delay makes the "bright bar" move CLOCKWISE  
    Increasing delay = rotation direction  
  */
  animation-delay: calc(var(--i) * 0.083s);
  /* ✅ true clockwise */
}

/* Clockwise fade only (NO rotation) */
@keyframes fadeCycle {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

/* Spinner -----------------------------------------------------------------------------------------------------*/

/* Features Grid  ----------------------------------------------------------------------------------------------*/

.elege-features-section {
  padding: 5px 20px;
  padding-bottom: 65px;
}

.elege-features-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: start;
}

.elege-feature-card {
  padding: 0px;
}

.elege-icon-wrapper {
  margin-bottom: 8px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.elege-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 16px;
  line-height: 115.99999999999999%;
}

.elege-feature-desc {
  color: var(--step-subtitle);
  max-width: 320px;
  font-family: "Be Vietnam";
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.dynamic-icon {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Features Grid  ----------------------------------------------------------------------------------------------*/

/* Logo Grid  --------------------------------------------------------------------------------------------------*/

/* LogoGridWithCTABlock.css */
/* ==================================================================
   Logo Grid With CTA Block – Full CSS (matches VC custom classes)
   ================================================================== */

.logo-grid-section {
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  max-width: 1176px;
  margin-inline: auto;
  margin: 24px;
}

.logo-grid-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-width: 1176px;
  left: 0px;
  width: 1176px;
}

.logo-grid-section .vc_row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.logo-grid-section .vc_column_container {
  position: relative;
  width: 50%;
  min-height: 1px;
  max-width: 50%;
  align-items: stretch;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.logo-grid-section .left .vc_column-inner {
  padding-top: 44px;
  padding-bottom: 0px;
  padding-right: 20%;
  padding-left: 56px;
}

.logo-grid-section .right .vc_column-inner {
  padding-right: 0px;
  padding-left: 25px;
}

.logo-grid-section .vc_column-inner {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  justify-content: flex-start;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
  vertical-align: top;
}

.logo-grid-section .vc_column-inner::before {
  content: "";
  display: table;
}

.logo-grid-section .vc_column-inner::after {
  content: " ";
  display: table;
}

.logo-grid-section .vc_column-inner:after {
  clear: both;
}

.logo-grid-section .wpb_wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.logo-grid-section .uvc-heading {
  display: flex;
  flex-direction: column;
}

.logo-grid-section .wpb_wrapper .ubtn-ctn-left {
  position: absolute;
  bottom: 44px;
}

.logo-grid-section .uvc-heading-spacer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.logo-grid-section .uvc-main-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 115.99999999999999%;
  margin-bottom: 1rem;
}

.logo-grid-section .uvc-sub-heading p {
  font-size: 18px;
  color: #ffffffbf;
  font-family: "Be vietnam";
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 2rem;
}

.logo-grid-section .vc_empty_space {
  height: 120px;
  clear: both;
}

.logo-grid-section .ubtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.logo-grid-section .ubtn:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.logo-grid-section .ubtn:active {
  border: 3px solid #ff80b2;
}


.logo-grid-section .ubtn-cta-icon img {
  height: 13.5px;
  width: 7.5px;
}

.mobile_mockup_block .uvc-main-heading h2 {
  color: #1b1819;
}

.mobile_mockup_block .uvc-sub-heading p {
  color: #6b6164;
}

.mobile_mockup_block .uvc-heading {
  padding: 56px;
}

.mobile_mockup_block .ubtn-ctn-left {
  padding-left: 56px;
}

.mobile_mockup_block .uvc-header-left {
  max-width: 350px;
}

.mobile_mockup_block .ubtn-cta-icon img {
  height: 24px;
  width: 24px;
}

.mobile_mockup_block .left .vc_column-inner {
  padding-top: 100px;
}

/* Logo Grid  --------------------------------------------------------------------------------------------------*/
/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
.testimonial-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.testimonial-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.testimonial-grid {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  position: relative;
}

.testimonial-sidebar {
  width: 320px;
  flex-shrink: 0;
}

.testimonial-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 116%;
  color: var(--color-text-primary);
  margin: 0;
}

.testimonial-controls {
  margin-top: 48px;
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
}

.testimonial-btn-prev,
.testimonial-btn-next {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-btn-prev {
  background: #353132;
  color: white;
}

.testimonial-btn-prev:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.testimonial-btn-prev:active {
  border: 3px solid #ff80b2;
}

.testimonial-btn-next {
  background: #EEE8E9;
  border: 0.6px solid #D1C7CA;
  color: #1B1819;
  transition: all 0.2s ease;
  cursor: pointer;

}

.testimonial-btn-next:hover {
  background: #DDD4D7;
  border-color: #D1C7CA;
}

.testimonial-btn-next:active {
  box-shadow: inset 0 0 0 3px #FF80B2;
  border-color: #FF80B2;
  outline: none;
}

.testimonial-btn-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}



.testimonial-carousel {
  flex: 1;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 32px;
}

.testimonial-card {
  flex: 0 0 384px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  /* min-height: 320px; */
  min-height: 448px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.testimonial-avatar {
  position: relative;
  width: 48px;
  height: 48px;
}

.testimonial-avatar-bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

.testimonial-avatar-img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

.testimonial-name {
  font-weight: 600;
  color: #111;
  margin: 0;
  font-size: 18px;
}

.testimonial-role {
  font-family: "Be Vietnam";
  color: #1b1819b2;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  margin: 4px 0 0;
}

.testimonial-quote {
  font-family: "Be Vietnam";
  font-size: 18px;
  line-height: 140%;
  color: #1b1819b2;
  font-weight: 400;
  margin: 0;
}

/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
/* Finanacial Flow  --------------------------------------------------------------------------------------------------*/

.financial-flow-section {
  padding: 80px 40px;
}

.financial-flow-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.financial-flow-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}

.financial-flow-title {
  font-size: 32px;
  line-height: 116%;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.financial-flow-subtitle {
  font-family: "Be Vietnam";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  vertical-align: middle;
  color: var(--step-subtitle);
  margin: 12px 0 0;
}

.financial-flow-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.financial-flow-cta:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.financial-flow-cta:active {
  border: 3px solid #ff80b2;
}

.financial-flow-cta img {
  height: 20px;
  width: 20px;
}

.financial-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.financial-flow-card {
  background: #ffffff;
  border: 1.6px solid var(--gray-100, #e8e3e4);
  border-radius: 32px;
  padding: 14px;
  transition: transform 0.3s ease;
}

/* .financial-flow-card:hover {
  transform: translateY(-8px);
} */

.financial-flow-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}

.financial-flow-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.financial-flow-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1b1819;
  margin: 0 0 12px;
}

.financial-flow-card-desc {
  font-family: "Be Vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6b6164;
  margin-bottom: 28px;
}

.financial-flow-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eee8e9;
  justify-content: space-between;
  color: #1b1819;
  padding: 8px 12px;
  border: 0.6px solid var(--button-darkie-flat-stroke, #d1c7ca);
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  font-family: "Be Vietnam Pro";
}

.financial-flow-read-more:hover {
  background: #DDD4D7;
  color: #1B1819;
}

.financial-flow-read-more:active {
  outline: 3px solid #ff80b2;
  outline-offset: -3px;
}

.financial-flow-read-more img {
  height: 24px;
  width: 24px;
  color: #1b1819;
}

.financial-flow-arrow {
  font-size: 20px;
  font-weight: 300;
}

/* Financial Flow  --------------------------------------------------------------------------------------------------*/
/* FAQ Section --------------------------------------------------------------------------------------------------*/

.faq-section {
  padding: 80px 0;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}

.faq-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: var(--color-text-primary);
  margin: 0 0 60px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #E8E3E4;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #EEE8E9;
}

.faq-item-open {
  border-color: #EEE8E9;
}

.faq-question {
  font-family: "Be Vietnam";
    padding: 16px 24px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  font-weight: 400;
  color: var(--color-text-primary);
  background-color: #FCFCFC;
  gap: 12px;
 word-break: normal;
}

.faq-icons {
  display: flex;
  align-items: center;
}

.faq-arrow-icon {
  color: #a09296;
  transition: transform 0.3s ease;
}

.faq-close-icon {
  color: #a09296;
  transition: all 0.2s;
}

.faq-close-icon:hover {
  color: #a09296;
}

/* Answer Animation */
.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  background-color: #fcfcfc;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-in-out;
}


.faq-item-open .faq-answer-wrapper {
  max-height: 1000px;
  opacity: 1;
  background-color: #fcfcfc;

  /* padding: 16px 16px 16px 24px; */
}

.faq-answer {
 padding: 0  24px 16px;
}

.faq-answer-content {
  position: relative;
padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #6B6164;
  word-break: normal;
}

/* Left Border on Answer */
.faq-answer-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #B8ADB0;
  border-radius: 2px;
}

/* FAQ Section  --------------------------------------------------------------------------------------------------*/

/* ------------------------------- */
/* RESPONSIVE DESIGN               */
/* ------------------------------- */

@media (max-width: 1232px) {
  .logo-grid-section .vc_column-inner {
    max-height: 450px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .cta-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  .cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .ic-frequency {
    border-radius: 28px;
    border: 0.6px solid #e9e2e3;
    padding: 6px;
  }

  .ic-frequency button {
    padding: 8px 16px;
    border-radius: 20px;
  }

  .ic-result {
    text-align: left;
    flex-direction: column;
  }

  .ic-info-container .ic-info-right {
    font-size: 12px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 38px;
  }

  .logo-grid-section .ubtn {
    font-size: 14px !important;
    padding: 10px 32px !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 400px;
  }

  .financial-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .como-afiliarte-wrapper {
    position: relative;
  }
}

@media (max-width: 992px) {
  .logo-grid-section .uvc-main-heading h2 {
    font-size: 32px;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 20px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 320px;
  }
}

@media (max-width: 800px) {
  .como-afiliarte-container-main .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 88px;
      height: 88px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 52px;
      line-height: 116%;
    }
  }

  .step-number {
    padding: 5px;
    width: 21px;
    height: 21px;
    font-size: 12px;
  }

  .step-section {
    padding: 50px 24px;
    gap: 24px;
  }

  .step-label {
    font-size: 16px;
    font-weight: 600;
  }

  .step-image-wrapper .step-image {
    max-width: 320px;
  }

  .tafi-es-la-container p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .como-afiliarte-container-main .fourth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .como-afiliarte-container-main .tenth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .step-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  ul.tafiulcheck li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .float-top-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-top-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .float-bottom-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .elege-features-grid {
    gap: 16px;
  }

  .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    bottom: 18px;
  }

  .logo-grid-section {
    border-radius: 56px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .logo-grid-section .ubtn {
    font-size: 10px !important;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 16px;
  }

  .testimonial-grid {
    gap: 16px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 270px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .block-grid {
    grid-template-columns: 1fr;
  }

  .como-afiliarte-container-main .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-section {
    flex-direction: column;
    text-align: center;
    padding: 8px 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
   .step-number {
    padding: 4.3px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .step-content,
  .step-image-wrapper {
    width: 100%;
    order: initial !important;
    /* forces content first on mobile */
    padding-left: 1px;
    padding-right: 1px;
    width: 440px;
  }

  .step-image-wrapper.right {
    padding-right: 25px;
    justify-content: center;
  }

  .step-image-wrapper.left {
    padding-left: 25px;
    justify-content: center;
  }

  .step-content {
    order: 1 !important;
  }

  .step-image-wrapper {
    order: 2 !important;
  }

  .step-label-wrapper {
    justify-content: flex-start;
  }

  .step-title {
    text-align: start;
    font-size: 24px;
  }

  .step-subtitle {
    font-size: 16px;
    text-align: start;
    line-height: 20px;
  }

  .step-image {
    max-width: 100%;
  }

  .step-section .step-content {
    padding-right: 1px;
    box-sizing: border-box;
    padding-left: 1px;
  }

  .como-afiliarte-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .tafi-es-la-container {
    font-size: 18px !important;

    & p {
      font-size: 18px !important;
    }
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 32px;
      line-height: 116%;
    }
  }

  .como-afiliarte-container-main {
    & .fourth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }

    & .tenth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }

  ul.tafiulcheck li {
    font-size: 14px;
  }

  .float-top-left {
    top: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-top-right {
    top: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .float-bottom-left {
    bottom: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    bottom: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .elege-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .logo-grid-section .vc_column_container {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logo-grid-section .wpb_wrapper {
    height: 420px;
  }

  .testimonial-grid {
    flex-direction: column;
  }

  .testimonial-track {
    max-width: 423px;
  }

  .mobile_mockup_block .left {
    order: 2 !important;
  }

  .mobile_mockup_block .right {
    order: 1 !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 335px;
  }

  .financial-flow-section {
    padding: 60px 0;
  }

  .financial-flow-header {
    flex-direction: column;
    text-align: center;
  }

  .financial-flow-title {
    font-size: 36px;
  }

  .financial-flow-card {
    padding: 24px;
  }

  .financial-flow-image-wrapper {
    height: 180px;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 17px;
  }

  .faq-answer {
    padding: 0 20px 20px;
  }

  .faq-answer-content {
    font-size: 15.5px;
    padding-left: 16px;
  }

  .faq-answer-content::before {
    width: 2px;
  }

  .testimonial-controls {
    position: unset;
  }
}

@media (max-width: 425px) {

  .step-content,
  .step-image-wrapper {
    width: 320px;
  }

  .step-image {
    max-width: 277px;
  }

  .elege-feature-desc {
    font-size: 14px;
  }

  .elege-feature-card {
    padding: 16px 0px;
  }

  .testimonial-track {
    max-width: 300px;
  }

  .testimonial-heading {
    font-size: 32px;
  }

  .testimonial-sidebar {
    width: 280px;
  }
}

@media (max-width: 320px) {
  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 28px;
      line-height: 116%;
    }
  }

  .step-content,
  .step-image-wrapper {
    width: 275px;
  }

  .step-image {
    max-width: 250px !important;
  }

  .testimonial-track {
    max-width: 250px;
  }
}

.como-afiliarte-wrapper .como-afiliarte-container-main .tafi-es-la-container p {
  width: 75%;
  margin-bottom: 40px;
}


.como-afiliarte-wrapper .como-afiliarte-container-main .fourth_block h2 {
  margin-bottom: 10px;
}


.como-afiliarte-wrapper .como-afiliarte-container-main .paso2 .step-content {
  padding-left: 50px;
}

.como-afiliarte-wrapper .como-afiliarte-container-main .paso3.step-content {
  padding-right: 50px;
}

@media (max-width: 991px) {
  .como-afiliarte-wrapper .como-afiliarte-container-main .paso2 .step-content {
    padding-left: 0px;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .paso3.step-content {
    padding-right: 50px;
  }
}


/* mobile mocku */
.como-afiliarte-wrapper .como-afiliarte-container-main .mobile_mockup_block {
  margin: auto;
}

@media (max-width: 768px) {
  .como-afiliarte-wrapper .como-afiliarte-container-main .stepsectioncustom {
    padding: 50px 60px;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .mobile_mockup_block .ubtn-ctn-left {
    padding-bottom: 18px;
  }
}

.como-afiliarte-wrapper .como-afiliarte-container-main .block-grid {
  gap: 30px;
}

.como-afiliarte-wrapper .como-afiliarte-container-main .logo-grid-section .ubtn-cta-icon img {
  width: 18px;
  height: 18px;
}



.como-afiliarte-wrapper .como-afiliarte-container-main .financial-flow-container {
  padding: 0px 0px;
}



@media (max-width: 640px) {
  .como-afiliarte-wrapper .como-afiliarte-container-main .cta-button {
    width: 100%;
    justify-content: center;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .testimonial-controls {
    gap: 0px;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .testimonial-carousel {
    width: 100%;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .testimonial-track {
    max-width: 254px;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .testimonial-card {
    flex: 0 0 361px;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .financial-flow-header {
    padding: 0px 10px;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .financial-flow-grid {
    padding: 0px 10px;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .financial-flow-card {
    padding: 14px;
  }

  .como-afiliarte-wrapper .como-afiliarte-container-main .financial-flow-cta {
    width: 100%;
    justify-content: center;
  }
}


.como-afiliarte-container-main {
  padding: 0 40px;
}


.como-afiliarte-container-main .como_afilliarte_content_section2 {
  padding-top: 60px;
}

.como-afiliarte-container-main .como_afilliarte_content_section2 .payload-richtext h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 115.99999999999999%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1B1819;
}

.como-afiliarte-container-main .como_afilliarte_content_section2 .payload-richtext p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #6B6164;


}

.como-afiliarte-container-main .payload-richtext h2 {
  margin-bottom: 8px;
}

/* 
hero block */
.como-afiliarte-container-main .heroblock_como_afiliarte .main {
  gap: 32px;
}

.como-afiliarte-container-main .heroblock_como_afiliarte .hero-image image {
  scale: 1.1;
}


/* step section  */
.como-afiliarte-container-main .step-section {

  padding: 40px 54px;
}

.como-afiliarte-container-main .paymentshowcasevideo .btn {
  font-weight: 700;
}

.como-afiliarte-container-main .step-section .step-title {
  font-size: 36px;
}

.como-afiliarte-container-main .second_step_section .step-content {
  width: 42%;
}

.como-afiliarte-container-main .third_step_section .step-content {
  width: 43%;
}

.como-afiliarte-container-main .fourth_step_section .step-content {
  width: 42%;
}

.como-afiliarte-container-main .step-section .step-image-wrapper {
  margin: 0px;
}

.como-afiliarte-container-main .sale_processes_section .paymentshowcasevideo.cutom_paymentshowcasevideo_afilliarte {
  background-color: #ff80b2;
  overflow: hidden;
  border-radius: 40px;
}

/* payment video section */

.como-afiliarte-container-main .sale_processes_section {
  padding: 80px 0px;
}

.como-afiliarte-container-main .paymentshowcasevideo {
  padding: 80px 0px;
}

.como-afiliarte-container-main .paymentshowcasevideo img {
  border-radius: 43px;
}

.como-afiliarte-container-main .paymentshowcasevideo.cutom_paymentshowcasevideo_afilliarte h2 {
  color: #1B1819;
}


/* heading below payment video section */

.como-afiliarte-container-main .como_afiliarte_pagar_content_section8 {
  padding-top: 80px;
}

.como-afiliarte-container-main .como_afiliarte_pagar_content_section8 h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 115.99999999999999%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1B1819;
}

.como-afiliarte-container-main .como_afiliarte_pagar_content_section8 p {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #A09296;
  width: 100%;

}

.como-afiliarte-container-main .como_afiliarte_sale .widget1,
.como-afiliarte-container-main .como_afiliarte_sale .widget2,
.como-afiliarte-container-main .como_afiliarte_sale .widget3,
.como-afiliarte-container-main .como_afiliarte_sale .widget4 {
  border-radius: 56px;
  background: #F7F3F4;
  padding: 30px 32px;
  overflow: hidden;
}

.como-afiliarte-container-main .como_afiliarte_sale .widget1 h3,
.como-afiliarte-container-main .como_afiliarte_sale .widget2 h3,
.como-afiliarte-container-main .como_afiliarte_sale .widget3 h3,
.como-afiliarte-container-main .como_afiliarte_sale .widget4 h3 {
  color: #1B1819;
  font-family: "Goldplay Alt";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}

.como-afiliarte-container-main .como_afiliarte_sale .widget1 {
  gap: 50px;
  flex-wrap: nowrap;
  width: 796px;
  padding-bottom: 0px;
  padding-top: 44.1px;
}

.como-afiliarte-container-main .como_afiliarte_sale .widget1 .titel {
  width: 41%;
}

.como-afiliarte-container-main .como_afiliarte_sale .widget1 .imageshowcase {
  width: 49%;
  margin-bottom: 0px;
}

.como-afiliarte-container-main .como_afiliarte_sale .widget1 img {
  width: 100%;
  height: 100%;
  position: relative;
  left: 42px;
}

.como-afiliarte-container-main .como_afiliarte_sale .widget2 img {
  width: 72px;
  height: 72px;
}

.como-afiliarte-container-main .como_afiliarte_sale .widget3 {
  width: 392px;
  padding-top: 10px;
  gap: 4.4px;
}


.como-afiliarte-container-main .como_afiliarte_sale .widget3 img {
  width: 363px;
  position: relative;
  right: 37px;
  height: auto;
}

.como-afiliarte-container-main .como_afiliarte_sale .widget2 {
  display: flex;
  justify-content: space-between;
  width: 392px;
}



.como-afiliarte-container-main .como_afiliarte_sale .dummyform {
  border-radius: 56px;
  background: #F7F3F4;
  padding: 40px 0px 40px 32px;
  overflow: hidden;
  width: 796px;
}

.como-afiliarte-container-main .como_afiliarte_sale .dummyform h3 {
  color: #1B1819;
  font-family: "Goldplay Alt";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;
}


.como-afiliarte-container-main .como_afiliarte_sale .dummyform .pills {
  display: flex;
  padding: 14px 12px;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  cursor: pointer;
}

.como-afiliarte-container-main .como_afiliarte_sale .dummyform .pills:hover {
  background: #1B1819;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  color: #FFF;
}


.como-afiliarte-container-main .como_afiliarte_sale .dummyform .formside {
  padding-top: 10px;
}

.como-afiliarte-container-main .faq-container {
  padding: 0px;
}

.como-afiliarte-container-main .heroblock_como_afiliarte .main .content {
  width: 58%;
}

.como-afiliarte-container-main .faq-section .faq-title {
  color: #1B1819;
  font-size: 36px;

  font-weight: 700;
  line-height: 116%;
}

.como-afiliarte-container-main .paymentshowcasevideo.cutom_paymentshowcasevideo_afilliarte .videobox {
  border-radius: 40px;
  background: #ff80b2;

}

.como-afiliarte-container-main .como_afiliarte_sale .dummyform .pills {
  color: #6B6164;
}

.como-afiliarte-container-main .faq-section .faq-title {
  color: #1B1819;
  text-align: center;

  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 116%;

}

.como-afiliarte-container-main .como_afiliarte_sale .dummyform .heading {
  width: 100%;
}

.como-afiliarte-container-main .como_afiliarte_sale .dummyform .formside .pills label {
  text-wrap-mode: nowrap;
}

@media (max-width:1024px) {
  .como-afiliarte-container-main .step-section .step-title {
    font-size: 34px;
  }

  .como-afiliarte-container-main .paymentshowcasevideo img {
    border-radius: 34px;
  }

}

@media (max-width:800px) {
  .como-afiliarte-container-main .sale_processes_section {
    padding: 40px 0px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget1 h3,
  .como-afiliarte-container-main .como_afiliarte_sale .widget2 h3,
  .como-afiliarte-container-main .como_afiliarte_sale .widget3 h3,
  .como-afiliarte-container-main .como_afiliarte_sale .widget4 h3 {
    font-size: 24px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .dummyform h3 {
    font-size: 24px;
  }


}

@media (max-width:991px) {
  .como-afiliarte-container-main .step-section {
    padding: 40px 40px;
  }

  .como-afiliarte-container-main {
    padding: 0 30px;
  }

  .como-afiliarte-container-main .step-section .step-title {
    font-size: 32px;

  }

  .como_afiliarte_pagar_content_section8 .main {
    padding: 0px;
  }

  .como-afiliarte-container-main .como_afiliarte_pagar_content_section8 p {
    width: 94%;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget3 {
    justify-content: space-between;
    gap: 43px;
    width: 32.8%;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .dummyform {
    width: 65.2%;
    justify-content: space-between;
    padding-left: 30px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget1 {
    width: 67.2%;
    padding-right: 0px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget2 {
    width: 30.8%;
    padding-top: 48.8px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .dummyform .contentside {
    width: 30%;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .dummyform .formside {
    width: 35%;

  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget1 .imageshowcase {
    width: 67%;
  }

  .como-afiliarte-container-main .heroblock_como_afiliarte .image {
    -o-object-position: center;
       object-position: center;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .dummyform .heading {
    width: 100%;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget3 img {
    max-width: 295px;
    position: relative;
    right: 60px;
  }

  .como-afiliarte-container-main .step-section .step-content .step-label {
    font-size: 20px;
  }
}


@media (max-width:640px) {

  .como-afiliarte-container-main {
    padding: 0px 16px;
  }

  .como-afiliarte-container-main .como_afilliarte_content_section2 .payload-richtext h2 {
    font-size: 24px;
  }

  .como-afiliarte-container-main .como_afilliarte_content_section2 {
    padding-top: 30px;
  }

  .como-afiliarte-container-main .como_afilliarte_content_section2 .payload-richtext p {
    font-size: 16px;
  }

  .como-afiliarte-container-main .heroblock_como_afiliarte .main {
    flex-direction: column-reverse;
  }

  .como-afiliarte-container-main .step-section .step-title {
    font-size: 24px;
  }

  .como-afiliarte-container-main .second_step_section .step-content {
    width: 100%;
  }

  .como-afiliarte-container-main .third_step_section .step-content {
    width: 100%;
  }

  .como-afiliarte-container-main .fourth_step_section .step-content {
    width: 100%;
  }

  .como-afiliarte-container-main .paymentshowcasevideo {
    padding: 56px 0px;
  }


  .como-afiliarte-container-main .como_afilliarte_content_section2 h2 {
    font-size: 24px;
  }

  .como-afiliarte-container-main .como_afilliarte_content_section2 {
    padding-top: 56px;
  }

  .como-afiliarte-container-main .como_afilliarte_content_section2 p {
    font-size: 16px;

  }

  .como-afiliarte-container-main .como_afilliarte_content_section2 .container {
    padding: 0px;
  }

  .como-afiliarte-container-main .sale_processes_section {
    padding: 30px 0px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget1,
  .como-afiliarte-container-main .como_afiliarte_sale .widget2,
  .como-afiliarte-container-main .como_afiliarte_sale .widget3,
  .como-afiliarte-container-main .como_afiliarte_sale .widget4 {
    border-radius: 32px;

  }

  .como-afiliarte-container-main .como_afiliarte_sale .dummyform {
    border-radius: 32px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget1 .titel {
    width: 100%;
  }

  .como-afiliarte-container-main .heroblock_como_afiliarte .main .content {
    width: 100%;
    text-align: left;
  }

  .como-afiliarte-container-main .heroblock_como_afiliarte .main .content h1 {
    font-size: 40px;
    line-height: 116%;

  }

  .como-afiliarte-container-main .como_afilliarte_content_section2 .payload-richtext p {
    font-weight: 600;
  }

  .como-afiliarte-container-main .step-section {
    flex-direction: column-reverse;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
    margin: 0px;
    gap: 64px;
  }

  .como-afiliarte-container-main .step-section .step-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .como-afiliarte-container-main .step-section .step-image-wrapper.right {
    padding: 0px;
  }

  .como-afiliarte-container-main .step-section .step-image-wrapper.left {
    padding: 0px;
  }

  .como-afiliarte-container-main .paymentshowcasevideo.cutom_paymentshowcasevideo_afilliarte h2 {

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    width: 75%;
    margin-bottom: 40px;
  }

  .como-afiliarte-container-main .paymentshowcasevideo .videobox {
    width: 311px;
    height: 148.7px;
    aspect-ratio: 311.00/148.70;
    border-radius: 24px;
  }

  .como-afiliarte-container-main .paymentshowcasevideo .btn {
    width: 100%;
  }

  .como-afiliarte-container-main .como_afiliarte_pagar_content_section8 h2 {

    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
  }

  .como-afiliarte-container-main .como_afiliarte_pagar_content_section8 p {

    color: #A09296;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget1 {
    width: 100%;
    height: 294px;
    gap: 8px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget2 {
    gap: 70.4px;
    width: 100%;
    padding: 32px;
  }


  .como-afiliarte-container-main .como_afiliarte_sale .dummyform {
    width: 100%;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget1 .imageshowcase {
    width: 100%;
  }

  .como-afiliarte-container-main .heroblock_como_afiliarte {
    padding-left: 8px;
    padding-right: 8px;
  }

  .como-afiliarte-container-main .paymentshowcasevideo.cutom_paymentshowcasevideo_afilliarte .videobox {
    border-radius: 13px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget3 {
    gap: 58px;
    width: 100%;
    padding-bottom: 0;
    padding-top: 35px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .dummyform {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 20px;
    gap: 22.4px;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .dummyform .contentside,
  .como-afiliarte-container-main .como_afiliarte_sale .dummyform .formside {
    width: 100%;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .dummyform .heading {
    width: 90%;
  }

  .como-afiliarte-container-main .faq-section {

    padding-bottom: 20px;
  }

  .como-afiliarte-container-main .faq-section .faq-title {

    font-size: 24px;

    font-weight: 700;
    line-height: 116%;
  }

  .como-afiliarte-container-main .como_afiliarte_sale .widget3 img {
    max-width: 264px;
    position: relative;
    right: 0px
  }

  .como-afiliarte-container-main .step-section .step-content .step-label {
    font-size: 14px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/ComerciosAliadosPage/index.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.comercios-aliados-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 0px;
}

.comercios-aliados-container-main {
  margin-top: 20px;
  margin-bottom: 20px;

  & h1,
  & h2,
  & h3,
  & .goldplaybi {
    font-family: "GoldPlay Alt", sans-serif !important;
  }

  & .payload-block.third_block {
    padding-top: 56px;
  }

  & .fourth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      font-weight: 700;
      font-family: "Be Vietnam";
    }

    & strong {
      color: var(--color-text-primary);
    }
  }

  & .step_section_container {
    max-width: 100%;
  }

  & .tenth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      /* font-weight: 700; */
    }

    & strong {
      color: var(--color-text-primary);
    }
  }
}

.comercios-aliados-container-main .tafi-es-la-container {
  max-width: 920px;
  margin: 0 auto;

  font-family: "Be Vietnam", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.5px;
  text-align: center;

  & p {
    margin: 0 auto;

    font-family: "Be Vietnam", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 116%;
    letter-spacing: 0.5px;
    text-align: center;
    color: #6b6164;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  & strong {
    color: var(--color-text-primary);
  }

  & .container {
    padding: 0;
  }
}

.hero-block-wrapper {
  & .container-parent {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: left;
    font-size: 56px;
    line-height: 116%;
    color: #1b1819;
    font-family: "GoldPlay Alt", sans-serif;
  }

  & .container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  & .container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9.5px;
  }

  & .llevatelotitle {
    display: inline-block;
    padding: 16px;
    gap: 3.16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 24px;
    background: #F3F1F1;
  }

  & .subtitle {
    position: relative;
    line-height: 100%;
    margin-right: 10px;
    color: var(--color-text-primary);
  }

  & b,
  & strong {
    font-weight: 700;
  }

  & .container2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  & .relaxtitle {
    background: #ff80b2;
    padding: 16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 8px;
  }

  & .chaticontitle {
    padding: 0;
  }

  & .chaticontitle img {
    width: 88px;
    height: 88px;
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

.step-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 54px;
  gap: 2px;
}

/* NEW: Flexible content & image containers (replaces .step-left & .step-right) */
.step-content,
.step-image-wrapper {
  width: 50%;
}

/* Default layout: Image on the RIGHT */
.step-section.image-right .step-content {
  order: 1;
}

.step-section.image-right .step-image-wrapper {
  order: 2;
}

/* Image on the LEFT → reverse order */
.step-section.image-left .step-content {
  order: 2;
}

.step-section.image-left .step-image-wrapper {
  order: 1;
}

/* Content styling */
.step-label-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}

.step-number {
  background: #ff80b2;
  color: #fff;
  font-weight: 700;
  padding: 6px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 20px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: normal;
}

.step-label {
  background-color: #f7f3f4;
  padding: 0 12px;
  color: #6b6164;
  font-size: 20px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  height: 38px;
  border-radius: 12px 12px 4px;
  align-items: center;
  font-weight: 600;
}

.step-title {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 116%;
  color: var(--color-text-primary);
}

/* .step-subtitle {
  color: var(--step-subtitle);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400 !important;
} */

ul.tafiulcheck {
  list-style: disc;
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

ul.tafiulcheck li {
  font-size: 16px;
  line-height: 140%;
  color: var(--step-subtitle);
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
  font-family: "Be vietnam";
  margin-bottom: 8px;
}

ul.tafiulcheck li .subtitle {
  color: var(--color-text-primary);
}

ul.tafiulcheck li.has-check:before {
  content: "";
  position: absolute;
      top: 7px;
    left: -2px;
  width: 12px; 
  height: 12px;
  background-image: url('/api/media/file/tickmark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

ul.tafiulcheck li.no-check {
  padding-left: 0;
  margin-bottom: 12px;
}

ul.tafiulcheck li.no-check:before {
  content: none;
}

.step_section_container {

  /* CTA Button - 100% matches your design */
  & .tafi-cta-button {
    display: inline-flex;
    align-items: center;
    border: 0.6px solid var(--button-darkie-flat-stroke, #D1C7CA);
    gap: 12px;
    margin-top: 24px;
    padding: 12px 24px;
    background: var(--button-darkie-flat-bg, #EEE8E9);
    color: #1B1819;
    font-size: 14px;
    font-weight: 700;
    border-radius: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  & .tafi-cta-button:hover {
    background: var(--button-darkie-flat-bg, #EEE8E9);
  }

  & .cta-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  & .cta-arrow {
    font-size: 28px;
    line-height: 1;
    margin-bottom: -2px;
  }

  & .cta-text {
    white-space: nowrap;
  }
}

/* Image wrapper – replaces .step-right */
.step-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.step-image-wrapper.right {
  padding-right: 0;
  justify-content: flex-end;
}

.step-image-wrapper.left {
  padding-left: 0;
  justify-content: flex-start;
}

.step-image {
  /* max-width: 410px; */
  height: auto;
}

.media-container {
  background: transparent !important;
}

/* Floating animation - same for all four positions */
@keyframes floating {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(3px, -6px) rotate(1deg) scale(1.02);
  }

  50% {
    transform: translate(-2px, -10px) rotate(-1deg) scale(0.99);
  }

  75% {
    transform: translate(-4px, -5px) rotate(0.5deg) scale(1.01);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

@keyframes floating1 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  25% {
    transform: translate(4px, -6px) rotate(1deg) scale(1.02);
  }

  50% {
    transform: translate(-3px, -10px) rotate(-1deg) scale(0.98);
  }

  75% {
    transform: translate(-2px, -4px) rotate(0.5deg) scale(1.01);
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/
.float-top-left {
  position: absolute;
  top: 9rem;
  left: 18rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-left img {
  height: 90px;
  width: auto;
}

.float-top-right {
  position: absolute;
  top: 10rem;
  right: 17rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-left {
  position: absolute;
  bottom: 10rem;
  left: 20.7rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-right {
  position: absolute;
  bottom: 7rem;
  right: 15rem;
  z-index: 30;
  pointer-events: none;
}

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* Base slider */
.ic-card {
  padding: 32px;
  background: #f7f3f4;
  border-radius: 24px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}

.ic-title {
  font-size: 24px;
  line-height: 116%;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.ic-label {
  font-size: 16px;
  color: rgb(27, 24, 25);
  margin: 3.5rem 0px 0px 0px;
  line-height: 140%;
  font-weight: 600;

}

.ic-mt30 {
  margin-top: 30px;
}

/* SLIDER -------------------------------------------------------------------------------------------------- */
.ic-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background: #d1c7ca;
  outline: none;
  margin: 1.5rem 0;
  cursor: pointer;
}

/* Thumb – black circle with a vertical white bar */
/* Chrome / Edge / Safari */
.ic-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;

  /* 1. Base color (Black) */
  background-color: #1b1819; 

  /* 2. White line setup */
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px; /* Width: 2px, Height: 14px */
  background-repeat: no-repeat;
  background-position: center;

  border: none; 
}

.ic-slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1b1819;
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}


.ic-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6B6164;
  font-weight: 500;
}

.ic-amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

/* Frequency Toggle */
.ic-frequency {
  display: flex;
  background: #ffffff;
  border-radius: 28px;
  padding: 6px;
  margin-top: 0.5rem;
  border: 0.6px solid #e9e2e3;
  outline: 0;
}

.ic-frequency button {
  flex: 1;
  padding: 12px 24px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  background: transparent;
  color: #6b6164;
  cursor: pointer;
  outline: 0;
  font-family: "Be Vietnam Pro";
}

.ic-freq-active {
  background: #353132 !important;
  color: #ffffff !important;
}

.ic-freq-active:hover {
  background: #1B1819 !important;
}

/* SLIDER ------------------------------------------------------------------------------------------------------- */

/* Select/Options ----------------------------------------------------------------------------------------------- */
.ic-select-wrapper {
  position: relative;
  width: 100%;
}

/* Select */
/* .ic-select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: 0;
  margin-top: 0.5rem;
} */

.ic-select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  /* extra space for icon */
  border: 1px solid ##DDD4D7;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: none;
  margin-top: 0.5rem;
  color: #1b1819;

  /* Remove default arrow: Chrome, Safari */
  appearance: none;
  -webkit-appearance: none;

  /* Remove arrow in Firefox */
  -moz-appearance: none;

  /* For IE */
  background-image: none;
  font-family: "Be Vietnam Pro"
}

/* Select/Options ----------------------------------------------------------------------------------------------- */

/* Custom arrow icon */
.ic-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* click passes through */
  font-size: 20px;
  align-self: anchor-center;
  color: #6b7280;
}

/* Result */
.ic-result {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  margin-top: 2rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #f3f4f6;
}

.ic-result-div {
  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 13px;
}

.ic-result-amount {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 4px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
  font-family: "Be Vietnam Pro"
}

.ic-result-freq {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
  font-family: "Be Vietnam Pro"
}

.ic-heart {
  align-self: center;
  color: #ec4899;
}

.ic-result-detail {
  font-size: 16px;
  color: #6b6164;
  font-family: "Be Vietnam";
  font-weight: 600;
  line-height: 140%;
}

.ic-info {
  align-items: flex-start;
  margin-top: 14px;
  padding: 8px;
}

.ic-info-container {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 4px;
}

.ic-info-container .ic-info-left {
  align-self: flex-start;
}

.ic-info-container .ic-info-left .ic-bulk-warning {
  width: 16.67px;
  height: 16.67px;
  color: #a15e00;
  opacity: 1;
}

.ic-info-container .ic-info-right {
  font-family: "Be vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
  color: #6b6164;
}

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/
.cta-wrapper {
  max-width: 520px;
}

.cta-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--color-text-primary);
  line-height: 115.99999999999999%;
  margin: 0 0 24px 0;
}

.cta-subtitle {
  font-family: "Be vietnam";
  font-size: 18px;
  color: var(--step-subtitle);
  line-height: 1.6;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.cta-button:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.cta-button:active {
  border: 3px solid #ff80b2;
}

.cta-wa-icon {
  width: 26px;
  height: 26px;
}

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/
.block-section {
  padding: 65px 20px;
  /* background: linear-gradient(to bottom, #ffffff, #f8f9fa); */
}

.block-container {
  max-width: 1240px;
  margin: 0 auto;
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/

/* Spinner -----------------------------------------------------------------------------------------------------*/
.stable-spinner {
  position: relative;
  width: 40px;
  height: 40px;
}

/* Each bar */
.stable-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 16px;
  background: var(--primary-pink);
  border-radius: 3px;

  transform-origin: center -16px;
  transform: rotate(calc(var(--i) * 30deg));

  opacity: 0.15;
  animation: fadeCycle 1s linear infinite;
  /*  
    Negative delay makes the "bright bar" move CLOCKWISE  
    Increasing delay = rotation direction  
  */
  animation-delay: calc(var(--i) * 0.083s);
  /* ✅ true clockwise */
}

/* Clockwise fade only (NO rotation) */
@keyframes fadeCycle {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

/* Spinner -----------------------------------------------------------------------------------------------------*/

/* Features Grid  ----------------------------------------------------------------------------------------------*/

.elege-features-section {
  padding: 5px 20px;
  padding-bottom: 65px;
}

.elege-features-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: start;
}

.elege-feature-card {
  padding: 0px;
}

.elege-icon-wrapper {
  margin-bottom: 8px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.elege-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 16px;
  line-height: 115.99999999999999%;
}

.elege-feature-desc {
  color: var(--step-subtitle);
  max-width: 320px;
  font-family: "Be Vietnam";
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.dynamic-icon {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Features Grid  ----------------------------------------------------------------------------------------------*/

/* Logo Grid  --------------------------------------------------------------------------------------------------*/

/* LogoGridWithCTABlock.css */
/* ==================================================================
   Logo Grid With CTA Block – Full CSS (matches VC custom classes)
   ================================================================== */

.logo-grid-section {
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  max-width: 1176px;
  margin-inline: auto;
  margin: 24px;
}

.logo-grid-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-width: 1176px;
  left: 0px;
  width: 1176px;
}

.logo-grid-section .vc_row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.logo-grid-section .vc_column_container {
  position: relative;
  width: 50%;
  min-height: 1px;
  max-width: 50%;
  align-items: stretch;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.logo-grid-section .left .vc_column-inner {
  padding-top: 44px;
  padding-bottom: 0px;
  padding-right: 20%;
  padding-left: 56px;
}

.logo-grid-section .right .vc_column-inner {
  padding-right: 0px;
  padding-left: 25px;
}

.logo-grid-section .vc_column-inner {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  justify-content: flex-start;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
  vertical-align: top;
}

.logo-grid-section .vc_column-inner::before {
  content: "";
  display: table;
}

.logo-grid-section .vc_column-inner::after {
  content: " ";
  display: table;
}

.logo-grid-section .vc_column-inner:after {
  clear: both;
}

.logo-grid-section .wpb_wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.logo-grid-section .uvc-heading {
  display: flex;
  flex-direction: column;
}

.logo-grid-section .wpb_wrapper .ubtn-ctn-left {
  position: absolute;
  bottom: 44px;
}

.logo-grid-section .uvc-heading-spacer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.logo-grid-section .uvc-main-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 115.99999999999999%;
  margin-bottom: 1rem;
}

.logo-grid-section .uvc-sub-heading p {
  font-size: 18px;
  color: #ffffffbf;
  font-family: "Be vietnam";
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 2rem;
}

.logo-grid-section .vc_empty_space {
  height: 120px;
  clear: both;
}

.logo-grid-section .ubtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.logo-grid-section .ubtn:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.logo-grid-section .ubtn:active {
  border: 3px solid #ff80b2;
}


.logo-grid-section .ubtn-cta-icon {
  display: inline-block;
  vertical-align: middle;
}

.logo-grid-section .ubtn-cta-icon img {
  height: 13.5px;
  width: 7.5px;
}

.mobile_mockup_block .uvc-main-heading h2 {
  color: #1b1819;
}

.mobile_mockup_block .uvc-sub-heading p {
  color: #6b6164;
}

.mobile_mockup_block .uvc-heading {
  padding: 56px;
}

.mobile_mockup_block .ubtn-ctn-left {
  padding-left: 56px;
}

.mobile_mockup_block .uvc-header-left {
  max-width: 350px;
}

.mobile_mockup_block .ubtn-cta-icon img {
  height: 24px;
  width: 24px;
}

.mobile_mockup_block .left .vc_column-inner {
  padding-top: 100px;
}

/* Logo Grid  --------------------------------------------------------------------------------------------------*/
/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
.testimonial-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.testimonial-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.testimonial-grid {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  position: relative;
}

.testimonial-sidebar {
  width: 320px;
  flex-shrink: 0;
}

.testimonial-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 116%;
  color: var(--color-text-primary);
  margin: 0;
}

.testimonial-controls {
  margin-top: 48px;
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
}

.testimonial-btn-prev,
.testimonial-btn-next {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-btn-prev {
  background: #353132;
  color: white;
}

.testimonial-btn-prev:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.testimonial-btn-prev:active {
  border: 3px solid #ff80b2;
}

.testimonial-btn-next {
  background: #EEE8E9;
  border: 0.6px solid #D1C7CA;
  color: #1B1819;
  transition: all 0.2s ease;
  cursor: pointer;

}

.testimonial-btn-next:hover {
  background: #DDD4D7;
  border-color: #D1C7CA;
}

.testimonial-btn-next:active {
  box-shadow: inset 0 0 0 3px #FF80B2;
  border-color: #FF80B2;
  outline: none;
}

.testimonial-btn-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}



.testimonial-carousel {
  flex: 1;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 32px;
}

.testimonial-card {
  flex: 0 0 384px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  /* min-height: 320px; */
  min-height: 448px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.testimonial-avatar {
  position: relative;
  width: 48px;
  height: 48px;
}

.testimonial-avatar-bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

.testimonial-avatar-img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

.testimonial-name {
  font-weight: 600;
  color: #111;
  margin: 0;
  font-size: 18px;
}

.testimonial-role {
  font-family: "Be Vietnam";
  color: #1b1819b2;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  margin: 4px 0 0;
}

.testimonial-quote {
  font-family: "Be Vietnam";
  font-size: 18px;
  line-height: 140%;
  color: #1b1819b2;
  font-weight: 400;
  margin: 0;
}

/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
/* Finanacial Flow  --------------------------------------------------------------------------------------------------*/

.financial-flow-section {
  padding: 80px 40px;
}

.financial-flow-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.financial-flow-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}

.financial-flow-title {
  font-size: 32px;
  line-height: 116%;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.financial-flow-subtitle {
  font-family: "Be Vietnam";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  vertical-align: middle;
  color: var(--step-subtitle);
  margin: 12px 0 0;
}

.financial-flow-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.financial-flow-cta:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.financial-flow-cta:active {
  border: 3px solid #ff80b2;
}


.financial-flow-cta img {
  height: 20px;
  width: 20px;
}

.financial-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.financial-flow-card {
  background: #ffffff;
  border: 1.6px solid var(--gray-100, #e8e3e4);
  border-radius: 32px;
  padding: 14px;
  transition: transform 0.3s ease;
}

/* .financial-flow-card:hover {
  transform: translateY(-8px);
} */

.financial-flow-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}

.financial-flow-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.financial-flow-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1b1819;
  margin: 0 0 12px;
}

.financial-flow-card-desc {
  font-family: "Be Vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6b6164;
  margin-bottom: 28px;
}

.financial-flow-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eee8e9;
  justify-content: space-between;
  color: #1b1819;
  padding: 8px 12px;
  border: 0.6px solid var(--button-darkie-flat-stroke, #d1c7ca);
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  font-family: "Be Vietnam Pro";
}

.financial-flow-read-more:hover {
  background: #DDD4D7;
  color: #1B1819;
}

.financial-flow-read-more:active {
  outline: 3px solid #ff80b2;
  outline-offset: -3px;
}

.financial-flow-read-more img {
  height: 24px;
  width: 24px;
  color: #1b1819;
}

.financial-flow-arrow {
  font-size: 20px;
  font-weight: 300;
}

/* Financial Flow  --------------------------------------------------------------------------------------------------*/
/* FAQ Section --------------------------------------------------------------------------------------------------*/

.faq-section {
  padding: 80px 0;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}

.faq-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: var(--color-text-primary);
  margin: 0 0 60px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #E8E3E4;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #EEE8E9;
}

.faq-item-open {
  border-color: #EEE8E9;
}

.faq-question {
  font-family: "Be Vietnam";
  padding: 16px 24px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  font-weight: 400;
  color: var(--color-text-primary);
  background-color: #FCFCFC;
  gap: 12px;
  word-break: normal;
}

.faq-icons {
  display: flex;
  align-items: center;
}

.faq-arrow-icon {
  color: #a09296;
  transition: transform 0.3s ease;
}

.faq-close-icon {
  color: #a09296;
  transition: all 0.2s;
}

.faq-close-icon:hover {
  color: #a09296;
}

/* Answer Animation */
.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  background-color: #fcfcfc;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-in-out;
}

.faq-item-open .faq-answer-wrapper {
  max-height: 1000px;
  opacity: 1;
  background-color: #fcfcfc;

  /* padding: 16px 16px 16px 24px; */
}

.faq-answer {
  padding: 0 16px 24px;
}

.faq-answer-content {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--faq-subtitle);
  word-break: normal;
}

/* Left Border on Answer */
.faq-answer-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #B8ADB0;
  border-radius: 2px;
}

/* FAQ Section  --------------------------------------------------------------------------------------------------*/

/* ------------------------------- */
/* RESPONSIVE DESIGN               */
/* ------------------------------- */

@media (max-width: 1232px) {
  .logo-grid-section .vc_column-inner {
    max-height: 450px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .cta-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  .cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .ic-frequency {
    border-radius: 28px;
    border: 0.6px solid #e9e2e3;
    padding: 6px;
  }

  .ic-frequency button {
    padding: 8px 16px;
    border-radius: 20px;
  }

  .ic-result {
    text-align: left;
    flex-direction: column;
  }

  .ic-info-container .ic-info-right {
    font-size: 12px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 38px;
  }

  .logo-grid-section .ubtn {
    font-size: 14px !important;
    padding: 10px 32px !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 400px;
  }

  .financial-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .comercios-aliados-wrapper {
    position: relative;
  }
}

@media (max-width: 992px) {
  .logo-grid-section .uvc-main-heading h2 {
    font-size: 32px;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 20px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 320px;
  }
}

@media (max-width: 800px) {
  .comercios-aliados-container-main .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 88px;
      height: 88px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 52px;
      line-height: 116%;
    }
  }

  .step-number {
    padding: 3px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .step-section {
    padding: 50px 24px;
    gap: 24px;
  }

  .step-label {
    font-size: 16px;
    font-weight: 600;
  }

  .step-image-wrapper .step-image {
    max-width: 320px;
  }

  .tafi-es-la-container p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .comercios-aliados-container-main .fourth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .comercios-aliados-container-main .tenth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .step-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  ul.tafiulcheck li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .float-top-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-top-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .float-bottom-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .elege-features-grid {
    gap: 16px;
  }

  .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    bottom: 18px;
  }

  .logo-grid-section {
    border-radius: 56px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .logo-grid-section .ubtn {
    font-size: 10px !important;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 16px;
  }

  .testimonial-grid {
    gap: 16px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 270px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .block-grid {
    grid-template-columns: 1fr;
  }

  .comercios-aliados-container-main .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-section {
    flex-direction: column;
    text-align: center;
    padding: 8px 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .step-number {
    padding: 4.3px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .step-content,
  .step-image-wrapper {
    width: 100%;
    order: initial !important;
    /* forces content first on mobile */
    padding-left: 1px;
    padding-right: 1px;
    width: 440px;
  }

  .step-image-wrapper.right {
    padding-right: 25px;
    justify-content: center;
  }

  .step-image-wrapper.left {
    padding-left: 25px;
    justify-content: center;
  }

  .step-content {
    order: 1 !important;
  }

  .step-image-wrapper {
    order: 2 !important;
  }

  .step-label-wrapper {
    justify-content: flex-start;
  }

  .step-title {
    text-align: start;
    font-size: 24px;
  }

  .step-subtitle {
    font-size: 16px;
    text-align: start;
    line-height: 20px;
  }

  .step-image {
    max-width: 100%;
  }

  .step-section .step-content {
    padding-right: 1px;
    box-sizing: border-box;
    padding-left: 1px;
  }

  .comercios-aliados-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .tafi-es-la-container {
    font-size: 18px !important;

    & p {
      font-size: 18px !important;
    }
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 32px;
      line-height: 116%;
    }
  }

  .comercios-aliados-container-main {
    & .fourth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }

    & .tenth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }

  ul.tafiulcheck li {
    font-size: 14px;
  }

  .float-top-left {
    top: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-top-right {
    top: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .float-bottom-left {
    bottom: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    bottom: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .elege-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .logo-grid-section .vc_column_container {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logo-grid-section .wpb_wrapper {
    height: 420px;
  }

  .testimonial-grid {
    flex-direction: column;
  }

  .testimonial-track {
    max-width: 423px;
  }

  .mobile_mockup_block .left {
    order: 2 !important;
  }

  .mobile_mockup_block .right {
    order: 1 !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 335px;
  }

  .financial-flow-section {
    padding: 60px 0;
  }

  .financial-flow-header {
    flex-direction: column;
    text-align: center;
  }

  .financial-flow-title {
    font-size: 36px;
  }

  .financial-flow-card {
    padding: 24px;
  }

  .financial-flow-image-wrapper {
    height: 180px;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 17px;
  }

  .faq-answer {
padding: 0 16px 24px; 
 }

  .faq-answer-content {
    font-size: 15.5px;
    padding-left: 16px;
  }

  .faq-answer-content::before {
    width: 2px;
  }

  .testimonial-controls {
    position: unset;
  }
}

@media (max-width: 425px) {

  .step-content,
  .step-image-wrapper {
    width: 320px;
  }

  .step-image {
    max-width: 277px;
  }

  .elege-feature-desc {
    font-size: 14px;
  }

  .elege-feature-card {
    padding: 16px 0px;
  }

  .testimonial-track {
    max-width: 300px;
  }

  .testimonial-heading {
    font-size: 32px;
  }

  .testimonial-sidebar {
    width: 280px;
  }
}

@media (max-width: 320px) {
  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 28px;
      line-height: 116%;
    }
  }

  .step-content,
  .step-image-wrapper {
    width: 275px;
  }

  .step-image {
    max-width: 250px !important;
  }

  .testimonial-track {
    max-width: 250px;
  }
}



.comercios-aliados-container-main {
  padding: 0 40px;
}

.comercios-aliados-container-main .listings .cards {
  margin-top: 24px;
}

.comercios-aliados-container-main .special_offers {
  padding: 80px 0px;
}

.comercios-aliados-container-main .form {
  padding: 40px 0px;
}

.comercios-aliados-container-main .modal .payload-richtext.cutom_font_heading h3,
.comercios-aliados-container-main .modal .payload-richtext.cutom_font_heading h2,
.comercios-aliados-container-main .modal .payload-richtext.cutom_font_heading h1,
.comercios-aliados-container-main .modal .payload-richtext.cutom_font_heading h4{
    font-family: "Be Vietnam Pro", sans-serif !important;
    color: #1B1819;
    font-weight: 700;
    font-size: 18px;
}

@media (max-width:991px) {
  .comercios-aliados-container-main {
    padding: 0 30px;
  }

  .comercios-aliados-wrapper .comercios-aliados-container-main .hero-search-block .titel {
    width: 88%;
    margin: auto;
    font-size: 40px;
    font-weight: 700;
    line-height: 116%;

  }

  .comercios-aliados-wrapper .comercios-aliados-container-main .hero-search-block .subtitel {
    width: 70%;
    margin: 16px auto 0px;

  }

  .comercios-aliados-wrapper .comercios-aliados-container-main .listings main {
    padding-top: 0px;
  }

  .comercios-aliados-container-main .special_offers .header {
    padding: 24px 40px 0px 40px;
  }

  .comercios-aliados-container-main .special_offers {
    padding-bottom: 48px;
  }

  .comercios-aliados-container-main .AdvanceFormComponent .header {
    padding: 24px 40px 0px 40px;
    margin-bottom: 60px;
  }

}

@media (max-width:768px) {}


@media (max-width:640px) {
  .comercios-aliados-container-main {
    padding: 0 16px;
  }

  .comercios-aliados-wrapper .comercios-aliados-container-main .hero-search-block .titel {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;

  }

  .comercios-aliados-wrapper .comercios-aliados-container-main .hero-search-block .subtitel {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
  }

  .comercios-aliados-container-main .special_offers {
    padding: 48px 0px;
  }

  .comercios-aliados-wrapper .comercios-aliados-container-main .listings main {
    padding-bottom: 0px;
  }

  .comercios-aliados-container-main .special_offers .header {
    padding: 24px 16px 0px 16px;

  }

  .comercios-aliados-container-main .special_offers .header .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;


  }

  .comercios-aliados-container-main .special_offers .header .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }

  .comercios-aliados-container-main .form {
    padding: 24px 0px;
  }

  .comercios-aliados-container-main .AdvanceFormComponent .header {
    padding: 24px;
    margin-bottom: 30px;
  }

  .comercios-aliados-container-main .AdvanceFormComponent .header .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
  }

  .comercios-aliados-container-main .AdvanceFormComponent .header .subtile {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }

}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/promociones/index.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.promociones-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 0px;
}

.promociones-container-main {
  margin-top: 20px;
  margin-bottom: 20px;

  & h1,
  & h2,
  & h3,
  & .goldplaybi {
    font-family: "GoldPlay Alt", sans-serif !important;
  }

  & .payload-block.third_block {
    padding-top: 56px;
  }

  & .fourth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      font-weight: 700;
      font-family: "Be Vietnam";
    }

    & strong {
      color: var(--color-text-primary);
    }
  }

  & .step_section_container {
    max-width: 100%;
  }

  & .tenth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      /* font-weight: 700; */
    }

    & strong {
      color: var(--color-text-primary);
    }
  }
}

.promociones-container-main .tafi-es-la-container {
  max-width: 920px;
  margin: 0 auto;

  font-family: "Be Vietnam", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.5px;
  text-align: center;

  & p {
    margin: 0 auto;

    font-family: "Be Vietnam", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 116%;
    letter-spacing: 0.5px;
    text-align: center;
    color: #6b6164;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  & strong {
    color: var(--color-text-primary);
  }

  & .container {
    padding: 0;
  }
}

.hero-block-wrapper {
  & .container-parent {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: left;
    font-size: 56px;
    line-height: 116%;
    color: #1b1819;
    font-family: "GoldPlay Alt", sans-serif;
  }

  & .container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  & .container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9.5px;
  }

  & .llevatelotitle {
    display: inline-block;
    padding: 16px;
    gap: 3.16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 24px;
    background: #F3F1F1;
  }

  & .subtitle {
    position: relative;
    line-height: 100%;
    margin-right: 10px;
    color: var(--color-text-primary);
  }

  & b,
  & strong {
    font-weight: 700;
  }

  & .container2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  & .relaxtitle {
    background: #ff80b2;
    padding: 16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 8px;
  }

  & .chaticontitle {
    padding: 0;
  }

  & .chaticontitle img {
    width: 88px;
    height: 88px;
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

.step-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 54px;
  gap: 2px;
}

/* NEW: Flexible content & image containers (replaces .step-left & .step-right) */
.step-content,
.step-image-wrapper {
  width: 50%;
}

/* Default layout: Image on the RIGHT */
.step-section.image-right .step-content {
  order: 1;
}

.step-section.image-right .step-image-wrapper {
  order: 2;
}

/* Image on the LEFT → reverse order */
.step-section.image-left .step-content {
  order: 2;
}

.step-section.image-left .step-image-wrapper {
  order: 1;
}

/* Content styling */
.step-label-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}

.step-number {
   background: #ff80b2;
  color: #fff;
  font-weight: 700;
  padding: 6px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 20px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: normal;
}

.step-label {
  background-color: #f7f3f4;
  padding: 0 12px;
  color: #6b6164;
  font-size: 20px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  height: 38px;
  border-radius: 12px 12px 4px;
  align-items: center;
  font-weight: 600;
}

.step-title {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 116%;
  color: var(--color-text-primary);
}

/* .step-subtitle {
  color: var(--step-subtitle);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400 !important;
} */

ul.tafiulcheck {
  list-style: disc;
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

ul.tafiulcheck li {
  font-size: 16px;
  line-height: 140%;
  color: var(--step-subtitle);
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
  font-family: "Be vietnam";
  margin-bottom: 8px;
}

ul.tafiulcheck li .subtitle {
  color: var(--color-text-primary);
}

ul.tafiulcheck li.has-check:before {
  content: "";
  position: absolute;
      top: 7px;
    left: -2px;
  width: 12px; 
  height: 12px;
  background-image: url('/api/media/file/tickmark.svg');
  background-size: contain;
  background-repeat: no-repeat
}

ul.tafiulcheck li.no-check {
  padding-left: 0;
  margin-bottom: 12px;
}

ul.tafiulcheck li.no-check:before {
  content: none;
}

.step_section_container {

  /* CTA Button - 100% matches your design */
  & .tafi-cta-button {
    display: inline-flex;
    align-items: center;
    border: 0.6px solid var(--button-darkie-flat-stroke, #D1C7CA);
    gap: 12px;
    margin-top: 24px;
    padding: 12px 24px;
    background: var(--button-darkie-flat-bg, #EEE8E9);
    color: #1B1819;
    font-size: 14px;
    font-weight: 700;
    border-radius: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  & .tafi-cta-button:hover {
    background: var(--button-darkie-flat-bg, #EEE8E9);
  }

  & .cta-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  & .cta-arrow {
    font-size: 28px;
    line-height: 1;
    margin-bottom: -2px;
  }

  & .cta-text {
    white-space: nowrap;
  }
}

/* Image wrapper – replaces .step-right */
.step-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.step-image-wrapper.right {
  padding-right: 0;
  justify-content: flex-end;
}

.step-image-wrapper.left {
  padding-left: 0;
  justify-content: flex-start;
}

.step-image {
  /* max-width: 410px; */
  height: auto;
}

.media-container {
  background: transparent !important;
}

/* Floating animation - same for all four positions */
@keyframes floating {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  25% {
   
    transform: translate3d(3px, -6px, 0) rotate(1deg) scale(1.02);
  }
  50% {
    transform: translate3d(-2px, -10px, 0) rotate(-1deg) scale(1);
  }
  75% {
    transform: translate3d(-4px, -5px, 0) rotate(0.5deg) scale(1.01);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes floating1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate3d(4px, -6px, 0) rotate(1deg) scale(1.02);
  }
  50% {
    transform: translate3d(-3px, -10px, 0) rotate(-1deg) scale(1);
  }
  75% {
    transform: translate3d(-2px, -4px, 0) rotate(0.5deg) scale(1.01);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/
.float-top-left {
  position: absolute;
  top: 9rem;
  left: 18rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-left img {
  height: 90px;
  width: auto;
}

.float-top-right {
  position: absolute;
  top: 10rem;
  right: 17rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-left {
  position: absolute;
  bottom: 10rem;
  left: 20.7rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-right {
  position: absolute;
  bottom: 7rem;
  right: 15rem;
  z-index: 30;
  pointer-events: none;
}

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* Base slider */
.ic-card {
  padding: 32px;
  background: #f7f3f4;
  border-radius: 24px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}

.ic-title {
  font-size: 24px;
  line-height: 116%;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.ic-label {
  font-size: 16px;
  color: rgb(27, 24, 25);
  margin: 3.5rem 0px 0px 0px;
  line-height: 140%;
  font-weight: 600;

}

.ic-mt30 {
  margin-top: 30px;
}

/* SLIDER -------------------------------------------------------------------------------------------------- */
.ic-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background: #d1c7ca;
  outline: none;
  margin: 1.5rem 0;
  cursor: pointer;
}

/* Thumb – black circle with a vertical white bar */
/* Chrome / Edge / Safari */
.ic-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;

  /* 1. Base color (Black) */
  background-color: #1b1819; 

  /* 2. White line setup */
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px; /* Width: 2px, Height: 14px */
  background-repeat: no-repeat;
  background-position: center;

  
  border: none; 
}

 
.ic-slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1b1819;
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}


.ic-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6B6164;
  font-weight: 500;
}

.ic-amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

/* Frequency Toggle */
.ic-frequency {
  display: flex;
  background: #ffffff;
  border-radius: 28px;
  padding: 6px;
  margin-top: 0.5rem;
  border: 0.6px solid #e9e2e3;
  outline: 0;
}

.ic-frequency button {
  flex: 1;
  padding: 12px 24px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  background: transparent;
  color: #6b6164;
  cursor: pointer;
  outline: 0;
  font-family: "Be Vietnam Pro";
}

.ic-freq-active {
  background: #353132 !important;
  color: #ffffff !important;
}
.ic-freq-active:hover{
  background: #1B1819 !important;
}

/* SLIDER ------------------------------------------------------------------------------------------------------- */

/* Select/Options ----------------------------------------------------------------------------------------------- */
.ic-select-wrapper {
  position: relative;
  width: 100%;
}

/* Select */
/* .ic-select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: 0;
  margin-top: 0.5rem;
} */

.ic-select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  /* extra space for icon */
  border: 1px solid #DDD4D7;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: none;
  margin-top: 0.5rem;
  color: #1b1819;

  /* Remove default arrow: Chrome, Safari */
  appearance: none;
  -webkit-appearance: none;

  /* Remove arrow in Firefox */
  -moz-appearance: none;

  /* For IE */
  background-image: none;
    font-family:"Be Vietnam Pro"

}

/* Select/Options ----------------------------------------------------------------------------------------------- */

/* Custom arrow icon */
.ic-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* click passes through */
  font-size: 20px;
  align-self: anchor-center;
  color: #6b7280;
}

/* Result */
.ic-result {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  margin-top: 2rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #f3f4f6;
}

.ic-result-div {
  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 13px;
}

.ic-result-amount {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 4px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
   font-family: "Be Vietnam Pro"
}

.ic-result-freq {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
   font-family:"Be Vietnam Pro"
}

.ic-heart {
  align-self: center;
  color: #ec4899;
}

.ic-result-detail {
  font-size: 16px;
  color: #6b6164;
  font-family: "Be Vietnam";
  font-weight: 600;
  line-height: 140%;
}

.ic-info {
  align-items: flex-start;
  margin-top: 14px;
  padding: 8px;
}

.ic-info-container {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 4px;
}

.ic-info-container .ic-info-left {
  align-self: flex-start;
}

.ic-info-container .ic-info-left .ic-bulk-warning {
  width: 16.67px;
  height: 16.67px;
  color: #a15e00;
  opacity: 1;
}

.ic-info-container .ic-info-right {
  font-family: "Be vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
  color: #6b6164;
}

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/
.cta-wrapper {
  max-width: 520px;
}

.cta-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--color-text-primary);
  line-height: 115.99999999999999%;
  margin: 0 0 24px 0;
}

.cta-subtitle {
  font-family: "Be vietnam";
  font-size: 18px;
  color: var(--step-subtitle);
  line-height: 1.6;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.cta-button:hover {
  background: #1B1819;
   border: 3px solid #1B1819;
}

.cta-button:active {
  border: 3px solid #ff80b2;
}


.cta-wa-icon {
  width: 26px;
  height: 26px;
}

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/
.block-section {
  padding: 65px 20px;
  /* background: linear-gradient(to bottom, #ffffff, #f8f9fa); */
}

.block-container {
  max-width: 1240px;
  margin: 0 auto;
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/

/* Spinner -----------------------------------------------------------------------------------------------------*/
.stable-spinner {
  position: relative;
  width: 40px;
  height: 40px;
}

/* Each bar */
.stable-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 16px;
  background: var(--primary-pink);
  border-radius: 3px;

  transform-origin: center -16px;
  transform: rotate(calc(var(--i) * 30deg));

  opacity: 0.15;
  animation: fadeCycle 1s linear infinite;
  /*  
    Negative delay makes the "bright bar" move CLOCKWISE  
    Increasing delay = rotation direction  
  */
  animation-delay: calc(var(--i) * 0.083s);
  /* ✅ true clockwise */
}

/* Clockwise fade only (NO rotation) */
@keyframes fadeCycle {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

/* Spinner -----------------------------------------------------------------------------------------------------*/

/* Features Grid  ----------------------------------------------------------------------------------------------*/

.elege-features-section {
  padding: 5px 20px;
  padding-bottom: 65px;
}

.elege-features-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: start;
}

.elege-feature-card {
  padding: 0px;
}

.elege-icon-wrapper {
  margin-bottom: 8px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.elege-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 16px;
  line-height: 115.99999999999999%;
}

.elege-feature-desc {
  color: var(--step-subtitle);
  max-width: 320px;
  font-family: "Be Vietnam";
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.dynamic-icon {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Features Grid  ----------------------------------------------------------------------------------------------*/

/* Logo Grid  --------------------------------------------------------------------------------------------------*/

/* LogoGridWithCTABlock.css */
/* ==================================================================
   Logo Grid With CTA Block – Full CSS (matches VC custom classes)
   ================================================================== */

.logo-grid-section {
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  max-width: 1176px;
  margin-inline: auto;
  margin: 24px;
}

.logo-grid-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-width: 1176px;
  left: 0px;
  width: 1176px;
}

.logo-grid-section .vc_row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.logo-grid-section .vc_column_container {
  position: relative;
  width: 50%;
  min-height: 1px;
  max-width: 50%;
  align-items: stretch;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.logo-grid-section .left .vc_column-inner {
  padding-top: 44px;
  padding-bottom: 0px;
  padding-right: 20%;
  padding-left: 56px;
}

.logo-grid-section .right .vc_column-inner {
  padding-right: 0px;
  padding-left: 25px;
}

.logo-grid-section .vc_column-inner {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  justify-content: flex-start;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
  vertical-align: top;
}

.logo-grid-section .vc_column-inner::before {
  content: "";
  display: table;
}

.logo-grid-section .vc_column-inner::after {
  content: " ";
  display: table;
}

.logo-grid-section .vc_column-inner:after {
  clear: both;
}

.logo-grid-section .wpb_wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.logo-grid-section .uvc-heading {
  display: flex;
  flex-direction: column;
}

.logo-grid-section .wpb_wrapper .ubtn-ctn-left {
  position: absolute;
  bottom: 44px;
}

.logo-grid-section .uvc-heading-spacer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.logo-grid-section .uvc-main-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 115.99999999999999%;
  margin-bottom: 1rem;
}

.logo-grid-section .uvc-sub-heading p {
  font-size: 18px;
  color: #ffffffbf;
  font-family: "Be vietnam";
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 2rem;
}

.logo-grid-section .vc_empty_space {
  height: 120px;
  clear: both;
}

.logo-grid-section .ubtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.logo-grid-section .ubtn:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.logo-grid-section .ubtn:active {
  border: 3px solid #ff80b2;
}


.logo-grid-section .ubtn-cta-icon {
  display: inline-block;
  vertical-align: middle;
}

.logo-grid-section .ubtn-cta-icon img {
  height: 13.5px;
  width: 7.5px;
}

.mobile_mockup_block .uvc-main-heading h2 {
  color: #1b1819;
}

.mobile_mockup_block .uvc-sub-heading p {
  color: #6b6164;
}

.mobile_mockup_block .uvc-heading {
  padding: 56px;
}

.mobile_mockup_block .ubtn-ctn-left {
  padding-left: 56px;
}

.mobile_mockup_block .uvc-header-left {
  max-width: 350px;
}

.mobile_mockup_block .ubtn-cta-icon img {
  height: 24px;
  width: 24px;
}

.mobile_mockup_block .left .vc_column-inner {
  padding-top: 100px;
}

/* Logo Grid  --------------------------------------------------------------------------------------------------*/
/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
.testimonial-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.testimonial-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.testimonial-grid {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  position: relative;
}

.testimonial-sidebar {
  width: 320px;
  flex-shrink: 0;
}

.testimonial-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 116%;
  color: var(--color-text-primary);
  margin: 0;
}

.testimonial-controls {
  margin-top: 48px;
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
}

.testimonial-btn-prev,
.testimonial-btn-next {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-btn-prev {
   background: #353132;
  color: white;
}

.testimonial-btn-prev:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.testimonial-btn-prev:active {
  border: 3px solid #ff80b2;
}

.testimonial-btn-next {
  background: #EEE8E9;
  border: 0.6px solid #D1C7CA;
  color: #1B1819;
  transition: all 0.2s ease; 
  cursor: pointer;
 
}

.testimonial-btn-next:hover {
  background: #DDD4D7;
  border-color: #D1C7CA; 
}

.testimonial-btn-next:active {
  box-shadow: inset 0 0 0 3px #FF80B2; 
  border-color: #FF80B2; 
  outline: none;
}

.testimonial-btn-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}



.testimonial-carousel {
  flex: 1;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 32px;
}

.testimonial-card {
  flex: 0 0 384px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  /* min-height: 320px; */
  min-height: 448px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.testimonial-avatar {
  position: relative;
  width: 48px;
  height: 48px;
}

.testimonial-avatar-bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

.testimonial-avatar-img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

.testimonial-name {
  font-weight: 600;
  color: #111;
  margin: 0;
  font-size: 18px;
}

.testimonial-role {
  font-family: "Be Vietnam";
  color: #1b1819b2;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  margin: 4px 0 0;
}

.testimonial-quote {
  font-family: "Be Vietnam";
  font-size: 18px;
  line-height: 140%;
  color: #1b1819b2;
  font-weight: 400;
  margin: 0;
}

/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
/* Finanacial Flow  --------------------------------------------------------------------------------------------------*/

.financial-flow-section {
  padding: 80px 40px;
}

.financial-flow-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.financial-flow-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}

.financial-flow-title {
  font-size: 32px;
  line-height: 116%;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.financial-flow-subtitle {
  font-family: "Be Vietnam";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  vertical-align: middle;
  color: var(--step-subtitle);
  margin: 12px 0 0;
}

.financial-flow-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.financial-flow-cta:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.financial-flow-cta:active {
  border: 3px solid #ff80b2;
}


.financial-flow-cta img {
  height: 20px;
  width: 20px;
}

.financial-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.financial-flow-card {
  background: #ffffff;
  border: 1.6px solid var(--gray-100, #e8e3e4);
  border-radius: 32px;
  padding: 14px;
  transition: transform 0.3s ease;
}

/* .financial-flow-card:hover {
  transform: translateY(-8px);
} */

.financial-flow-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}

.financial-flow-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.financial-flow-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1b1819;
  margin: 0 0 12px;
}

.financial-flow-card-desc {
  font-family: "Be Vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6b6164;
  margin-bottom: 28px;
}

.financial-flow-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eee8e9;
  justify-content: space-between;
  color: #1b1819;
  padding: 8px 12px;
  border: 0.6px solid var(--button-darkie-flat-stroke, #d1c7ca);
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  font-family: "Be Vietnam Pro";
}

.financial-flow-read-more:hover {
  background: #DDD4D7;
  color: #1B1819;
}
.financial-flow-read-more:active {
  outline: 3px solid #ff80b2;
  outline-offset: -3px; 
}

.financial-flow-read-more img {
  height: 24px;
  width: 24px;
  color: #1b1819;
}

.financial-flow-arrow {
  font-size: 20px;
  font-weight: 300;
}

/* Financial Flow  --------------------------------------------------------------------------------------------------*/
/* FAQ Section --------------------------------------------------------------------------------------------------*/

.faq-section {
  padding: 80px 0;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}

.faq-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: var(--color-text-primary);
  margin: 0 0 60px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
 border: 1px solid #E8E3E4;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #EEE8E9;
}

.faq-item-open {
  border-color: #EEE8E9;
}
.faq-question {
  font-family: "Be Vietnam";
      padding: 16px 24px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  font-weight: 400;
  color: var(--color-text-primary);
  background-color: #FCFCFC;
    gap: 12px;
  word-break: normal;
}

.faq-icons {
  display: flex;
  align-items: center;
}

.faq-arrow-icon {
  color: #a09296;
  transition: transform 0.3s ease;
}

.faq-close-icon {
  color: #a09296;
  transition: all 0.2s;
}

.faq-close-icon:hover {
  color: #a09296;
}

/* Answer Animation */
.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  background-color: #fcfcfc;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-in-out;
}


.faq-item-open .faq-answer-wrapper {
  max-height: 1000px;
  opacity: 1;
  background-color: #fcfcfc;

  /* padding: 16px 16px 16px 24px; */
}

.faq-answer {
 padding: 0  24px 16px;}

.faq-answer-content {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
    color: #6B6164;
    word-break: normal;
}

/* Left Border on Answer */
.faq-answer-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #B8ADB0;
  border-radius: 2px;
}

/* FAQ Section  --------------------------------------------------------------------------------------------------*/

/* ------------------------------- */
/* RESPONSIVE DESIGN               */
/* ------------------------------- */

@media (max-width: 1232px) {
  .logo-grid-section .vc_column-inner {
    max-height: 450px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .cta-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  .cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .ic-frequency {
    border-radius: 28px;
    border: 0.6px solid #e9e2e3;
    padding: 6px;
  }

  .ic-frequency button {
    padding: 8px 16px;
    border-radius: 20px;
  }

  .ic-result {
    text-align: left;
    flex-direction: column;
  }

  .ic-info-container .ic-info-right {
    font-size: 12px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 38px;
  }

  .logo-grid-section .ubtn {
    font-size: 14px !important;
    padding: 10px 32px !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 400px;
  }

  .financial-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .promociones-wrapper {
    position: relative;
  }
}

@media (max-width: 992px) {
  .logo-grid-section .uvc-main-heading h2 {
    font-size: 32px;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 20px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 320px;
  }
}

@media (max-width: 800px) {
  .promociones-container-main .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 88px;
      height: 88px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 52px;
      line-height: 116%;
    }
  }

    .step-number {
    padding: 3px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .step-section {
    padding: 50px 24px;
    gap: 24px;
  }

  .step-label {
    font-size: 16px;
    font-weight: 600;
  }

  .step-image-wrapper .step-image {
    max-width: 320px;
  }

  .tafi-es-la-container p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .promociones-container-main .fourth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .promociones-container-main .tenth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .step-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  ul.tafiulcheck li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .float-top-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-top-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .float-bottom-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .elege-features-grid {
    gap: 16px;
  }

  .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    bottom: 18px;
  }

  .logo-grid-section {
    border-radius: 56px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .logo-grid-section .ubtn {
    font-size: 10px !important;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 16px;
  }

  .testimonial-grid {
    gap: 16px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 270px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .block-grid {
    grid-template-columns: 1fr;
  }

  .promociones-container-main .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-section {
    flex-direction: column;
    text-align: center;
    padding: 8px 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .step-number {
    padding: 4.3px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .step-content,
  .step-image-wrapper {
    width: 100%;
    order: initial !important;
    /* forces content first on mobile */
    padding-left: 1px;
    padding-right: 1px;
    width: 440px;
  }

  .step-image-wrapper.right {
    padding-right: 25px;
    justify-content: center;
  }

  .step-image-wrapper.left {
    padding-left: 25px;
    justify-content: center;
  }

  .step-content {
    order: 1 !important;
  }

  .step-image-wrapper {
    order: 2 !important;
  }

  .step-label-wrapper {
    justify-content: flex-start;
  }

  .step-title {
    text-align: start;
    font-size: 24px;
  }

  .step-subtitle {
    font-size: 16px;
    text-align: start;
    line-height: 20px;
  }

  .step-image {
    max-width: 100%;
  }

  .step-section .step-content {
    padding-right: 1px;
    box-sizing: border-box;
    padding-left: 1px;
  }

  .promociones-wrapper {
    max-width: 100%;
    padding: 0;
  }

  .tafi-es-la-container {
    font-size: 18px !important;

    & p {
      font-size: 18px !important;
    }
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 32px;
      line-height: 116%;
    }
  }

  .promociones-container-main {
    & .fourth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }

    & .tenth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }

  ul.tafiulcheck li {
    font-size: 14px;
  }

  .float-top-left {
    top: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-top-right {
    top: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .float-bottom-left {
    bottom: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    bottom: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .elege-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .logo-grid-section .vc_column_container {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logo-grid-section .wpb_wrapper {
    height: 420px;
  }

  .testimonial-grid {
    flex-direction: column;
  }

  .testimonial-track {
    max-width: 423px;
  }

  .mobile_mockup_block .left {
    order: 2 !important;
  }

  .mobile_mockup_block .right {
    order: 1 !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 335px;
  }

  .financial-flow-section {
    padding: 60px 0;
  }

  .financial-flow-header {
    flex-direction: column;
    text-align: center;
  }

  .financial-flow-title {
    font-size: 36px;
  }

  .financial-flow-card {
    padding: 24px;
  }

  .financial-flow-image-wrapper {
    height: 180px;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 17px;
  }

  .faq-answer {
 padding: 0  24px 16px;  }

  .faq-answer-content {
    font-size: 15.5px;
    padding-left: 16px;
  }

  .faq-answer-content::before {
    width: 2px;
  }

  .testimonial-controls {
    position: unset;
  }
}

@media (max-width: 425px) {

  .step-content,
  .step-image-wrapper {
    width: 320px;
  }

  .step-image {
    max-width: 277px;
  }

  .elege-feature-desc {
    font-size: 14px;
  }

  .elege-feature-card {
    padding: 16px 0px;
  }

  .testimonial-track {
    max-width: 300px;
  }

  .testimonial-heading {
    font-size: 32px;
  }

  .testimonial-sidebar {
    width: 280px;
  }
}

@media (max-width: 320px) {
  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 28px;
      line-height: 116%;
    }
  }

  .step-content,
  .step-image-wrapper {
    width: 275px;
  }

  .step-image {
    max-width: 250px !important;
  }

  .testimonial-track {
    max-width: 250px;
  }
}



.promociones-container-main {
  padding: 0 40px;
}

.promociones-container-main .hero-search-block .titel {
  color: #1B1819;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 116%;
  width: 80%;
  margin: auto;
}

.promociones-container-main .modal .richtext h2 {
  margin-bottom: 8px;
  color: #1B1819;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  list-style: 122%;
  font-family: "Be Vietnam", sans-serif;
}

.promociones-container-main .modal .richtext h3 {
  margin-bottom: 8px;
  color: #1B1819;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  list-style: 122%;
 font-family: "Be Vietnam", sans-serif;

}

.promociones-container-main .modal .richtext p {
  margin: 0;

}
.promociones-container-main .popupcontent .payload-richtext{
  font-family: "Be Vietnam Pro", sans-serif;
 
}
.promociones-container-main .popupcontent .payload-richtext h1,.promociones-container-main .popupcontent .payload-richtext h2,
.promociones-container-main .popupcontent .payload-richtext h3, 
.promociones-container-main .popupcontent .payload-richtext h4, 
.promociones-container-main .popupcontent .payload-richtext p{ 
  font-family: "Be Vietnam Pro", sans-serif;
}

 .promociones-container-main .modal{
    margin-top: 0px !important;
  }

 
 .promociones-container-main .modal .payload-richtext.cutom_font_heading h3,
 .promociones-container-main .modal .payload-richtext.cutom_font_heading h2,
 .promociones-container-main .modal .payload-richtext.cutom_font_heading h1,
 .promociones-container-main .modal .payload-richtext.cutom_font_heading h4{
    font-family: "Be Vietnam Pro", sans-serif !important;
    color: #1B1819;
    font-weight: 700;
    font-size: 18px;
}


@media (max-width:1024px) {}

@media (max-width:991px) {
  .promociones-container-main{
        padding: 0 30px;
  }
  .promociones-container-main .hero-search-block .titel{
    width: 96%;
  }
  .promociones-container-main .hero-search-block .search-box{
    margin-top: 32px;
  }
}

@media (max-width:800px) {}


@media (max-width:640px) {
  .promociones-container-main{
        padding: 0 16px;
  }
  .promociones-container-main .hero-search-block .titel{
    font-size: 32px;
    width: 100%;
  }
  .promociones-container-main .modal{
    margin-top: 0px !important;
  }
  .promociones-container-main .carousel_view >  div:last-child{
      margin-right: 26px;
}
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/PuestoDeTrabajoPage/index.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.puesto-de-trabajo-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2px 0px;
}

.puesto-de-trabajo-mainn {
  margin-top: 20px;
  margin-bottom: 20px;

  & h1,
  & h2,
  & h3,
  & .goldplaybi {
    font-family: "GoldPlay Alt", sans-serif !important;
  }

  & .payload-block.third_block {
    padding-top: 56px;
  }

  & .fourth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      font-weight: 700;
      font-family: "Be Vietnam";
    }

    & strong {
      color: var(--color-text-primary);
    }
  }

  & .step_section_container {
    max-width: 100%;
  }

  & .tenth_block {
    margin-top: 112px;
    margin-bottom: 24px;
    text-align: center;
    max-width: 100%;

    & h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 35px;
      line-height: 40px;
      color: var(--color-text-primary);
    }

    & p {
      font-size: 18px;
      line-height: 120%;
      color: #6b6164;
      /* font-weight: 700; */
    }

    & strong {
      color: var(--color-text-primary);
    }
  }
}

.puesto-de-trabajo-mainn .tafi-es-la-container {
  max-width: 920px;
  margin: 0 auto;

  font-family: "Be Vietnam", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: 0.5px;
  text-align: center;

  & p {
    margin: 0 auto;

    font-family: "Be Vietnam", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 116%;
    letter-spacing: 0.5px;
    text-align: center;
    color: #6b6164;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  & strong {
    color: var(--color-text-primary);
  }

  & .container {
    padding: 0;
  }
}

.hero-block-wrapper {
  & .container-parent {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: left;
    font-size: 56px;
    line-height: 116%;
    color: #1b1819;
    font-family: "GoldPlay Alt", sans-serif;
  }

  & .container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }

  & .container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9.5px;
  }

  & .llevatelotitle {
    display: inline-block;
    padding: 16px;
    gap: 3.16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 24px;
    background: #F3F1F1;
  }

  & .subtitle {
    position: relative;
    line-height: 100%;
    margin-right: 10px;
    color: var(--color-text-primary);
  }

  & b,
  & strong {
    font-weight: 700;
  }

  & .container2 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  & .relaxtitle {
    background: #ff80b2;
    padding: 16px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 8px;
  }

  & .chaticontitle {
    padding: 0;
  }

  & .chaticontitle img {
    width: 88px;
    height: 88px;
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

.step-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 54px;
  gap: 2px;
}

/* NEW: Flexible content & image containers (replaces .step-left & .step-right) */
.step-content,
.step-image-wrapper {
  width: 50%;
}

/* Default layout: Image on the RIGHT */
.step-section.image-right .step-content {
  order: 1;
}

.step-section.image-right .step-image-wrapper {
  order: 2;
}

/* Image on the LEFT → reverse order */
.step-section.image-left .step-content {
  order: 2;
}

.step-section.image-left .step-image-wrapper {
  order: 1;
}

/* Content styling */
.step-label-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}

.step-number {
    background: #ff80b2;
  color: #fff;
  font-weight: 700;
  padding: 6px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  font-size: 20px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: normal;
}

.step-label {
  background-color: #f7f3f4;
  padding: 0 12px;
  color: #6b6164;
  font-size: 20px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  height: 38px;
  border-radius: 12px 12px 4px;
  align-items: center;
  font-weight: 600;
}

.step-title {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 116%;
  color: var(--color-text-primary);
}

/* .step-subtitle {
  color: var(--step-subtitle);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400 !important;
} */

ul.tafiulcheck {
  list-style: disc;
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

ul.tafiulcheck li {
  font-size: 16px;
  line-height: 140%;
  color: var(--step-subtitle);
  padding-left: 18px;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
  font-family: "Be vietnam";
  margin-bottom: 8px;
}

ul.tafiulcheck li .subtitle {
  color: var(--color-text-primary);
}

ul.tafiulcheck li.has-check:before {
 content: "";
  position: absolute;
     top: 7px;
    left: -2px;
  width: 12px; 
  height: 12px;
  background-image: url('/api/media/file/tickmark.svg');
  background-size: contain;
  background-repeat: no-repeat
}

ul.tafiulcheck li.no-check {
  padding-left: 0;
  margin-bottom: 12px;
}

ul.tafiulcheck li.no-check:before {
  content: none;
}

.step_section_container {

  /* CTA Button - 100% matches your design */
  & .tafi-cta-button {
    display: inline-flex;
    align-items: center;
    border: 0.6px solid var(--button-darkie-flat-stroke, #D1C7CA);
    gap: 12px;
    margin-top: 24px;
    padding: 12px 24px;
    background: var(--button-darkie-flat-bg, #EEE8E9);
    color: #1B1819;
    font-size: 14px;
    font-weight: 700;
    border-radius: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  & .tafi-cta-button:hover {
    background: var(--button-darkie-flat-bg, #EEE8E9);
  }

  & .cta-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  & .cta-arrow {
    font-size: 28px;
    line-height: 1;
    margin-bottom: -2px;
  }

  & .cta-text {
    white-space: nowrap;
  }
}

/* Image wrapper – replaces .step-right */
.step-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.step-image-wrapper.right {
  padding-right: 0;
  justify-content: flex-end;
}

.step-image-wrapper.left {
  padding-left: 0;
  justify-content: flex-start;
}

.step-image {
  /* max-width: 410px; */
  height: auto;
}

.media-container {
  background: transparent !important;
}

/* Floating animation - same for all four positions */
@keyframes floating {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  25% {
   
    transform: translate3d(3px, -6px, 0) rotate(1deg) scale(1.02);
  }
  50% {
    transform: translate3d(-2px, -10px, 0) rotate(-1deg) scale(1);
  }
  75% {
    transform: translate3d(-4px, -5px, 0) rotate(0.5deg) scale(1.01);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes floating1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  25% {
    transform: translate3d(4px, -6px, 0) rotate(1deg) scale(1.02);
  }
  50% {
    transform: translate3d(-3px, -10px, 0) rotate(-1deg) scale(1);
  }
  75% {
    transform: translate3d(-2px, -4px, 0) rotate(0.5deg) scale(1.01);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

/* Step Wrapper Section  -----------------------------------------------------------------------------------------------------*/

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/
.float-top-left {
  position: absolute;
  top: 9rem;
  left: 18rem;
  z-index: 30;
  pointer-events: none;
}

.float-bottom-left img {
  height: 90px;
  width: auto;
}

.float-top-right {
    z-index: 30;
    pointer-events: none;
    position: absolute;
    top: 1.7rem;
    right: 15.7rem;
}

.float-bottom-left {
  position: absolute;
   bottom: 8.4rem;
    left: 20rem;
  z-index: 30;
  pointer-events: none;
}


.float-bottom-right {
  position: absolute;
  bottom: 7rem;
  right: 15rem;
  z-index: 30;
  pointer-events: none;
}

/* Images allowed positions with floating effect -----------------------------------------------------------------------------*/

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* Base slider */
.ic-card {
  padding: 32px;
  background: #f7f3f4;
  border-radius: 24px;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}

.ic-title {
  font-size: 24px;
  line-height: 116%;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.ic-label {
  font-size: 16px;
  color: rgb(27, 24, 25);
  margin: 3.5rem 0px 0px 0px;
  line-height: 140%;
  font-weight: 600;

}

.ic-mt30 {
  margin-top: 30px;
}

/* SLIDER -------------------------------------------------------------------------------------------------- */
.ic-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background: #d1c7ca;
  outline: none;
  margin: 1.5rem 0;
  cursor: pointer;
}

/* Thumb – black circle with a vertical white bar */
/* Chrome / Edge / Safari */
.ic-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;

  /* 1. Base color (Black) */
  background-color: #1b1819; 

  /* 2. White line setup */
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px; /* Width: 2px, Height: 14px */
  background-repeat: no-repeat;
  background-position: center;

  
  border: none; 
}

 
.ic-slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #1b1819;
  background-image: linear-gradient(#FCFCFC, #FCFCFC);
  background-size: 2px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}


.ic-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6B6164;
  font-weight: 500;
}

.ic-amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}

/* Frequency Toggle */
.ic-frequency {
  display: flex;
  background: #ffffff;
  border-radius: 28px;
  padding: 6px;
  margin-top: 0.5rem;
  border: 0.6px solid #e9e2e3;
  outline: 0;
}

.ic-frequency button {
  flex: 1;
  padding: 12px 24px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s;
  background: transparent;
  color: #6b6164;
  cursor: pointer;
  outline: 0;
  font-family: "Be Vietnam Pro";
}

.ic-freq-active {
  background: #353132 !important;
  color: #ffffff !important;
}
.ic-freq-active:hover{
  background: #1B1819 !important;
}

/* SLIDER ------------------------------------------------------------------------------------------------------- */

/* Select/Options ----------------------------------------------------------------------------------------------- */
.ic-select-wrapper {
  position: relative;
  width: 100%;
}

/* Select */
/* .ic-select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: 0;
  margin-top: 0.5rem;
} */

.ic-select {
  width: 100%;
  padding: 14px 40px 14px 16px;
  /* extra space for icon */
  border: 1px solid #DDD4D7;
  border-radius: 12px;
  background: white;
  font-size: 1rem;
  outline: none;
  margin-top: 0.5rem;
  color: #1b1819;

  /* Remove default arrow: Chrome, Safari */
  appearance: none;
  -webkit-appearance: none;

  /* Remove arrow in Firefox */
  -moz-appearance: none;

  /* For IE */
  background-image: none;
    font-family:"Be Vietnam Pro"

}

/* Select/Options ----------------------------------------------------------------------------------------------- */

/* Custom arrow icon */
.ic-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* click passes through */
  font-size: 20px;
  align-self: anchor-center;
  color: #6b7280;
}

/* Result */
.ic-result {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  margin-top: 2rem;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid #f3f4f6;
}

.ic-result-div {
  display: flex;
  flex-direction: row;
  text-align: center;
  gap: 13px;
}

.ic-result-amount {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 4px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
   font-family: "Be Vietnam Pro"
}

.ic-result-freq {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1b1819;
   font-family:"Be Vietnam Pro"
}

.ic-heart {
  align-self: center;
  color: #ec4899;
}

.ic-result-detail {
  font-size: 16px;
  color: #6b6164;
  font-family: "Be Vietnam";
  font-weight: 600;
  line-height: 140%;
}

.ic-info {
  align-items: flex-start;
  margin-top: 14px;
  padding: 8px;
}

.ic-info-container {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 4px;
}

.ic-info-container .ic-info-left {
  align-self: flex-start;
}

.ic-info-container .ic-info-left .ic-bulk-warning {
  width: 16.67px;
  height: 16.67px;
  color: #a15e00;
  opacity: 1;
}

.ic-info-container .ic-info-right {
  font-family: "Be vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
  color: #6b6164;
}

/* InstallmentCalculator -----------------------------------------------------------------------------------------------------*/

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/
.cta-wrapper {
  max-width: 520px;
}

.cta-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--color-text-primary);
  line-height: 115.99999999999999%;
  margin: 0 0 24px 0;
}

.cta-subtitle {
  font-family: "Be vietnam";
  font-size: 18px;
  color: var(--step-subtitle);
  line-height: 1.6;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.cta-button:hover {
  background: #1B1819;
   border: 3px solid #1B1819;
}

.cta-button:active {
  border: 3px solid #ff80b2;
}


.cta-wa-icon {
  width: 26px;
  height: 26px;
}

/* ContentWithCTA ------------------------------------------------------------------------------------------------------------*/

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/
.block-section {
  padding: 65px 20px;
  /* background: linear-gradient(to bottom, #ffffff, #f8f9fa); */
}

.block-container {
  max-width: 1240px;
  margin: 0 auto;
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

/* CalculatorWithCTA ---------------------------------------------------------------------------------------------------------*/

/* Spinner -----------------------------------------------------------------------------------------------------*/
.stable-spinner {
  position: relative;
  width: 40px;
  height: 40px;
}

/* Each bar */
.stable-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 16px;
  background: var(--primary-pink);
  border-radius: 3px;

  transform-origin: center -16px;
  transform: rotate(calc(var(--i) * 30deg));

  opacity: 0.15;
  animation: fadeCycle 1s linear infinite;
  /*  
    Negative delay makes the "bright bar" move CLOCKWISE  
    Increasing delay = rotation direction  
  */
  animation-delay: calc(var(--i) * 0.083s);
  /* ✅ true clockwise */
}

/* Clockwise fade only (NO rotation) */
@keyframes fadeCycle {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.15;
  }
}

/* Spinner -----------------------------------------------------------------------------------------------------*/

/* Features Grid  ----------------------------------------------------------------------------------------------*/

.elege-features-section {
  padding: 5px 20px;
  padding-bottom: 65px;
}

.elege-features-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: start;
}

.elege-feature-card {
  padding: 0px;
}

.elege-icon-wrapper {
  margin-bottom: 8px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.elege-feature-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 16px;
  line-height: 115.99999999999999%;
}

.elege-feature-desc {
  color: var(--step-subtitle);
  max-width: 320px;
  font-family: "Be Vietnam";
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.dynamic-icon {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Features Grid  ----------------------------------------------------------------------------------------------*/

/* Logo Grid  --------------------------------------------------------------------------------------------------*/

/* LogoGridWithCTABlock.css */
/* ==================================================================
   Logo Grid With CTA Block – Full CSS (matches VC custom classes)
   ================================================================== */

.logo-grid-section {
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  max-width: 1176px;
  margin-inline: auto;
  margin: 24px;
}

.logo-grid-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  min-width: 1176px;
  left: 0px;
  width: 1176px;
}

.logo-grid-section .vc_row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.logo-grid-section .vc_column_container {
  position: relative;
  width: 50%;
  min-height: 1px;
  max-width: 50%;
  align-items: stretch;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.logo-grid-section .left .vc_column-inner {
  padding-top: 44px;
  padding-bottom: 0px;
  padding-right: 20%;
  padding-left: 56px;
}

.logo-grid-section .right .vc_column-inner {
  padding-right: 0px;
  padding-left: 25px;
}

.logo-grid-section .vc_column-inner {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  justify-content: flex-start;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.logo-grid-section .wpb_single_image .vc_single_image-wrapper img {
  vertical-align: top;
}

.logo-grid-section .vc_column-inner::before {
  content: "";
  display: table;
}

.logo-grid-section .vc_column-inner::after {
  content: " ";
  display: table;
}

.logo-grid-section .vc_column-inner:after {
  clear: both;
}

.logo-grid-section .wpb_wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.logo-grid-section .uvc-heading {
  display: flex;
  flex-direction: column;
}

.logo-grid-section .wpb_wrapper .ubtn-ctn-left {
  position: absolute;
  bottom: 44px;
}

.logo-grid-section .uvc-heading-spacer {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.logo-grid-section .uvc-main-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 115.99999999999999%;
  margin-bottom: 1rem;
}

.logo-grid-section .uvc-sub-heading p {
  font-size: 18px;
  color: #ffffffbf;
  font-family: "Be vietnam";
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 2rem;
}

.logo-grid-section .vc_empty_space {
  height: 120px;
  clear: both;
}

.logo-grid-section .ubtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.logo-grid-section .ubtn:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.logo-grid-section .ubtn:active {
  border: 3px solid #ff80b2;
}


.logo-grid-section .ubtn-cta-icon {
  display: inline-block;
  vertical-align: middle;
}

.logo-grid-section .ubtn-cta-icon img {
  height: 13.5px;
  width: 7.5px;
}

.mobile_mockup_block .uvc-main-heading h2 {
  color: #1b1819;
}

.mobile_mockup_block .uvc-sub-heading p {
  color: #6b6164;
}

.mobile_mockup_block .uvc-heading {
  padding: 56px;
}

.mobile_mockup_block .ubtn-ctn-left {
  padding-left: 56px;
}

.mobile_mockup_block .uvc-header-left {
  max-width: 350px;
}

.mobile_mockup_block .ubtn-cta-icon img {
  height: 24px;
  width: 24px;
}

.mobile_mockup_block .left .vc_column-inner {
  padding-top: 100px;
}

/* Logo Grid  --------------------------------------------------------------------------------------------------*/
/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
.testimonial-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.testimonial-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.testimonial-grid {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  position: relative;
}

.testimonial-sidebar {
  width: 320px;
  flex-shrink: 0;
}

.testimonial-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 116%;
  color: var(--color-text-primary);
  margin: 0;
}

.testimonial-controls {
  margin-top: 48px;
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
}

.testimonial-btn-prev,
.testimonial-btn-next {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-btn-prev {
   background: #353132;
  color: white;
}

.testimonial-btn-prev:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.testimonial-btn-prev:active {
  border: 3px solid #ff80b2;
}

.testimonial-btn-next {
  background: #EEE8E9;
  border: 0.6px solid #D1C7CA;
  color: #1B1819;
  transition: all 0.2s ease; 
  cursor: pointer;
 
}

.testimonial-btn-next:hover {
  background: #DDD4D7;
  border-color: #D1C7CA; 
}

.testimonial-btn-next:active {
  box-shadow: inset 0 0 0 3px #FF80B2; 
  border-color: #FF80B2; 
  outline: none;
}

.testimonial-btn-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}


.testimonial-carousel {
  flex: 1;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 32px;
}

.testimonial-card {
  flex: 0 0 384px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  /* min-height: 320px; */
  min-height: 448px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.testimonial-avatar {
  position: relative;
  width: 48px;
  height: 48px;
}

.testimonial-avatar-bg {
  position: absolute;
  inset: 0;
  border-radius: 16px;
}

.testimonial-avatar-img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}

.testimonial-name {
  font-weight: 600;
  color: #111;
  margin: 0;
  font-size: 18px;
}

.testimonial-role {
  font-family: "Be Vietnam";
  color: #1b1819b2;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  margin: 4px 0 0;
}

.testimonial-quote {
  font-family: "Be Vietnam";
  font-size: 18px;
  line-height: 140%;
  color: #1b1819b2;
  font-weight: 400;
  margin: 0;
}

/* Testimonail Crousal  --------------------------------------------------------------------------------------------------*/
/* Finanacial Flow  --------------------------------------------------------------------------------------------------*/

.financial-flow-section {
  padding: 80px 40px;
}

.financial-flow-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.financial-flow-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}

.financial-flow-title {
  font-size: 32px;
  line-height: 116%;
  font-weight: 700;
  color: var(--color-text-primary);
  margin: 0;
}

.financial-flow-subtitle {
  font-family: "Be Vietnam";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  vertical-align: middle;
  color: var(--step-subtitle);
  margin: 12px 0 0;
}

.financial-flow-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #353132;
  color: white;
  padding: 16px 32px !important;
  border-radius: 16px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 24px;
  border: 3px solid #353132;
  text-decoration: none;
  font-family: "Be Vietnam Pro";
  /* transition: all 0.3s; */
}

.financial-flow-cta:hover {
  background: #1B1819;
  border: 3px solid #1B1819;
}

.financial-flow-cta:active {
  border: 3px solid #ff80b2;
}


.financial-flow-cta img {
  height: 20px;
  width: 20px;
}

.financial-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.financial-flow-card {
  background: #ffffff;
  border: 1.6px solid var(--gray-100, #e8e3e4);
  border-radius: 32px;
  padding: 14px;
  transition: transform 0.3s ease;
}

/* .financial-flow-card:hover {
  transform: translateY(-8px);
} */

.financial-flow-image-wrapper {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}

.financial-flow-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.financial-flow-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #1b1819;
  margin: 0 0 12px;
}

.financial-flow-card-desc {
  font-family: "Be Vietnam";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6b6164;
  margin-bottom: 28px;
}

.financial-flow-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eee8e9;
  justify-content: space-between;
  color: #1b1819;
  padding: 8px 12px;
  border: 0.6px solid var(--button-darkie-flat-stroke, #d1c7ca);
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  font-family: "Be Vietnam Pro";
}

.financial-flow-read-more:hover {
  background: #DDD4D7;
  color: #1B1819;
}
.financial-flow-read-more:active {
  outline: 3px solid #ff80b2;
  outline-offset: -3px; 
}

.financial-flow-read-more img {
  height: 24px;
  width: 24px;
  color: #1b1819;
}

.financial-flow-arrow {
  font-size: 20px;
  font-weight: 300;
}

/* Financial Flow  --------------------------------------------------------------------------------------------------*/
/* FAQ Section --------------------------------------------------------------------------------------------------*/

.faq-section {
  padding: 80px 0;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}

.faq-title {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  color: var(--color-text-primary);
  margin: 0 0 60px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid #E8E3E4;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #EEE8E9;
}

.faq-item-open {
  border-color: #EEE8E9;
}

.faq-question {
  font-family: "Be Vietnam";
    padding: 16px 24px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  vertical-align: middle;
  font-weight: 400;
  color: var(--color-text-primary);
  background-color: #FCFCFC;
    gap: 12px;
  word-break: normal;
}

.faq-icons {
  display: flex;
  align-items: center;
}

.faq-arrow-icon {
  color: #a09296;
  transition: transform 0.3s ease;
}

.faq-close-icon {
  color: #a09296;
  transition: all 0.2s;
}

.faq-close-icon:hover {
  color: #a09296;
}

/* Answer Animation */
.faq-answer-wrapper {
  max-height: 0;
  overflow: hidden;
  background-color: #fcfcfc;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-in-out;
}


.faq-item-open .faq-answer-wrapper {
  max-height: 1000px;
  opacity: 1;
  background-color: #fcfcfc;

  /* padding: 16px 16px 16px 24px; */
}
.faq-answer {
 padding: 0  24px 16px;}

.faq-answer-content {
  position: relative;
 padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
    color: #6B6164;
    word-break: normal;
}

/* Left Border on Answer */
.faq-answer-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #B8ADB0;
  border-radius: 2px;
}

/* FAQ Section  --------------------------------------------------------------------------------------------------*/

/* ------------------------------- */
/* RESPONSIVE DESIGN               */
/* ------------------------------- */

@media (max-width: 1232px) {
  .logo-grid-section .vc_column-inner {
    max-height: 450px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .cta-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  .cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
  }

  .ic-frequency {
    border-radius: 28px;
    border: 0.6px solid #e9e2e3;
    padding: 6px;
  }

  .ic-frequency button {
    padding: 8px 16px;
    border-radius: 20px;
  }

  .ic-result {
    text-align: left;
    flex-direction: column;
  }

  .ic-info-container .ic-info-right {
    font-size: 12px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 38px;
  }

  .logo-grid-section .ubtn {
    font-size: 14px !important;
    padding: 10px 32px !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 400px;
  }

  .financial-flow-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .puesto-de-trabajo-wrapper {
    position: relative;
  }
}

@media (max-width: 992px) {
  .logo-grid-section .uvc-main-heading h2 {
    font-size: 32px;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 20px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 320px;
  }
}

@media (max-width: 800px) {
  .puesto-de-trabajo-mainn .container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 88px;
      height: 88px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 52px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 52px;
      line-height: 116%;
    }
  }

    .step-number {
    padding: 3px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .step-section {
    padding: 50px 24px;
    gap: 24px;
  }

  .step-label {
    font-size: 16px;
    font-weight: 600;
  }

  .step-image-wrapper .step-image {
    max-width: 320px;
  }

  .tafi-es-la-container p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .puesto-de-trabajo-mainn .fourth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .puesto-de-trabajo-mainn .tenth_block p {
    font-weight: 500;
    line-height: 24px;
  }

  .step-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 115.99999999999999%;
  }

  ul.tafiulcheck li {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }

  .float-top-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-top-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .float-bottom-left {
    bottom: 5.5rem;
    left: 9.5rem;
    max-width: 180px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    top: 0rem;
    right: 5.5rem;
    max-width: 162.35px;
  }

  .elege-features-grid {
    gap: 16px;
  }

  .logo-grid-section .wpb_wrapper .ubtn-ctn-left {
    bottom: 18px;
  }

  .logo-grid-section {
    border-radius: 56px;
  }

  .logo-grid-section .uvc-main-heading h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .logo-grid-section .ubtn {
    font-size: 10px !important;
  }

  .logo-grid-section .uvc-sub-heading p {
    font-size: 16px;
  }

  .testimonial-grid {
    gap: 16px;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 270px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .block-grid {
    grid-template-columns: 1fr;
  }

  .puesto-de-trabajo-mainn .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-section {
    flex-direction: column;
    text-align: center;
    padding: 8px 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .step-number {
     padding: 4.3px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .step-content,
  .step-image-wrapper {
    width: 100%;
    order: initial !important;
    /* forces content first on mobile */
    padding-left: 1px;
    padding-right: 1px;
    width: 440px;
  }

  .step-image-wrapper.right {
    padding-right: 25px;
    justify-content: center;
  }

  .step-image-wrapper.left {
    padding-left: 25px;
    justify-content: center;
  }

  .step-content {
    order: 1 !important;
  }

  .step-image-wrapper {
    order: 2 !important;
  }

  .step-label-wrapper {
    justify-content: flex-start;
  }

  .step-title {
    text-align: start;
    font-size: 24px;
  }

  .step-subtitle {
    font-size: 16px;
    text-align: start;
    line-height: 20px;
  }

  .step-image {
    max-width: 100%;
  }

  .step-section .step-content {
    padding-right: 1px;
    box-sizing: border-box;
    padding-left: 1px;
  }

  .puesto-de-trabajo-wrapper {
    max-width: 100%;
    padding: 50px 0px ;
  }

  .tafi-es-la-container {
    font-size: 18px !important;

    & p {
      font-size: 18px !important;
    }
  }

  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 32px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 32px;
      line-height: 116%;
    }
  }

  .puesto-de-trabajo-mainn {
    & .fourth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }

    & .tenth_block {
      margin-top: 48px;

      & h2 {
        font-size: 24px;
        line-height: 32px;
      }

      & p {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }

  ul.tafiulcheck li {
    font-size: 14px;
  }

  .float-top-left {
    top: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-top-right {
    top: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .float-bottom-left {
    bottom: 2rem;
    left: 4.5rem;
    max-width: 101.28px;
  }

  .float-bottom-left img {
    height: 100%;
  }

  .float-bottom-right {
    bottom: 0rem;
    right: 3rem;
    max-width: 90.2px;
  }

  .elege-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .logo-grid-section .vc_column_container {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logo-grid-section .wpb_wrapper {
    height: 420px;
  }

  .testimonial-grid {
    flex-direction: column;
  }

  .testimonial-track {
    max-width: 423px;
  }

  .mobile_mockup_block .left {
    order: 2 !important;
  }

  .mobile_mockup_block .right {
    order: 1 !important;
  }

  .logo-grid-section .vc_column-inner {
    max-height: 335px;
  }

  .financial-flow-section {
    padding: 60px 0;
  }

  .financial-flow-header {
    flex-direction: column;
    text-align: center;
  }

  .financial-flow-title {
    font-size: 36px;
  }

  .financial-flow-card {
    padding: 24px;
  }

  .financial-flow-image-wrapper {
    height: 180px;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 17px;
  }

  .faq-answer {
 padding: 0  24px 16px;  }

  .faq-answer-content {
    font-size: 15.5px;
    padding-left: 16px;
  }

  .faq-answer-content::before {
    width: 2px;
  }

  .testimonial-controls {
    position: unset;
  }
}

@media (max-width: 425px) {

  .step-content,
  .step-image-wrapper {
    width: 320px;
  }

  .step-image {
    max-width: 277px;
  }

  .elege-feature-desc {
    font-size: 14px;
  }

  .elege-feature-card {
    padding: 16px 0px;
  }

  .testimonial-track {
    max-width: 300px;
  }

  .testimonial-heading {
    font-size: 32px;
  }

  .testimonial-sidebar {
    width: 280px;
  }
}

@media (max-width: 320px) {
  .hero-block-wrapper {
    & .container-parent {
      font-size: 35px;
    }

    & .chaticontitle img {
      width: 53px;
      height: 53px;
    }

    & .llevatelotitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .relaxtitle {
      padding: 9px;
      font-size: 28px;
      line-height: 116%;
    }

    & .subtitle {
      font-size: 28px;
      line-height: 116%;
    }
  }

  .step-content,
  .step-image-wrapper {
    width: 275px;
  }

  .step-image {
    max-width: 250px !important;
  }

  .testimonial-track {
    max-width: 250px;
  }
}




.puesto-de-trabajo-wrapper .puesto-de-trabajo-main {
  padding: 40px 40px 40px 40px;
}

.puesto-de-trabajo-wrapper .puesto-de-trabajo-main .payload-richtext h4 {
  color: #1B1819;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.puesto-de-trabajo-wrapper .puesto-de-trabajo-main .payload-richtext p {
  color: #6B6164;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}


  .custom-scrollbar::-webkit-scrollbar {
    width: 10px; /* Scrollbar ki width */
    height: 10px; /* Horizontal scrollbar ki height */
  }

  .custom-scrollbar::-webkit-scrollbar-track {
    background: #B8ADB0; /* Scroller background color */
  }

  .custom-scrollbar::-webkit-scrollbar-thumb {
    background: #353132; /* Scrollbar handle color */
    border-radius: 10px; /* Rounded corners ke liye (optional) */
  }

  /* Firefox ke liye standard property */
  .custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #353132 #B8ADB0; /* thumb color | track color */
  }



@media (max-width: 991px) {
  .puesto-de-trabajo-wrapper .puesto-de-trabajo-main {
    padding: 0px 32px;
    padding: 20px 30px 40px;
  }

  .puesto-de-trabajo-wrapper .puesto-de-trabajo-main .dropbox {
    width: 72.34%;
    display: flex;
    flex-direction: column;
    justify-self: center;

  }
}


@media (max-width: 640px) {
  .puesto-de-trabajo-wrapper .puesto-de-trabajo-main {
    padding: 0px 16px;
  }

  .puesto-de-trabajo-wrapper .puesto-de-trabajo-main .dropbox {
    width: 100%;
    padding-left: 30px;
        padding-right: 30px;
  }
  .puesto-de-trabajo-wrapper .puesto-de-trabajo-main .payload-richtext p{
    font-size: 14px;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/Legal/index.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.legal-container-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 40px;
}

.legal-container-main {
    margin-top: 0px;
    margin-bottom: 48px;

    & h1,
    & h2,
    & h3,
    & .goldplaybi {
        font-family: "GoldPlay Alt", sans-serif !important;
    }

    & .payload-block.third_block {
        padding-top: 56px;
    }

    & .fourth_block {
        margin-top: 112px;
        margin-bottom: 24px;
        text-align: center;
        max-width: 100%;

        & h2 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 35px;
            line-height: 40px;
            color: var(--color-text-primary);
        }

        & p {
            font-size: 18px;
            line-height: 120%;
            color: #6b6164;
            font-weight: 700;
            font-family: "Be Vietnam";
        }

        & strong {
            color: var(--color-text-primary);
        }
    }

    & .step_section_container {
        max-width: 100%;
    }

    & .tenth_block {
        margin-top: 112px;
        margin-bottom: 24px;
        text-align: center;
        max-width: 100%;

        & h2 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 35px;
            line-height: 40px;
            color: var(--color-text-primary);
        }

        & p {
            font-size: 18px;
            line-height: 120%;
            color: #6b6164;
            /* font-weight: 700; */
        }

        & strong {
            color: var(--color-text-primary);
        }
    }
}


.legal-container-wrapper .legal-container-main .policy-content .details_policy-content  h1,
.legal-container-wrapper .legal-container-main .policy-content .details_policy-content  h2,
.legal-container-wrapper .legal-container-main .policy-content .details_policy-content  h3,
.legal-container-wrapper .legal-container-main .policy-content .details_policy-content  h4{
    margin-bottom: 8px;
    font-family: "GoldPlay Alt";
    font-weight: 700;
    font-style: normal;
    font-size: 24px ;
    line-height: 28px;
    letter-spacing: 0em;
    vertical-align: middle;
    color: #1B1819;
    margin-top: 16px;

}

.legal-container-wrapper .legal-container-main .policy-content .details_policy-content  p{
    margin-bottom: 0px;
     margin-top : 0px;
    
}


@media (max-width: 991px) {
    .legal-container-wrapper {

    padding: 0px 30px;
}

}


@media (max-width: 768px) {
}


@media (max-width: 640px) {
    .legal-container-wrapper {

    padding: 0px 16px;
}
.legal-container-main {
    margin-top: 0px;
    margin-bottom: 48px;
}
.legal-container-main .main{
    padding-top : 48px;
}
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/Cookies/index.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Cookies-container-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 40px;
}

.Cookies-container-main{
    margin-top: 0px;
    margin-bottom: 48px;

    & h1,
    & h2,
    & h3,
    & .goldplaybi {
        font-family: "GoldPlay Alt", sans-serif !important;
    }

    & .payload-block.third_block {
        padding-top: 56px;
    }

    & .fourth_block {
        margin-top: 112px;
        margin-bottom: 24px;
        text-align: center;
        max-width: 100%;

        & h2 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 35px;
            line-height: 40px;
            color: var(--color-text-primary);
        }

        & p {
            font-size: 18px;
            line-height: 120%;
            color: #6b6164;
            font-weight: 700;
            font-family: "Be Vietnam";
        }

        & strong {
            color: var(--color-text-primary);
        }
    }

    & .step_section_container {
        max-width: 100%;
    }

    & .tenth_block {
        margin-top: 112px;
        margin-bottom: 24px;
        text-align: center;
        max-width: 100%;

        & h2 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 35px;
            line-height: 40px;
            color: var(--color-text-primary);
        }

        & p {
            font-size: 18px;
            line-height: 120%;
            color: #6b6164;
            /* font-weight: 700; */
        }

        & strong {
            color: var(--color-text-primary);
        }
    }
}


.Cookies-container-wrapper .Cookies-container-main .policy-content .details_policy-content  h1,
.Cookies-container-wrapper .Cookies-container-main .policy-content .details_policy-content  h2,
.Cookies-container-wrapper .Cookies-container-main .policy-content .details_policy-content  h3,
.Cookies-container-wrapper .Cookies-container-main .policy-content .details_policy-content  h4{
    margin-bottom: 8px;
    font-family: "GoldPlay Alt";
    font-weight: 700;
    font-style: normal;
    font-size: 24px ;
    line-height: 28px;
    letter-spacing: 0em;
    vertical-align: middle;
    color: #1B1819;
    margin-top: 16px;

}

.Cookies-container-wrapper .Cookies-container-main .policy-content .details_policy-content  p{
    margin-bottom: 0px;
     margin-top : 0px;
    
}


@media (max-width: 991px) {
    .Cookies-container-wrapper {

    padding: 0px 30px;
}

}


@media (max-width: 768px) {
}


@media (max-width: 640px) {
    .Cookies-container-wrapper {

    padding: 0px 16px;
}
.Cookies-container-main{
    margin-top: 0px;
    margin-bottom: 48px;
}
.Cookies-container-main .main{
    padding-top : 48px;
}
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/(frontend)/components/pages/PolíticasDePrivacidad/index.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.PoliticasDePrivacidad-container-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 40px;
}

.PoliticasDePrivacidad-container-main {
    margin-top: 0px;
    margin-bottom: 48px;

    & h1,
    & h2,
    & h3,
    & .goldplaybi {
        font-family: "GoldPlay Alt", sans-serif !important;
    }

    & .payload-block.third_block {
        padding-top: 56px;
    }

    & .fourth_block {
        margin-top: 112px;
        margin-bottom: 24px;
        text-align: center;
        max-width: 100%;

        & h2 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 35px;
            line-height: 40px;
            color: var(--color-text-primary);
        }

        & p {
            font-size: 18px;
            line-height: 120%;
            color: #6b6164;
            font-weight: 700;
            font-family: "Be Vietnam";
        }

        & strong {
            color: var(--color-text-primary);
        }
    }

    & .step_section_container {
        max-width: 100%;
    }

    & .tenth_block {
        margin-top: 112px;
        margin-bottom: 24px;
        text-align: center;
        max-width: 100%;

        & h2 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 35px;
            line-height: 40px;
            color: var(--color-text-primary);
        }

        & p {
            font-size: 18px;
            line-height: 120%;
            color: #6b6164;
            /* font-weight: 700; */
        }

        & strong {
            color: var(--color-text-primary);
        }
    }
}


.PoliticasDePrivacidad-container-wrapper .PoliticasDePrivacidad-container-main .policy-content .details_policy-content  h1,
.PoliticasDePrivacidad-container-wrapper .PoliticasDePrivacidad-container-main .policy-content .details_policy-content  h2,
.PoliticasDePrivacidad-container-wrapper .PoliticasDePrivacidad-container-main .policy-content .details_policy-content  h3,
.PoliticasDePrivacidad-container-wrapper .PoliticasDePrivacidad-container-main .policy-content .details_policy-content  h4{
    margin-bottom: 8px;
    font-family: "GoldPlay Alt";
    font-weight: 700;
    font-style: normal;
    font-size: 24px ;
    line-height: 28px;
    letter-spacing: 0em;
    vertical-align: middle;
    color: #1B1819;
    margin-top: 16px;

}

.PoliticasDePrivacidad-container-wrapper .PoliticasDePrivacidad-container-main .policy-content .details_policy-content  p{
    margin-bottom: 0px;
    
}


@media (max-width: 991px) {
    .PoliticasDePrivacidad-container-wrapper {

    padding: 0px 30px;
}

}


@media (max-width: 768px) {
}


@media (max-width: 640px) {
    .PoliticasDePrivacidad-container-wrapper {

    padding: 0px 16px;
}
.PoliticasDePrivacidad-container-main {
    margin-top: 0px;
    margin-bottom: 48px;
}
.PoliticasDePrivacidad-container-main .main{
    padding-top : 48px;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/blocks/AssociatedEntities/AssociatedEntities.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.AssociatedEntities_marqueeContainer__FeCRx {
    width: 100%;
    overflow: hidden;
}

/* Mobile specific manual scroll container */
.AssociatedEntities_mobileScrollContainer__EV7vj {
    gap: 16px;
    overflow-x: auto;
    padding: 0 20px 20px 20px; 
    scrollbar-width: none; /* Hide scrollbar */
}
.AssociatedEntities_mobileScrollContainersecondary__5zKTg {
    gap: 16px;
    overflow-x: auto;
    display: flex;
    justify-content: safe center; 
    padding: 0px; 
    scrollbar-width: none; /* Hide scrollbar */
     -webkit-overflow-scrolling: touch
}




.AssociatedEntities_mobileScrollContainer__EV7vj::-webkit-scrollbar {
    display: none;
}

.AssociatedEntities_marqueeTrack__QSMzh {
    display: flex;
    align-items: center;
    gap: 16px;
    width: -moz-max-content;
    width: max-content; 
    will-change: transform;
}

.AssociatedEntities_scrolling__ajZT_ {
    animation: AssociatedEntities_marquee__UGLqk var(--marquee-duration) linear infinite;
}

.AssociatedEntities_paused__YrcON {
    animation-play-state: paused;
}

.AssociatedEntities_noScroll__3ggkk {
    justify-content: center;
    width: 100%;
}

@keyframes AssociatedEntities_marquee__UGLqk {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (min-width: 768px) {
    .AssociatedEntities_marqueeTrack__QSMzh {
        gap: 16px;
    }

}


/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/.pnpm/next@15.4.10_@babel+core@7.29.0_@playwright+test@1.56.1_react-dom@19.2.4_react@19.2.4__react@19.2.4_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./node_modules/.pnpm/@payloadcms+ui@3.68.5_@types+react@19.2.1_monaco-editor@0.55.1_next@15.4.10_@babel+core_36217fb824e16e3a881f8e92a1c4161c/node_modules/@payloadcms/ui/dist/icons/Copy/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@layer payload-default {
  .icon--copy {
    height: 1.5384615385rem;
    width: 1.5384615385rem;
  }
  .icon--copy .stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 1px;
  }}
