.valores {
  background-image: url('../images/valores-bg-desk.jpg');
  background-size: 101.3%;
  background-position: top;
  margin-top: -14.9vw;
  position: relative;
  padding-top: 1vw;
}

.valores img {
  position: absolute;
  width: 100%;
  height: auto;
}

.valores-content {
  z-index: 9;
  position: relative;
  color: #fff;
  font-size: 1.18vw;
  padding-top: 16.2vw;
  padding-bottom: 1vw;
  max-width: 43vw;
  margin: 0 auto;
}

.valores-title { 
  font-size: 2.66vw;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.6vw;
}

.pink {
  color: #fbb8b5;
}

.valores-content p {
  font-size: 1.3vw;
  max-width: 32.9vw;
  line-height: 1.2;
  padding-right: 1vw;
  padding-left: .1vw;
}

@media screen and (max-width: 1025px) {

  .valores {
    background-image: url('../images/bg-valores-mobile_01.jpg');
    margin-top: 0;
  }
  
  .valores-content {
    padding-top: 39vw;
    padding-bottom: 2.2vw;
    max-width: 81vw;
  }

  .valores-title {
    font-size: 6.4vw;
    line-height: 1.2;
    margin-bottom: 8vw;
    letter-spacing: 0.05em;
    width: 90%;
  }


  .valores-content p {
    font-size: 4.5vw;
    max-width: 100%;
    margin-top: -0.5vw;
  }
}

.valores-box {
  position: relative;
  padding-top: 0.7vw;
  background-image: url('../images/price-bg.jpg');
  background-size: cover;
  background-position: top;
}

.valores-box-bg {
  position: absolute!important;
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  top: 0;
}

.box-valores {    
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 56vw;
  bottom: 0;
  border-radius: 5.5vw 9vw 5vw 9vw;
  padding: 4.5vw 4vw 2.5vw 5vw;
  color: #fff;
  font-size: 1.3vw;
  z-index: 99;
}

