

.btn-cuestionario {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 2px 32px;
  background: #ffffff;
  border: 4px solid transparent;
  border-radius: 50px;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(90deg, #ff3e02 0%, #ff3e02 16%, #f7931e 90%, #f7931e 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  font-family: 'garage-gothic-3', sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  color: #F5450D;
  cursor: pointer;
  white-space: normal;
}

