.btn-cerrar-informe {
    font-size: 20px;
    padding: 12px 25px;
    font-weight: bold;
    background: #e6e6e6;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-left: 10%;
}

/* HOVER */
.btn-cerrar-informe:hover {
    background: #d5d5d5; /* gris un poco más oscuro */
    color: #000;         /* opcional, para más contraste */
}


.btn-reporte-final {
  display: inline-block;
  padding: 20px 20px;
  background-color: #22909b;
  color: white !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
  transition: background-color 0.3s;
}

.btn-reporte-final:hover {
    background-color: #6a6a6a;
}

