.banner-fornecedores-section {
  width: 100%;
  height: 403px;
  margin-top: 28px;
  background: url('https://assets.bradesco/content/dam/portal-bradesco/fornecedores/assets/img/banner-base.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-fornecedores-container {
  width: 80vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.banner-back-button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  width: 60px;
  cursor: pointer;
}

.banner-back-button span {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
}

.banner-back-button::after {
  content: ' ';
  border: solid #fff;
  border-width: 0 1.9px 1.9px 0;
  display: inline-block;
  padding: 3.5px;
  transform: rotate(135deg);
  cursor: pointer;
}

.banner-title {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  max-width: 614px;
}

.banner-title::before {
  content: "Texto usado para testes altere para o padrão da página";
}

/*Banner Home*/
.banner-fornecedores-home-section {
  width: 100%;
  height: 442px;
  margin-top: 80px;
  background: url('https://assets.bradesco/content/dam/portal-bradesco/fornecedores/assets/img/banner-home.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-fornecedores-home-container {
  width: 100%;
  height: 100%;
  display: none;
  align-items: end;
  justify-content: center;
}

.banner-fornecedores-home-body {
  gap: 16px;
  padding: 24px;
  display: flex;
  color: #fff;
  flex-direction: column;
}

.banner-fornecedores-home-body .bold {
  font-weight: bold;
}

.banner-fornecedores-home-title h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.banner-fornecedores-home-description {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.banner-fornecedores-home-description p {
  font-size: 16px;
  line-height: 20px;
}

.banner-fornecedores-home-description p:last-child {
  max-width: 200px;
}

.banner-fornecedores-home-carousel {
  display: flex;
  height: 40px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
}

.banner-home-carousel-line {
  height: 6px;
  width: 190px;
}

.banner-home-carousel-buttons {
  gap: 16px;
  display: flex;
}

.banner-home-carousel-button {
  width: 40px;
  height: 40px;
}

@media (max-width: 1250px) {
  .banner-fornecedores-home-section {
    height: 30vw;
  }
}

@media (max-width: 1200px) {
  .banner-title {
    font-size: 36px;
  }
}

@media (max-width: 1000px) {
  .banner-title {
    font-size: 32px;
  }
}

@media (max-width: 870px) {
  .banner-fornecedores-home-section {
    margin-top: 63px;
  }
}

@media (max-width: 768px) {
  .banner-fornecedores-home-section {
    height: 300px;
    background-position-x: -140px;
  }

  .banner-title {
    font-size: 28px;
    max-width: 400px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .banner-fornecedores-home-section {
    height: 473px;
    background-position: center;
    background-image: url('https://assets.bradesco/content/dam/portal-bradesco/fornecedores/assets/img/banner-home-mobile@2x.webp');
  }

  .banner-fornecedores-home-container {
    display: flex;
  }

  .banner-title {
    font-size: 22px;
    line-height: 27px;
  }

  .banner-fornecedores-container {
    width: 90vw;
  }

  .banner-fornecedores-section {
    height: 301px;
  }
}

@media (max-width: 470px) {
  .banner-title {
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .banner-title {
    font-size: 20px;
    line-height: 25px;
  }

  .banner-fornecedores-section {
    background-size: cover;
    height: 84vw;
  }
}