.Home_Container {
  width: 100%;
  margin-top: 13vw;
  overflow: hidden;
}

.introduction {
  pointer-events: none;
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
}
.introduction__txt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.introduction__title {
  font-size: 3.9vw;
  font-weight: 800;
  line-height: 0.8;
}
.introduction__title--span {
  color: #3469af;
}
.introduction__paragraph {
  font-weight: 400;
  font-size: 2.4vw;
  color: #4c4c4d;
}
.introduction__img .img__yea {
  width: 14vw;
  position: absolute;
  right: 15vw;
  top: 20px;
}
.introduction__img .img__woman {
  width: 20vw;
}

@media (max-width: 924px) {
  header .header .link1 {
    background-color: #3469af;
  }
  header .header .link1 .link__span,
  header .header .link1 .links {
    color: white;
    transform: scale(1.2);
  }
  .Home_Container {
    margin-top: 39vw;
  }
  .introduction {
    width: 90%;
    transform: scale(1.1);
  }
  .introduction__title {
    font-size: 5.9vw;
  }
  .introduction__img .img__woman {
    width: 43vw;
  }
  .introduction__img .img__yea {
    right: 32vw;
  }
}/*# sourceMappingURL=bienvenida.css.map */