* {
  box-sizing: border-box;
  font-family: "Bradesco Sans Medium", sans-serif;
  margin: 0px;
  padding: 0px;
}

.ganhadores .section-title {
  text-align: center;
  margin: 0 auto;
  max-width: 425px;
  width: 100%;
}

@media (max-width: 640px) {
  .ganhadores .section-title {
    padding-top: 60px;
  }
}

.ganhadores .section-title span {
  font-family: "Bradesco Sans Bold", sans-serif;
  font-size: 32px;
  line-height: 36px;
  color: #fcfbf8;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 1023px) {
  .ganhadores .section-title span {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 640px) {
  .ganhadores .section-title {
    max-width: 340px;
    font-size: 22px;
    margin: 0 auto;
  }

  .ganhadores .section-title span::after {
    content: "";
    background-image: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/promocoes/promocaoagro/img/brush.svg");
    background-size: 100% 100%;
    bottom: -12px;
  }
}

.ganhadores .content-winners {
  padding-top: 96px;
}

@media (max-width: 640px) {
  .ganhadores .content-winners {
    padding-top: 30px;
  }
}

.ganhadores .winners.caroussel {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.ganhadores .winner {
  display: inline-block;
  margin-right: 40px;
  width: 270px;
  background: transparent url('https://assets.bradesco/content/dam/portal-bradesco/html/classic/promocoes/promocaoagro/css/img/Modulo4/Card/Ganhador/1/BG.png') 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 30px 0;
  border-radius: 10px;
  opacity: .8;
}

.sorteado{
  background-image: -webkit-gradient(linear, 45deg, from(#e1173f), to(#8322a5));
  background-image: -webkit-linear-gradient(45deg, #e1173f 0%, #b81d7c 78%, #8322a5 100%);
  background-image: -o-linear-gradient(45deg, #e1173f 0%, #b81d7c 78%, #8322a5 100%);
  background-image: linear-gradient(45deg, #e1173f 0%, #b81d7c 78%, #8322a5 100%);
}

.ganhadores .winner:last-child {
  margin-right: 0px;
 
}

.ganhadores .winner .tractor-icon {
  height: 123.25px;
  width: 179.33px;
  display: block;
  margin: 0 auto;
  background-image: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/promocoes/promocaoagro/img/trator.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.ganhadores .winner .winner-title {
  font-family: "Bradesco Sans Bold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin: 24px auto 17px;
  max-width: 174px;
}

.ganhadores .winner .winner-name {
  font-family: "Bradesco Sans Bold", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.ganhadores .winner .winner-local {
  font-family: "Bradesco Sans Medium", sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.ganhadores .winner .next-winner {
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 280px;
  height: 169px;
  text-align: center;
  text-transform: uppercase;
  margin: -47px auto;
  background-image: url("https://assets.bradesco/content/dam/portal-bradesco/html/classic/promocoes/promocaoagro/img/textura.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.ganhadores .winner .next-winner span {
  font-family: "Bradesco Sans Bold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  transform: rotate(-4deg);
  display: block;
  padding: 36px 39px;
}

.ganhadores .winner.inactive .tractor-icon {
  opacity: 0.2;
}

.legal-text {
  font-family: "Bradesco Sans Medium", sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 80px 0;
  color: #f9f7f6;
}

@media (max-width: 1024px) {

  .ganhadores .winner {
      display: inline-block;
      margin-right: 20px;
      width: 230px;
      height: 340px;
      /* padding-left: 35px; */
  }

  .legal-text {
    padding: 80px 0;
  }
}

@media (max-width: 640px) {
  .ganhadores .winner .winner-title {
    max-width: 190px;
  }
  .ganhadores .winner {
      display: inline-block;
      margin-right: 40px;
      width: 90%;
      height: 340px;
      margin-bottom: 15px;
  }  
  .legal-text {
    padding: 50px 0 60px;
    max-width: 80%;
    margin: 0 auto;
  }
  .ganhadores .winners.caroussel {
    width: 80%;
  }
}

/* Caroussel */

.slick-dots li button:before {
  width: 9px;
  height: 9px;
}


.slick-dots {
  text-align: center;
  margin-top: 32px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  background: none;
  border: none;
  font-size: 0px;
  height: 29px;
  width: 26px;
  margin: 0 0;
}

 .slick-slide {
  margin: 0px 10px!important;
}

