.welcome-section {
  padding: 150px 0 80px 0;
}
@media only screen and (max-width: 860px) {
  .welcome-section {
    padding: 120px 0 80px 0;
  }
}

.welcome-bg {
  background-color: #ffffff;
  opacity: 0.8;
  background-image: radial-gradient(#f7b045 0.5px, transparent 0.5px), radial-gradient(#f7b045 0.5px, #fff 0.5px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  max-width: 100%;
  z-index: -1;
}

.welcome-content {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  column-gap: 100px;
}
@media only screen and (max-width: 860px) {
  .welcome-content {
    grid-template-columns: 1fr;
  }
}

.welcome-content > div {
  position: relative;
}

.subtitle {
  margin-bottom: 0;
  margin-top: 0;
  color: var(--cta);
}
@media only screen and (max-width: 860px) {
  .subtitle {
    text-align: center;
  }
}

.welcome-content h1 {
  font-size: 80px;
  margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
  .welcome-content h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 860px) {
  .welcome-content h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .welcome-content h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 860px) {
  .welcome-section .button {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: fit-content;
    margin-bottom: 40px;
  }
}

.welcome-section img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.marcas-label {
  display: inline-block;
  position: relative;
}

#star1 {
  position: absolute;
  right: -25px;
  top: 30%;
  width: 25px;
  height: auto;
  display: inline-block;
  animation: rotateStar 10s linear infinite;
}

#chimi {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: -50px;
  left: -100px;
}
@media only screen and (max-width: 1280px) {
  #chimi {
    width: 150px;
    bottom: -70px;
    left: 20px;
  }
}

@keyframes rotateStar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.envio-pasos {
  background-color: #fcf2e1 !important;
}

/*# sourceMappingURL=welcome-pattern.css.map */
