

body {
  padding-top: 4.5rem;
}

.custom-file-control:lang(es)::after {
  content: "Elegir fichero...";
}

.custom-file {
  width: 100%;
}

.custom-file-control:lang(es)::before {
  content: "Examinar...";
}


.custom-file-control.selected:lang(es)::after {
  content: "" !important;
}