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

  font-size: 1rem;
}

.panel__botones__boton-2:hover {
  color: #0a3871;
}
