.sectionDownload {
  position: relative;
  background-image: url("/img/banner-1504653_1280.png");
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
}

.sectionDownload .img-print {
  position: absolute;
  top: -10%;
  max-height: 650px;
  max-width: 100%;
}

.sectionDownload .cont-left {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sectionDownload .cont-rigth {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  z-index: 1;
}

.sectionDownload .sobtitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-green2);
}

.sectionDownload .title {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-white);
}

.sectionDownload .buttons-download {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.sectionDownload .img-donwload {
  width: 180px;
  height: auto;
}

/* 🔁 MEDIA QUERY para telas menores */
@media (max-width: 768px) {
  .sectionDownload {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sectionDownload .cont-left,
  .sectionDownload .cont-rigth {
    width: 100%;
  }

  .sectionDownload .img-print {
    position: static;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .sectionDownload .title {
    font-size: 28px;
  }

  .sectionDownload .sobtitle {
    font-size: 20px;
  }

  .sectionDownload .buttons-download {
    justify-content: center;
  }

  .sectionDownload .img-donwload {
    width: 140px;
  }
}

@media (max-width: 480px) {
  .sectionDownload .title {
    font-size: 22px;
  }

  .sectionDownload .sobtitle {
    font-size: 18px;
  }

  .sectionDownload .img-donwload {
    width: 120px;
  }
}
