.file-upload {
    font-family: sans-serif;
    /*background-color: #ffffff;*/
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: var(--appcolor);
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid var(--appcolor_hover);
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: var(--appcolor_hover);
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input, .file-publicaciones-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed var(--appcolor_hover);
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #ff854c69;
    color: white;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: var(--appcolor);
    padding: 60px 0;
}
/*
.previsualizacionImagen {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}*/
/*
.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}
*/
/* Personalizados */
.remove-image {
    background: #ffffff00 url(../../IMGS/ic_close.png) center/1.8em auto no-repeat;
    padding: 18px;
    left: 0px;
    position: absolute;
    border: 0px;
}


.imagenContenedor {
    float: left;
    width: 120px;
    height: 180px;
    margin: 10px;
    background: white;
    border-radius: 1rem;
    box-shadow: 2px 2px 2px 0 rgb(85 85 85 / 50%);
    border: 1px #0000004d solid;
    position: relative;
    overflow: hidden;
}

.previsualizacionImagen {
    max-height: 120px;
    min-height: 120px;
    margin: auto;
    padding: 4px;
    max-width: 100%;
    object-fit: contain;
}

.titleFile{
    position: absolute;
    bottom: 0;
    height: 60px;
    color: var(--appcolor);
    font-weight: bold;
    overflow: hidden;
    background: #d2d7db5e;
    font-size: 13px;
    text-align: center;
}

#contenedorFilesSubidos, #contenedorFilesSubidosPublicaciones{
    display: none;
}
