.hero-section {
    background: #f8f9fa;
    border-radius: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 48px 0;
  }
  .hero-section h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .hero-section img {
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
  }
.heading-1 {
    font-family: var(--font-family-proximanova-bold);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}
.the-future-of-agribusiness-has-arrived {
    color: var(--gray-color);
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    /*white-space: nowrap;*/
}
.we-solve-some-of-the {
    color: var(--gray-color);
    font-family: var(--font-family-proximanova-regular);
    font-size: var(--font-size-xxl);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 34px;
    /*white-space: nowrap;*/
}



.bg-section{
  background-image: url('images/brokers/grupo-45770-1-1x-png@1x.png');
  background-repeat: no-repeat, no-repeat;
  height: 100%;
  background-position-y: 50%;
  background-color: #f4f7f3;
}

    /* Sylosys Section */
    .sylosys-title{
        font-family: var(--font-family-proxima_nova);
        font-size: var(--font-size-32px);
        font-style: normal;
        letter-spacing: 0;
        line-height: 45px;
    }
    .sylosys-subtitle{
        font-family: var(--font-family-proximanova-bold);
        font-size: var(--font-size-32px);
        color:#095AC3;
        font-style: normal;
        line-height: 45px;
    }

    .silosys-conteiner{
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 2px 14px #00000014;
      border-radius: 8px;
      opacity: 1;
      display: flex;
      align-items: center;   /* centra vertical */
      justify-content: center; /* centra horizontal */
      text-align: center;  
    }


  
  /* Process Section */

    .process-text{
        font-family: var(--font-family-proximanova-regular);
        font-size: var(--font-size-23px);
        font-style: normal;
    }

    .process-title-step{
        font-family: var(--font-family-proximanova-regular);
        font-size: 30px;
        letter-spacing: 0;
        line-height: 28px;
        font-weight: 800;
    }

     .process-subtitle-step{
        font-family: var(--font-family-proximanova-regular);
        font-size: 24px;
        color: #1F2021;
        letter-spacing: 0;
        line-height: 36px;
    }

    .process-step-1{
      top: 80%; 
      left: -4%;
      max-width:368px;
    }

    .process-step-2{
      top: 104%; 
      left: 40%;
      max-width:368px;
    }

    .process-step-3{
      top: 79%; 
      left: 73%;
      font-size: 19px; 
      max-width:368px;
    }

    .sylosys-process-title{
        font-family: var(--font-family-proxima_nova);
        font-size: var(--font-size-41px);
        letter-spacing: 0;
        line-height: 52px;
    }

    /*Solution section*/
    .solution-text{
        font-family: var(--font-family-proximanova-semibold);
        font-size: var(--font-size-30px);
        font-style: normal;
        letter-spacing: 0;
        line-height: 32px;
    }

    .solution-title{
        font-family: var(--font-family-proximanova);
        font-size: 41px;
        letter-spacing: 0;
        line-height: 52px;
    }

    .solution-description{
        font-family: var(--font-family-proximanova-regular);
        font-size: var(--font-size-23px);
        letter-spacing: 0;
        line-height: 32px;
    }


  

     /* CTA Section */
    .cta-section {
      margin-top: 32px;
      background-image: url('../../images/grainchain/rect-ngulo-23345@1x.png');
      position: relative;
      z-index: 1;
    }

    .cta-section .container {
      position: relative;
      z-index: 2; /* texto por encima de la imagen */
    }
    .cta-section .btn-success {
      background: #3bb54a;
      border: none;
      padding: 0.75rem 2.5rem;
      font-size: 1.25rem;
      border-radius: 32px;
      box-shadow: 0 2px 12px rgba(59,181,74,0.12);
      transition: background 0.2s;
    }
    .cta-section .btn-success:hover {
      background: #2e9e3e;
    }

    .bg-cta-section{
      background-color: #f4f7f3 !important;
    }

    .cta-section-bg {
      position: relative;
      background: #f4f7f3;
      overflow: visible;
      padding-bottom: 0;
    }
    

    .cta-img-mask {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 261px; /* Ajusta según lo que necesites mostrar */
      overflow: hidden;
      pointer-events: none;
      z-index: 0;
    }

    .cta-img-decor {
      width: 98vw;
      min-width: 100%;
      position: absolute;
      left: 0;
      top: -472px; /* Ajusta este valor para mostrar solo la parte superior de la imagen */
      object-fit: cover;
    }

     .call-action-title{
        color: var(--gray-color);
        font-family: var(--font-family-proximanova-bold);
        font-size: 41px ;
        letter-spacing: 0;
        line-height: 52px;
    }

    .call-action-text{
        color: var(--gray-color);
        font-family: var(--font-family-proximanova-regular);
        font-size: 26px ;
        letter-spacing: 0;
        line-height: 34px;
    }
    
  .nav-link-use-cases{
    border: 1px solid var(--gray-100) !important;
    border: 1px solid #353637 !important;
    border-radius: 28px !important;
    opacity: 1 !important;
    color: #000;
    padding: .5rem 1rem !important;
  }

  .bg-products{
    background-color: #3AAA00;
  }

  .accordion-item{
    background-color: transparent !important;
    border: none !important;
  }

  .accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .accordion-content.collapse {
    max-height: 0;
  }

  .accordion-content.show {
    max-height: 200px; /* ajusta según contenido */
  }

  .accordion-toggle {
    cursor: pointer;
  }
  

    /* Challenges Section */
  .challenges-card {
    min-height: 240px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    max-width: 80%;        /* limita el ancho dentro de la columna */
    margin: 0 auto; 
  }
  
  .challenges-content {
    width: 90%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .challenges_content-wrapper {
    max-width: 100%;
    width: 75%;
    display: flex;
    flex-direction: column; /* cambia de fila a columna */
    align-items: center;    /* centra horizontalmente */
    text-align: center;     /* centra texto */
    gap: 1rem;
  }
  
  .challenges-icon {
    width: 100px;
    height: auto;
    flex-shrink: 0;
    max-width: 25%;
    object-fit: contain;
  }

    .challenges-right-image{
      width: 150px;
      right: 0;
      top: 0;
      z-index: -1; /* Asegura que quede por debajo */
      position: absolute;
    }

    /* Collection section */

  .collection-card {
    background-image: url('../../images/grainchain/Card-Container.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 240px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }

  .collection-content {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .content-wrapper {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: start;
  }

  .collection-icon {
    width: 210px;
    height: auto;
    flex-shrink: 0;
    max-width: 30%;
    object-fit: contain;
  }

  /*customize and digitize mobile*/

  .digitize-customize-title{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proxima_nova);
    font-size: var(--font-size-58px);
    letter-spacing: 0;
    line-height: 68px;
  }

   .customize-description{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proxima_nova-regular);
    font-size: var(--font-size-23px);
    letter-spacing: 0;
    line-height: 28px;
  }

    .customize-list{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proxima_nova-semibold);
    font-size: var(--font-size-23px);
    letter-spacing: 0;
    line-height: 32px;
  }

  .digitize-description{
    color: var(--gray-color);
    font-family: var(--font-family-proximanova-regular);
    font-size: 23px;
    letter-spacing: 0;
    line-height: 32px;
  }

  /*Empower Section*/ 
  .card-hover-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
  }

