.features {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 60px;
}

.features .frame {
  display: flex;
  flex-direction: column;
  height: 95vh;
  gap: 4rem;
  width: 100%;
  align-items: center;
  position: relative;
  background-image: image-set(
    url("../img/view8/form.webp") type("image/webp"),
    url("../img/view8/form.png") type("image/png")
  );
  background-size: cover;
  background-position: center;
  justify-content: center;
}
.desarrollo-de {
  position: relative;
  margin-top: -1px;
  font-family: var(--global-tokens-body-b-4-font-family);
  font-weight: bold;
  color: var(--global-tokens-light-colors-primary-alpha-10);
  font-size: clamp(3rem, 6vw, 4rem);
  text-align: center;
  letter-spacing: 0;
  line-height: 85px;
}


@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway-Medium.ttf) format(truetype);
}
.text-wrapper {
  font-family: "Raleway";
  position: relative;
  font-weight: normal;
  color: #f3f3f3;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.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);
}

.product-title{
  font-size: clamp(2.5rem, 6vw, 3rem);
  text-align: center;
  color: var(--global-tokens-light-colors-primary-alpha-10);
  padding-top: 4rem;
  font-weight: bolder;
  font-family: 'Raleway', sans-serif;
}
.title_img {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--global-tokens-light-colors-primary-alpha-10);
  font-size: 2rem;
  font-family: "Raleway-Medium", Helvetica;
  font-weight: bold;
  padding: 3rem 0;
}
.title_img .icono {
  width: 100px;
  height: auto;
}
.product {
  background-color: #240C2F;
}

.design {
  background-color: #240C2F;
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 0;
  min-height: auto;
  overflow: auto;
  padding-bottom: 100px;
  height: auto;
}

/* Estilos del contenedor del video */
.video {
  width: 50%;
  max-width: 800px;
  padding: 0;
  height: auto;
  object-fit: contain;
}

.software-info{
  background-color:#240C2F;
  color: var(--global-tokens-light-colors-primary-alpha-10);
  text-align: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Raleway', sans-serif;
}

.software-info h2{
  font-size: 2rem;
  padding: 3rem 0;
  font-weight: bold;
}

.software-info p{
  font-size: 1.5rem;
  max-width: 800px;
  text-align: center;
  line-height: 2.5rem;
}
.software-info-p{
  padding: 4rem 0;
}

.software-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px; 
  align-items: flex-start; 
  margin: 0 auto; 
  width: fit-content; 
  padding: 4rem 0 5rem 0;
}

.software-info-list-seccion {
  display: flex;
  align-items: center; 
  gap: 15px; 
}

.software-info-list-seccion img {
  width: 3rem; 
  flex-shrink: 0; 
}



