/*Boton para subir archivos*/
#fileInput:hover {
    cursor: pointer;
}

#fileInput::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #5183FE;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

#fileInput::file-selector-button:hover {
    background: #084cdf;
}
