 .features {
     display: flex;
     flex-direction: column;
     max-width: 100%;
     align-items: center;
     justify-content: center;
     padding: 159px 0px 0px;
     position: relative;
     background-image: image-set(
    url("../img/view4/header.webp") type("image/webp"),
    url("../img/view4/header.png") type("image/png")
  );
     background-size: cover;
     background-position: 50% 50%;
     
 }
 @media (max-width: 992px) {
  .features {
    background-image: image-set(
      url("../img/view4/headerReducido.webp") type("image/webp"),
      url("../img/view4/headerReducido.png") type("image/png")
    );
    background-size: cover;
    background-position: 50% 50%;
  }
}

 .features .frame {
     display: flex;
     flex-direction: column;
     height: 1291px;
     gap: 45px;
     padding: var(--variable-collection-spacing-1) 15px 100px 15px;
     align-self: stretch;
     width: 100%;
     margin-top: -150px;
     align-items: center;
     position: relative;
 }

 .features .div {
     display: flex;
     flex-direction: column;
     max-width: 1120px;
     justify-content: center;
     gap: 20px;
     flex: 0 0 auto;
     align-items: center;
     position: relative;
 }

 .features .desarrollo-de {
     position: relative;
     margin-top: -1px;
     font-family: "Raleway", Helvetica;
     font-weight: 700;
     color: var(--global-tokens-light-colors-primary-alpha-10);
     font-size: clamp(3rem, 6vw, 4rem);
     text-align: center;
     letter-spacing: 0;
     line-height: 85px;
 }


 .features .text-wrapper {
     position: relative;
     font-family: "Raleway", Helvetica;
     font-weight: 500;
     color: #f3f3f3;
     font-size: 27px;
     text-align: center;
     letter-spacing: 0;
     line-height: 40px;
 }

 .features .frame-2 {
     display: inline-flex;
     justify-content: center;
     gap: 10px;
     flex: 0 0 auto;
     align-items: center;
     position: relative;
 }

 .botn-principal {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 6px;
     padding: 10px 16px;
     position: relative;
     flex: 0 0 auto;
     background-color: var(--global-tokens-light-colors-primary-alpha-10);
     border-radius: 8px;
     overflow: hidden;
     border: 1px solid;
     box-shadow: var(--shadows-shadow-xs);
     border-color: var(--global-tokens-light-colors-primary-alpha-10);
     transition: all 0.3s ease;
     color: var(--global-tokens-light-colors-neutral-100);
     cursor: pointer;
 }

 .botn-principal:hover {
     background-color: var(--global-tokens-light-colors-secondary-100);
     border-color: var(--global-tokens-light-colors-secondary-100);
 }

 .botn-principal:hover span,
 .botn-principal:hover svg {
     color: #ffffff;
 }

 .features .text {
     position: relative;
     width: fit-content;
     margin-top: -1px;
     font-family: 'Raleway';
     font-weight: var(--text-md-semibold-font-weight);

     font-size: var(--text-md-semibold-font-size);
     letter-spacing: var(--text-md-semibold-letter-spacing);
     line-height: var(--text-md-semibold-line-height);
     white-space: nowrap;
     font-style: var(--text-md-semibold-font-style);
 }


 .features .frame-wrapper {
     display: inline-flex;
     justify-content: center;
     gap: 32px;
     opacity: 0;
     align-items: center;
     position: relative;
 }
 .services .frame {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 32px;
     padding: 5rem 1rem;
     align-self: stretch;
     width: 100%;
     background-image: image-set(
    url("../img/view3/background2.webp") type("image/webp"),
    url("../img/common/background2.png") type("image/png")
  );
     background-size: cover;
     background-position: 50% 50%;
     align-items: flex-start;
     position: relative;
 }

 .services .text-wrapper {
     position: relative;
     align-self: stretch;
     font-family: var(--global-tokens-body-b-4-font-family);
     font-weight: var(--global-tokens-body-b-4-font-weight);
     color: var(--global-tokens-light-colors-primary-alpha-10);
     font-size: clamp(2.5rem, 6vw, 3rem);
     letter-spacing: var(--global-tokens-body-b-4-letter-spacing);
     line-height: var(--global-tokens-body-b-4-line-height);
     font-style: var(--global-tokens-body-b-4-font-style);
 }

 .services .diferencial-wrapper {
     flex-wrap: wrap;
     border-left-width: 1px;
     border-left-style: solid;
     border-color: var(--global-tokens-light-colors-primary-alpha-10);
     position: relative;
 }

 .services .diferencial {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     gap: 16px;
     padding: 0px 24px;
     position: relative;
     flex: 0 0 auto;
 }

 .services .innovaci-n-wrapper {
     display: flex;
     flex-direction: column;
     gap: 4px;
     align-self: stretch;
     width: 100%;
     flex: 0 0 auto;
     align-items: flex-start;
     position: relative;
 }

 .services .innovaci-n {
     position: relative;
     align-self: stretch;
     margin-top: -1px;
     font-family: var(--sub-caracteristicas-font-family);
     font-weight: var(--sub-caracteristicas-font-weight);
     color: var(--global-tokens-light-colors-primary-alpha-10);
     font-size: var(--sub-caracteristicas-font-size);
     letter-spacing: var(--sub-caracteristicas-letter-spacing);
     line-height: var(--sub-caracteristicas-line-height);
     font-style: var(--sub-caracteristicas-font-style);
 }

 .services .flexcontainer {
     display: flex;
     flex-direction: column;
     max-width: 503px;
     align-items: flex-start;
     gap: 16px;
 }

 .services .text-i {
     position: relative;
     align-self: stretch;
     font-family: var(--des-caracteristicas-font-family);
     font-weight: var(--des-caracteristicas-font-weight);
     color: #f3f3f3;
     font-size: var(--des-caracteristicas-font-size);
     letter-spacing: var(--des-caracteristicas-letter-spacing);
     line-height: var(--des-caracteristicas-line-height);
     font-style: var(--des-caracteristicas-font-style);
 }

 .services .span {
     font-family: var(--des-caracteristicas-font-family);
     font-weight: var(--des-caracteristicas-font-weight);
     color: #f3f3f3;
     font-size: var(--des-caracteristicas-font-size);
     letter-spacing: var(--des-caracteristicas-letter-spacing);
     line-height: var(--des-caracteristicas-line-height);
     font-style: var(--des-caracteristicas-font-style);
 }
 .benefits {
     display: flex;
     width: 100%;
     align-items: center;
     justify-content: flex-start;
     position: relative;
     background-image: image-set(
    url("../img/view5/bots.webp") type("image/webp"),
    url("../img/view4/bots.png") type("image/png")
  );
     background-size: cover;
     background-position: 50% 50%;
     height: 100vh;
 }

 .benefits .div {
     flex-direction: column;
     justify-content: center;
     gap: 40px;
     position: relative;
     padding-left: 8rem;
     max-width: 50%;
 }

 @media (max-width: 992px) {
     .benefits .div {
         padding: 1rem;
         max-width: 100%;
     }
 }

 .benefits .text-wrapper {
     font-family: "Raleway", Helvetica;
     font-weight: 700;
     color: var(--global-tokens-light-colors-primary-alpha-10);
     font-size: clamp(2.5rem, 6vw, 3rem);
     line-height: 60px;
     padding-bottom: 3rem;
 }

 .benefits .div-3 {
     padding-bottom: 2rem;
 }

 .benefits .div-4 {
     gap: 1rem;
     display: flex;
 }



 .benefits .text-wrapper-2 {
     font-family: var(--sub-caracteristicas-font-family);
     font-weight: var(--sub-caracteristicas-font-weight);
     color: var(--global-tokens-light-colors-primary-alpha-10);
     font-size: var(--sub-caracteristicas-font-size);
     letter-spacing: var(--sub-caracteristicas-letter-spacing);
     line-height: var(--sub-caracteristicas-line-height);
     font-style: var(--sub-caracteristicas-font-style);
 }

 .ai-info {
     display: flex;
     flex-direction: column;
     width: 100%;
     align-items: flex-start;
     justify-content: center;
     position: relative;
 }

 .ai-info .frame {
     display: flex;
     justify-content: space-around;
     align-items: flex-start;
     width: 100%;
     background-image: image-set(
    url("../img/view3/background2.webp") type("image/webp"),
    url("../img/common/background2.png") type("image/png")
  );
     background-size: cover;
     background-position: center;
     position: relative;
     padding: 5rem;
     height: 100vh;
     flex-wrap: wrap;
     gap: 2rem;
 }

 .ai-info .div {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     height: 100%;
     min-width: 300px;
     flex: 1;
 }

 .ai-info .frame-2 {
     display: flex;
     flex-direction: column;
     justify-content: center;
     gap: 4px;
     align-self: stretch;
     width: 100%;
     flex: 0 0 auto;
     align-items: flex-start;
     position: relative;
 }

 .ai-info .text-wrapper {
     position: relative;
     width: fit-content;
     margin-top: -1px;
     font-family: var(--global-tokens-body-b-2-font-family);
     font-weight: var(--global-tokens-body-b-2-font-weight);
     color: var(--global-tokens-light-colors-primary-100);
     font-size: var(--global-tokens-body-b-2-font-size);
     text-align: center;
     letter-spacing: var(--global-tokens-body-b-2-letter-spacing);
     line-height: var(--global-tokens-body-b-2-line-height);
     white-space: nowrap;
     font-style: var(--global-tokens-body-b-2-font-style);
 }

 .ai-info .ai-info-text {
     position: relative;
     align-self: stretch;
     font-family: var(--global-tokens-body-b-4-font-family);
     font-weight: var(--global-tokens-body-b-4-font-weight);
     color: var(--global-tokens-light-colors-primary-alpha-10);
     font-size: clamp(2.5rem, 6vw, 3rem);
     letter-spacing: var(--global-tokens-body-b-4-letter-spacing);
     line-height: var(--global-tokens-body-b-4-line-height);
     font-style: var(--global-tokens-body-b-4-font-style);
 }



 .ai-info .arrow-forward {
     position: relative;
     width: 18px;
     height: 18px;
 }

 .ai-info .frame-3 {
     height: 100%;
     border-left-width: 1px;
     border-left-style: solid;
     border-color: var(--global-tokens-light-colors-primary-alpha-10);
     display: flex;
     flex-direction: column;
     justify-content: space-around;
     flex: 1;
     min-width: 350px;
 }

 .ai-info .diferencial {
     gap: 16px;
     padding: 0px 24px;
 }

 .ai-info .frame-4 {
     color: var(--global-tokens-light-colors-primary-alpha-10);
     font-size: x-large;
     font-family: var(--des-caracteristicas-font-family);
     transition: all 0.3s ease;
     padding-bottom: 1rem;
     font-weight: bold;
 }

 .ai-info .frame-4:hover {
     color: var(--global-tokens-light-colors-secondary-100);
 }

 .ai-info .b-squeda-constante {
     position: relative;
     width: 100%;
     max-width: 503px;
     font-family: var(--des-caracteristicas-font-family);
     font-weight: var(--des-caracteristicas-font-weight);
     color: #f3f3f3;
     font-size: var(--des-caracteristicas-font-size);
     letter-spacing: var(--des-caracteristicas-letter-spacing);
     line-height: var(--des-caracteristicas-line-height);
     font-style: var(--des-caracteristicas-font-style);
 }

 /* Media Queries para Responsive */

 @media (max-width: 1024px) {
     .ai-info .frame {
         padding: 3rem 2rem;
         gap: 1.5rem;
     }

     .ai-info .frame-3 {
         min-width: 300px;
     }

     .ai-info .b-squeda-constante {
         max-width: 400px;
     }
 }

 @media (max-width: 768px) {
     .ai-info .frame {
         flex-direction: column;
         padding: 2rem 1.5rem;
         height: auto;
         min-height: 100vh;
         gap: 3rem;
     }

     .ai-info .div {
         min-width: unset;
         width: 100%;
         height: auto;
         gap: 2rem;
     }

     .ai-info .frame-3 {
         border-left: none;
         border-top: 1px solid var(--global-tokens-light-colors-primary-alpha-10);
         padding-top: 2rem;
         min-width: unset;
         width: 100%;
         gap: 2rem;
     }

     .ai-info .diferencial {
         padding: 0;
     }

     .ai-info .b-squeda-constante {
         max-width: 100%;
     }

     
 }

 @media (max-width: 480px) {
     .ai-info .frame {
         padding: 1.5rem 1rem;
         gap: 2rem;
     }

     .ai-info .frame-4 {
         font-size: large;
         padding-bottom: 0.5rem;
     }

     .ai-info .diferencial {
         gap: 12px;
     }


     .ai-info .text-wrapper {
         font-size: clamp(0.8rem, 3vw, 1rem);
     }
 }

 @media (max-width: 360px) {
     .ai-info .frame {
         padding: 1rem 0.8rem;
     }
 }
 @font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Medium.ttf) format(truetype);
 }