.banner-cta-premios {
  margin-top: 70px;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #07303B;
  color: #fff;
}
.banner-cta-premios-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner-cta-premios-titulo {
  font-family: "Barlow", sans-serif;
  font-size: clamp(24px, 1.944vw, 36px);
  font-weight: 400;
  line-height: 1.1;
  color: #FFF;
  text-align: left;
  max-width: 50%;
  margin: 0 0 24px;
}
.banner-cta-premios .cta_hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.banner-cta-premios .cta_hero p {
  margin: 0;
  padding: 5px 10px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.972vw, 15px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.banner-cta-premios .cta_hero a {
  text-decoration: none;
  color: inherit;
}
.banner-cta-premios .cta_hero a:hover {
  text-decoration: none;
  color: inherit;
}
.banner-cta-premios .cta_hero .cta-arrow {
  width: 24px;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .banner-cta-premios {
    padding: 16px;
  }
  .banner-cta-premios-titulo {
    max-width: 100%;
  }
}

/*# sourceMappingURL=banner-cta-premios.css.map */
