
a.botao.btn-pay-wp {
	  position: absolute;
    opacity: 1;
    border-radius: 5px;
    overflow: hidden;
    text-shadow: none;
    justify-content: center;
    top: -3px;
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-weight: 600;
    font-size: 0.825rem;
    color: var(--cor_botao_comprar);
    border: 1px solid var(--cor_botao_comprar);
    /* border: 0; */
    margin: 0 10px;
    background: #fff;
    letter-spacing: .2px;
    transition: all .2s ease-in-out;
}

a.botao.btn-pay-wp-prod {
    opacity: 1;
    border-radius: 6px;
    overflow: hidden;
    text-shadow: none;
    justify-content: center;
    /* top: -12px; */
    position: relative;
    width: 70%;
    padding: 10px 0;
    float: left;
    font-weight: 600;
    margin: 6px 0;
    font-size: 15px;
    color: #fff;
    border: 0;
    background: #53CE5D;
    box-shadow: none;
    display: flex;
    letter-spacing: .2px;
    align-items: center;
    margin: 10px 0px;
    transition: all .2s ease-in-out;
}

@media(max-width: 769px) {
	a.botao.btn-pay-wp-prod {
		width: calc(100% - 95px);
	}
}
