:root {
  --gray: #494949;
  --botones: #0A939E;
  --naranja: #FF7C43;
  --titulos: #0A6E9F;
  --sm: 14px;
  --md: 16px;
  --lg: 28px;
}

.pagina6 {
  padding: 1.5rem 3rem;
  box-sizing: border-box;
  max-width: 1300px;
  margin: 0 auto;
}

.texto6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.bloque1-6,
.bloque2-6 {
  flex: 1 1 45%;
  min-width: 300px;
}

.titulo6 {
  color: var(--titulos);
  font-size: 2.5rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.texto6-1 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.texto6-1 img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}

.texto6 p {
  font-size: 1rem;
  font-family: 'PT Sans', sans-serif;
  color: var(--gray);
  margin: 0;
}

#dibujo-software {
  max-width: 60%;
  height: auto;
  margin-bottom: 2rem;
}

.botones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
}

.prueba_boton,
.asesoria_boton {
  text-decoration: none;
  background-color: var(--naranja);
  border-radius: 15px;
  padding: 0.75rem 2rem;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  text-align: center;
  display: inline-block;
}

.asesoria_boton {
  background-color: var(--botones);
}

.boton1 {
  width: 100%;
}
.bloque1-6 {
  margin-top: 100px; 
}
.bloque2-6 {
  margin-top: 40px; 
}

@media (max-width: 768px) {
  .titulo6 {
    font-size: 2rem;
  }

  #dibujo-software {
  max-width: 0%;
}
.bloque2-6 {
    margin-top: -70px;
}
  .texto6 {
    flex-direction: column;
    align-items: center;
  }

  .bloque1-6,
  .bloque2-6 {
    flex: 1 1 100%;
  }

  .botones {
    flex-direction: column;
  }
  
}
