section #listado-becas > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
section .becas-banner {
  display: flex;
  border-radius: 20px;
  background: linear-gradient(179deg, #470A68 17.17%, #79057A 74.04%, #B0008E 136.35%);
}
section .becas-banner .banner-tit {
  display: block;
  color: #df99d2;
  font-family: var(--fontFamily2);
  font-weight: 700;
}
@media (min-width: 768px) {
  section .becas-banner .banner-tit {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  section .becas-banner .banner-tit {
    font-size: 24px;
    line-height: 28px;
  }
}
section .becas-banner .banner-txt {
  font-size: 20px;
  line-height: 24px;
}
section .becas-banner .banner-btn .btn {
  text-transform: uppercase;
}
section .becas-banner > *:not(.banner-tit) {
  color: #FFFFFF;
}
@media (min-width: 1440px) {
  section .becas-banner {
    margin-top: 70px;
    padding: 80px;
    gap: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .becas-banner {
    padding: 80px 40px;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  section .becas-banner .banner-izq {
    flex-basis: 428px;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .becas-banner {
    padding: 80px 40px;
  }
}
@media (max-width: 1023px) {
  section .becas-banner {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  section .becas-banner {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  section .becas-banner {
    margin-top: 70px;
    padding: 40px 20px;
  }
  section .becas-banner .banner-btn .btn {
    width: 100%;
    padding: 0;
    word-wrap: break-word;
    text-wrap: wrap;
    font-size: 14px;
    line-height: 20px;
  }
}/*# sourceMappingURL=becas.css.map */