.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("/playground_assets/fondo-svg.svg");
}
.home-link {
  display: contents;
}
.home-image {
  top: 66px;
  left: 0px;
  right: 0px;
  width: 367px;
  height: 46px;
  margin: auto;
  position: absolute;
  object-fit: cover;
  text-decoration: none;
}
.home-text {
  top: 297px;
  left: 0px;
  color: #ffffff;
  right: 0px;
  width: 680px;
  margin: auto;
  position: absolute;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 300;
}
.home-text1 {
  top: 220px;
  left: 0px;
  color: #ffffff;
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 50px;
  text-align: center;
}
.home-link1 {
  top: 416px;
  left: 0px;
  color: #ffffff;
  right: 0px;
  width: 222px;
  margin: auto;
  position: absolute;
  text-align: center;
  transition: 0.3s;
  padding-top: 12px;
  border-width: 0px;
  border-radius: 0px;
  padding-bottom: 12px;
  text-decoration: none;
  background-color: #438c74;
}
.home-link1:hover {
  color: #438c74;
  background-color: #ffffff;
}
@media(max-width: 479px) {
  .home-image {
    top: 44px;
    left: 0px;
    right: 0px;
    width: 281px;
    height: 35px;
    margin: auto;
  }
  .home-text {
    top: 241px;
    left: 0px;
    right: 0px;
    width: 90%;
    margin: auto;
    font-size: 17px;
    line-height: 1.2;
  }
  .home-text1 {
    top: 172px;
    left: 0px;
    right: 0px;
    width: 90%;
    margin: auto;
    font-size: 34px;
    line-height: 1.2;
  }
  .home-link1 {
    top: 430px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}