.hero {
  background-image: linear-gradient(85deg, #DA1184 18.29%, #61368C 84.5%);
  border-radius: 20px;
  margin: 20px 20px 60px;
  height: 500px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero span[style*="text-decoration: underline"] {
  text-decoration: none !important;
  background-image: url("../../images/iconos/underline.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.list-of-memes {
  display: grid;
  gap: 50px;
  padding-inline: 40px;
}
.list-of-memes .bloque-meme {
  gap: 2rem;
  align-items: center;
}
.list-of-memes .bloque-meme .col_1 span {
  font-weight: 700;
  -webkit-text-stroke: 2px #DA1184;
  color: transparent;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.list-of-memes .bloque-meme .col_1 h2 {
  font-weight: 400;
  font-family: "roc-grotesk", sans-serif;
}
.list-of-memes .bloque-meme .col_2 picture {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 600/400;
}
.list-of-memes .bloque-meme .col_2 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-of-memes .bloque-meme:nth-child(even) .col_1 span {
  -webkit-text-stroke-color: #61368C;
}

.bottom {
  padding: 20px;
  justify-content: center;
  padding-block: 90px;
}
.bottom .block {
  max-width: 85ch;
  margin-left: auto;
  margin-right: auto;
}
.bottom .block h2 {
  font-family: "roc-grotesk", sans-serif;
}

@media (min-width: 1440px) {
  .list-of-memes .bloque-meme {
    gap: 140px;
  }
  .list-of-memes .bloque-meme .col_1 h2 {
    max-width: 465px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .hero .text-destacado > * {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .list-of-memes .bloque-meme {
    gap: 60px;
  }
  .list-of-memes .bloque-meme .col_1 h2 {
    max-width: 340px;
  }
}
@media (min-width: 1024px) {
  .list-of-memes {
    gap: 100px;
  }
  .list-of-memes .bloque-meme {
    grid-template-columns: repeat(2, auto);
  }
  .list-of-memes .bloque-meme .col_2 picture {
    max-width: 600px;
  }
  .list-of-memes .bloque-meme:nth-child(even) .col_1 {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bottom .text-h4 {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (min-width: 768px) {
  .bottom .buttons-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 300px;
  }
  .hero .text-destacado {
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
  }
  .hero .text-destacado h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .bottom .text-h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .bottom .buttons-container {
    display: flex;
    flex-direction: column;
  }
  .bottom .buttons-container .btn {
    width: 100%;
    display: flex;
  }
  .bottom .buttons-container > * + * {
    margin-top: 20px;
  }
}/*# sourceMappingURL=mal-ux.css.map */