label {
    font-weight: bold;
}

.custom-file-input:lang(es) ~ .custom-file-label::after {
    content: "Elegir";
}

@media print {

    .btn {
        display: none;
    }

    footer {
        display: none;
    }

}