@charset "utf-8";
/* Custom code goes here,
* A template should always ship with an empty custom.css
*/
/* Botón de descarga PDF */


.btn-descarga {
  background-color: #0077b6; /* azul marino */
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
  transition: background 0.3s ease;
}

.btn-descarga:hover {
  background-color: #2780b0; /* azul más oscuro */
}
