.botao-fale-producao {
  width: 100%;
  color: #FFFFFF;
  display: inline-block;
  background: linear-gradient(90deg, #FFA500, #FF8C00);
  text-decoration: none;
  padding: 14px 0px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.4);
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.botao-fale-producao :hover !importante{
  text-decoration: none;
  color: #fff;
}

.mostrar {
  display: block !important;
}

.ocultar {
  display: none !important;
}

#vendasCodigoPromocionalTextoId {
  cursor: pointer;
  width: 100%;
  text-align: center;
  color: #0099ff;
  padding: 10px 0;
}

