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

.bg-section-gradient{
  background-image: url('images/home/Rectángulo 9602.svg');
  background-repeat: no-repeat, no-repeat;
  height: 100%;
  background-color: #ffffff;
  background-position-y: bottom;
  background-position-x: left;
}

.harvx_-suite{
  height: 41px;
  object-fit: cover;
  width: 92px;
}

.facilitates-logistic {
  color: var(--gray-color);
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.were-shaping-the-fu {
  color: var(--gray-color);
  font-family: var(--font-family-proximanova-regular);
  font-size: var(--font-size-xl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 36px;
  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; */
}


.heading-1 {
  font-family: var(--font-family-proximanova-bold);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.benefits-for-logistic-managers {
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proxima_nova);
  font-size: var(--font-size-xxxl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 52px;
  white-space: nowrap;
}

.increase-collaborati {
  color: var(--gray-color);
  font-weight: 700;
  line-height: 34px;
}

.benefits-card2 {
  background-image: url(../../images/logist_manager/card-container-1x-png@1x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-height: 296px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}


.graphic {
  flex: 1;
  height: 160px;
  object-fit: cover;
}

.heading-5 {
  font-family: var(--font-family-proximanova-bold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.heading-use-case-5 {
  font-family: var(--font-family-proximanova-bold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.proximanova-regular-normal-eerie-black-22px {
  color: var(--gray-color);
  font-family: var(--font-family-proximanova-regular);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.proximanova-regular-normal-eerie-black-22px-2 {
    color: var(--gray-color);
    font-family: var(--font-family-proximanova-regular);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.section-mockup-container {
  width: 100%;
  max-width: max-content; /* o el ancho que desees */
  height: 480px;     /* altura fija deseada */
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mockup-img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* O "cover" si prefieres que recorte en lugar de ajustar */
  border-radius: 0.5rem;
}


.grainchain-for-logistic-managers {
    color: var(--brand-color);
    font-family: var(--font-family-proximanova-bold);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 7.60px;
    line-height: 32px;
}

.strengthening-logist {
  color: var(--gray-color);
  flex: 1;
  font-family: var(--font-family-proxima_nova);
  font-size: var(--font-size-xxxxl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 80px;
}
.display-2 {
  font-family: var(--font-family-proximanova-bold);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

/* 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;

  }
  
  /* Oculta completamente la flecha y el espacio */
  .btn-arrow {
    display: inline-block;
    width: 0;
    overflow: hidden;
    margin-left: 0;
    color: #236600 !important;
    transition: width 0.3s ease, margin-left 0.3s ease;
  }
  
   /* Aparece en hover */
  .btn-demo:hover .btn-arrow {
    display: inline;
    animation: slideIn 0.2s ease forwards;
  }
  
  .btn-demo:hover{
   padding-right: 1em;
  }
  
  /* Aparece en hover */
  .btn-demo:hover  .btn-arrow{
    width: 1em;       /* ahora sí aparece la flecha */
    margin-left: 0.5em;
  }

  .font-nova-bold{
    font-family: var(--font-family-proximanova-bold) !important;
  }


 

   @media (min-width: 1190px) and (max-width: 1600px) {
        .strengthening-logist{
            font-size: 55px;
            line-height: 50px;
        }

        .resposive-px{
            /* padding-right: 3rem !important;
            padding-left: 3rem !important; */
            padding-top: 2rem !important;
            padding-bottom: 2rem !important;
        }

        .heading-5{
            font-size: var(--font-size-m) !important;
        }

        
  }

  @media (min-width: 1190px) and (max-width: 1300px) {
         .benefits{
            font-size: 13px !important;
            line-height: 20px !important;
        }


        .graphic{
          height: 120px !important;
        }


  }

   @media (min-width: 1360px) and (max-width: 1600px) {
        .benefits{
            font-size: var(--font-size-s) !important;
        }

        .graphic{
          height: 140px !important;
        }
   }

.benefits-card3 {
  background-image: url(../../images/logist_manager/card-container-1x-png@1x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-height: 296px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.the-future-of-agribusiness-has-arrived {
    color: var(--gray-color);
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    /* white-space: nowrap; */
}
.the-grain-chain-produ {
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
}