.panel__botones__boton-1 {
  align-items: center;
  background: #0a3871;
  border: 1px solid #0a3871;
  border-radius: 24px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  min-width: 332px;
  min-height: 67px;
  text-decoration: none;

  font-size: 1rem;
  margin-right: 1.5rem;
}

.panel__botones__boton-1:hover {
  color: #ffffff;
}
