.pdf-button img {
  display: block;
}

.pdf-button--propostal {
  background-color: #F5AD51;
}

.pdf-button--propostal::before {
  margin-top: 0;
	transform: translate(0, -50%);
  background-image: url('../images/SVG/ico_pencil.svg');
  height: 34px;
  background-size: 100%;
}

.pdf-button--stamp-rally {
  background-color: #F7D3BA;
  padding-left: 0;
}

.pdf-button--stamp-rally::before {
  display: none;
}

