section.download-banner .download-banner__title.title_s {
  font-family: "IberPangea Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

section.download-banner .download-banner__title.title_m {
  font-family: "IberPangea Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

section.download-banner .download-banner__description.body_regular_m {
  font-family: "IberPangea Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

section.download-banner .download-banner__description.body_regular_l {
  font-family: "IberPangea Text";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}


section.download-banner .container {
  position: relative;
  overflow: hidden;
  height: 514px;
}

@media (min-width: 576px) {
  section.download-banner .container {
    height: 492px;
  }
  section.download-banner .container .download-banner__image {
    background-position: center center;
  }
}

@media (min-width: 992px) {
  section.download-banner .container {
    height: 302px;
  }
}

@media (min-width: 1200px) {
  section.download-banner .container {
    height: 294px;
  }
}

@media (min-width: 1440px) {
  section.download-banner .container {
    height: 270px;
  }
}



section.download-banner .container .download-banner__image {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background-image: 
    linear-gradient(92deg, rgba(0, 0, 0, 0.70) 22.3%, rgba(102, 102, 102, 0.00) 99.85%),
    url(/documents/46699/31420408/prontoComencar.webp);
  background-size: cover;
  background-position: 30% center;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  section.download-banner .container .download-banner__image {
    background-position: center center;
  }
}

section.download-banner .container .download-banner__image img {
  display: none;
}



section.download-banner .container .download-banner__content {
  position: relative;
  z-index: 1;
  height: 100%;
}

@media (min-width: 992px) {
  section.download-banner .container .download-banner__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}


section.download-banner .download-banner__content .download-banner__content-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: var(--size-space-40, 40px) var(--size-space-24, 24px) var(--size-space-0, 0px) var(--size-space-24, 24px);
  color: var(--Surface-General-General-1, var(--Color-Surface-General-1, #fff));
}

@media (min-width: 992px) {
  section.download-banner .download-banner__content .download-banner__content-container {
    padding: var(--size-space-40, 40px) var(--size-space-0, 0px) var(--size-space-40, 40px) var(--size-space-40, 40px);
  }
}


section.download-banner .download-banner__content-container .download-banner__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

section.download-banner .download-banner__content-container .download-banner__title {
  margin: 0;
}

section.download-banner .download-banner__content-container .download-banner__description {
  margin: 0;
}


section.download-banner .download-banner__content .icons {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

section.download-banner .download-banner__content .icons span a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: currentColor;
}

section.download-banner .download-banner__content .icons svg {
  display: block;
  color: var(--Surface-General-General-1, var(--Color-Surface-General-1, #fff));
}
