.desktop {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.desktop .div {
  background-color: #ffffff;
  width: 1440px;
  height: 1024px;
  position: relative;
}

.desktop .overlap-group {
  position: absolute;
  width: 1440px;
  height: 791px;
  top: 166px;
  left: 0;
  background-image: url(./img/vector-1.svg);
  background-size: 100% 100%;
}

.desktop .text-wrapper {
  position: absolute;
  top: 154px;
  left: 674px;
  opacity: 0.5;
  font-family: "Snippet", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.desktop .asociaci-n-faraxa {
  position: absolute;
  top: 270px;
  left: 674px;
  font-family: "Rufina", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .span {
  font-family: "Rufina", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
}

.desktop .text-wrapper-2 {
  text-decoration: underline;
}

.desktop .stop {
  position: absolute;
  width: 280px;
  height: 270px;
  top: 270px;
  left: 192px;
  object-fit: cover;
}

.desktop .logo {
  position: absolute;
  width: 265px;
  height: 76px;
  top: 72px;
  left: 585px;
  object-fit: cover;
}
