hr.black-1 {
    border: 1px solid black;
    margin-top: 50px;
    margin-bottom: 50px;

}

img.small {
    max-height: 300px;
}


.center-buttons {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    /* Espacio entre los botones, puedes ajustarlo según sea necesario */
}

.hidden {
    display: none;
}

.transparent {
    /* background-color: transparent;
    border: 0;
    color: transparent; */
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}

/* Estilos adicionales para mejorar la apariencia del botón */
.custom-file-container {
    position: relative;
    display: inline-block;
}

#customFileButton {
    position: relative;
    overflow: hidden;
}
