.base-button {
  background-color: #5cb3e5;
  color: white;
  font-weight: bold;
  font-style: italic;
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  font-size: 1.25rem;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.base-button:hover {
  background-color: #4aa3d4;
}

.next-button {
  background-color: #5cb3e5;
  color: white;
  font-weight: bold;
  font-style: italic;
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  font-size: 1.25rem;
  border: none;
  outline: none;
}

.previous-button {
  background-color: #35a9e1;
  color: white;
  border: none;
  border-radius: 999px;
  font-weight: bold;
  font-style: italic;
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
  outline: none;
  display: inline-block;
  text-align: center;
}

@media (max-width: 576px) {
  .base-button,
  .next-button,
  .boton-pagar {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
    min-width: auto;
    margin-left: 1rem;
  }
}