.card-hover-wrapper img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}

.card-hover-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-hover-wrapper:hover .card-hover-overlay {
  opacity: 1;
}

.card-hover-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.card-hover-text {
  font-size: 16px;
}

.empower-description{
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proxima_nova-regular);
  font-size: var(--font-size-29px);
  letter-spacing: 0;
  line-height: 36px;
}


/*testimonial section */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #9dd580;
  border: none;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.carousel-indicators [data-bs-target] {
  background-color: #007bff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
}

.carousel-indicators {
  margin: 0;
  padding: 0;
}

.testimonial-title{
   font-family: var(--font-family-proximanova);
  font-size: var(--font-size-41px);
  font-style: normal;
}

.testimonial-description{
   font-family: var(--font-family-proximanova-regular);
  font-size: var(--font-size-22px);
  font-style: normal;
}

.testimonial-autor{
   font-family: var(--font-family-proximanova);
  font-size: var(--font-size-22px);
  font-style: normal;
}

.testimonial-profile{
   font-family: var(--font-family-proximanova-medium);
  font-size: var(--font-size-22px);
  font-style:normal;
  
}

.decorative-img {
  position: absolute;
  bottom: 18%;
  right: 8%;
  width: 250px; /* ajusta según el diseño */
  z-index: 1;
  transform: translate(50%, 50%); 
}