.box-valores:before {
  background: linear-gradient(to bottom, #646464 0%, #323232 80%, #323232 100%);
  box-shadow: inset 0px 0px 7px 0px rgba(255,255,255,0.45), 0px 39px 50px 0px rgba(0,0,0,0.4);
  border-radius: 5.5vw 9vw 5vw 9vw;
  content: '';
  display: block; 
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.box-valores ul.checklist {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}

.box-valores ul.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 1vw;
  max-width: 23vw;
}

.box-valores ul.checklist li:before {
  content: "";
  display: block;
  min-height: 1.9vw;
  min-width: 1.9vw;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: .6vw;
}

.box-valores ul.checklist li.dif:before {
  top: 0;
}

.box-valores ul.checklist li strong {
  font-weight: 600;
}

.box-valores-wrapper { 
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-bottom: .15vw;
}

.box-valores-content {
  text-align: center;
  padding-left: 2.5vw;
}

.box-valores-content h3 {
  color: #faa29e;
  font-size: 30px;
  font-size: 2.25vw;
  font-weight: 600;
  line-height: 1.1;
  margin-top: -1.7vw;
  margin-bottom: 1.2vw;
}

.box-valores-content h3 span {
  display: block;
}

.price-old {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  left: 7px;
}

.price-old span {    
  font-size: 21px;
  font-weight: 600;
  margin: 0 4px 0 2px;
  position: relative;
}

.price-old span:before {    
  content: '';
  height: 3px;
  width: 69px;
  display: block;
  background: #faa29e;
  position: absolute;
  left: 0;
  right: 0;
  transform: rotate(-13deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.price-now {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
}

.parcelas {
  text-align: left;
  font-size: 1.2vw;
  position: relative;
  left: -0.4vw;
  padding-top: 1vw;
  padding-left: .8vw;
}

.parcelas span {    
  color: #faa29e;
  font-weight: 600;
  display: block;
  font-size: 2.7vw;
  padding-left: .2vw;
}

.price-now .value,
.price-now .cents { 
  color: #faa29e;
  font-weight: 600;
}

.price-now .value {
  font-size: 5.3vw;
  letter-spacing: -0.06em;
}

.price-now .cents { 
  margin-bottom: auto;
  padding-top: .57vw;
  font-size: 2.6vw;
  letter-spacing: -0.05em;
  left: .5vw;
}

.incash {
  font-size: 1.2vw;
  text-transform: uppercase;
}

.incash strong {
  font-weight: 600;
}

.bonus {
  text-align: left;
  padding-top: 1.5vw;
  width: 22.8vw;
}

.bonus-title {
  display: inline-block;
  color: #282828;
  background: #faa29e;
  text-transform: uppercase;
  font-weight: 600;
  padding: .1vw .3vw;
  font-size: 1.3vw;
  margin-bottom: .7vw;
}

.bonus-list {
  padding-left: 0.4vw;
  font-size: 1.25vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  font-weight: 600;
  margin-bottom: 3.6vw;
}

.bonus-list li {
  display: flex;
  align-items: flex-start;
  max-width: 23vw;
}


.bonus-list li:before {
  content: "";
  display: block;
  min-height: 1.1vw;
  min-width: 1.1vw;
  background-image: url(../images/estrela.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: .8vw;
  margin-top: .1vw;
}

.bonus-list span {
  display: block;
  font-size: .95vw;
  font-weight: 400;
}

.valores-seta { 
  display: none;;
}

@media screen and (max-width: 1025px) {

  .valores-box {
    padding-top: 2vw;
    background-image: url('../images/bg-valores-mobile_02.jpg');
  }

  .box-valores {
    max-width: 88vw;
    font-size: 4.3vw;
    padding: 9vw 7vw 8vw;
    top: 0;
  }

  .box-valores:before {
    border-radius: 16vw 9vw 13vw 9vw;
  }

  .box-valores ul.checklist {
    gap: 6vw;
  }

  .box-valores ul.checklist li {
    gap: 3vw;
  }

  .box-valores ul.checklist li:before {
    min-height: 6.5vw;
    min-width: 6.5vw;
    top: 1.5vw;
  }

  .box-valores-wrapper {
    display: block;
  }

  .box-valores-content {
    padding: 0;
  }

  .box-valores ul.checklist li {
    max-width: 100%; 
  }

  .valores-seta {
    display: block;
    width: 7vw;
    margin: 11vw auto 10vw;
  }

  .box-valores-content h3 {
    font-size: 9.5vw;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 8.4vw;
  }

  .price-old {
    font-size: 4.5vw;
    left: 0;
  }

  .price-old span {
    font-size: 6vw;
    margin: 0 .4vw 0 .4vw;
  }

  .price-now {
    margin: 0;
    margin-top: -2vw;
  }

  .parcelas {
    font-size: 4vw;
    padding-left: 0;
    position: relative;
    left: -2vw;
    padding-top: 2.5vw;
    font-weight: 600;
  }

  .parcelas span {
    font-size: 10vw;
  }

  .price-now .value {
    font-size: 20vw;
    margin-right: 1vw;
  }

  .price-now .cents {
    font-size: 9vw;
    padding-top: 2.57vw;
    font-size: 9.5vw;
  }

  .incash {
    font-size: 4.4vw;
    margin-bottom: 10vw;
    margin-top: .8vw;
  }

  .incash strong {
    margin: 0 .5vw;
  }

  .bonus {
    width: 100%;
  }

  .bonus-title {
    font-size: 4.3vw;
    padding: 1vw 1.8vw .3vw 1.8vw;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 5vw;
    position: relative;
    left: -1vw;
  }

  .bonus-list {
    padding-left: 1.5vw;
    font-size: 4.5vw;
    gap: 5vw;
    margin-bottom: 12vw;
  }

  .bonus-list li {
    align-items: center;
    max-width: 100%;
  }

  .bonus-list li:before {
    min-height: 4.2vw;
    min-width: 4.2vw;
    margin-right: 2vw;
  }

  .bonus-list span {
    display: inline;
    font-size: 3.5vw;
  }
}


@media screen and (min-width: 1025px) {
  .box-valores .button {
    width: 26.2vw;
    padding-top: 1.1vw;
    margin-top: 3.8vw;
  }

  .box-valores-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3vw;
  }
}