hr {
    border-top: 2px solid rgba(0, 182, 253, 0.8);
    margin: .5rem 0 1.5rem;
}
h4 i {
    color: #a2bbd0;
}
h4 {
    color: #4f6375;
}

.inputfile {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.uploadFile {
    cursor: pointer;
}
.uploadFile svg {
    color: #00a2d4;
    height:5rem;
    width:5rem;
    cursor: pointer;
}

.inputTfile {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputDfile {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.uploadTFile {
    cursor: pointer;
}
.uploadTFile svg {
    color: #00a2d4;
    height:5rem;
    width:5rem;
    cursor: pointer;
}
.uploadDFile {
    cursor: pointer;
}
.uploadDFile svg {
    color: #00a2d4;
    height:5rem;
    width:5rem;
    cursor: pointer;
}

.icono-ayuda{
    /*Pongo este color porque es el que utiliza boostrap para la info*/
    color: #17a2b8;
}
.globo-ayuda {
    position: absolute;
    z-index: 9999;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #888888;
    top: -80%;
}

.globo-ayuda::after {
    content: "";
    position: absolute;
    top: 100%; /* en lugar de "top" */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #cccccc transparent transparent transparent;
}



