.boton-folclore {
  display: inline-block;
  width: 100%;
  background-color: #c60c5b;
  color: white;
  padding: 12px 20px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.boton-folclore:hover {
  background-color: #a5094a;
  color: #fff;
}