/* Our clients */
.our-clients-title{
  color: var(--blue-color);
  flex: 1;
  font-family: var(--font-family-proxima_nova-bold);
  font-size: var(--font-size23px) ;
  letter-spacing: 9.2px;
  line-height: 32px;
}

.our-clients-description{
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proxima_nova-medium);
  font-size: var(--font-size20px) ;
  letter-spacing: 0;
  line-height: 28px;
}

/* Operating Section  */
.operating-title{
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proxima_nova);
  font-size: var(--font-size-58px) ;
  letter-spacing: 0;
  line-height: 58px;
}

.operating-description{
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proxima_nova-regular);
  font-size: var(--font-size-23px) ;
  letter-spacing: 0;
  line-height: 28px;
}

  /* Background Gradient */
  .bg-gradient-section {  
    background-image: url('../../images/products/Gradient.svg'); 
    background-size: cover; 
    background-position: center;
  }

   .bg-gradient-section-two {  
    background-image: url('../../images/products/background-1x-png@1x.png'); 
    background-size: cover; 
    background-position: center;
  }


  .bg-pattern-wrapper {
    background: #f8faf7 url('../../images/products/Grupo 75011.svg') center top repeat;
    background-size: cover;
    min-height: 600px;
    width: 100%;
  }

  .hero-section {
    background: transparent;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  /* .text-products{
    color: #3AAA00;
    letter-spacing: 6px;
  } */

  /* Button Demo */
  .btn-demo {

    background: #9dd580;
    color: #000;
    font-weight: bold;
    border-radius: 2em;
    padding: 0.7em 1.5em;
    border: 1px solid #236600;
    box-shadow: 0 2px 8px rgba(34, 177, 0, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center; /* 👈 mantiene centrado el texto */
    text-decoration: none;
    font-size: 1rem;
    white-space: nowrap;
    transition: padding-right 0.3s ease, background 0.2s;
    position: relative;

  }

  
  /* Aparece en hover */
  .btn-demo:hover .btn-arrow {
    display: inline;
    animation: slideIn 0.2s ease forwards;
  }

  /*Btn View*/

  .btn-view:hover,
  .btn-view:focus {
    background: #dfd3fb;
    color: #000;
    /* box-shadow: 0 4px 16px rgba(34, 177, 0, 0.18); */
  }

/* Button Demo */
  .btn-view {
    background: #dfd3fb;
    color: #000;
    font-weight: bold;
    border-radius: 2em;
    padding: 0.7em 1.5em;
    border: 1px solid #845aef;
    box-shadow: 0 2px 8px rgba(34, 177, 0, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center; /* 👈 mantiene centrado el texto */
    text-decoration: none;
    font-size: 1rem;
    white-space: nowrap;
    transition: padding-right 0.3s ease, background 0.2s;
    position: relative;
  }

    .btn-view2:hover,
  .btn-view2:focus {
    background: #ccccf7;
    color: #000;
    /* box-shadow: 0 4px 16px rgba(34, 177, 0, 0.18); */
  }

/* Button Demo */
  .btn-view2 {
    background: #ccccf7;
  color: #000;
  font-weight: bold;
  border-radius: 2em;
  padding: 0.7em 1.5em;
  border: 1px solid #6A6AE6;
  box-shadow: 0 2px 8px rgba(34, 177, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center; /* 👈 mantiene centrado el texto */
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
  transition: padding-right 0.3s ease, background 0.2s;
  position: relative;

  }

   .btn-view-arrow2 {
    display: inline-block;
    width: 0;
    overflow: hidden;
    margin-left: 0;
    color: #6A6AE6 !important;
    transition: width 0.3s ease, margin-left 0.3s ease;
  }
  
  /* Oculta completamente la flecha y el espacio */
  .btn-view-arrow {
     display: inline-block;
    width: 0;
    overflow: hidden;
    margin-left: 0;
    color: #845aef !important;
    transition: width 0.3s ease, margin-left 0.3s ease;
  }

  .btn-view:hover,  .btn-view2:hover, .btn-demo:hover{
   padding-right: 1em;
  }
  
  /* Aparece en hover */
  .btn-view:hover .btn-view-arrow, .btn-view2:hover .btn-view-arrow2, .btn-demo:hover  .btn-arrow{
    width: 1em;       /* ahora sí aparece la flecha */
    margin-left: 0.5em;
  }

  .title_products{
     color: var(--gray-color);
      flex: 1;
      font-family: var(--font-family-proxima_nova);
      font-size: var(--font-size-58px);
      letter-spacing: 0;
      line-height: 68px;
  }

   .power-track{
     color: var(--gray-color);
      flex: 1;
      font-family: var(--font-family-proximanova-semibold);
      font-size: 30px;
      letter-spacing: 0;
      line-height: 34px;
  }

   .text-products{
        font-family: var(--font-family-proximanova-regular);
        font-size: var(--font-size-29px);
        font-style: normal;
        letter-spacing: 0;
        line-height: 36px;
    }

    .text-products-2{
        font-family: var(--font-family-proximanova-regular);
        font-size: 24px;
        font-style: normal;
        letter-spacing: 0;
        line-height: 36px;
    }

    .font-nova-bold{
      font-family: var(--font-family-proximanova-bold) !important;
    }
  
  @keyframes slideIn {
    0% {
      opacity: 0;
      transform: translateX(-10px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .btn-demo:hover,
  .btn-demo:focus {
    background: #3AAA00;
    color: #fff;
  }

  /* Effects's images */

  .image-overlay {
    position: relative;
    overflow: hidden;
  }
  
  .image-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(298deg, #FDBF0F 0%, #FDBF0FA3 100%);
    opacity: 0.33;
    pointer-events: none;
    z-index: 1;
  }
  
  .image-overlay img {
    position: relative;
    z-index: 0;
  }

  .text-title{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proxima_nova-medium);
    font-size: var(--font-size-26px);
    letter-spacing: 0;
    line-height: 36px;
  }

  .mobile-title{
    color: var(--gray-color);
    flex: 1;
    font-family: var(--font-family-proximanova-regular);
    font-size: var(--font-size-74px);
    letter-spacing: 0;
    line-height: 80px;
  }

   .mobile-title-2{
    font-family: var(--font-family-proximanova-bold);
  }
    /* Responsive tweaks */
  @media (max-width: 991px) {
    .hero-section .row {
      flex-direction: column-reverse;
      text-align: center;
    }
    .hero-section img {
      margin-bottom: 24px;
    }
    .products-section .card,
    .suite-section .card {
      min-height: 180px;
    }

    .bg-pattern-wrapper {
        min-height: 400px;
        background-size: auto 100%;
      }
  }

  @media (min-width: 991px) and (max-width: 2500px) {
    .product-wrapper {
      height: 480px !important;
    }

    .product-text{
      font-size: 18px;
    }

    .custom-left-image{
      width: 130px;
      left: -60px;
    }

    .custom-right-image{
      width: 157px;
      right: 0;
      top: -26px;
      z-index: -1; /* Asegura que quede por debajo */
      position: absolute;
    }

    .cta-img-mask {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 99vw;
      height: 253px; /* Ajusta según lo que necesites mostrar */
      overflow: hidden;
      pointer-events: none;
      z-index: 1;
    }

    .cta-img-decor {
      width: 99vw;
      min-width: 100%;
      position: absolute;
      left: 0;
      top: -727px; /* Ajusta este valor para mostrar solo la parte superior de la imagen */
      object-fit: cover;
    }
  }

  /* @media (min-width: 1390px){
    .content-wrapper{
      width: 75%;
    }
  } */

    @media (min-width: 1769px){
       .content-wrapper{
      width: 75%;
    }

    .content-wrapper_traders{
      width: 75%;
    }

    .content-wrapper_brokers{
      width: 75%;
    }
  }

  @media (min-width: 1440px) and (max-width: 1768px){
    .content-wrapper{
      width: 85%;
    }

    .content-wrapper_traders{
      width: 85%;
    }

     .content-wrapper_brokers{
      width: 90%;
    }

  
  }

   @media (min-width: 1440px) and (max-width: 1599px){
    .works-step-1 {
      top: 30%;
      left: 2%;
      font-size: 19px;
      max-width: 217px;
    }

     .works-step-2{
      top: 30%; 
      left: 28%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3{
      top: 30%; 
      left: 50%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-4{
      top: 46%; 
      left: 79%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-5{
      top: 76%; 
      left: 60%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-6{
      top: 76%; 
      left: 34%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-7{
      top: 91%; 
      left: 4%; 
      font-size: 19px; 
      max-width:217px;
    }
  
  }

  @media (min-width: 1600px) and (max-width: 1679px){
    .works-step-1 {
      top: 30%;
      left: 7%;
      font-size: 19px;
      max-width: 217px;
    }

     .works-step-2{
      top: 30%; 
      left: 30%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3{
      top: 30%; 
      left: 50%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-4{
      top: 46%; 
      left: 76%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-5{
      top: 76%; 
      left: 60%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-6{
      top: 76%; 
      left: 34%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-7{
      top: 91%; 
      left: 8%; 
      font-size: 19px; 
      max-width:217px;
    }
  }

    @media (min-width: 1680px) and (max-width: 1750px){
    .works-step-1 {
      top: 30%;
      left: 9%;
      font-size: 19px;
      max-width: 217px;
    }

     .works-step-2{
      top: 30%; 
      left: 31%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3{
      top: 30%; 
      left: 50%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-4{
      top: 46%; 
      left: 76%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-5{
      top: 76%; 
      left: 58%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-6{
      top: 76%; 
      left: 36%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-7{
      top: 91%; 
      left: 12%; 
      font-size: 19px; 
      max-width:217px;
    }
  }

      @media (min-width: 1750px) and (max-width: 1850px){
    .works-step-1 {
      top: 30%;
      left: 11%;
      font-size: 19px;
      max-width: 217px;
    }

     .works-step-2{
      top: 30%; 
      left: 31%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3{
      top: 30%; 
      left: 50%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-4{
      top: 46%; 
      left: 73%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-5{
      top: 76%; 
      left: 58%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-6{
      top: 76%; 
      left: 36%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-7{
      top: 91%; 
      left: 13%; 
      font-size: 19px; 
      max-width:217px;
    }
  }

   @media (min-width: 1231px) and (max-width: 1439px){
    .content-wrapper_traders{
      width: 100%;
    }

     .content-wrapper_brokers{
      width: 100%;
    }

    .works-step-1 {
      top: 32%;
      left: -1%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-2{
      top: 32%; 
      left: 26%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3 {
      top: 32%;
      left: 49%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-4 {
      top: 47%;
      left: 80%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-5 {
      top: 76%;
      left: 60%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-6 {
      top: 76%;
      left: 32%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-7 {
      top: 91%;
      left: 1%;
      font-size: 19px;
      max-width: 217px;
    }
  }

  @media (min-width:891px) and (max-width: 1230px){
    .benefits-card {
      background-image: url('../../images/products/Container-Responsive.svg');
      background-size: contain;
      aspect-ratio: unset;
      min-height: 480px;
    }
    .benefits-content{
      width: 55%;
    }

     .benefits-content_traders{
      width: 55%;
    }

    .content-wrapper{
      flex-direction: column;
      align-items:center;
    }

     .content-wrapper_traders{
      flex-direction: column;
      align-items:center;
    }

     .content-wrapper_brokers{
      flex-direction: column;
      align-items:center;
    }

    .benefit-icon{
      max-width: 45%;
    }

    .content-wrapper > div{
      text-align: center;
    }

    .content-wrapper_traders > div{
      text-align: center;
    }

    .content-wrapper_brokers > div{
      text-align: center;
    }
  }

   @media (min-width:1031px) and (max-width: 1230px){
    .benefits-content_brokers{
      width: 85%;
    }

     .works-step-1 {
      top: 33%;
      left: -2%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-2{
      top: 34%; 
      left: 24%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3 {
      top: 35%;
      left: 45%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-4 {
      top: 48%;
      left: 81%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-5 {
      top: 71%;
      left: 58%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-6 {
      top: 71%;
      left: 30%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-7 {
      top: 85%;
      left: 0%;
      font-size: 19px;
      max-width: 217px;
    }
  }

  @media (min-width:891px) and (max-width: 1030px){
    .benefits-content_brokers{
      width: 100%;
    }

    .works-step-1 {
      top: 36%;
      left: -4%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-2{
      top: 35%; 
      left: 24%; 
      font-size: 19px; 
      max-width:217px;
    }

    .works-step-3 {
      top: 35%;
      left: 45%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-4 {
      top: 48%;
      left: 81%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-5 {
      top: 69%;
      left: 58%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-6 {
      top: 69%;
      left: 30%;
      font-size: 19px;
      max-width: 217px;
    }

    .works-step-7 {
      top: 84%;
      left: 4%;
      font-size: 19px;
      max-width: 217px;
    }
  }

   @media (min-width: 768px) and (max-width: 890px) {
    .benefits-card {
      background-image: url('../../images/products/Container-Responsive.svg');
      background-size: contain;
      min-height: 450px;
    }

    .benefits-content{
      width: 80%;
    }

    .benefits-content_traders{
      width: 80%;
    }

     .benefits-content_brokers{
      width: 100%;
    }

    .content-wrapper{
      flex-direction: column;
      align-items:center;
    }

    .content-wrapper_traders{
      flex-direction: column;
      align-items:center;
    }

     .content-wrapper_brokers{
      flex-direction: column;
      align-items:center;
    }

    .benefit-icon{
      max-width: 45%;
    }

    .content-wrapper > div{
      text-align: center;
    }

    .content-wrapper_traders > div{
      text-align: center;
    }

    .content-wrapper_brokers > div{
      text-align: center;
    }
  }

  @media (max-width: 767px){
    .benefits-card {
      background-image: url('../../images/products/Container-Responsive.svg');
      background-size: contain;
      min-height: 450px;
    }

    .content-wrapper{
      flex-direction: column;
      align-items:center !important;
    }

     .content-wrapper_traders{
      flex-direction: column;
      align-items:center !important;
    }

    .content-wrapper_brokers{
      flex-direction: column;
      align-items:center !important;
    }

    .benefits-content{
      width: 45%;
    }

    .benefit-icon{
      max-width: 45%;
    }

    .content-wrapper > div{
      text-align: center;
    }

    .content-wrapper_traders > div{
      text-align: center;
    }

     .content-wrapper_brokers > div{
      text-align: center;
    }
  }

  .trazado-container-1 {
    top: -50px;
    left: -101px;
    width: 100%;
    display: flex;
    justify-content: flex-start; /* o center según lo que busques */
    align-items: flex-start;
    pointer-events: none;
  }

  .trazado-46580 {
    height: 211px;
    left: 9px;
    object-fit: cover;
    position: absolute;
    top: 212px;
    width: 211px;
    opacity: 0.05;
  }

  .trazado-46581 {
    height: 214px;
    left: 109px;
    object-fit: cover;
    position: absolute;
    top: 102px;
    width: 214px;
    opacity: 0.05;
  }

  .trazado-46582 {
    height: 214px;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 214px;
    opacity: 0.05;
  }

  .trazado-46583 {
      height: 213px;
      left: 117px;
      object-fit: cover;
      position: absolute;
      top: 313px;
      width: 213px;
      opacity: 0.05;
  }

  .trazado-46584 {
    height: 213px;
    left: 218px;
    object-fit: cover;
    position: absolute;
    top: 204px;
    width: 213px;
    opacity: 0.05;
  }
  /* For Process */
   @media (min-width: 1600px) and (max-width: 1690px){
        .process-step-1{
          top: 80%;
          left: 3%;
          max-width: 368px;
       }

        .process-step-2{
          top: 104%;
          left: 39%;
          max-width: 368px;
        }

       .process-step-3{
          top: 79%;
          left: 71%;
          font-size: 19px;
          max-width: 368px;
       }
  }

  @media (min-width: 1660px){
        .process-step-1{
          top: 80%;
          left: 8% !important;
          max-width: 368px;
       }

      .process-step-3 {
        top: 79%;
        left: 70% !important;
        font-size: 19px;
        max-width: 368px;
      }
  }

  @media (min-width: 1360px) and (max-width: 1599px){
        .process-step-1{
          top: 80%;
          left: -3%;
          max-width: 368px;
       }

        .process-step-2{
          top: 104%;
          left: 37%;
          max-width: 368px;
        }

       .process-step-3{
          top: 79%;
          left: 76%;
          font-size: 19px;
          max-width: 368px;
       }
  }

  @media (min-width: 1280px) and (max-width: 1359px){
        .process-step-1{
          top: 80%;
          left: -6%;
          max-width: 368px;
       }

        .process-step-2{
          top: 104%;
          left: 36%;
          max-width: 368px;
        }

       .process-step-3{
          top: 79%;
          left: 80%;
          font-size: 19px;
          max-width: 368px;
       }
  }

  @media (min-width: 1152px) and (max-width: 1279px) {

    .process-step-1{
      top: 80%;
      left: -6%;
      max-width: 368px;
    }

    .process-step-2{
      top: 104%;
      left: 36%;
      max-width: 368px;
    }

    .process-step-3{
      top: 79%;
      left: 80%;
      font-size: 19px;
      max-width: 368px;
    }

  }
